This repository has been archived on 2025-12-03. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
SamaPager/packages/Krypton.Toolkit.95.25.8.235/lib/net472/Krypton.Toolkit.xml

138513 lines
6.9 MiB

<?xml version="1.0"?>
<doc>
<assembly>
<name>Krypton.Toolkit</name>
</assembly>
<members>
<member name="T:Krypton.Toolkit.AccurateText">
<summary>
Provide accurate text measuring and drawing capability.
</summary>
</member>
<member name="M:Krypton.Toolkit.AccurateText.MeasureString(System.Drawing.Graphics,System.Windows.Forms.RightToLeft,System.String,System.Drawing.Font,Krypton.Toolkit.PaletteTextTrim,Krypton.Toolkit.PaletteRelativeAlign,Krypton.Toolkit.PaletteTextHotkeyPrefix,System.Drawing.Text.TextRenderingHint,System.Boolean)">
<summary>
Pixel accurate measure of the specified string when drawn with the specified Font object.
</summary>
<param name="g">Graphics instance used to measure text.</param>
<param name="rtl">Right to left setting for control.</param>
<param name="text">String to measure.</param>
<param name="font">Font object that defines the text format of the string.</param>
<param name="trim">How to trim excess text.</param>
<param name="align">How to align multi-line text.</param>
<param name="prefix">How to process prefix characters.</param>
<param name="hint">Rendering hint.</param>
<param name="disposeFont">Dispose of font when finished with it.</param>
<exception cref="T:System.ArgumentNullException"></exception>
<returns>A memento used to draw the text.</returns>
</member>
<member name="M:Krypton.Toolkit.AccurateText.DrawString(System.Drawing.Graphics,System.Drawing.Brush,System.Drawing.Rectangle,System.Windows.Forms.RightToLeft,Krypton.Toolkit.VisualOrientation,Krypton.Toolkit.PaletteState,Krypton.Toolkit.AccurateTextMemento)">
<summary>
Pixel accurate drawing of the requested text memento information.
</summary>
<param name="g">Graphics object used for drawing.</param>
<param name="brush">Brush for drawing text with.</param>
<param name="rect">Rectangle to draw text inside.</param>
<param name="rtl">Right to left setting for control.</param>
<param name="orientation">Orientation for drawing text.</param>
<param name="state">State of the source element.</param>
<param name="memento">Memento containing text context.</param>
<exception cref="T:System.ArgumentNullException"></exception>
<returns>True if draw succeeded; False is draw produced an error.</returns>
</member>
<member name="T:Krypton.Toolkit.AccurateTextMemento">
<summary>
Encapsulate the information needed to draw text using the AccurateText class.
</summary>
</member>
<member name="M:Krypton.Toolkit.AccurateTextMemento.#ctor(System.String,System.Drawing.Font,System.Drawing.SizeF,System.Drawing.StringFormat,System.Drawing.Text.TextRenderingHint,System.Boolean)">
<summary>
Initialize a new instance of the TextMemento class.
</summary>
<param name="text">Text to draw.</param>
<param name="font">Drawing font.</param>
<param name="sizeF">Size of measured text.</param>
<param name="format">String formatting.</param>
<param name="hint">Drawing hint.</param>
<param name="disposeFont">Should the font be disposed.</param>
</member>
<member name="M:Krypton.Toolkit.AccurateTextMemento.Dispose">
<summary>
Dispose of the memento resources.
</summary>
</member>
<member name="P:Krypton.Toolkit.AccurateTextMemento.Text">
<summary>
Gets the text to draw.
</summary>
</member>
<member name="P:Krypton.Toolkit.AccurateTextMemento.Font">
<summary>
Gets the drawing font.
</summary>
</member>
<member name="P:Krypton.Toolkit.AccurateTextMemento.Size">
<summary>
Gets the pixel size of the text area.
</summary>
</member>
<member name="P:Krypton.Toolkit.AccurateTextMemento.Format">
<summary>
Gets the StringFormat of the text area.
</summary>
</member>
<member name="P:Krypton.Toolkit.AccurateTextMemento.IsEmpty">
<summary>
Gets a value indicating if the memento represents nothing that can be drawn.
</summary>
</member>
<member name="P:Krypton.Toolkit.AccurateTextMemento.Empty">
<summary>
Get access to an empty TextMemento instance.
</summary>
<remarks>
Only create the single instance when first requested
</remarks>
</member>
<member name="T:Krypton.Toolkit.ButtonSpec">
<summary>
Specification for a button.
</summary>
</member>
<member name="E:Krypton.Toolkit.ButtonSpec.Click">
<summary>
Occurs whenever a button specification property has changed.
</summary>
</member>
<member name="E:Krypton.Toolkit.ButtonSpec.ButtonSpecPropertyChanged">
<summary>
Occurs whenever a button specification property has changed.
</summary>
</member>
<member name="M:Krypton.Toolkit.ButtonSpec.#ctor">
<summary>
Initialize a new instance of the ButtonSpec class.
</summary>
</member>
<member name="M:Krypton.Toolkit.ButtonSpec.ToString">
<summary>
Returns a string that represents the current defaulted state.
</summary>
<returns>A string that represents the current defaulted state.</returns>
</member>
<member name="M:Krypton.Toolkit.ButtonSpec.Clone">
<summary>
Make a clone of this object.
</summary>
<returns>New instance.</returns>
</member>
<member name="P:Krypton.Toolkit.ButtonSpec.IsDefault">
<summary>
Gets a value indicating if all values are default.
</summary>
</member>
<member name="P:Krypton.Toolkit.ButtonSpec.Image">
<summary>
Gets and sets the button image.
</summary>
</member>
<member name="P:Krypton.Toolkit.ButtonSpec.ImageTransparentColor">
<summary>
Gets and sets the button image.
</summary>
</member>
<member name="P:Krypton.Toolkit.ButtonSpec.ImageStates">
<summary>
Gets access to the state specific images for the button.
</summary>
</member>
<member name="P:Krypton.Toolkit.ButtonSpec.Text">
<summary>
Gets and sets the button text.
</summary>
</member>
<member name="P:Krypton.Toolkit.ButtonSpec.ExtraText">
<summary>
Gets and sets the button extra text.
</summary>
</member>
<member name="P:Krypton.Toolkit.ButtonSpec.ToolTipImage">
<summary>
Gets and sets the button tooltip image.
</summary>
</member>
<member name="P:Krypton.Toolkit.ButtonSpec.ToolTipImageTransparentColor">
<summary>
Gets and sets the tooltip image transparent color.
</summary>
</member>
<member name="P:Krypton.Toolkit.ButtonSpec.ToolTipTitle">
<summary>
Gets and sets the button title tooltip text.
</summary>
</member>
<member name="P:Krypton.Toolkit.ButtonSpec.ToolTipBody">
<summary>
Gets and sets the button body tooltip text.
</summary>
</member>
<member name="P:Krypton.Toolkit.ButtonSpec.ToolTipStyle">
<summary>
Gets and sets the tooltip label style.
</summary>
</member>
<member name="P:Krypton.Toolkit.ButtonSpec.ToolTipShadow">
<summary>
Gets and sets the tooltip label style.
</summary>
</member>
<member name="P:Krypton.Toolkit.ButtonSpec.UniqueName">
<summary>
Gets and sets the unique name of the ButtonSpec.
</summary>
</member>
<member name="P:Krypton.Toolkit.ButtonSpec.AllowInheritImage">
<summary>
Gets and sets if the button image be inherited if defined as null.
</summary>
</member>
<member name="P:Krypton.Toolkit.ButtonSpec.AllowInheritText">
<summary>
Gets and sets if the button text be inherited if defined as empty.
</summary>
</member>
<member name="P:Krypton.Toolkit.ButtonSpec.AllowInheritExtraText">
<summary>
Gets and sets if the button extra text be inherited if defined as empty.
</summary>
</member>
<member name="P:Krypton.Toolkit.ButtonSpec.AllowInheritToolTipTitle">
<summary>
Gets and sets if the button tooltip title be inherited if defined as empty.
</summary>
</member>
<member name="P:Krypton.Toolkit.ButtonSpec.AllowComponent">
<summary>
Gets a value indicating if the component is allowed to be selected at design time.
</summary>
</member>
<member name="P:Krypton.Toolkit.ButtonSpec.ColorMap">
<summary>
Gets and sets image color to remap to container foreground.
</summary>
</member>
<member name="P:Krypton.Toolkit.ButtonSpec.Style">
<summary>
Gets and sets the button style.
</summary>
</member>
<member name="P:Krypton.Toolkit.ButtonSpec.Orientation">
<summary>
Gets and sets the button orientation.
</summary>
</member>
<member name="P:Krypton.Toolkit.ButtonSpec.Edge">
<summary>
Gets and sets the header edge to display the button against.
</summary>
</member>
<member name="P:Krypton.Toolkit.ButtonSpec.ContextMenuStrip">
<summary>
Gets and sets the context menu strip for the button.
</summary>
</member>
<member name="P:Krypton.Toolkit.ButtonSpec.KryptonContextMenu">
<summary>
Gets and sets the krypton context menu for the button.
</summary>
</member>
<member name="P:Krypton.Toolkit.ButtonSpec.KryptonCommand">
<summary>
Gets and sets the associated KryptonCommand.
</summary>
</member>
<member name="P:Krypton.Toolkit.ButtonSpec.Owner">
<summary>
Gets and sets user-defined data associated with the object.
</summary>
</member>
<member name="P:Krypton.Toolkit.ButtonSpec.Tag">
<summary>
Gets and sets user-defined data associated with the object.
</summary>
</member>
<member name="M:Krypton.Toolkit.ButtonSpec.CopyFrom(Krypton.Toolkit.ButtonSpec)">
<summary>
Value copy from the provided source to self.
</summary>
<param name="source">Source instance.</param>
</member>
<member name="M:Krypton.Toolkit.ButtonSpec.PerformClick">
<summary>
Generates a Click event for the control.
</summary>
</member>
<member name="M:Krypton.Toolkit.ButtonSpec.PerformClick(System.EventArgs)">
<summary>
Generates a Click event for the control.
</summary>
<param name="e">An EventArgs containing the event data.</param>
</member>
<member name="M:Krypton.Toolkit.ButtonSpec.GetImage(Krypton.Toolkit.PaletteBase,Krypton.Toolkit.PaletteState)">
<summary>
Gets the button image.
</summary>
<param name="palette">Palette to use for inheriting values.</param>
<param name="state">State for which an image is needed.</param>
<returns>Button image.</returns>
</member>
<member name="M:Krypton.Toolkit.ButtonSpec.GetImageTransparentColor(Krypton.Toolkit.PaletteBase)">
<summary>
Gets the image transparent color.
</summary>
<param name="palette">Palette to use for inheriting values.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.ButtonSpec.GetShortText(Krypton.Toolkit.PaletteBase)">
<summary>
Gets the button short text.
</summary>
<param name="palette">Palette to use for inheriting values.</param>
<returns>Short text string.</returns>
</member>
<member name="M:Krypton.Toolkit.ButtonSpec.GetLongText(Krypton.Toolkit.PaletteBase)">
<summary>
Gets the button long text.
</summary>
<param name="palette">Palette to use for inheriting values.</param>
<returns>Long text string.</returns>
</member>
<member name="M:Krypton.Toolkit.ButtonSpec.GetToolTipTitle(Krypton.Toolkit.PaletteBase)">
<summary>
Gets the button tooltip title text.
</summary>
<param name="palette">Palette to use for inheriting values.</param>
<returns>Tooltip title string.</returns>
</member>
<member name="M:Krypton.Toolkit.ButtonSpec.GetColorMap(Krypton.Toolkit.PaletteBase)">
<summary>
Gets the color to remap from the image to the container foreground.
</summary>
<param name="palette">Palette to use for inheriting values.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.ButtonSpec.GetStyle(Krypton.Toolkit.PaletteBase)">
<summary>
Gets the button style.
</summary>
<param name="palette">Palette to use for inheriting values.</param>
<returns>Button style.</returns>
</member>
<member name="M:Krypton.Toolkit.ButtonSpec.GetOrientation(Krypton.Toolkit.PaletteBase)">
<summary>
Gets the button orientation.
</summary>
<param name="palette">Palette to use for inheriting values.</param>
<returns>Button orientation.</returns>
</member>
<member name="M:Krypton.Toolkit.ButtonSpec.GetEdge(Krypton.Toolkit.PaletteBase)">
<summary>
Gets the edge for the button.
</summary>
<param name="palette">Palette to use for inheriting values.</param>
<returns>Button edge.</returns>
</member>
<member name="M:Krypton.Toolkit.ButtonSpec.GetLocation(Krypton.Toolkit.PaletteBase)">
<summary>
Gets the button location.
</summary>
<param name="palette">Palette to use for inheriting values.</param>
<returns>Button location.</returns>
</member>
<member name="M:Krypton.Toolkit.ButtonSpec.GetEnabled(Krypton.Toolkit.PaletteBase)">
<summary>
Gets the button enabled state.
</summary>
<param name="palette">Palette to use for inheriting values.</param>
<returns>Button enabled state.</returns>
</member>
<member name="M:Krypton.Toolkit.ButtonSpec.SetView(Krypton.Toolkit.ViewBase)">
<summary>
Sets the current view associated with the button spec.
</summary>
<param name="view">View element reference.</param>
</member>
<member name="M:Krypton.Toolkit.ButtonSpec.GetView">
<summary>
Get the current view associated with the button spec.
</summary>
<returns>View element reference.</returns>
</member>
<member name="M:Krypton.Toolkit.ButtonSpec.GetViewEnabled">
<summary>
Gets a value indicating if the associated view is enabled.
</summary>
<returns>True if enabled; otherwise false.</returns>
</member>
<member name="M:Krypton.Toolkit.ButtonSpec.GetVisible(Krypton.Toolkit.PaletteBase)">
<summary>
Gets the button visible value.
</summary>
<param name="palette">Palette to use for inheriting values.</param>
<returns>Button visibility.</returns>
</member>
<member name="M:Krypton.Toolkit.ButtonSpec.GetChecked(Krypton.Toolkit.PaletteBase)">
<summary>
Gets the button checked state.
</summary>
<param name="palette">Palette to use for inheriting values.</param>
<returns>Button checked state.</returns>
</member>
<member name="M:Krypton.Toolkit.ButtonSpec.GenerateClick(System.EventArgs)">
<summary>
Generates the Click event.
</summary>
<param name="e">An EventArgs containing the event data.</param>
</member>
<member name="M:Krypton.Toolkit.ButtonSpec.OnClick(System.EventArgs)">
<summary>
Raises the Click event.
</summary>
<param name="e">An EventArgs containing the event data.</param>
</member>
<member name="M:Krypton.Toolkit.ButtonSpec.OnButtonSpecPropertyChanged(System.String)">
<summary>
Raises the ButtonSpecPropertyChanged event.
</summary>
<param name="propertyName">Name of the appearance property that has changed.</param>
</member>
<member name="M:Krypton.Toolkit.ButtonSpec.OnCommandPropertyChanged(System.Object,System.ComponentModel.PropertyChangedEventArgs)">
<summary>
Handles a change in the property of an attached command.
</summary>
<param name="sender">Source of the event.</param>
<param name="e">A PropertyChangedEventArgs that contains the event data.</param>
</member>
<member name="P:Krypton.Toolkit.ButtonSpec.ProtectedType">
<summary>
Gets and sets the actual type of the button.
</summary>
</member>
<member name="M:Krypton.Toolkit.ButtonSpec.ConvertToRelativeEdgeAlign(Krypton.Toolkit.PaletteRelativeEdgeAlign)">
<summary>
Convert from palette specific edge alignment to resolved edge alignment.
</summary>
<param name="paletteRelativeEdgeAlign">Palette specific edge alignment.</param>
<returns>Resolved edge alignment.</returns>
</member>
<member name="M:Krypton.Toolkit.ButtonSpec.ConvertToButtonOrientation(Krypton.Toolkit.PaletteButtonOrientation)">
<summary>
Convert from palette specific button orientation to resolved button orientation.
</summary>
<param name="paletteButtonOrientation">Palette specific button orientation.</param>
<returns>Resolved button orientation.</returns>
</member>
<member name="M:Krypton.Toolkit.ButtonSpec.ConvertToButtonStyle(System.Nullable{Krypton.Toolkit.PaletteButtonStyle})">
<summary>
Convert from palette specific button style to resolved button style.
</summary>
<param name="paletteButtonStyle">Palette specific button style.</param>
<returns>Resolve button style.</returns>
</member>
<member name="T:Krypton.Toolkit.ButtonSpecAny">
<summary>
Button specification that can be assigned as any button type.
</summary>
</member>
<member name="M:Krypton.Toolkit.ButtonSpecAny.#ctor">
<summary>
Initialize a new instance of the AnyButtonSpec class.
</summary>
</member>
<member name="M:Krypton.Toolkit.ButtonSpecAny.Clone">
<summary>
Make a clone of this object.
</summary>
<returns>New instance.</returns>
</member>
<member name="P:Krypton.Toolkit.ButtonSpecAny.IsDefault">
<summary>
Gets a value indicating if all values are default.
</summary>
</member>
<member name="P:Krypton.Toolkit.ButtonSpecAny.Visible">
<summary>
Gets and sets if the button should be shown.
</summary>
</member>
<member name="M:Krypton.Toolkit.ButtonSpecAny.ResetVisible">
<summary>
Resets the Visible property to its default value.
</summary>
</member>
<member name="P:Krypton.Toolkit.ButtonSpecAny.Enabled">
<summary>
Gets and sets the button enabled state.
</summary>
</member>
<member name="M:Krypton.Toolkit.ButtonSpecAny.ResetEnabled">
<summary>
Resets the Enabled property to its default value.
</summary>
</member>
<member name="P:Krypton.Toolkit.ButtonSpecAny.Checked">
<summary>
Gets and sets if the button is checked or capable of being checked.
</summary>
</member>
<member name="M:Krypton.Toolkit.ButtonSpecAny.ResetChecked">
<summary>
Resets the Checked property to its default value.
</summary>
</member>
<member name="P:Krypton.Toolkit.ButtonSpecAny.ShowDrop">
<summary>
Gets and sets if the button is checked or capable of being checked.
</summary>
</member>
<member name="M:Krypton.Toolkit.ButtonSpecAny.ResetShowDrop">
<summary>
Resets the Checked property to its default value.
</summary>
</member>
<member name="P:Krypton.Toolkit.ButtonSpecAny.KryptonCommand">
<summary>
Gets and sets the associated KryptonCommand.
</summary>
</member>
<member name="P:Krypton.Toolkit.ButtonSpecAny.Type">
<summary>
Gets and sets the button type.
</summary>
</member>
<member name="M:Krypton.Toolkit.ButtonSpecAny.CopyFrom(Krypton.Toolkit.ButtonSpecAny)">
<summary>
Value copy form the provided source to ourself.
</summary>
<param name="source">Source instance.</param>
</member>
<member name="M:Krypton.Toolkit.ButtonSpecAny.GetVisible(Krypton.Toolkit.PaletteBase)">
<summary>
Gets the button visible value.
</summary>
<param name="palette">Palette to use for inheriting values.</param>
<returns>Button visibility.</returns>
</member>
<member name="M:Krypton.Toolkit.ButtonSpecAny.GetEnabled(Krypton.Toolkit.PaletteBase)">
<summary>
Gets the button enabled state.
</summary>
<param name="palette">Palette to use for inheriting values.</param>
<returns>Button enabled state.</returns>
</member>
<member name="M:Krypton.Toolkit.ButtonSpecAny.GetChecked(Krypton.Toolkit.PaletteBase)">
<summary>
Gets the button checked state.
</summary>
<param name="palette">Palette to use for inheriting values.</param>
<returns>Button checked state.</returns>
</member>
<member name="M:Krypton.Toolkit.ButtonSpecAny.OnButtonSpecPropertyChanged(System.String)">
<summary>
Raises the ButtonSpecPropertyChanged event.
</summary>
<param name="propertyName">Name of the appearance property that has changed.</param>
</member>
<member name="M:Krypton.Toolkit.ButtonSpecAny.OnCommandPropertyChanged(System.Object,System.ComponentModel.PropertyChangedEventArgs)">
<summary>
Handles a change in the property of an attached command.
</summary>
<param name="sender">Source of the event.</param>
<param name="e">A PropertyChangedEventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.ButtonSpecAny.OnClick(System.EventArgs)">
<summary>
Raises the Click event.
</summary>
<param name="e">An EventArgs containing the event data.</param>
</member>
<member name="T:Krypton.Toolkit.ButtonSpecCalendar">
<summary>
Implementation for internal calendar buttons.
</summary>
</member>
<member name="M:Krypton.Toolkit.ButtonSpecCalendar.#ctor(Krypton.Toolkit.ViewDrawMonth,Krypton.Toolkit.PaletteButtonSpecStyle,Krypton.Toolkit.RelativeEdgeAlign)">
<summary>
Initialize a new instance of the ButtonSpecCalendar class.
</summary>
<param name="month">Reference to owning view.</param>
<param name="fixedStyle">Fixed style to use.</param>
<param name="edge">Alignment edge.</param>
</member>
<member name="P:Krypton.Toolkit.ButtonSpecCalendar.Visible">
<summary>
Gets and sets the visible state.
</summary>
</member>
<member name="P:Krypton.Toolkit.ButtonSpecCalendar.Enabled">
<summary>
Gets and sets the enabled state.
</summary>
</member>
<member name="P:Krypton.Toolkit.ButtonSpecCalendar.AllowComponent">
<summary>
Can a component be associated with the view.
</summary>
</member>
<member name="M:Krypton.Toolkit.ButtonSpecCalendar.GetVisible(Krypton.Toolkit.PaletteBase)">
<summary>
Gets the button visible value.
</summary>
<param name="palette">Palette to use for inheriting values.</param>
<returns>Button visibility.</returns>
</member>
<member name="M:Krypton.Toolkit.ButtonSpecCalendar.GetEnabled(Krypton.Toolkit.PaletteBase)">
<summary>
Gets the button enabled state.
</summary>
<param name="palette">Palette to use for inheriting values.</param>
<returns>Button enabled state.</returns>
</member>
<member name="M:Krypton.Toolkit.ButtonSpecCalendar.GetChecked(Krypton.Toolkit.PaletteBase)">
<summary>
Gets the button checked state.
</summary>
<param name="palette">Palette to use for inheriting values.</param>
<returns>Button checked state.</returns>
</member>
<member name="M:Krypton.Toolkit.ButtonSpecCalendar.GetEdge(Krypton.Toolkit.PaletteBase)">
<summary>
Gets the button edge to position against.
</summary>
<param name="palette">Palette to use for inheriting values.</param>
<returns>Edge position.</returns>
</member>
<member name="T:Krypton.Toolkit.ButtonSpecCollectionBase">
<summary>
Manage a collection of ButtonSpec instances.
</summary>
</member>
<member name="E:Krypton.Toolkit.ButtonSpecCollectionBase.Inserting">
<summary>
Occurs when a spec is about to be added/inserted to the collection.
</summary>
</member>
<member name="E:Krypton.Toolkit.ButtonSpecCollectionBase.Inserted">
<summary>
Occurs when a spec has been added/inserted to the collection.
</summary>
</member>
<member name="E:Krypton.Toolkit.ButtonSpecCollectionBase.Removing">
<summary>
Occurs when a spec is about to be removed from the collection.
</summary>
</member>
<member name="E:Krypton.Toolkit.ButtonSpecCollectionBase.Removed">
<summary>
Occurs when a spec is removed from the collection.
</summary>
</member>
<member name="M:Krypton.Toolkit.ButtonSpecCollectionBase.#ctor(System.Object)">
<summary>
Initialize a new instance of the ButtonSpecCollectionBase class.
</summary>
<param name="owner">Reference to owning object instance.</param>
</member>
<member name="M:Krypton.Toolkit.ButtonSpecCollectionBase.Enumerate">
<summary>
Provide access to the derived generic enumerator.
</summary>
<returns>IEnumerable instance.</returns>
</member>
<member name="P:Krypton.Toolkit.ButtonSpecCollectionBase.Owner">
<summary>
Gets and sets the owner of the collection.
</summary>
</member>
<member name="M:Krypton.Toolkit.ButtonSpecCollectionBase.OnInserting(Krypton.Toolkit.ButtonSpecEventArgs)">
<summary>
Raises the Inserting event.
</summary>
<param name="e">A NavButtonSpecEventArgs instance containing event data.</param>
</member>
<member name="M:Krypton.Toolkit.ButtonSpecCollectionBase.OnInserted(Krypton.Toolkit.ButtonSpecEventArgs)">
<summary>
Raises the Inserted event.
</summary>
<param name="e">A NavButtonSpecEventArgs instance containing event data.</param>
</member>
<member name="M:Krypton.Toolkit.ButtonSpecCollectionBase.OnRemoving(Krypton.Toolkit.ButtonSpecEventArgs)">
<summary>
Raises the Removing event.
</summary>
<param name="e">A NavButtonSpecEventArgs instance containing event data.</param>
</member>
<member name="M:Krypton.Toolkit.ButtonSpecCollectionBase.OnRemoved(Krypton.Toolkit.ButtonSpecEventArgs)">
<summary>
Raises the Removed event.
</summary>
<param name="e">A NavButtonSpecEventArgs instance containing event data.</param>
</member>
<member name="T:Krypton.Toolkit.ButtonSpecCollection`1">
<summary>
Manage a collection of ButtonSpec instances.
</summary>
</member>
<member name="M:Krypton.Toolkit.ButtonSpecCollection`1.#ctor(System.Object)">
<summary>
Initialize a new instance of the ButtonSpecCollection class.
</summary>
<param name="owner">Reference to owning object instance.</param>
</member>
<member name="M:Krypton.Toolkit.ButtonSpecCollection`1.ToString">
<summary>
Obtains the String representation of this instance.
</summary>
<returns>User readable name of the instance.</returns>
</member>
<member name="M:Krypton.Toolkit.ButtonSpecCollection`1.Add(System.Object)">
<summary>
Append a button spec to the collection.
</summary>
<param name="value">Object reference.</param>
<returns>The position into which the new button spec was inserted.</returns>
</member>
<member name="M:Krypton.Toolkit.ButtonSpecCollection`1.AddRange(System.Collections.Generic.IEnumerable{`0})">
<summary>
Append an array of button spec instances.
</summary>
<param name="array">Array of instances.</param>
</member>
<member name="M:Krypton.Toolkit.ButtonSpecCollection`1.Contains(System.Object)">
<summary>
Determines whether the collection contains the button spec.
</summary>
<param name="value">Object reference.</param>
<returns>True if button spec found; otherwise false.</returns>
</member>
<member name="M:Krypton.Toolkit.ButtonSpecCollection`1.IndexOf(System.Object)">
<summary>
Determines the index of the specified spec in the collection.
</summary>
<param name="value">Object reference.</param>
<returns>-1 if not found; otherwise index position.</returns>
</member>
<member name="M:Krypton.Toolkit.ButtonSpecCollection`1.Insert(System.Int32,System.Object)">
<summary>
Inserts a button spec to the collection at the specified index.
</summary>
<param name="index">Insert index.</param>
<param name="value">Object reference.</param>
</member>
<member name="P:Krypton.Toolkit.ButtonSpecCollection`1.IsFixedSize">
<summary>
Gets a value indicating whether the collection has a fixed size.
</summary>
</member>
<member name="M:Krypton.Toolkit.ButtonSpecCollection`1.Remove(System.Object)">
<summary>
Removes first occurrence of specified object.
</summary>
<param name="value">Object reference.</param>
</member>
<member name="P:Krypton.Toolkit.ButtonSpecCollection`1.System#Collections#IList#Item(System.Int32)">
<summary>
Gets or sets the button spec at the specified index.
</summary>
<param name="index">Object index.</param>
<returns>Object at specified index.</returns>
</member>
<member name="M:Krypton.Toolkit.ButtonSpecCollection`1.IndexOf(`0)">
<summary>
Determines the index of the specified spec in the collection.
</summary>
<param name="item">T reference.</param>
<returns>-1 if not found; otherwise index position.</returns>
</member>
<member name="M:Krypton.Toolkit.ButtonSpecCollection`1.Insert(System.Int32,`0)">
<summary>
Inserts a button spec to the collection at the specified index.
</summary>
<param name="index">Insert index.</param>
<param name="item">T reference.</param>
<exception cref="T:System.ArgumentNullException"></exception>
</member>
<member name="M:Krypton.Toolkit.ButtonSpecCollection`1.RemoveAt(System.Int32)">
<summary>
Removes the button spec at the specified index.
</summary>
<param name="index">Remove index.</param>
</member>
<member name="P:Krypton.Toolkit.ButtonSpecCollection`1.Item(System.Int32)">
<summary>
Gets or sets the button spec at the specified index.
</summary>
<param name="index">T index.</param>
<returns>T at specified index.</returns>
</member>
<member name="P:Krypton.Toolkit.ButtonSpecCollection`1.Item(System.String)">
<summary>
Gets the button spec with the provided unique name.
</summary>
<param name="uniqueName">Unique name of the ButtonSpec instance.</param>
<returns>T at specified index.</returns>
</member>
<member name="M:Krypton.Toolkit.ButtonSpecCollection`1.Add(`0)">
<summary>
Append a button spec to the collection.
</summary>
<param name="item">T reference.</param>
<exception cref="T:System.ArgumentNullException"></exception>
</member>
<member name="M:Krypton.Toolkit.ButtonSpecCollection`1.Contains(`0)">
<summary>
Determines whether the collection contains the button spec.
</summary>
<param name="item">T reference.</param>
<returns>True if spec found; otherwise false.</returns>
</member>
<member name="M:Krypton.Toolkit.ButtonSpecCollection`1.CopyTo(`0[],System.Int32)">
<summary>
Copies button specs to specified array starting at particular index.
</summary>
<param name="array">Target array.</param>
<param name="arrayIndex">Starting array index.</param>
</member>
<member name="P:Krypton.Toolkit.ButtonSpecCollection`1.Count">
<summary>
Gets the number of button specs in collection.
</summary>
</member>
<member name="P:Krypton.Toolkit.ButtonSpecCollection`1.IsReadOnly">
<summary>
Gets a value indicating whether the collection is read-only.
</summary>
</member>
<member name="M:Krypton.Toolkit.ButtonSpecCollection`1.Remove(`0)">
<summary>
Removes first occurrence of specified spec.
</summary>
<param name="item">T reference.</param>
<returns>True if removed; otherwise false.</returns>
</member>
<member name="M:Krypton.Toolkit.ButtonSpecCollection`1.CopyTo(System.Array,System.Int32)">
<summary>
Copies all the elements of the current collection to the specified Array.
</summary>
<param name="array">The Array that is the destination of the elements copied from the collection.</param>
<param name="index">The index in array at which copying begins.</param>
<exception cref="T:System.ArgumentNullException"></exception>
</member>
<member name="M:Krypton.Toolkit.ButtonSpecCollection`1.Clear">
<summary>
Remove all pages from the collection.
</summary>
</member>
<member name="P:Krypton.Toolkit.ButtonSpecCollection`1.IsSynchronized">
<summary>
Gets a value indicating whether access to the collection is synchronized (thread safe).
</summary>
</member>
<member name="P:Krypton.Toolkit.ButtonSpecCollection`1.SyncRoot">
<summary>
Gets an object that can be used to synchronize access to the collection.
</summary>
</member>
<member name="M:Krypton.Toolkit.ButtonSpecCollection`1.Enumerate">
<summary>
Provide non generic access to the enumerator.
</summary>
<returns>IEnumerable instance.</returns>
</member>
<member name="M:Krypton.Toolkit.ButtonSpecCollection`1.GetEnumerator">
<summary>
Shallow enumerate over button specs in the collection.
</summary>
<returns>Enumerator instance.</returns>
</member>
<member name="M:Krypton.Toolkit.ButtonSpecCollection`1.System#Collections#IEnumerable#GetEnumerator">
<summary>
Enumerate using non-generic interface.
</summary>
<returns>Enumerator instance.</returns>
</member>
<member name="T:Krypton.Toolkit.ButtonSpecFormFixed">
<summary>
Implementation for the fixed navigator buttons.
</summary>
</member>
<member name="M:Krypton.Toolkit.ButtonSpecFormFixed.#ctor(Krypton.Toolkit.KryptonForm,Krypton.Toolkit.PaletteButtonSpecStyle)">
<summary>
Initialize a new instance of the ButtonSpecFormFixed class.
</summary>
<param name="form">Reference to owning krypton form.</param>
<param name="fixedStyle">Fixed style to use.</param>
</member>
<member name="P:Krypton.Toolkit.ButtonSpecFormFixed.AllowComponent">
<summary>
Can a component be associated with the view.
</summary>
</member>
<member name="P:Krypton.Toolkit.ButtonSpecFormFixed.KryptonForm">
<summary>
Gets access to the owning krypton form.
</summary>
</member>
<member name="P:Krypton.Toolkit.ButtonSpecFormFixed.ButtonSpecType">
<summary>
Gets and sets the actual type of the button.
</summary>
</member>
<member name="T:Krypton.Toolkit.ButtonSpecFormWindowClose">
<summary>
Implementation for the fixed close button for krypton form.
</summary>
</member>
<member name="M:Krypton.Toolkit.ButtonSpecFormWindowClose.#ctor(Krypton.Toolkit.KryptonForm)">
<summary>
Initialize a new instance of the ButtonSpecFormWindowClose class.
</summary>
<param name="form">Reference to owning krypton form instance.</param>
</member>
<member name="P:Krypton.Toolkit.ButtonSpecFormWindowClose.Enabled">
<summary>
Form Close Button Enabled: This will also Disable the System Menu `Close` BUT NOT the `Alt+F4` key action
</summary>
</member>
<member name="M:Krypton.Toolkit.ButtonSpecFormWindowClose.GetVisible(Krypton.Toolkit.PaletteBase)">
<summary>
Gets the button visible value.
</summary>
<param name="palette">Palette to use for inheriting values.</param>
<returns>Button visibility.</returns>
</member>
<member name="M:Krypton.Toolkit.ButtonSpecFormWindowClose.GetEnabled(Krypton.Toolkit.PaletteBase)">
<summary>
Gets the button enabled state.
</summary>
<param name="palette">Palette to use for inheriting values.</param>
<returns>Button enabled state.</returns>
</member>
<member name="M:Krypton.Toolkit.ButtonSpecFormWindowClose.GetChecked(Krypton.Toolkit.PaletteBase)">
<summary>
Gets the button checked state.
</summary>
<param name="palette">Palette to use for inheriting values.</param>
<returns>Button checked state.</returns>
</member>
<member name="M:Krypton.Toolkit.ButtonSpecFormWindowClose.OnClick(System.EventArgs)">
<summary>
Raises the Click event.
</summary>
<param name="e">An EventArgs that contains the event data.</param>
</member>
<member name="T:Krypton.Toolkit.ButtonSpecFormWindowMax">
<summary>
Implementation for the fixed maximize button for krypton form.
</summary>
</member>
<member name="M:Krypton.Toolkit.ButtonSpecFormWindowMax.#ctor(Krypton.Toolkit.KryptonForm)">
<summary>
Initialize a new instance of the ButtonSpecFormWindowMax class.
</summary>
<param name="form">Reference to owning krypton form instance.</param>
</member>
<member name="M:Krypton.Toolkit.ButtonSpecFormWindowMax.GetVisible(Krypton.Toolkit.PaletteBase)">
<summary>
Gets the button visible value.
</summary>
<param name="palette">Palette to use for inheriting values.</param>
<returns>Button visibility.</returns>
</member>
<member name="M:Krypton.Toolkit.ButtonSpecFormWindowMax.GetEnabled(Krypton.Toolkit.PaletteBase)">
<summary>
Gets the button enabled state.
</summary>
<param name="palette">Palette to use for inheriting values.</param>
<returns>Button enabled state.</returns>
</member>
<member name="M:Krypton.Toolkit.ButtonSpecFormWindowMax.GetChecked(Krypton.Toolkit.PaletteBase)">
<summary>
Gets the button checked state.
</summary>
<param name="palette">Palette to use for inheriting values.</param>
<returns>Button checked state.</returns>
</member>
<member name="M:Krypton.Toolkit.ButtonSpecFormWindowMax.OnClick(System.EventArgs)">
<summary>
Raises the Click event.
</summary>
<param name="e">An EventArgs that contains the event data.</param>
</member>
<member name="T:Krypton.Toolkit.ButtonSpecFormWindowMin">
<summary>
Implementation for the fixed minimize button for krypton form.
</summary>
</member>
<member name="M:Krypton.Toolkit.ButtonSpecFormWindowMin.#ctor(Krypton.Toolkit.KryptonForm)">
<summary>
Initialize a new instance of the ButtonSpecFormWindowMin class.
</summary>
<param name="form">Reference to owning krypton form instance.</param>
</member>
<member name="M:Krypton.Toolkit.ButtonSpecFormWindowMin.GetVisible(Krypton.Toolkit.PaletteBase)">
<summary>
Gets the button visible value.
</summary>
<param name="palette">Palette to use for inheriting values.</param>
<returns>Button visibility.</returns>
</member>
<member name="M:Krypton.Toolkit.ButtonSpecFormWindowMin.GetEnabled(Krypton.Toolkit.PaletteBase)">
<summary>
Gets the button enabled state.
</summary>
<param name="palette">Palette to use for inheriting values.</param>
<returns>Button enabled state.</returns>
</member>
<member name="M:Krypton.Toolkit.ButtonSpecFormWindowMin.GetChecked(Krypton.Toolkit.PaletteBase)">
<summary>
Gets the button checked state.
</summary>
<param name="palette">Palette to use for inheriting values.</param>
<returns>Button checked state.</returns>
</member>
<member name="M:Krypton.Toolkit.ButtonSpecFormWindowMin.OnClick(System.EventArgs)">
<summary>
Raises the Click event.
</summary>
<param name="e">An EventArgs that contains the event data.</param>
</member>
<member name="T:Krypton.Toolkit.ButtonSpecHeaderGroup">
<summary>
KryptonHeaderGroup specific implementation of a button specification.
</summary>
</member>
<member name="M:Krypton.Toolkit.ButtonSpecHeaderGroup.#ctor">
<summary>
Initialize a new instance of the HeaderGroupButtonSpec class.
</summary>
</member>
<member name="P:Krypton.Toolkit.ButtonSpecHeaderGroup.IsDefault">
<summary>
Gets a value indicating if all values are default.
</summary>
</member>
<member name="P:Krypton.Toolkit.ButtonSpecHeaderGroup.HeaderLocation">
<summary>
Gets and sets if the button header location.
</summary>
</member>
<member name="M:Krypton.Toolkit.ButtonSpecHeaderGroup.CopyFrom(Krypton.Toolkit.ButtonSpecHeaderGroup)">
<summary>
Value copy form the provided source to our self.
</summary>
<param name="source">Source instance.</param>
</member>
<member name="M:Krypton.Toolkit.ButtonSpecHeaderGroup.GetLocation(Krypton.Toolkit.PaletteBase)">
<summary>
Gets the button location value.
</summary>
<param name="palette">Palette to use for inheriting values.</param>
<returns>Button location.</returns>
</member>
<member name="T:Krypton.Toolkit.ButtonSpecManagerBase">
<summary>
Manage a collection of button specs for placing within a collection of docking views.
</summary>
</member>
<member name="M:Krypton.Toolkit.ButtonSpecManagerBase.#ctor(System.Windows.Forms.Control,Krypton.Toolkit.PaletteRedirect,Krypton.Toolkit.ButtonSpecCollectionBase,Krypton.Toolkit.ButtonSpecCollectionBase,Krypton.Toolkit.IPaletteMetric[],Krypton.Toolkit.PaletteMetricInt[],Krypton.Toolkit.PaletteMetricInt[],Krypton.Toolkit.PaletteMetricPadding[],Krypton.Toolkit.GetToolStripRenderer,Krypton.Toolkit.NeedPaintHandler)">
<summary>
Initialize a new instance of the ButtonSpecManagerBase class.
</summary>
<param name="control">Control that owns the button manager.</param>
<param name="redirector">Palette redirector.</param>
<param name="variableSpecs">Variable set of button specifications.</param>
<param name="fixedSpecs">Fixed set of button specifications.</param>
<param name="viewMetrics">Array of target metric providers.</param>
<param name="viewMetricIntOutside">Array of target metrics for outside spacer size.</param>
<param name="viewMetricIntInside">Array of target metrics for inside spacer size.</param>
<param name="viewMetricPaddings">Array of target metrics for button padding.</param>
<param name="getRenderer">Delegate for returning a tool strip renderer.</param>
<param name="needPaint">Delegate for notifying paint requests.</param>
</member>
<member name="P:Krypton.Toolkit.ButtonSpecManagerBase.Control">
<summary>
Gets the owning control.
</summary>
</member>
<member name="P:Krypton.Toolkit.ButtonSpecManagerBase.ToolTipManager">
<summary>
Gets and sets the associated tooltip manager.
</summary>
</member>
<member name="P:Krypton.Toolkit.ButtonSpecManagerBase.NeedPaint">
<summary>
Gets and sets the need paint delegate for notifying paint requests.
</summary>
</member>
<member name="P:Krypton.Toolkit.ButtonSpecManagerBase.ButtonSpecViews">
<summary>
Gets an array containing references of all the current views.
</summary>
</member>
<member name="M:Krypton.Toolkit.ButtonSpecManagerBase.Construct">
<summary>
Perform once only construction.
</summary>
</member>
<member name="M:Krypton.Toolkit.ButtonSpecManagerBase.Destruct">
<summary>
Destruct the previously created views.
</summary>
</member>
<member name="P:Krypton.Toolkit.ButtonSpecManagerBase.UseMnemonic">
<summary>
Gets and sets the use of mnemonics.
</summary>
</member>
<member name="M:Krypton.Toolkit.ButtonSpecManagerBase.RecreateButtons">
<summary>
Requests that all the buttons be recreated.
</summary>
</member>
<member name="M:Krypton.Toolkit.ButtonSpecManagerBase.RefreshButtons">
<summary>
Requests that all the buttons have state refreshed.
</summary>
<returns>True if a state change was made.</returns>
</member>
<member name="M:Krypton.Toolkit.ButtonSpecManagerBase.ProcessMnemonic(System.Char)">
<summary>
Processes a mnemonic character.
</summary>
<param name="charCode">The mnemonic character entered.</param>
<returns>true if the mnemonic was processed; otherwise, false.</returns>
</member>
<member name="M:Krypton.Toolkit.ButtonSpecManagerBase.SetDockerMetrics(Krypton.Toolkit.ViewBase,Krypton.Toolkit.IPaletteMetric)">
<summary>
Update the palette for a specified docker view.
</summary>
<param name="viewDocker">Target docker view.</param>
<param name="viewMetric">New metric source.</param>
</member>
<member name="M:Krypton.Toolkit.ButtonSpecManagerBase.SetDockerMetrics(Krypton.Toolkit.ViewBase,Krypton.Toolkit.IPaletteMetric,Krypton.Toolkit.PaletteMetricInt,Krypton.Toolkit.PaletteMetricPadding)">
<summary>
Update the metric details for a specified docker view.
</summary>
<param name="viewDocker">Target docker view.</param>
<param name="viewMetric">New metric source.</param>
<param name="viewMetricInt">New border edge metric.</param>
<param name="viewMetricPadding">New button border metric.</param>
</member>
<member name="M:Krypton.Toolkit.ButtonSpecManagerBase.GetButtonRectangle(Krypton.Toolkit.ButtonSpec)">
<summary>
Get the display rectangle of the provided button.
</summary>
<param name="buttonSpec">Button specification.</param>
<returns>Display rectangle.</returns>
</member>
<member name="M:Krypton.Toolkit.ButtonSpecManagerBase.ButtonSpecFromView(Krypton.Toolkit.ViewBase)">
<summary>
Gets the ButtonSpec associated with the provided view element.
</summary>
<param name="element">Element to search against.</param>
<returns>Reference to ButtonSpec; otherwise null.</returns>
</member>
<member name="M:Krypton.Toolkit.ButtonSpecManagerBase.DesignerGetHitTest(System.Drawing.Point)">
<summary>
Is the provided over a part of the view that wants the mouse.
</summary>
<param name="pt">Mouse point.</param>
<returns>True if the view wants the mouse position; otherwise false.</returns>
</member>
<member name="M:Krypton.Toolkit.ButtonSpecManagerBase.RenderToolStrip">
<summary>
Get a tool strip renderer appropriate for the hosting control.
</summary>
<returns></returns>
</member>
<member name="M:Krypton.Toolkit.ButtonSpecManagerBase.PerformNeedPaint(System.Boolean)">
<summary>
Requests a repaint and optional layout be performed.
</summary>
<param name="needLayout">Does the palette change require a layout.</param>
</member>
<member name="M:Krypton.Toolkit.ButtonSpecManagerBase.PerformNeedPaint(System.Object,System.Boolean)">
<summary>
Requests a repaint and optional layout be performed.
</summary>
<param name="sender">Source of the paint event.</param>
<param name="needLayout">Does the palette change require a layout.</param>
</member>
<member name="M:Krypton.Toolkit.ButtonSpecManagerBase.GetButtonSpecFromView(Krypton.Toolkit.ViewDrawButton)">
<summary>
Find the ButtonSpec definition associated with the provided button view.
</summary>
<param name="viewButton">View to use when searching.</param>
<returns>ButtonSpec reference if found; otherwise null.</returns>
</member>
<member name="M:Krypton.Toolkit.ButtonSpecManagerBase.GetFirstVisibleViewButton(Krypton.Toolkit.PaletteRelativeEdgeAlign)">
<summary>
Gets the view for the first visible and enabled button spec of the defined edge.
</summary>
<param name="align">Edge of buttons caller is interested in searching.</param>
<returns>ViewDrawButton reference; otherwise false.</returns>
</member>
<member name="M:Krypton.Toolkit.ButtonSpecManagerBase.GetNextVisibleViewButton(Krypton.Toolkit.PaletteRelativeEdgeAlign,Krypton.Toolkit.ViewDrawButton)">
<summary>
Gets the view for the next visible and enabled button spec of the defined edge.
</summary>
<param name="align">Edge of buttons caller is interested in searching.</param>
<param name="current">Current button that is the marker for searching.</param>
<returns>ViewDrawButton reference; otherwise false.</returns>
</member>
<member name="M:Krypton.Toolkit.ButtonSpecManagerBase.GetPreviousVisibleViewButton(Krypton.Toolkit.PaletteRelativeEdgeAlign,Krypton.Toolkit.ViewDrawButton)">
<summary>
Gets the view for the previous visible and enabled button spec of the defined edge.
</summary>
<param name="align">Edge of buttons caller is interested in searching.</param>
<param name="current">Current button that is the marker for searching.</param>
<returns>ViewDrawButton reference; otherwise false.</returns>
</member>
<member name="M:Krypton.Toolkit.ButtonSpecManagerBase.GetLastVisibleViewButton(Krypton.Toolkit.PaletteRelativeEdgeAlign)">
<summary>
Gets the view for the last visible and enabled button spec of the defined edge.
</summary>
<param name="align">Edge of buttons caller is interested in searching.</param>
<returns>ViewDrawButton reference; otherwise false.</returns>
</member>
<member name="M:Krypton.Toolkit.ButtonSpecManagerBase.CreateButtonSpecRemap(Krypton.Toolkit.PaletteRedirect,Krypton.Toolkit.ButtonSpec)">
<summary>
Create a palette redirector for remapping button spec colors.
</summary>
<param name="redirector">Base palette class.</param>
<param name="buttonSpec">ButtonSpec instance.</param>
<returns>Palette redirector for the button spec instance.</returns>
</member>
<member name="P:Krypton.Toolkit.ButtonSpecManagerBase.UseInsideSpacers">
<summary>
Gets a value indicating if inside edge spacers are required.
</summary>
</member>
<member name="P:Krypton.Toolkit.ButtonSpecManagerBase.DockerCount">
<summary>
Gets the number of dockers.
</summary>
<returns>Number of dockers.</returns>
</member>
<member name="M:Krypton.Toolkit.ButtonSpecManagerBase.DockerIndex(Krypton.Toolkit.ViewBase)">
<summary>
Gets the index of the provided docker.
</summary>
<param name="viewDocker">View docker reference.</param>
<returns>Index of docker; otherwise -1.</returns>
</member>
<member name="M:Krypton.Toolkit.ButtonSpecManagerBase.IndexDocker(System.Int32)">
<summary>
Gets the docker at the specified index.
</summary>
<param name="i">Index.</param>
<returns>View docker reference; otherwise null.</returns>
</member>
<member name="M:Krypton.Toolkit.ButtonSpecManagerBase.DockerOrientation(System.Int32)">
<summary>
Gets the orientation of the docker at the specified index.
</summary>
<param name="i">Index.</param>
<returns>VisualOrientation value.</returns>
</member>
<member name="M:Krypton.Toolkit.ButtonSpecManagerBase.GetDockerForeground(System.Int32)">
<summary>
Gets the element that represents the foreground colour.
</summary>
<param name="i">Index.</param>
<returns>View content instance.</returns>
</member>
<member name="M:Krypton.Toolkit.ButtonSpecManagerBase.AddViewToDocker(System.Int32,Krypton.Toolkit.ViewDockStyle,Krypton.Toolkit.ViewBase,System.Boolean)">
<summary>
Add a view element to a docker.
</summary>
<param name="i">Index of view docker.</param>
<param name="dockStyle">Dock style for placement.</param>
<param name="view">Actual view to add.</param>
<param name="usingSpacers">Are view spacers being used.</param>
</member>
<member name="M:Krypton.Toolkit.ButtonSpecManagerBase.AddSpacersToDocker(System.Int32,Krypton.Toolkit.ViewLayoutMetricSpacer,Krypton.Toolkit.ViewLayoutMetricSpacer)">
<summary>
Add the spacing views into the indexed docker.
</summary>
<param name="i">Index of docker.</param>
<param name="spacerL">Spacer for the left side.</param>
<param name="spacerR">Spacer for the right side.</param>
</member>
<member name="M:Krypton.Toolkit.ButtonSpecManagerBase.ButtonSpecCreated(Krypton.Toolkit.ButtonSpec,Krypton.Toolkit.ButtonSpecView,System.Int32)">
<summary>
Perform final steps now that the button spec has been created.
</summary>
<param name="buttonSpec">ButtonSpec instance.</param>
<param name="buttonView">Associated ButtonSpecView instance.</param>
<param name="viewDockerIndex">Index of view docker button is placed onto.</param>
</member>
<member name="M:Krypton.Toolkit.ButtonSpecManagerBase.CreateButtonSpecView(Krypton.Toolkit.PaletteRedirect,Krypton.Toolkit.IPaletteMetric,Krypton.Toolkit.PaletteMetricPadding,Krypton.Toolkit.ButtonSpec)">
<summary>
Create the button spec view appropriate for the button spec.
</summary>
<param name="redirector">Redirector for acquiring palette values.</param>
<param name="viewPaletteMetric">Target metric providers.</param>
<param name="viewMetricPadding">Target metric padding.</param>
<param name="buttonSpec">ButtonSpec instance.</param>
<returns>ButtonSpecView derived class.</returns>
</member>
<member name="M:Krypton.Toolkit.ButtonSpecManagerBase.OnNeedPaint(System.Object,System.Boolean)">
<summary>
Raises the NeedPaint event.
</summary>
<param name="sender">Source of the paint event.</param>
<param name="needLayout">Does the palette change require a layout.</param>
</member>
<member name="T:Krypton.Toolkit.ButtonSpecManagerDraw">
<summary>
Manage a collection of button specs for placing within a collection of ViewDrawDocker instances.
</summary>
</member>
<member name="M:Krypton.Toolkit.ButtonSpecManagerDraw.#ctor(System.Windows.Forms.Control,Krypton.Toolkit.PaletteRedirect,Krypton.Toolkit.ButtonSpecCollectionBase,Krypton.Toolkit.ButtonSpecCollectionBase,Krypton.Toolkit.ViewDrawDocker[],Krypton.Toolkit.IPaletteMetric[],Krypton.Toolkit.PaletteMetricInt[],Krypton.Toolkit.PaletteMetricPadding[],Krypton.Toolkit.GetToolStripRenderer,Krypton.Toolkit.NeedPaintHandler)">
<summary>
Initialize a new instance of the ButtonSpecManagerDraw class.
</summary>
<param name="control">Control that owns the button manager.</param>
<param name="redirector">Palette redirector.</param>
<param name="variableSpecs">Variable set of button specifications.</param>
<param name="fixedSpecs">Fixed set of button specifications.</param>
<param name="viewDockers">Array of target view dockers.</param>
<param name="viewMetrics">Array of target metric providers.</param>
<param name="viewMetricInt">Array of target metrics for outside/inside spacer size.</param>
<param name="viewMetricPaddings">Array of target metrics for button padding.</param>
<param name="getRenderer">Delegate for returning a tool strip renderer.</param>
<param name="needPaint">Delegate for notifying paint requests.</param>
</member>
<member name="M:Krypton.Toolkit.ButtonSpecManagerDraw.#ctor(System.Windows.Forms.Control,Krypton.Toolkit.PaletteRedirect,Krypton.Toolkit.ButtonSpecCollectionBase,Krypton.Toolkit.ButtonSpecCollectionBase,Krypton.Toolkit.ViewDrawDocker[],Krypton.Toolkit.IPaletteMetric[],Krypton.Toolkit.PaletteMetricInt[],Krypton.Toolkit.PaletteMetricInt[],Krypton.Toolkit.PaletteMetricPadding[],Krypton.Toolkit.GetToolStripRenderer,Krypton.Toolkit.NeedPaintHandler)">
<summary>
Initialize a new instance of the ButtonSpecManagerDraw class.
</summary>
<param name="control">Control that owns the button manager.</param>
<param name="redirector">Palette redirector.</param>
<param name="variableSpecs">Variable set of button specifications.</param>
<param name="fixedSpecs">Fixed set of button specifications.</param>
<param name="viewDockers">Array of target view dockers.</param>
<param name="viewMetrics">Array of target metric providers.</param>
<param name="viewMetricIntOutside">Array of target metrics for outside spacer size.</param>
<param name="viewMetricIntInside">Array of target metrics for inside spacer size.</param>
<param name="viewMetricPaddings">Array of target metrics for button padding.</param>
<param name="getRenderer">Delegate for returning a tool strip renderer.</param>
<param name="needPaint">Delegate for notifying paint requests.</param>
</member>
<member name="P:Krypton.Toolkit.ButtonSpecManagerDraw.DockerCount">
<summary>
Gets the number of dockers.
</summary>
<returns>Number of dockers.</returns>
</member>
<member name="M:Krypton.Toolkit.ButtonSpecManagerDraw.DockerIndex(Krypton.Toolkit.ViewBase)">
<summary>
Gets the index of the provided docker.
</summary>
<param name="viewDocker">View docker reference.</param>
<returns>Index of docker; otherwise -1.</returns>
</member>
<member name="M:Krypton.Toolkit.ButtonSpecManagerDraw.IndexDocker(System.Int32)">
<summary>
Gets the docker at the specified index.
</summary>
<param name="i">Index.</param>
<returns>View docker reference; otherwise null.</returns>
</member>
<member name="M:Krypton.Toolkit.ButtonSpecManagerDraw.DockerOrientation(System.Int32)">
<summary>
Gets the orientation of the docker at the specified index.
</summary>
<param name="i">Index.</param>
<returns>VisualOrientation value.</returns>
</member>
<member name="M:Krypton.Toolkit.ButtonSpecManagerDraw.GetDockerForeground(System.Int32)">
<summary>
Gets the element that represents the foreground color.
</summary>
<param name="i">Index.</param>
<returns>View content instance.</returns>
</member>
<member name="M:Krypton.Toolkit.ButtonSpecManagerDraw.AddViewToDocker(System.Int32,Krypton.Toolkit.ViewDockStyle,Krypton.Toolkit.ViewBase,System.Boolean)">
<summary>
Add a view element to a docker.
</summary>
<param name="i">Index of view docker.</param>
<param name="dockStyle">Dock style for placement.</param>
<param name="view">Actual view to add.</param>
<param name="usingSpacers">Are view spacers being used.</param>
</member>
<member name="M:Krypton.Toolkit.ButtonSpecManagerDraw.AddSpacersToDocker(System.Int32,Krypton.Toolkit.ViewLayoutMetricSpacer,Krypton.Toolkit.ViewLayoutMetricSpacer)">
<summary>
Add the spacing views into the indexed docker.
</summary>
<param name="i">Index of docker.</param>
<param name="spacerL">Spacer for the left side.</param>
<param name="spacerR">Spacer for the right side.</param>
</member>
<member name="T:Krypton.Toolkit.ButtonSpecManagerLayout">
<summary>
Manage a collection of button specs for placing within a collection of ViewLayoutDocker instances.
</summary>
</member>
<member name="M:Krypton.Toolkit.ButtonSpecManagerLayout.#ctor(System.Windows.Forms.Control,Krypton.Toolkit.PaletteRedirect,Krypton.Toolkit.ButtonSpecCollectionBase,Krypton.Toolkit.ButtonSpecCollectionBase,Krypton.Toolkit.ViewLayoutDocker[],Krypton.Toolkit.IPaletteMetric[],Krypton.Toolkit.PaletteMetricInt[],Krypton.Toolkit.PaletteMetricPadding[],Krypton.Toolkit.GetToolStripRenderer,Krypton.Toolkit.NeedPaintHandler)">
<summary>
Initialize a new instance of the ButtonSpecManagerLayout class.
</summary>
<param name="control">Control that owns the button manager.</param>
<param name="redirector">Palette redirector.</param>
<param name="variableSpecs">Variable set of button specifications.</param>
<param name="fixedSpecs">Fixed set of button specifications.</param>
<param name="viewDockers">Array of target view dockers.</param>
<param name="viewMetrics">Array of target metric providers.</param>
<param name="viewMetricInt">Array of target metrics for outside/inside spacer size.</param>
<param name="viewMetricPaddings">Array of target metrics for button padding.</param>
<param name="getRenderer">Delegate for returning a tool strip renderer.</param>
<param name="needPaint">Delegate for notifying paint requests.</param>
</member>
<member name="M:Krypton.Toolkit.ButtonSpecManagerLayout.#ctor(System.Windows.Forms.Control,Krypton.Toolkit.PaletteRedirect,Krypton.Toolkit.ButtonSpecCollectionBase,Krypton.Toolkit.ButtonSpecCollectionBase,Krypton.Toolkit.ViewLayoutDocker[],Krypton.Toolkit.IPaletteMetric[],Krypton.Toolkit.PaletteMetricInt[],Krypton.Toolkit.PaletteMetricInt[],Krypton.Toolkit.PaletteMetricPadding[],Krypton.Toolkit.GetToolStripRenderer,Krypton.Toolkit.NeedPaintHandler)">
<summary>
Initialize a new instance of the ButtonSpecManagerLayout class.
</summary>
<param name="control">Control that owns the button manager.</param>
<param name="redirector">Palette redirector.</param>
<param name="variableSpecs">Variable set of button specifications.</param>
<param name="fixedSpecs">Fixed set of button specifications.</param>
<param name="viewDockers">Array of target view dockers.</param>
<param name="viewMetrics">Array of target metric providers.</param>
<param name="viewMetricIntOutside">Array of target metrics for outside spacer size.</param>
<param name="viewMetricIntInside">Array of target metrics for inside spacer size.</param>
<param name="viewMetricPaddings">Array of target metrics for button padding.</param>
<param name="getRenderer">Delegate for returning a tool strip renderer.</param>
<param name="needPaint">Delegate for notifying paint requests.</param>
</member>
<member name="P:Krypton.Toolkit.ButtonSpecManagerLayout.DockerCount">
<summary>
Gets the number of dockers.
</summary>
<returns>Number of dockers.</returns>
</member>
<member name="M:Krypton.Toolkit.ButtonSpecManagerLayout.DockerIndex(Krypton.Toolkit.ViewBase)">
<summary>
Gets the index of the provided docker.
</summary>
<param name="viewDocker">View docker reference.</param>
<returns>Index of docker; otherwise -1.</returns>
</member>
<member name="M:Krypton.Toolkit.ButtonSpecManagerLayout.IndexDocker(System.Int32)">
<summary>
Gets the docker at the specified index.
</summary>
<param name="i">Index.</param>
<returns>View docker reference; otherwise null.</returns>
</member>
<member name="M:Krypton.Toolkit.ButtonSpecManagerLayout.DockerOrientation(System.Int32)">
<summary>
Gets the orientation of the docker at the specified index.
</summary>
<param name="i">Index.</param>
<returns>VisualOrientation value.</returns>
</member>
<member name="M:Krypton.Toolkit.ButtonSpecManagerLayout.GetDockerForeground(System.Int32)">
<summary>
Gets the element that represents the foreground color.
</summary>
<param name="i">Index.</param>
<returns>View content instance.</returns>
</member>
<member name="M:Krypton.Toolkit.ButtonSpecManagerLayout.AddViewToDocker(System.Int32,Krypton.Toolkit.ViewDockStyle,Krypton.Toolkit.ViewBase,System.Boolean)">
<summary>
Add a view element to a docker.
</summary>
<param name="i">Index of view docker.</param>
<param name="dockStyle">Dock style for placement.</param>
<param name="view">Actual view to add.</param>
<param name="usingSpacers">Are view spacers being used.</param>
</member>
<member name="M:Krypton.Toolkit.ButtonSpecManagerLayout.AddSpacersToDocker(System.Int32,Krypton.Toolkit.ViewLayoutMetricSpacer,Krypton.Toolkit.ViewLayoutMetricSpacer)">
<summary>
Add the spacing views into the indexed docker.
</summary>
<param name="i">Index of docker.</param>
<param name="spacerL">Spacer for the left side.</param>
<param name="spacerR">Spacer for the right side.</param>
</member>
<member name="T:Krypton.Toolkit.ButtonSpecRemapByContentBase">
<summary>
Redirect requests for image/text colors to remap.
</summary>
</member>
<member name="M:Krypton.Toolkit.ButtonSpecRemapByContentBase.#ctor(Krypton.Toolkit.PaletteBase,Krypton.Toolkit.ButtonSpec)">
<summary>
Initialize a new instance of the ButtonSpecRemapByContentBase class.
</summary>
<param name="target">Initial palette target for redirection.</param>
<param name="buttonSpec">Reference to button specification.</param>
</member>
<member name="P:Krypton.Toolkit.ButtonSpecRemapByContentBase.PaletteContent">
<summary>
Gets the palette content to use for remapping.
</summary>
</member>
<member name="P:Krypton.Toolkit.ButtonSpecRemapByContentBase.PaletteState">
<summary>
Gets the state of the remapping area
</summary>
</member>
<member name="M:Krypton.Toolkit.ButtonSpecRemapByContentBase.GetContentImageColorMap(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the image color to remap into another color.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.ButtonSpecRemapByContentBase.GetContentImageColorTo(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color to use in place of the image map color.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.ButtonSpecRemapByContentBase.GetContentShortTextColor1(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the first back color for the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.ButtonSpecRemapByContentBase.GetContentLongTextColor1(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the first back color for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="T:Krypton.Toolkit.ButtonSpecRemapByContentCache">
<summary>
Redirect requests for image/text colors to remap.
</summary>
</member>
<member name="M:Krypton.Toolkit.ButtonSpecRemapByContentCache.#ctor(Krypton.Toolkit.PaletteBase,Krypton.Toolkit.ButtonSpec)">
<summary>
Initialize a new instance of the ButtonSpecRemapByContentCache class.
</summary>
<param name="target">Initial palette target for redirection.</param>
<param name="buttonSpec">Reference to button specification.</param>
</member>
<member name="M:Krypton.Toolkit.ButtonSpecRemapByContentCache.SetPaletteContent(Krypton.Toolkit.IPaletteContent)">
<summary>
Set the palette content to use for remapping.
</summary>
<param name="paletteContent">Palette for requesting foreground colors.</param>
</member>
<member name="M:Krypton.Toolkit.ButtonSpecRemapByContentCache.SetPaletteState(Krypton.Toolkit.PaletteState)">
<summary>
Set the palette state of the remapping element.
</summary>
<param name="paletteState">Palette state.</param>
</member>
<member name="P:Krypton.Toolkit.ButtonSpecRemapByContentCache.PaletteContent">
<summary>
Gets the palette content to use for remapping.
</summary>
</member>
<member name="P:Krypton.Toolkit.ButtonSpecRemapByContentCache.PaletteState">
<summary>
Gets the state of the remapping area
</summary>
</member>
<member name="T:Krypton.Toolkit.ButtonSpecRemapByContentView">
<summary>
Redirect requests for image/text colors to remap.
</summary>
</member>
<member name="M:Krypton.Toolkit.ButtonSpecRemapByContentView.#ctor(Krypton.Toolkit.PaletteBase,Krypton.Toolkit.ButtonSpec)">
<summary>
Initialize a new instance of the ButtonSpecRemapByContentView class.
</summary>
<param name="target">Initial palette target for redirection.</param>
<param name="buttonSpec">Reference to button specification.</param>
</member>
<member name="P:Krypton.Toolkit.ButtonSpecRemapByContentView.Foreground">
<summary>
Gets and sets the foreground to use for color map redirection.
</summary>
</member>
<member name="P:Krypton.Toolkit.ButtonSpecRemapByContentView.PaletteContent">
<summary>
Gets the palette content to use for remapping.
</summary>
</member>
<member name="P:Krypton.Toolkit.ButtonSpecRemapByContentView.PaletteState">
<summary>
Gets the state of the remapping area
</summary>
</member>
<member name="T:Krypton.Toolkit.ButtonSpecToContent">
<summary>
Map button spec tooltip value to content values.
</summary>
</member>
<member name="M:Krypton.Toolkit.ButtonSpecToContent.#ctor(Krypton.Toolkit.PaletteBase,Krypton.Toolkit.ButtonSpec)">
<summary>
Initialize a new instance of the PageToTooltipMapping class.
</summary>
<param name="palette">Palette for sourcing information.</param>
<param name="buttonSpec">Source button spec instance.</param>
</member>
<member name="P:Krypton.Toolkit.ButtonSpecToContent.HasContent">
<summary>
Gets a value indicating if the mapping produces any content.
</summary>
</member>
<member name="M:Krypton.Toolkit.ButtonSpecToContent.GetImage(Krypton.Toolkit.PaletteState)">
<summary>
Gets the content image.
</summary>
<param name="state">The state for which the image is needed.</param>
<returns>Image value.</returns>
</member>
<member name="M:Krypton.Toolkit.ButtonSpecToContent.GetImageTransparentColor(Krypton.Toolkit.PaletteState)">
<summary>
Gets the image color that should be transparent.
</summary>
<param name="state">The state for which the image is needed.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.ButtonSpecToContent.GetShortText">
<summary>
Gets the content short text.
</summary>
<returns>String value.</returns>
</member>
<member name="M:Krypton.Toolkit.ButtonSpecToContent.GetLongText">
<summary>
Gets the content long text.
</summary>
<returns>String value.</returns>
</member>
<member name="T:Krypton.Toolkit.ButtonSpecView">
<summary>
Create and manage the view for a ButtonSpec definition.
</summary>
</member>
<member name="M:Krypton.Toolkit.ButtonSpecView.#ctor(Krypton.Toolkit.PaletteRedirect,Krypton.Toolkit.IPaletteMetric,Krypton.Toolkit.PaletteMetricPadding,Krypton.Toolkit.ButtonSpecManagerBase,Krypton.Toolkit.ButtonSpec)">
<summary>
Initialize a new instance of the ButtonSpecView class.
</summary>
<param name="redirector">Palette redirector.</param>
<param name="paletteMetric">Source for metric values.</param>
<param name="metricPadding">Padding metric for border padding.</param>
<param name="manager">Reference to owning manager.</param>
<param name="buttonSpec">Access</param>
</member>
<member name="P:Krypton.Toolkit.ButtonSpecView.Manager">
<summary>
Gets access to the owning manager.
</summary>
</member>
<member name="P:Krypton.Toolkit.ButtonSpecView.ButtonSpec">
<summary>
Gets access to the monitored button spec
</summary>
</member>
<member name="P:Krypton.Toolkit.ButtonSpecView.ViewCenter">
<summary>
Gets access to the view centering that contains the button.
</summary>
</member>
<member name="P:Krypton.Toolkit.ButtonSpecView.ViewButton">
<summary>
Gets access to the view centering that contains the button.
</summary>
</member>
<member name="P:Krypton.Toolkit.ButtonSpecView.RemapPalette">
<summary>
Gets access to the remapping palette.
</summary>
</member>
<member name="M:Krypton.Toolkit.ButtonSpecView.PerformNeedPaint(System.Boolean)">
<summary>
Requests a repaint and optional layout be performed.
</summary>
<param name="needLayout">Does the palette change require a layout.</param>
</member>
<member name="M:Krypton.Toolkit.ButtonSpecView.UpdateButtonStyle">
<summary>
Update the button style to reflect new button style setting.
</summary>
</member>
<member name="M:Krypton.Toolkit.ButtonSpecView.UpdateVisible">
<summary>
Update view button to reflect new button visible setting.
</summary>
</member>
<member name="M:Krypton.Toolkit.ButtonSpecView.UpdateEnabled">
<summary>
Update view button to reflect new button enabled setting.
</summary>
<returns>True is a change in state has occurred.</returns>
</member>
<member name="M:Krypton.Toolkit.ButtonSpecView.UpdateChecked">
<summary>
Update view button to reflect new button checked setting.
</summary>
<returns>True is a change in state has occurred.</returns>
</member>
<member name="M:Krypton.Toolkit.ButtonSpecView.UpdateShowDrop">
<summary>
Update view button to reflect new button DropDown drawing/detection setting.
</summary>
</member>
<member name="M:Krypton.Toolkit.ButtonSpecView.Destruct">
<summary>
Destruct the previously created views.
</summary>
</member>
<member name="M:Krypton.Toolkit.ButtonSpecView.CreateController(Krypton.Toolkit.ViewDrawButton,Krypton.Toolkit.NeedPaintHandler,System.Windows.Forms.MouseEventHandler)">
<summary>
Create a button controller for the view.
</summary>
<param name="viewButton">View to be controlled.</param>
<param name="needPaint">Paint delegate.</param>
<param name="clickHandler">Reference to click handler.</param>
<returns>Controller instance.</returns>
</member>
<member name="M:Krypton.Toolkit.ButtonSpecView.OnFinishDelegate(System.Object,System.EventArgs)">
<summary>
Processes the finish of the button being pressed.
</summary>
<param name="sender">Source of the event.</param>
<param name="e">An EventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.ButtonSpecView.GetImage(Krypton.Toolkit.PaletteState)">
<summary>
Gets the content image.
</summary>
<param name="state">The state for which the image is needed.</param>
<returns>Image value.</returns>
</member>
<member name="M:Krypton.Toolkit.ButtonSpecView.GetImageTransparentColor(Krypton.Toolkit.PaletteState)">
<summary>
Gets the content image transparent color.
</summary>
<param name="state">The state for which the image color is needed.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.ButtonSpecView.GetShortText">
<summary>
Gets the content short text.
</summary>
<returns>String value.</returns>
</member>
<member name="M:Krypton.Toolkit.ButtonSpecView.GetLongText">
<summary>
Gets the content long text.
</summary>
<returns>String value.</returns>
</member>
<member name="T:Krypton.Toolkit.ButtonSpecViewControllers">
<summary>
Stores a triple of controller references.
</summary>
</member>
<member name="M:Krypton.Toolkit.ButtonSpecViewControllers.#ctor(Krypton.Toolkit.IMouseController,Krypton.Toolkit.ISourceController,Krypton.Toolkit.IKeyController)">
<summary>
Initialize a new instance of the ButtonSpecViewControllers class.
</summary>
<param name="mouseController">Mouse controller.</param>
<param name="sourceController">Source controller.</param>
<param name="keyController">Key controller.</param>
</member>
<member name="P:Krypton.Toolkit.ButtonSpecViewControllers.MouseController">
<summary>
Gets the mouse controller reference.
</summary>
</member>
<member name="P:Krypton.Toolkit.ButtonSpecViewControllers.SourceController">
<summary>
Gets the mouse controller reference.
</summary>
</member>
<member name="P:Krypton.Toolkit.ButtonSpecViewControllers.KeyController">
<summary>
Gets the mouse controller reference.
</summary>
</member>
<member name="T:Krypton.Toolkit.KryptonContextMenuCheckBox">
<summary>
Provide a context menu check box.
</summary>
</member>
<member name="E:Krypton.Toolkit.KryptonContextMenuCheckBox.Click">
<summary>
Occurs when the check box item is clicked.
</summary>
</member>
<member name="E:Krypton.Toolkit.KryptonContextMenuCheckBox.CheckedChanged">
<summary>
Occurs when the value of the Checked property has changed.
</summary>
</member>
<member name="E:Krypton.Toolkit.KryptonContextMenuCheckBox.CheckStateChanged">
<summary>
Occurs when the value of the CheckState property has changed.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonContextMenuCheckBox.#ctor">
<summary>
Initialize a new instance of the KryptonContextMenuCheckBox class.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonContextMenuCheckBox.#ctor(System.String)">
<summary>
Initialize a new instance of the KryptonContextMenuCheckBox class.
</summary>
<param name="initialText">Initial text for display.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonContextMenuCheckBox.ToString">
<summary>
Returns a description of the instance.
</summary>
<returns>String representation.</returns>
</member>
<member name="P:Krypton.Toolkit.KryptonContextMenuCheckBox.ItemChildCount">
<summary>
Returns the number of child menu items.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonContextMenuCheckBox.Item(System.Int32)">
<summary>
Returns the indexed child menu item.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonContextMenuCheckBox.ProcessShortcut(System.Windows.Forms.Keys)">
<summary>
Test for the provided shortcut and perform relevant action if a match is found.
</summary>
<param name="keyData">Key data to check against shortcut definitions.</param>
<returns>True if shortcut was handled, otherwise false.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonContextMenuCheckBox.GenerateView(Krypton.Toolkit.IContextMenuProvider,System.Object,Krypton.Toolkit.ViewLayoutStack,System.Boolean,System.Boolean)">
<summary>
Returns a view appropriate for this item based on the object it is inside.
</summary>
<param name="provider">Provider of context menu information.</param>
<param name="parent">Owning object reference.</param>
<param name="columns">Containing columns.</param>
<param name="standardStyle">Draw items with standard or alternate style.</param>
<param name="imageColumn">Draw an image background for the item images.</param>
<returns>ViewBase that is the root of the view hierarchy being added.</returns>
</member>
<member name="P:Krypton.Toolkit.KryptonContextMenuCheckBox.AutoClose">
<summary>
Gets and sets if clicking the check box automatically closes the context menu.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonContextMenuCheckBox.Text">
<summary>
Gets and sets the check box text.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonContextMenuCheckBox.ExtraText">
<summary>
Gets and sets the check box extra text.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonContextMenuCheckBox.Image">
<summary>
Gets and sets the check box image.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonContextMenuCheckBox.ImageTransparentColor">
<summary>
Gets and sets the check box image color to make transparent.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonContextMenuCheckBox.LabelStyle">
<summary>
Gets and sets the check box label style.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonContextMenuCheckBox.Images">
<summary>
Gets access to the image value overrides.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonContextMenuCheckBox.Enabled">
<summary>
Gets and sets if the check box is enabled.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonContextMenuCheckBox.Checked">
<summary>
Gets or sets a value indicating if the component is in the checked state.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonContextMenuCheckBox.CheckState">
<summary>
Gets or sets a value indicating the checked state of the component.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonContextMenuCheckBox.AutoCheck">
<summary>
Gets or sets a value indicating if the check box is automatically changed state when clicked.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonContextMenuCheckBox.ThreeState">
<summary>
Gets or sets a value indicating if the component allows three states instead of two.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonContextMenuCheckBox.StateCommon">
<summary>
Gets access to the common check box appearance that other states can override.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonContextMenuCheckBox.StateDisabled">
<summary>
Gets access to the disabled check box appearance entries.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonContextMenuCheckBox.StateNormal">
<summary>
Gets access to the normal check box appearance entries.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonContextMenuCheckBox.OverrideFocus">
<summary>
Gets access to the check box appearance when it has focus.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonContextMenuCheckBox.KryptonCommand">
<summary>
Gets and sets the associated KryptonCommand.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonContextMenuCheckBox.PerformClick">
<summary>
Generates a Click event for the component.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonContextMenuCheckBox.OnClick(System.EventArgs)">
<summary>
Raises the Click event.
</summary>
<param name="e">An EventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonContextMenuCheckBox.OnCheckedChanged(System.EventArgs)">
<summary>
Raises the CheckedChanged event.
</summary>
<param name="e">An EventArgs containing the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonContextMenuCheckBox.OnCheckStateChanged(System.EventArgs)">
<summary>
Raises the CheckStateChanged event.
</summary>
<param name="e">An EventArgs containing the event data.</param>
</member>
<member name="T:Krypton.Toolkit.KryptonContextMenuCheckButton">
<summary>
Provide a context menu check button.
</summary>
</member>
<member name="E:Krypton.Toolkit.KryptonContextMenuCheckButton.Click">
<summary>
Occurs when the check box item is clicked.
</summary>
</member>
<member name="E:Krypton.Toolkit.KryptonContextMenuCheckButton.CheckedChanged">
<summary>
Occurs when the value of the Checked property has changed.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonContextMenuCheckButton.#ctor">
<summary>
Initialize a new instance of the KryptonContextMenuCheckButton class.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonContextMenuCheckButton.#ctor(System.String)">
<summary>
Initialize a new instance of the KryptonContextMenuCheckButton class.
</summary>
<param name="initialText">Initial text for display.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonContextMenuCheckButton.ToString">
<summary>
Returns a description of the instance.
</summary>
<returns>String representation.</returns>
</member>
<member name="P:Krypton.Toolkit.KryptonContextMenuCheckButton.ItemChildCount">
<summary>
Returns the number of child menu items.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonContextMenuCheckButton.Item(System.Int32)">
<summary>
Returns the indexed child menu item.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonContextMenuCheckButton.ProcessShortcut(System.Windows.Forms.Keys)">
<summary>
Test for the provided shortcut and perform relevant action if a match is found.
</summary>
<param name="keyData">Key data to check against shortcut definitions.</param>
<returns>True if shortcut was handled, otherwise false.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonContextMenuCheckButton.GenerateView(Krypton.Toolkit.IContextMenuProvider,System.Object,Krypton.Toolkit.ViewLayoutStack,System.Boolean,System.Boolean)">
<summary>
Returns a view appropriate for this item based on the object it is inside.
</summary>
<param name="provider">Provider of context menu information.</param>
<param name="parent">Owning object reference.</param>
<param name="columns">Containing columns.</param>
<param name="standardStyle">Draw items with standard or alternate style.</param>
<param name="imageColumn">Draw an image background for the item images.</param>
<returns>ViewBase that is the root of the view hierarchy being added.</returns>
</member>
<member name="P:Krypton.Toolkit.KryptonContextMenuCheckButton.AutoClose">
<summary>
Gets and sets if clicking the check box automatically closes the context menu.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonContextMenuCheckButton.Text">
<summary>
Gets and sets the check box text.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonContextMenuCheckButton.ExtraText">
<summary>
Gets and sets the check box extra text.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonContextMenuCheckButton.Image">
<summary>
Gets and sets the check box image.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonContextMenuCheckButton.ImageTransparentColor">
<summary>
Gets and sets the check box image color to make transparent.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonContextMenuCheckButton.ButtonStyle">
<summary>
Gets and sets the check button style.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonContextMenuCheckButton.Enabled">
<summary>
Gets and sets if the check box is enabled.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonContextMenuCheckButton.Checked">
<summary>
Gets or sets a value indicating if the component is in the checked state.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonContextMenuCheckButton.AutoCheck">
<summary>
Gets or sets a value indicating if the check box is automatically changed state when clicked.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonContextMenuCheckButton.StateCommon">
<summary>
Gets access to the common button appearance that other states can override.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonContextMenuCheckButton.StateDisabled">
<summary>
Gets access to the disabled button appearance entries.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonContextMenuCheckButton.StateNormal">
<summary>
Gets access to the normal button appearance entries.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonContextMenuCheckButton.StatePressed">
<summary>
Gets access to the pressed button appearance entries.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonContextMenuCheckButton.StateTracking">
<summary>
Gets access to the tracking button appearance entries.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonContextMenuCheckButton.StateCheckedNormal">
<summary>
Gets access to the normal checked button appearance entries.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonContextMenuCheckButton.StateCheckedTracking">
<summary>
Gets access to the hot tracking checked button appearance entries.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonContextMenuCheckButton.StateCheckedPressed">
<summary>
Gets access to the pressed checked button appearance entries.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonContextMenuCheckButton.OverrideFocus">
<summary>
Gets access to the button appearance when it has focus.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonContextMenuCheckButton.KryptonCommand">
<summary>
Gets and sets the associated KryptonCommand.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonContextMenuCheckButton.PerformClick">
<summary>
Generates a Click event for the component.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonContextMenuCheckButton.OnClick(System.EventArgs)">
<summary>
Raises the Click event.
</summary>
<param name="e">An EventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonContextMenuCheckButton.OnCheckedChanged(System.EventArgs)">
<summary>
Raises the CheckedChanged event.
</summary>
<param name="e">An EventArgs containing the event data.</param>
</member>
<member name="T:Krypton.Toolkit.KryptonContextMenuCollection">
<summary>
Manage the items that can be added to a top level context menu collection.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonContextMenuCollection.RestrictTypes">
<summary>
Gets an array of types that the collection is restricted to contain.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonContextMenuCollection.ProcessShortcut(System.Windows.Forms.Keys)">
<summary>
Test for the provided shortcut and perform relevant action if a match is found.
</summary>
<param name="keyData">Key data to check against shortcut definitions.</param>
<returns>True if shortcut was handled, otherwise false.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonContextMenuCollection.GenerateView(Krypton.Toolkit.IContextMenuProvider,System.Object,Krypton.Toolkit.ViewLayoutStack,System.Boolean,System.Boolean,Krypton.Toolkit.NeedPaintHandler)">
<summary>
Create view elements appropriate for the collection items.
</summary>
<param name="provider">Context menu information provider.</param>
<param name="parent">Parent object.</param>
<param name="columns">Collection of columns to create view inside.</param>
<param name="standardStyle">Should the standard style be applied.</param>
<param name="imageColumn">Should the image column be applied.</param>
<param name="needPaint"></param>
</member>
<member name="M:Krypton.Toolkit.KryptonContextMenuCollection.OnInserted(Krypton.Toolkit.TypedCollectionEventArgs{Krypton.Toolkit.KryptonContextMenuItemBase})">
<summary>
Raises the Inserted event.
</summary>
<param name="e">A TypedCollectionEventArgs instance containing event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonContextMenuCollection.OnRemoving(Krypton.Toolkit.TypedCollectionEventArgs{Krypton.Toolkit.KryptonContextMenuItemBase})">
<summary>
Raises the Removing event.
</summary>
<param name="e">A TypedCollectionEventArgs instance containing event data.</param>
</member>
<member name="T:Krypton.Toolkit.KryptonContextMenuItemCollection">
<summary>
Manage the items that can be added to a standard menu item collection.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonContextMenuItemCollection.RestrictTypes">
<summary>
Gets an array of types that the collection is restricted to contain.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonContextMenuItemCollection.ProcessShortcut(System.Windows.Forms.Keys)">
<summary>
Test for the provided shortcut and perform relevant action if a match is found.
</summary>
<param name="keyData">Key data to check against shortcut definitions.</param>
<returns>True if shortcut was handled, otherwise false.</returns>
</member>
<member name="T:Krypton.Toolkit.KryptonContextMenuColorColumns">
<summary>
Provide a set of color columns for the context menu.
</summary>
</member>
<member name="E:Krypton.Toolkit.KryptonContextMenuColorColumns.SelectedColorChanged">
<summary>
Occurs when the SelectedColor property changes value.
</summary>
</member>
<member name="E:Krypton.Toolkit.KryptonContextMenuColorColumns.TrackingColor">
<summary>
Occurs when the user is tracking over a color.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonContextMenuColorColumns.#ctor">
<summary>
Initialize a new instance of the KryptonContextMenuColorColumns class.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonContextMenuColorColumns.#ctor(Krypton.Toolkit.ColorScheme)">
<summary>
Initialize a new instance of the KryptonContextMenuColorColumns class.
</summary>
<param name="scheme">Required color scheme of colors.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonContextMenuColorColumns.ToString">
<summary>
Returns a description of the instance.
</summary>
<returns>String representation.</returns>
</member>
<member name="P:Krypton.Toolkit.KryptonContextMenuColorColumns.ItemChildCount">
<summary>
Returns the number of child menu items.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonContextMenuColorColumns.Item(System.Int32)">
<summary>
Returns the indexed child menu item.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonContextMenuColorColumns.ProcessShortcut(System.Windows.Forms.Keys)">
<summary>
Test for the provided shortcut and perform relevant action if a match is found.
</summary>
<param name="keyData">Key data to check against shortcut definitions.</param>
<returns>True if shortcut was handled, otherwise false.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonContextMenuColorColumns.GenerateView(Krypton.Toolkit.IContextMenuProvider,System.Object,Krypton.Toolkit.ViewLayoutStack,System.Boolean,System.Boolean)">
<summary>
Returns a view appropriate for this item based on the object it is inside.
</summary>
<param name="provider">Provider of context menu information.</param>
<param name="parent">Owning object reference.</param>
<param name="columns">Containing columns.</param>
<param name="standardStyle">Draw items with standard or alternate style.</param>
<param name="imageColumn">Draw an image background for the item images.</param>
<returns>ViewBase that is the root of the view hierarchy being added.</returns>
</member>
<member name="P:Krypton.Toolkit.KryptonContextMenuColorColumns.AutoClose">
<summary>
Gets and sets if clicking a color entry automatically closes the context menu.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonContextMenuColorColumns.ColorScheme">
<summary>
Gets and sets the required color scheme.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonContextMenuColorColumns.SelectedColor">
<summary>
Gets and sets the user selected color.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonContextMenuColorColumns.BlockSize">
<summary>
Gets and sets the size of each color block.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonContextMenuColorColumns.GroupNonFirstRows">
<summary>
Gets and sets if all but the first row should be group together.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonContextMenuColorColumns.SetCustomColors(System.Drawing.Color[][])">
<summary>
Define a custom set of colors for display.
</summary>
<param name="colors">An array of color arrays, each of which must be the same length.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
</member>
<member name="M:Krypton.Toolkit.KryptonContextMenuColorColumns.ContainsColor(System.Drawing.Color)">
<summary>
Does the provided color exist in the definition.
</summary>
<param name="color">Color to find.</param>
<returns>True if found; otherwise false.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonContextMenuColorColumns.OnSelectedColorChanged(Krypton.Toolkit.ColorEventArgs)">
<summary>
Raises the SelectedColorChanged event.
</summary>
<param name="e">An ColorEventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonContextMenuColorColumns.OnTrackingColor(Krypton.Toolkit.ColorEventArgs)">
<summary>
Raises the TrackingColor event.
</summary>
<param name="e">An ColorEventArgs that contains the event data.</param>
</member>
<member name="T:Krypton.Toolkit.KryptonContextMenuHeading">
<summary>
Provide a context menu heading.
</summary>
</member>
<member name="E:Krypton.Toolkit.KryptonContextMenuHeading.ToolTipNeeded">
<summary>
Occurs when the <see cref="T:Krypton.Toolkit.KryptonContextMenuItem"/> wants to display a tooltip.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonContextMenuHeading.#ctor">
<summary>
Initialize a new instance of the KryptonContextMenuHeading class.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonContextMenuHeading.#ctor(System.String)">
<summary>
Initialize a new instance of the KryptonContextMenuHeading class.
</summary>
<param name="initialText">Initial text for display.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonContextMenuHeading.ToString">
<summary>
Returns a description of the instance.
</summary>
<returns>String representation.</returns>
</member>
<member name="P:Krypton.Toolkit.KryptonContextMenuHeading.ItemChildCount">
<summary>
Returns the number of child menu items.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonContextMenuHeading.Item(System.Int32)">
<summary>
Returns the indexed child menu item.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonContextMenuHeading.ProcessShortcut(System.Windows.Forms.Keys)">
<summary>
Test for the provided shortcut and perform relevant action if a match is found.
</summary>
<param name="keyData">Key data to check against shortcut definitions.</param>
<returns>True if shortcut was handled, otherwise false.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonContextMenuHeading.GenerateView(Krypton.Toolkit.IContextMenuProvider,System.Object,Krypton.Toolkit.ViewLayoutStack,System.Boolean,System.Boolean)">
<summary>
Returns a view appropriate for this item based on the object it is inside.
</summary>
<param name="provider">Provider of context menu information.</param>
<param name="parent">Owning object reference.</param>
<param name="columns">Containing columns.</param>
<param name="standardStyle">Draw items with standard or alternate style.</param>
<param name="imageColumn">Draw an image background for the item images.</param>
<returns>ViewBase that is the root of the view hierarchy being added.</returns>
</member>
<member name="P:Krypton.Toolkit.KryptonContextMenuHeading.ToolTipValues">
<summary>
Remove access to the ToolTipValues content.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonContextMenuHeading.Text">
<summary>
Gets and sets the heading menu item text.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonContextMenuHeading.ExtraText">
<summary>
Gets and sets the heading menu item extra text.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonContextMenuHeading.Image">
<summary>
Gets and sets the heading menu item image.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonContextMenuHeading.ImageTransparentColor">
<summary>
Gets and sets the heading image color to make transparent.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonContextMenuHeading.StateNormal">
<summary>
Gets access to the header instance specific appearance values.
</summary>
</member>
<member name="T:Krypton.Toolkit.KryptonContextMenuImageSelect">
<summary>
Provide a context menu image select.
</summary>
</member>
<member name="E:Krypton.Toolkit.KryptonContextMenuImageSelect.SelectedIndexChanged">
<summary>
Occurs when the value of the SelectedIndex property changes.
</summary>
</member>
<member name="E:Krypton.Toolkit.KryptonContextMenuImageSelect.TrackingImage">
<summary>
Occurs when the user is tracking over a color.
</summary>
</member>
<member name="E:Krypton.Toolkit.KryptonContextMenuImageSelect.Click">
<summary>
Occurs when the value of the SelectedIndex property changes.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonContextMenuImageSelect.#ctor">
<summary>
Initialize a new instance of the KryptonContextMenuImageSelect class.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonContextMenuImageSelect.ToString">
<summary>
Returns a description of the instance.
</summary>
<returns>String representation.</returns>
</member>
<member name="P:Krypton.Toolkit.KryptonContextMenuImageSelect.ItemChildCount">
<summary>
Returns the number of child menu items.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonContextMenuImageSelect.Item(System.Int32)">
<summary>
Returns the indexed child menu item.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonContextMenuImageSelect.ProcessShortcut(System.Windows.Forms.Keys)">
<summary>
Test for the provided shortcut and perform relevant action if a match is found.
</summary>
<param name="keyData">Key data to check against shortcut definitions.</param>
<returns>True if shortcut was handled, otherwise false.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonContextMenuImageSelect.GenerateView(Krypton.Toolkit.IContextMenuProvider,System.Object,Krypton.Toolkit.ViewLayoutStack,System.Boolean,System.Boolean)">
<summary>
Returns a view appropriate for this item based on the object it is inside.
</summary>
<param name="provider">Provider of context menu information.</param>
<param name="parent">Owning object reference.</param>
<param name="columns">Containing columns.</param>
<param name="standardStyle">Draw items with standard or alternate style.</param>
<param name="imageColumn">Draw an image background for the item images.</param>
<returns>ViewBase that is the root of the view hierarchy being added.</returns>
</member>
<member name="P:Krypton.Toolkit.KryptonContextMenuImageSelect.Padding">
<summary>
Gets and sets padding around the image selection area.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonContextMenuImageSelect.AutoClose">
<summary>
Gets and sets if selecting an image automatically closes the context menu.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonContextMenuImageSelect.SelectedIndex">
<summary>
Gets access to the collection of images for display and selection.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonContextMenuImageSelect.ButtonStyle">
<summary>
Gets and sets the button style used for each image item.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonContextMenuImageSelect.ImageList">
<summary>
Gets access to the collection of images for display and selection.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonContextMenuImageSelect.ImageIndexStart">
<summary>
Gets and sets the index of first image in the ImageList for display.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonContextMenuImageSelect.ImageIndexEnd">
<summary>
Gets and sets the index of last image in the ImageList for display.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonContextMenuImageSelect.LineItems">
<summary>
Gets and sets the number of items to place on each display line.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonContextMenuImageSelect.OnSelectedIndexChanged(System.EventArgs)">
<summary>
Raises the SelectedIndexChanged event.
</summary>
<param name="e">An EventArgs containing the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonContextMenuImageSelect.OnTrackingImage(Krypton.Toolkit.ImageSelectEventArgs)">
<summary>
Raises the SelectedIndexChanged event.
</summary>
<param name="e">An ImageSelectEventArgs containing the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonContextMenuImageSelect.OnClick(System.EventArgs)">
<summary>
Raises the Click event.
</summary>
<param name="e">An EventArgs that contains the event data.</param>
</member>
<member name="T:Krypton.Toolkit.KryptonContextMenuItem">
<summary>
Provide a standard menu item.
</summary>
</member>
<member name="E:Krypton.Toolkit.KryptonContextMenuItem.Click">
<summary>
Occurs when the menu item is clicked.
</summary>
</member>
<member name="E:Krypton.Toolkit.KryptonContextMenuItem.CheckedChanged">
<summary>
Occurs when the menu item is clicked.
</summary>
</member>
<member name="E:Krypton.Toolkit.KryptonContextMenuItem.CheckStateChanged">
<summary>
Occurs when the menu item is clicked.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonContextMenuItem.#ctor">
<summary>
Initialize a new instance of the KryptonContextMenuItem class.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonContextMenuItem.#ctor(System.String)">
<summary>
Initialize a new instance of the KryptonContextMenuItem class.
</summary>
<param name="initialText">Initial text string.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonContextMenuItem.#ctor(System.String,System.EventHandler)">
<summary>
Initialize a new instance of the KryptonContextMenuItem class.
</summary>
<param name="initialText">Initial text string.</param>
<param name="clickHandler">Click handler.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonContextMenuItem.#ctor(System.String,System.EventHandler,System.Windows.Forms.Keys)">
<summary>
Initialize a new instance of the KryptonContextMenuItem class.
</summary>
<param name="initialText">Initial text string.</param>
<param name="clickHandler">Click handler.</param>
<param name="shortcut">Shortcut key combination.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonContextMenuItem.#ctor(System.String,System.Drawing.Image,System.EventHandler)">
<summary>
Initialize a new instance of the KryptonContextMenuItem class.
</summary>
<param name="initialText">Initial text string.</param>
<param name="initialImage">Initial image.</param>
<param name="clickHandler">Click handler.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonContextMenuItem.#ctor(System.String,System.Drawing.Image,System.EventHandler,System.Windows.Forms.Keys)">
<summary>
Initialize a new instance of the KryptonContextMenuItem class.
</summary>
<param name="initialText">Initial text string.</param>
<param name="initialImage">Initial image.</param>
<param name="clickHandler">Click handler.</param>
<param name="shortcut">Shortcut key combination.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonContextMenuItem.ToString">
<summary>
Returns a description of the instance.
</summary>
<returns>String representation.</returns>
</member>
<member name="P:Krypton.Toolkit.KryptonContextMenuItem.ItemChildCount">
<summary>
Returns the number of child menu items.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonContextMenuItem.Item(System.Int32)">
<summary>
Returns the indexed child menu item.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonContextMenuItem.ProcessShortcut(System.Windows.Forms.Keys)">
<summary>
Test for the provided shortcut and perform relevant action if a match is found.
</summary>
<param name="keyData">Key data to check against shortcut definitions.</param>
<returns>True if shortcut was handled, otherwise false.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonContextMenuItem.GenerateView(Krypton.Toolkit.IContextMenuProvider,System.Object,Krypton.Toolkit.ViewLayoutStack,System.Boolean,System.Boolean)">
<summary>
Returns a view appropriate for this item based on the object it is inside.
</summary>
<param name="provider">Provider of context menu information.</param>
<param name="parent">Owning object reference.</param>
<param name="columns">Containing columns.</param>
<param name="standardStyle">Draw items with standard or alternate style.</param>
<param name="imageColumn">Draw an image background for the item images.</param>
<returns>ViewBase that is the root of the view hierarchy being added.</returns>
</member>
<member name="P:Krypton.Toolkit.KryptonContextMenuItem.Text">
<summary>
Gets and sets the standard menu item text.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonContextMenuItem.ExtraText">
<summary>
Gets and sets the standard menu item extra text.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonContextMenuItem.Image">
<summary>
Gets and sets the standard menu item image.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonContextMenuItem.ImageTransparentColor">
<summary>
Gets and sets the heading image color to make transparent.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonContextMenuItem.ShortcutKeys">
<summary>
Gets and sets the shortcut key combination associated with the menu item.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonContextMenuItem.AutoClose">
<summary>
Gets and sets if clicking the menu item automatically closes the context menu.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonContextMenuItem.SplitSubMenu">
<summary>
Gets and sets whether the menu item toggles checked state when clicked.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonContextMenuItem.CheckOnClick">
<summary>
Gets and sets if the shortcut display text is shown.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonContextMenuItem.ShowShortcutKeys">
<summary>
Gets and sets if the shortcut display text is shown.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonContextMenuItem.LargeKryptonCommandImage">
<summary>
Gets and sets if the large image is used from the attached KryptonCommand.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonContextMenuItem.ShortcutKeyDisplayString">
<summary>
Gets and sets the display text to use in preference to the shortcut key setting.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonContextMenuItem.Checked">
<summary>
Gets and sets if the menu item is in the checked state.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonContextMenuItem.CheckState">
<summary>
Gets and sets the checked state of the menu item.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonContextMenuItem.Items">
<summary>
Collection of sub-menu items for display.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonContextMenuItem.Enabled">
<summary>
Gets and sets if the menu item is enabled.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonContextMenuItem.StateDisabled">
<summary>
Gets access to the menu item disabled appearance values.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonContextMenuItem.StateNormal">
<summary>
Gets access to the menu item normal appearance values.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonContextMenuItem.StateChecked">
<summary>
Gets access to the menu item normal appearance values.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonContextMenuItem.StateHighlight">
<summary>
Gets access to the menu item highlight appearance values.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonContextMenuItem.KryptonCommand">
<summary>
Gets and sets the associated KryptonCommand.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonContextMenuItem.CommandParameter">
<summary>
Gets and sets an optional parameter value that can be used inside a shared KryptonCommand Execute handler.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonContextMenuItem.PerformClick">
<summary>
Generates a Click event for the component.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonContextMenuItem.OnClick(System.EventArgs)">
<summary>
Raises the Click event.
</summary>
<param name="e">An EventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonContextMenuItem.OnCheckedChanged(System.EventArgs)">
<summary>
Raises the CheckedChanged event.
</summary>
<param name="e">An EventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonContextMenuItem.OnCheckStateChanged(System.EventArgs)">
<summary>
Raises the CheckStateChanged event.
</summary>
<param name="e">An EventArgs that contains the event data.</param>
</member>
<member name="T:Krypton.Toolkit.KryptonContextMenuItemBase">
<summary>
Base class that all menu types must derive from and implement.
</summary>
</member>
<member name="E:Krypton.Toolkit.KryptonContextMenuItemBase.PropertyChanged">
<summary>
Occurs when a property has changed value.
</summary>
</member>
<member name="E:Krypton.Toolkit.KryptonContextMenuItemBase.ToolTipNeeded">
<summary>
Occurs when the <see cref="T:Krypton.Toolkit.KryptonContextMenuItem"/> wants to display a tooltip.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonContextMenuItemBase.#ctor">
<summary>
Initialize a new instance of the KryptonContextMenuItem class.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonContextMenuItemBase.ItemChildCount">
<summary>
Returns the number of child menu items.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonContextMenuItemBase.Item(System.Int32)">
<summary>
Returns the indexed child menu item.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonContextMenuItemBase.ProcessShortcut(System.Windows.Forms.Keys)">
<summary>
Test for the provided shortcut and perform relevant action if a match is found.
</summary>
<param name="keyData">Key data to check against shortcut definitions.</param>
<returns>True if shortcut was handled, otherwise false.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonContextMenuItemBase.GenerateView(Krypton.Toolkit.IContextMenuProvider,System.Object,Krypton.Toolkit.ViewLayoutStack,System.Boolean,System.Boolean)">
<summary>
Returns a view appropriate for this item based on the object it is inside.
</summary>
<param name="provider">Provider of context menu information.</param>
<param name="parent">Owning object reference.</param>
<param name="columns">Containing columns.</param>
<param name="standardStyle">Draw items with standard or alternate style.</param>
<param name="imageColumn">Draw an image background for the item images.</param>
<returns>ViewBase that is the root of the view hierarchy being added.</returns>
<remarks>Make sure to call `SetProvider(provider);`
</remarks>
</member>
<member name="P:Krypton.Toolkit.KryptonContextMenuItemBase.Tag">
<summary>
Gets and sets user-defined data associated with the object.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonContextMenuItemBase.Visible">
<summary>
Gets and sets if the item is visible in the context menu.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonContextMenuItemBase.ToolTipValues">
<summary>
Gets access to the ToolTipValues content.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonContextMenuItemBase.ResetToolTipValues">
<summary>
Resets the ToolTipValues property to its default value.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonContextMenuItemBase.OnPropertyChanged(System.ComponentModel.PropertyChangedEventArgs)">
<summary>
Raises the PropertyChanged event.
</summary>
<param name="e">A PropertyChangedEventArgs containing the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonContextMenuItemBase.OnToolTipNeeded(Krypton.Toolkit.ToolTipNeededEventArgs)">
<summary>
Raises the ToolTipNeeded event.
</summary>
<param name="e"></param>
</member>
<member name="P:Krypton.Toolkit.KryptonContextMenuItemBase.ToolTipManager">
<summary>
Gets access to the ToolTipManager used for displaying tool tips.
</summary>
</member>
<member name="T:Krypton.Toolkit.KryptonContextMenuItems">
<summary>
Provide a collection of menu items.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonContextMenuItems.#ctor">
<summary>
Initialize a new instance of the KryptonContextMenuItems class.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonContextMenuItems.#ctor(Krypton.Toolkit.KryptonContextMenuItemBase[])">
<summary>
Initialize a new instance of the KryptonContextMenuItems class.
</summary>
<param name="children">Array of initial child items.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonContextMenuItems.ToString">
<summary>
Returns a description of the instance.
</summary>
<returns>String representation.</returns>
</member>
<member name="P:Krypton.Toolkit.KryptonContextMenuItems.ItemChildCount">
<summary>
Returns the number of child menu items.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonContextMenuItems.Item(System.Int32)">
<summary>
Returns the indexed child menu item.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonContextMenuItems.ProcessShortcut(System.Windows.Forms.Keys)">
<summary>
Test for the provided shortcut and perform relevant action if a match is found.
</summary>
<param name="keyData">Key data to check against shortcut definitions.</param>
<returns>True if shortcut was handled, otherwise false.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonContextMenuItems.GenerateView(Krypton.Toolkit.IContextMenuProvider,System.Object,Krypton.Toolkit.ViewLayoutStack,System.Boolean,System.Boolean)">
<summary>
Returns a view appropriate for this item based on the object it is inside.
</summary>
<param name="provider">Provider of context menu information.</param>
<param name="parent">Owning object reference.</param>
<param name="columns">Containing columns.</param>
<param name="standardStyle">Draw items with standard or alternate style.</param>
<param name="imageColumn">Draw an image background for the item images.</param>
<returns>ViewBase that is the root of the view hierarchy being added.</returns>
</member>
<member name="P:Krypton.Toolkit.KryptonContextMenuItems.Items">
<summary>
Collection of standard menu items.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonContextMenuItems.StandardStyle">
<summary>
Gets and sets if the collection appears as standard or alternate items.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonContextMenuItems.ImageColumn">
<summary>
Gets and sets if the image column is provided for background of images.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonContextMenuItems.StateNormal">
<summary>
Gets access to the image column specific appearance values.
</summary>
</member>
<member name="T:Krypton.Toolkit.KryptonContextMenuLinkLabel">
<summary>
Provide a context menu link label.
</summary>
</member>
<member name="E:Krypton.Toolkit.KryptonContextMenuLinkLabel.Click">
<summary>
Occurs when the link label item is clicked.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonContextMenuLinkLabel.#ctor">
<summary>
Initialize a new instance of the KryptonContextMenuLinkLabel class.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonContextMenuLinkLabel.#ctor(System.String)">
<summary>
Initialize a new instance of the KryptonContextMenuLinkLabel class.
</summary>
<param name="initialText">Initial text for display.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonContextMenuLinkLabel.ToString">
<summary>
Returns a description of the instance.
</summary>
<returns>String representation.</returns>
</member>
<member name="P:Krypton.Toolkit.KryptonContextMenuLinkLabel.ItemChildCount">
<summary>
Returns the number of child menu items.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonContextMenuLinkLabel.Item(System.Int32)">
<summary>
Returns the indexed child menu item.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonContextMenuLinkLabel.ProcessShortcut(System.Windows.Forms.Keys)">
<summary>
Test for the provided shortcut and perform relevant action if a match is found.
</summary>
<param name="keyData">Key data to check against shortcut definitions.</param>
<returns>True if shortcut was handled, otherwise false.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonContextMenuLinkLabel.GenerateView(Krypton.Toolkit.IContextMenuProvider,System.Object,Krypton.Toolkit.ViewLayoutStack,System.Boolean,System.Boolean)">
<summary>
Returns a view appropriate for this item based on the object it is inside.
</summary>
<param name="provider">Provider of context menu information.</param>
<param name="parent">Owning object reference.</param>
<param name="columns">Containing columns.</param>
<param name="standardStyle">Draw items with standard or alternate style.</param>
<param name="imageColumn">Draw an image background for the item images.</param>
<returns>ViewBase that is the root of the view hierarchy being added.</returns>
</member>
<member name="P:Krypton.Toolkit.KryptonContextMenuLinkLabel.LabelStyle">
<summary>
Gets and sets the link label style.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonContextMenuLinkLabel.LinkBehavior">
<summary>
Gets and sets a value that determines the underline behavior of the link label.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonContextMenuLinkLabel.LinkVisited">
<summary>
Gets and sets a value indicating if the label has been visited.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonContextMenuLinkLabel.AutoClose">
<summary>
Gets and sets if clicking the link label automatically closes the context menu.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonContextMenuLinkLabel.Text">
<summary>
Gets and sets the link label text.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonContextMenuLinkLabel.ExtraText">
<summary>
Gets and sets the link label extra text.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonContextMenuLinkLabel.Image">
<summary>
Gets and sets the link label image.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonContextMenuLinkLabel.ImageTransparentColor">
<summary>
Gets and sets the link label image color to make transparent.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonContextMenuLinkLabel.StateNormal">
<summary>
Gets access to the link label normal instance specific appearance values.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonContextMenuLinkLabel.OverridePressed">
<summary>
Gets access to the pressed link label appearance entries.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonContextMenuLinkLabel.OverrideFocus">
<summary>
Gets access to the link label appearance when it has focus.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonContextMenuLinkLabel.OverrideVisited">
<summary>
Gets access to normal state modifications when link label has been visited.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonContextMenuLinkLabel.OverrideNotVisited">
<summary>
Gets access to normal state modifications when link label has not been visited.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonContextMenuLinkLabel.KryptonCommand">
<summary>
Gets and sets the associated KryptonCommand.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonContextMenuLinkLabel.PerformClick">
<summary>
Generates a Click event for the component.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonContextMenuLinkLabel.OnClick(System.EventArgs)">
<summary>
Raises the Click event.
</summary>
<param name="e">An EventArgs that contains the event data.</param>
</member>
<member name="T:Krypton.Toolkit.KryptonContextMenuMonthCalendar">
<summary>
Allow user to select a date using a visual monthly calendar display.
</summary>
</member>
<member name="E:Krypton.Toolkit.KryptonContextMenuMonthCalendar.DateChanged">
<summary>
Occurs when the selected date changes.
</summary>
</member>
<member name="E:Krypton.Toolkit.KryptonContextMenuMonthCalendar.SelectionStartChanged">
<summary>
Occurs when the selected start date changes.
</summary>
</member>
<member name="E:Krypton.Toolkit.KryptonContextMenuMonthCalendar.SelectionEndChanged">
<summary>
Occurs when the selected end date changes.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonContextMenuMonthCalendar.#ctor">
<summary>
Initialize a new instance of the KryptonContextMenuMonthCalendar class.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonContextMenuMonthCalendar.ToString">
<summary>
Returns a description of the instance.
</summary>
<returns>String representation.</returns>
</member>
<member name="P:Krypton.Toolkit.KryptonContextMenuMonthCalendar.ItemChildCount">
<summary>
Returns the number of child menu items.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonContextMenuMonthCalendar.Item(System.Int32)">
<summary>
Returns the indexed child menu item.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonContextMenuMonthCalendar.ProcessShortcut(System.Windows.Forms.Keys)">
<summary>
Test for the provided shortcut and perform relevant action if a match is found.
</summary>
<param name="keyData">Key data to check against shortcut definitions.</param>
<returns>True if shortcut was handled, otherwise false.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonContextMenuMonthCalendar.GenerateView(Krypton.Toolkit.IContextMenuProvider,System.Object,Krypton.Toolkit.ViewLayoutStack,System.Boolean,System.Boolean)">
<summary>
Returns a view appropriate for this item based on the object it is inside.
</summary>
<param name="provider">Provider of context menu information.</param>
<param name="parent">Owning object reference.</param>
<param name="columns">Containing columns.</param>
<param name="standardStyle">Draw items with standard or alternate style.</param>
<param name="imageColumn">Draw an image background for the item images.</param>
<returns>ViewBase that is the root of the view hierarchy being added.</returns>
</member>
<member name="P:Krypton.Toolkit.KryptonContextMenuMonthCalendar.AutoClose">
<summary>
Gets and sets if selecting a day automatically closes the context menu.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonContextMenuMonthCalendar.CloseOnTodayClick">
<summary>
Gets and sets if clicking the Today button closes the drop-down menu.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonContextMenuMonthCalendar.Enabled">
<summary>
Gets and sets if the radio button is enabled.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonContextMenuMonthCalendar.ScrollChange">
<summary>
Gets or sets the number of months to scroll when next/prev buttons are used.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonContextMenuMonthCalendar.TodayDate">
<summary>
Gets or sets today's date.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonContextMenuMonthCalendar.AnnuallyBoldedDates">
<summary>
Gets or sets the array of DateTime objects that determines which annual days are Displayed in bold.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonContextMenuMonthCalendar.MonthlyBoldedDates">
<summary>
Gets or sets the array of DateTime objects that determine which monthly days to bold.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonContextMenuMonthCalendar.BoldedDates">
<summary>
Gets or sets the array of DateTime objects that determines which nonrecurring dates are Displayed in bold.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonContextMenuMonthCalendar.MinDate">
<summary>
Gets or sets the minimum allowable date.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonContextMenuMonthCalendar.MaxDate">
<summary>
Gets or sets the maximum allowable date.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonContextMenuMonthCalendar.MaxSelectionCount">
<summary>
Gets or sets the maximum number of days that can be selected in a month calendar control.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonContextMenuMonthCalendar.SelectionStart">
<summary>
Gets or sets the start date of the selected range of dates.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonContextMenuMonthCalendar.SelectionEnd">
<summary>
Gets or sets the end date of the selected range of dates.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonContextMenuMonthCalendar.SelectionRange">
<summary>
Gets or sets the selected range of dates for a month calendar control.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonContextMenuMonthCalendar.TodayFormat">
<summary>
Gets or sets the today date format string.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonContextMenuMonthCalendar.TodayText">
<summary>
Gets or sets the label text for todays text.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonContextMenuMonthCalendar.CalendarDimensions">
<summary>
Gets or sets the number of columns and rows of months Displayed.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonContextMenuMonthCalendar.FirstDayOfWeek">
<summary>
First day of the week.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonContextMenuMonthCalendar.ShowToday">
<summary>
Gets and sets if the control will display todays date.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonContextMenuMonthCalendar.ShowTodayCircle">
<summary>
Gets and sets if the control will circle the today date.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonContextMenuMonthCalendar.ShowWeekNumbers">
<summary>
Gets and sets if week numbers to the left of each row.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonContextMenuMonthCalendar.HeaderStyle">
<summary>
Gets and sets the header style for the month calendar.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonContextMenuMonthCalendar.DayStyle">
<summary>
Gets and sets the content style for the day entries.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonContextMenuMonthCalendar.DayOfWeekStyle">
<summary>
Gets and sets the content style for the day of week labels.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonContextMenuMonthCalendar.OverrideFocus">
<summary>
Gets access to the day appearance when it has focus.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonContextMenuMonthCalendar.OverrideBolded">
<summary>
Gets access to the day appearance when it is bolded.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonContextMenuMonthCalendar.OverrideToday">
<summary>
Gets access to the day appearance when it is todays.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonContextMenuMonthCalendar.StateCommon">
<summary>
Gets access to the common month calendar appearance that other states can override.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonContextMenuMonthCalendar.StateDisabled">
<summary>
Gets access to the month calendar disabled appearance entries.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonContextMenuMonthCalendar.StateNormal">
<summary>
Gets access to the month calendar normal appearance entries.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonContextMenuMonthCalendar.StateTracking">
<summary>
Gets access to the tracking month calendar appearance entries.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonContextMenuMonthCalendar.StatePressed">
<summary>
Gets access to the pressed month calendar appearance entries.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonContextMenuMonthCalendar.StateCheckedNormal">
<summary>
Gets access to the checked normal month calendar appearance entries.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonContextMenuMonthCalendar.StateCheckedTracking">
<summary>
Gets access to the checked tracking month calendar appearance entries.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonContextMenuMonthCalendar.StateCheckedPressed">
<summary>
Gets access to the checked pressed month calendar appearance entries.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonContextMenuMonthCalendar.AddAnnuallyBoldedDate(System.DateTime)">
<summary>
Adds a day that is Displayed in bold on an annual basis in the month calendar.
</summary>
<param name="date">The date to be Displayed in bold.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonContextMenuMonthCalendar.AddBoldedDate(System.DateTime)">
<summary>
Adds a day to be Displayed in bold in the month calendar.
</summary>
<param name="date">The date to be Displayed in bold.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonContextMenuMonthCalendar.AddMonthlyBoldedDate(System.DateTime)">
<summary>
Adds a day that is Displayed in bold on a monthly basis in the month calendar.
</summary>
<param name="date">The date to be Displayed in bold.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonContextMenuMonthCalendar.RemoveAllAnnuallyBoldedDates">
<summary>
Removes all the annually bold dates.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonContextMenuMonthCalendar.RemoveAllBoldedDates">
<summary>
Removes all the nonrecurring bold dates.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonContextMenuMonthCalendar.RemoveAllMonthlyBoldedDates">
<summary>
Removes all the monthly bold dates.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonContextMenuMonthCalendar.OverrideDisabled">
<summary>
Gets access to the override for disabled day.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonContextMenuMonthCalendar.OverrideNormal">
<summary>
Gets access to the override for disabled day.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonContextMenuMonthCalendar.OverrideTracking">
<summary>
Gets access to the override for tracking day.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonContextMenuMonthCalendar.OverridePressed">
<summary>
Gets access to the override for pressed day.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonContextMenuMonthCalendar.OverrideCheckedNormal">
<summary>
Gets access to the override for checked normal day.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonContextMenuMonthCalendar.OverrideCheckedTracking">
<summary>
Gets access to the override for checked tracking day.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonContextMenuMonthCalendar.OverrideCheckedPressed">
<summary>
Gets access to the override for checked pressed day.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonContextMenuMonthCalendar.BoldedDatesList">
<summary>
Dates to be bolded.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonContextMenuMonthCalendar.MonthlyBoldedDatesMask">
<summary>
Monthly days to be bolded.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonContextMenuMonthCalendar.AnnuallyBoldedDatesMask">
<summary>
Array of annual days per month to be bolded.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonContextMenuMonthCalendar.SetSelectionRange(System.DateTime,System.DateTime)">
<summary>
Set the selection range.
</summary>
<param name="start">New starting date.</param>
<param name="end">New ending date.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
</member>
<member name="M:Krypton.Toolkit.KryptonContextMenuMonthCalendar.SetBoldedOverride(System.Boolean)">
<summary>
Update usage of bolded overrides.
</summary>
<param name="bolded">New bolded state.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonContextMenuMonthCalendar.SetTodayOverride(System.Boolean)">
<summary>
Update usage of today overrides.
</summary>
<param name="today">New today state.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonContextMenuMonthCalendar.SetFocusOverride(System.Boolean)">
<summary>
Sets the use of the focus override.
</summary>
<param name="focus">New focus state.</param>
</member>
<member name="P:Krypton.Toolkit.KryptonContextMenuMonthCalendar.HasFocus">
<summary>
Gets and sets if the item has the focus.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonContextMenuMonthCalendar.FocusDay">
<summary>
Gets the focus day.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonContextMenuMonthCalendar.OnDateChanged(System.Windows.Forms.DateRangeEventArgs)">
<summary>
Raises when the DateChanged event.
</summary>
<param name="e">An DateRangeEventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonContextMenuMonthCalendar.OnSelectionStartChanged(System.EventArgs)">
<summary>
Raises when the SelectionStartChanged event.
</summary>
<param name="e">An EventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonContextMenuMonthCalendar.OnSelectionEndChanged(System.EventArgs)">
<summary>
Raises when the SelectionEndChanged event.
</summary>
<param name="e">An EventArgs that contains the event data.</param>
</member>
<member name="T:Krypton.Toolkit.KryptonContextMenuRadioButton">
<summary>
Provide a context menu radio button.
</summary>
</member>
<member name="E:Krypton.Toolkit.KryptonContextMenuRadioButton.Click">
<summary>
Occurs when the radio button is clicked.
</summary>
</member>
<member name="E:Krypton.Toolkit.KryptonContextMenuRadioButton.CheckedChanged">
<summary>
Occurs when the value of the Checked property has changed.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonContextMenuRadioButton.#ctor">
<summary>
Initialize a new instance of the KryptonContextMenuRadioButton class.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonContextMenuRadioButton.#ctor(System.String)">
<summary>
Initialize a new instance of the KryptonContextMenuRadioButton class.
</summary>
<param name="initialText">Initial text for display.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonContextMenuRadioButton.ToString">
<summary>
Returns a description of the instance.
</summary>
<returns>String representation.</returns>
</member>
<member name="P:Krypton.Toolkit.KryptonContextMenuRadioButton.ItemChildCount">
<summary>
Returns the number of child menu items.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonContextMenuRadioButton.Item(System.Int32)">
<summary>
Returns the indexed child menu item.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonContextMenuRadioButton.ProcessShortcut(System.Windows.Forms.Keys)">
<summary>
Test for the provided shortcut and perform relevant action if a match is found.
</summary>
<param name="keyData">Key data to check against shortcut definitions.</param>
<returns>True if shortcut was handled, otherwise false.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonContextMenuRadioButton.GenerateView(Krypton.Toolkit.IContextMenuProvider,System.Object,Krypton.Toolkit.ViewLayoutStack,System.Boolean,System.Boolean)">
<summary>
Returns a view appropriate for this item based on the object it is inside.
</summary>
<param name="provider">Provider of context menu information.</param>
<param name="parent">Owning object reference.</param>
<param name="columns">Containing columns.</param>
<param name="standardStyle">Draw items with standard or alternate style.</param>
<param name="imageColumn">Draw an image background for the item images.</param>
<returns>ViewBase that is the root of the view hierarchy being added.</returns>
</member>
<member name="P:Krypton.Toolkit.KryptonContextMenuRadioButton.AutoClose">
<summary>
Gets and sets if clicking the radio button automatically closes the context menu.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonContextMenuRadioButton.Text">
<summary>
Gets and sets the radio button text.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonContextMenuRadioButton.ExtraText">
<summary>
Gets and sets the radio button extra text.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonContextMenuRadioButton.Image">
<summary>
Gets and sets the radio button image.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonContextMenuRadioButton.ImageTransparentColor">
<summary>
Gets and sets the radio button image color to make transparent.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonContextMenuRadioButton.LabelStyle">
<summary>
Gets and sets the radio button label style.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonContextMenuRadioButton.Images">
<summary>
Gets access to the image value overrides.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonContextMenuRadioButton.Enabled">
<summary>
Gets and sets if the radio button is enabled.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonContextMenuRadioButton.Checked">
<summary>
Gets or sets a value indicating if the component is in the checked state.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonContextMenuRadioButton.AutoCheck">
<summary>
Gets or sets a value indicating if the radio button is automatically changed state when clicked.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonContextMenuRadioButton.StateCommon">
<summary>
Gets access to the common radio button appearance that other states can override.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonContextMenuRadioButton.StateDisabled">
<summary>
Gets access to the disabled radio button appearance entries.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonContextMenuRadioButton.StateNormal">
<summary>
Gets access to the normal radio button appearance entries.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonContextMenuRadioButton.OverrideFocus">
<summary>
Gets access to the radio button appearance when it has focus.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonContextMenuRadioButton.KryptonCommand">
<summary>
Gets and sets the associated KryptonCommand.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonContextMenuRadioButton.PerformClick">
<summary>
Generates a Click event for the component.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonContextMenuRadioButton.OnClick(System.EventArgs)">
<summary>
Raises the Click event.
</summary>
<param name="e">An EventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonContextMenuRadioButton.OnCheckedChanged(System.EventArgs)">
<summary>
Raises the CheckedChanged event.
</summary>
<param name="e">An EventArgs containing the event data.</param>
</member>
<member name="T:Krypton.Toolkit.KryptonContextMenuSeparator">
<summary>
Provide a context menu separator.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonContextMenuSeparator.#ctor">
<summary>
Initialize a new instance of the KryptonContextMenuSeparator class.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonContextMenuSeparator.ToString">
<summary>
Returns a description of the instance.
</summary>
<returns>String representation.</returns>
</member>
<member name="P:Krypton.Toolkit.KryptonContextMenuSeparator.ItemChildCount">
<summary>
Returns the number of child menu items.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonContextMenuSeparator.Item(System.Int32)">
<summary>
Returns the indexed child menu item.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonContextMenuSeparator.ProcessShortcut(System.Windows.Forms.Keys)">
<summary>
Test for the provided shortcut and perform relevant action if a match is found.
</summary>
<param name="keyData">Key data to check against shortcut definitions.</param>
<returns>True if shortcut was handled, otherwise false.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonContextMenuSeparator.GenerateView(Krypton.Toolkit.IContextMenuProvider,System.Object,Krypton.Toolkit.ViewLayoutStack,System.Boolean,System.Boolean)">
<summary>
Returns a view appropriate for this item based on the object it is inside.
</summary>
<param name="provider">Provider of context menu information.</param>
<param name="parent">Owning object reference.</param>
<param name="columns">Containing columns.</param>
<param name="standardStyle">Draw items with standard or alternate style.</param>
<param name="imageColumn">Draw an image background for the item images.</param>
<returns>ViewBase that is the root of the view hierarchy being added.</returns>
</member>
<member name="P:Krypton.Toolkit.KryptonContextMenuSeparator.Horizontal">
<summary>
Gets and sets if the separator is a horizontal or vertical break.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonContextMenuSeparator.StateNormal">
<summary>
Gets access to the separator instance specific appearance values.
</summary>
</member>
<member name="T:Krypton.Toolkit.ButtonController">
<summary>
Process mouse events for a standard button.
</summary>
</member>
<member name="E:Krypton.Toolkit.ButtonController.Click">
<summary>
Occurs when the mouse is used to left click the target.
</summary>
</member>
<member name="E:Krypton.Toolkit.ButtonController.RightClick">
<summary>
Occurs when the mouse is used to right click the target.
</summary>
</member>
<member name="E:Krypton.Toolkit.ButtonController.MouseSelect">
<summary>
Occurs when the mouse is used to left select the target.
</summary>
</member>
<member name="E:Krypton.Toolkit.ButtonController.DragStart">
<summary>
Occurs when start of drag operation occurs.
</summary>
</member>
<member name="E:Krypton.Toolkit.ButtonController.DragMove">
<summary>
Occurs when drag moves.
</summary>
</member>
<member name="E:Krypton.Toolkit.ButtonController.DragEnd">
<summary>
Occurs when drag ends.
</summary>
</member>
<member name="E:Krypton.Toolkit.ButtonController.DragQuit">
<summary>
Occurs when drag quits.
</summary>
</member>
<member name="E:Krypton.Toolkit.ButtonController.ButtonDragRectangle">
<summary>
Occurs when the drag rectangle for the button is required.
</summary>
</member>
<member name="E:Krypton.Toolkit.ButtonController.ButtonDragOffset">
<summary>
Occurs when the dragging inside the button drag rectangle.
</summary>
</member>
<member name="M:Krypton.Toolkit.ButtonController.#ctor(Krypton.Toolkit.ViewBase,Krypton.Toolkit.NeedPaintHandler)">
<summary>
Initialize a new instance of the ButtonController class.
</summary>
<param name="target">Target for state changes.</param>
<param name="needPaint">Delegate for notifying paint requests.</param>
</member>
<member name="P:Krypton.Toolkit.ButtonController.Tag">
<summary>
Gets and sets the user data associated with the controller.
</summary>
</member>
<member name="P:Krypton.Toolkit.ButtonController.BecomesFixed">
<summary>
Gets and sets if the button becomes fixed in pressed appearance when pressed.
</summary>
</member>
<member name="P:Krypton.Toolkit.ButtonController.BecomesRightFixed">
<summary>
Gets and sets if the button becomes fixed in pressed appearance when pressed.
</summary>
</member>
<member name="M:Krypton.Toolkit.ButtonController.RemoveFixed">
<summary>
Remove the fixed pressed mode.
</summary>
</member>
<member name="P:Krypton.Toolkit.ButtonController.MousePoint">
<summary>
Gets the current tracking mouse point.
</summary>
</member>
<member name="P:Krypton.Toolkit.ButtonController.AllowDragging">
<summary>
Gets and sets if dragging is allowed.
</summary>
</member>
<member name="M:Krypton.Toolkit.ButtonController.ClearDragRect">
<summary>
Reset the dragging rect to prevent any dragging starting.
</summary>
</member>
<member name="P:Krypton.Toolkit.ButtonController.ClickOnDown">
<summary>
Gets and sets if the press down should cause the click.
</summary>
</member>
<member name="P:Krypton.Toolkit.ButtonController.SplitRectangle">
<summary>
Gets and sets the area of the button which is split.
</summary>
</member>
<member name="P:Krypton.Toolkit.ButtonController.NonClientAsNormal">
<summary>
Gets and sets the drawing of a non client mouse position when pressed as normal.
</summary>
</member>
<member name="P:Krypton.Toolkit.ButtonController.Repeat">
<summary>
Gets and sets the need for repeat clicks.
</summary>
</member>
<member name="M:Krypton.Toolkit.ButtonController.MouseEnter(System.Windows.Forms.Control)">
<summary>
Mouse has entered the view.
</summary>
<param name="c">Reference to the source control instance.</param>
</member>
<member name="M:Krypton.Toolkit.ButtonController.MouseMove(System.Windows.Forms.Control,System.Drawing.Point)">
<summary>
Mouse has moved inside the view.
</summary>
<param name="c">Reference to the source control instance.</param>
<param name="pt">Mouse position relative to control.</param>
</member>
<member name="M:Krypton.Toolkit.ButtonController.MouseDown(System.Windows.Forms.Control,System.Drawing.Point,System.Windows.Forms.MouseButtons)">
<summary>
Mouse button has been pressed in the view.
</summary>
<param name="c">Reference to the source control instance.</param>
<param name="pt">Mouse position relative to control.</param>
<param name="button">Mouse button pressed down.</param>
<returns>True if capturing input; otherwise false.</returns>
</member>
<member name="M:Krypton.Toolkit.ButtonController.MouseUp(System.Windows.Forms.Control,System.Drawing.Point,System.Windows.Forms.MouseButtons)">
<summary>
Mouse button has been released in the view.
</summary>
<param name="c">Reference to the source control instance.</param>
<param name="pt">Mouse position relative to control.</param>
<param name="button">Mouse button released.</param>
</member>
<member name="M:Krypton.Toolkit.ButtonController.MouseLeave(System.Windows.Forms.Control,Krypton.Toolkit.ViewBase)">
<summary>
Mouse has left the view.
</summary>
<param name="c">Reference to the source control instance.</param>
<param name="next">Reference to view that is next to have the mouse.</param>
</member>
<member name="M:Krypton.Toolkit.ButtonController.DoubleClick(System.Drawing.Point)">
<summary>
Left mouse button double click.
</summary>
<param name="pt">Mouse position relative to control.</param>
</member>
<member name="P:Krypton.Toolkit.ButtonController.IgnoreVisualFormLeftButtonDown">
<summary>
Should the left mouse down be ignored when present on a visual form border area.
</summary>
</member>
<member name="M:Krypton.Toolkit.ButtonController.KeyDown(System.Windows.Forms.Control,System.Windows.Forms.KeyEventArgs)">
<summary>
Key has been pressed down.
</summary>
<param name="c">Reference to the source control instance.</param>
<param name="e">A KeyEventArgs that contains the event data.</param>
<exception cref="T:System.ArgumentNullException"></exception>
</member>
<member name="M:Krypton.Toolkit.ButtonController.KeyPress(System.Windows.Forms.Control,System.Windows.Forms.KeyPressEventArgs)">
<summary>
Key has been pressed.
</summary>
<param name="c">Reference to the source control instance.</param>
<param name="e">A KeyPressEventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.ButtonController.KeyUp(System.Windows.Forms.Control,System.Windows.Forms.KeyEventArgs)">
<summary>
Key has been released.
</summary>
<param name="c">Reference to the source control instance.</param>
<param name="e">A KeyEventArgs that contains the event data.</param>
<exception cref="T:System.ArgumentNullException"></exception>
<returns>True if capturing input; otherwise false.</returns>
</member>
<member name="M:Krypton.Toolkit.ButtonController.GotFocus(System.Windows.Forms.Control)">
<summary>
Source control has lost the focus.
</summary>
<param name="c">Reference to the source control instance.</param>
</member>
<member name="M:Krypton.Toolkit.ButtonController.LostFocus(System.Windows.Forms.Control)">
<summary>
Source control has lost the focus.
</summary>
<param name="c">Reference to the source control instance.</param>
<exception cref="T:System.ArgumentNullException"></exception>
</member>
<member name="P:Krypton.Toolkit.ButtonController.NeedPaint">
<summary>
Gets and sets the need paint delegate for notifying paint requests.
</summary>
</member>
<member name="P:Krypton.Toolkit.ButtonController.Target">
<summary>
Gets access to the associated target of the controller.
</summary>
</member>
<member name="M:Krypton.Toolkit.ButtonController.PerformNeedPaint">
<summary>
Fires the NeedPaint event.
</summary>
</member>
<member name="M:Krypton.Toolkit.ButtonController.PerformNeedPaint(System.Boolean)">
<summary>
Fires the NeedPaint event.
</summary>
<param name="needLayout">Does the palette change require a layout.</param>
</member>
<member name="P:Krypton.Toolkit.ButtonController.IsOperating">
<summary>
Get a value indicating if the controller is operating
</summary>
</member>
<member name="P:Krypton.Toolkit.ButtonController.IsOnlyPressedWhenOver">
<summary>
Gets a value indicating if the state is pressed only when over button.
</summary>
</member>
<member name="P:Krypton.Toolkit.ButtonController.Captured">
<summary>
Gets a value indicating if mouse input is being captured.
</summary>
</member>
<member name="M:Krypton.Toolkit.ButtonController.ViewIsPartOfButton(Krypton.Toolkit.ViewBase)">
<summary>
Discovers if the provided view is part of the button.
</summary>
<param name="next">View to investigate.</param>
<returns>True is part of button; otherwise false.</returns>
</member>
<member name="M:Krypton.Toolkit.ButtonController.UpdateTargetState(System.Windows.Forms.Control)">
<summary>
Set the correct visual state of the target.
</summary>
<param name="c">Owning control.</param>
</member>
<member name="M:Krypton.Toolkit.ButtonController.UpdateTargetState(System.Drawing.Point)">
<summary>
Set the correct visual state of the target.
</summary>
<param name="pt">Mouse point.</param>
</member>
<member name="M:Krypton.Toolkit.ButtonController.OnButtonDragRectangle(Krypton.Toolkit.ButtonDragRectangleEventArgs)">
<summary>
Raises the ButtonDragRectangle event.
</summary>
<param name="e">An ButtonDragRectangleEventArgs containing the event args.</param>
</member>
<member name="M:Krypton.Toolkit.ButtonController.OnButtonDragOffset(Krypton.Toolkit.ButtonDragOffsetEventArgs)">
<summary>
Raises the ButtonDragOffset event.
</summary>
<param name="e">An ButtonDragOffsetEventArgs containing the event args.</param>
</member>
<member name="M:Krypton.Toolkit.ButtonController.OnDragStart(System.Drawing.Point,System.Drawing.Point,System.Windows.Forms.Control)">
<summary>
Raises the DragStart event.
</summary>
<param name="mousePt">Mouse point at time of event.</param>
<param name="offset">Offset compared to target.</param>
<param name="c">Control that is source of drag start.</param>
</member>
<member name="M:Krypton.Toolkit.ButtonController.OnDragMove(System.Drawing.Point)">
<summary>
Raises the DragMove event.
</summary>
<param name="mousePt">Mouse point at time of event.</param>
</member>
<member name="M:Krypton.Toolkit.ButtonController.OnDragEnd(System.Drawing.Point)">
<summary>
Raises the DragEnd event.
</summary>
<param name="mousePt">Mouse point at time of event.</param>
</member>
<member name="M:Krypton.Toolkit.ButtonController.OnDragQuit">
<summary>
Raises the DragQuit event.
</summary>
</member>
<member name="M:Krypton.Toolkit.ButtonController.OnClick(System.Windows.Forms.MouseEventArgs)">
<summary>
Raises the Click event.
</summary>
<param name="e">A MouseEventArgs containing the event data.</param>
</member>
<member name="M:Krypton.Toolkit.ButtonController.OnRightClick(System.Windows.Forms.MouseEventArgs)">
<summary>
Raises the RightClick event.
</summary>
<param name="e">A MouseEventArgs containing the event data.</param>
</member>
<member name="M:Krypton.Toolkit.ButtonController.OnMouseSelect(System.Windows.Forms.MouseEventArgs)">
<summary>
Raises the MouseSelect event.
</summary>
<param name="e">A MouseEventArgs containing the event data.</param>
</member>
<member name="M:Krypton.Toolkit.ButtonController.OnNeedPaint(System.Boolean)">
<summary>
Raises the NeedPaint event.
</summary>
<param name="needLayout">Does the palette change require a layout.</param>
</member>
<member name="T:Krypton.Toolkit.CheckBoxController">
<summary>
Controller used to manage keyboard and mouse interaction with a check box.
</summary>
</member>
<member name="E:Krypton.Toolkit.CheckBoxController.Click">
<summary>
Occurs when the check box has been selected.
</summary>
</member>
<member name="M:Krypton.Toolkit.CheckBoxController.#ctor(Krypton.Toolkit.ViewDrawCheckBox,Krypton.Toolkit.ViewBase,Krypton.Toolkit.NeedPaintHandler)">
<summary>
Initialize a new instance of the CheckBoxController class.
</summary>
<param name="target">Target for state changes.</param>
<param name="top">Top element for the check box control.</param>
<param name="needPaint">Delegate for notifying paint requests.</param>
</member>
<member name="M:Krypton.Toolkit.CheckBoxController.MouseEnter(System.Windows.Forms.Control)">
<summary>
Mouse has entered the view.
</summary>
<param name="c">Reference to the source control instance.</param>
</member>
<member name="M:Krypton.Toolkit.CheckBoxController.MouseMove(System.Windows.Forms.Control,System.Drawing.Point)">
<summary>
Mouse has moved inside the view.
</summary>
<param name="c">Reference to the source control instance.</param>
<param name="pt">Mouse position relative to control.</param>
</member>
<member name="M:Krypton.Toolkit.CheckBoxController.MouseDown(System.Windows.Forms.Control,System.Drawing.Point,System.Windows.Forms.MouseButtons)">
<summary>
Mouse button has been pressed in the view.
</summary>
<param name="c">Reference to the source control instance.</param>
<param name="pt">Mouse position relative to control.</param>
<param name="button">Mouse button pressed down.</param>
<returns>True if capturing input; otherwise false.</returns>
</member>
<member name="M:Krypton.Toolkit.CheckBoxController.MouseUp(System.Windows.Forms.Control,System.Drawing.Point,System.Windows.Forms.MouseButtons)">
<summary>
Mouse button has been released in the view.
</summary>
<param name="c">Reference to the source control instance.</param>
<param name="pt">Mouse position relative to control.</param>
<param name="button">Mouse button released.</param>
</member>
<member name="M:Krypton.Toolkit.CheckBoxController.MouseLeave(System.Windows.Forms.Control,Krypton.Toolkit.ViewBase)">
<summary>
Mouse has left the view.
</summary>
<param name="c">Reference to the source control instance.</param>
<param name="next">Reference to view that is next to have the mouse.</param>
</member>
<member name="M:Krypton.Toolkit.CheckBoxController.DoubleClick(System.Drawing.Point)">
<summary>
Left mouse button double click.
</summary>
<param name="pt">Mouse position relative to control.</param>
</member>
<member name="P:Krypton.Toolkit.CheckBoxController.IgnoreVisualFormLeftButtonDown">
<summary>
Should the left mouse down be ignored when present on a visual form border area.
</summary>
</member>
<member name="M:Krypton.Toolkit.CheckBoxController.KeyDown(System.Windows.Forms.Control,System.Windows.Forms.KeyEventArgs)">
<summary>
Key has been pressed down.
</summary>
<param name="c">Reference to the source control instance.</param>
<param name="e">A KeyEventArgs that contains the event data.</param>
<exception cref="T:System.ArgumentNullException"></exception>
</member>
<member name="M:Krypton.Toolkit.CheckBoxController.KeyPress(System.Windows.Forms.Control,System.Windows.Forms.KeyPressEventArgs)">
<summary>
Key has been pressed.
</summary>
<param name="c">Reference to the source control instance.</param>
<param name="e">A KeyPressEventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.CheckBoxController.KeyUp(System.Windows.Forms.Control,System.Windows.Forms.KeyEventArgs)">
<summary>
Key has been released.
</summary>
<param name="c">Reference to the source control instance.</param>
<param name="e">A KeyEventArgs that contains the event data.</param>
<exception cref="T:System.ArgumentNullException"></exception>
<returns>True if capturing input; otherwise false.</returns>
</member>
<member name="P:Krypton.Toolkit.CheckBoxController.Enabled">
<summary>
Gets and sets the enabled state of the controller.
</summary>
</member>
<member name="P:Krypton.Toolkit.CheckBoxController.NeedPaint">
<summary>
Gets and sets the need paint delegate for notifying paint requests.
</summary>
</member>
<member name="P:Krypton.Toolkit.CheckBoxController.Target">
<summary>
Gets access to the associated target of the controller.
</summary>
</member>
<member name="M:Krypton.Toolkit.CheckBoxController.PerformNeedPaint">
<summary>
Fires the NeedPaint event.
</summary>
</member>
<member name="M:Krypton.Toolkit.CheckBoxController.PerformNeedPaint(System.Boolean)">
<summary>
Fires the NeedPaint event.
</summary>
<param name="needLayout">Does the palette change require a layout.</param>
</member>
<member name="M:Krypton.Toolkit.CheckBoxController.OnClick(System.EventArgs)">
<summary>
Raises the Click event.
</summary>
<param name="e">An EventArgs containing the event data.</param>
</member>
<member name="M:Krypton.Toolkit.CheckBoxController.OnNeedPaint(System.Boolean)">
<summary>
Raises the NeedPaint event.
</summary>
<param name="needLayout">Does the palette change require a layout.</param>
</member>
<member name="T:Krypton.Toolkit.ContextMenuController">
<summary>
Controller for a VisualContextMenu popup.
</summary>
</member>
<member name="M:Krypton.Toolkit.ContextMenuController.#ctor(Krypton.Toolkit.ViewContextMenuManager)">
<summary>
Initialize a new instance of the ContextMenuController class.
</summary>
<param name="viewManager">Owning view manager instance.</param>
</member>
<member name="M:Krypton.Toolkit.ContextMenuController.KeyDown(System.Windows.Forms.Control,System.Windows.Forms.KeyEventArgs)">
<summary>
Key has been pressed down.
</summary>
<param name="c">Reference to the source control instance.</param>
<param name="e">A KeyEventArgs that contains the event data.</param>
<exception cref="T:System.ArgumentNullException"></exception>
</member>
<member name="M:Krypton.Toolkit.ContextMenuController.KeyPress(System.Windows.Forms.Control,System.Windows.Forms.KeyPressEventArgs)">
<summary>
Key has been pressed.
</summary>
<param name="c">Reference to the source control instance.</param>
<param name="e">A KeyPressEventArgs that contains the event data.</param>
<exception cref="T:System.ArgumentNullException"></exception>
</member>
<member name="M:Krypton.Toolkit.ContextMenuController.KeyUp(System.Windows.Forms.Control,System.Windows.Forms.KeyEventArgs)">
<summary>
Key has been released.
</summary>
<param name="c">Reference to the source control instance.</param>
<param name="e">A KeyEventArgs that contains the event data.</param>
<exception cref="T:System.ArgumentNullException"></exception>
<returns>True if capturing input; otherwise false.</returns>
</member>
<member name="T:Krypton.Toolkit.IMouseController">
<summary>
Interface for processing mouse notifications.
</summary>
</member>
<member name="M:Krypton.Toolkit.IMouseController.MouseEnter(System.Windows.Forms.Control)">
<summary>
Mouse has entered the view.
</summary>
<param name="c">Reference to the source control instance.</param>
</member>
<member name="M:Krypton.Toolkit.IMouseController.MouseMove(System.Windows.Forms.Control,System.Drawing.Point)">
<summary>
Mouse has moved inside the view.
</summary>
<param name="c">Reference to the source control instance.</param>
<param name="pt">Mouse position relative to control.</param>
</member>
<member name="M:Krypton.Toolkit.IMouseController.MouseDown(System.Windows.Forms.Control,System.Drawing.Point,System.Windows.Forms.MouseButtons)">
<summary>
Mouse button has been pressed in the view.
</summary>
<param name="c">Reference to the source control instance.</param>
<param name="pt">Mouse position relative to control.</param>
<param name="button">Mouse button pressed down.</param>
<returns>True if capturing input; otherwise false.</returns>
</member>
<member name="M:Krypton.Toolkit.IMouseController.MouseUp(System.Windows.Forms.Control,System.Drawing.Point,System.Windows.Forms.MouseButtons)">
<summary>
Mouse button has been released in the view.
</summary>
<param name="c">Reference to the source control instance.</param>
<param name="pt">Mouse position relative to control.</param>
<param name="button">Mouse button released.</param>
</member>
<member name="M:Krypton.Toolkit.IMouseController.MouseLeave(System.Windows.Forms.Control,Krypton.Toolkit.ViewBase)">
<summary>
Mouse has left the view.
</summary>
<param name="c">Reference to the source control instance.</param>
<param name="next">Reference to view that is next to have the mouse.</param>
</member>
<member name="M:Krypton.Toolkit.IMouseController.DoubleClick(System.Drawing.Point)">
<summary>
Left mouse button double click.
</summary>
<param name="pt">Mouse position relative to control.</param>
</member>
<member name="P:Krypton.Toolkit.IMouseController.IgnoreVisualFormLeftButtonDown">
<summary>
Should the left mouse down be ignored when present on a visual form border area.
</summary>
</member>
<member name="T:Krypton.Toolkit.IKeyController">
<summary>
Interface for processing keyboard notifications.
</summary>
</member>
<member name="M:Krypton.Toolkit.IKeyController.KeyDown(System.Windows.Forms.Control,System.Windows.Forms.KeyEventArgs)">
<summary>
Key has been pressed down.
</summary>
<param name="c">Reference to the source control instance.</param>
<param name="e">A KeyEventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.IKeyController.KeyPress(System.Windows.Forms.Control,System.Windows.Forms.KeyPressEventArgs)">
<summary>
Key has been pressed.
</summary>
<param name="c">Reference to the source control instance.</param>
<param name="e">A KeyPressEventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.IKeyController.KeyUp(System.Windows.Forms.Control,System.Windows.Forms.KeyEventArgs)">
<summary>
Key has been released.
</summary>
<param name="c">Reference to the source control instance.</param>
<param name="e">A KeyEventArgs that contains the event data.</param>
<returns>True if capturing input; otherwise false.</returns>
</member>
<member name="T:Krypton.Toolkit.ISourceController">
<summary>
Interface for processing source notifications.
</summary>
</member>
<member name="M:Krypton.Toolkit.ISourceController.GotFocus(System.Windows.Forms.Control)">
<summary>
Source control has got the focus.
</summary>
<param name="c">Reference to the source control instance.</param>
</member>
<member name="M:Krypton.Toolkit.ISourceController.LostFocus(System.Windows.Forms.Control)">
<summary>
Source control has lost the focus.
</summary>
<param name="c">Reference to the source control instance.</param>
</member>
<member name="T:Krypton.Toolkit.LinkLabelController">
<summary>
Process mouse events for a link label control.
</summary>
</member>
<member name="E:Krypton.Toolkit.LinkLabelController.Click">
<summary>
Occurs when the mouse is used to left click the target.
</summary>
</member>
<member name="M:Krypton.Toolkit.LinkLabelController.#ctor(Krypton.Toolkit.ViewDrawContent,Krypton.Toolkit.IPaletteContent,Krypton.Toolkit.IPaletteContent,Krypton.Toolkit.IPaletteContent,Krypton.Toolkit.IPaletteContent,Krypton.Toolkit.PaletteContentInheritOverride,Krypton.Toolkit.NeedPaintHandler)">
<summary>
Initialize a new instance of the LinkLabelController class.
</summary>
<param name="target">Target for state changes.</param>
<param name="paletteDisabled">Palette to use in the disabled state.</param>
<param name="paletteNormal">Palette to use in the normal state.</param>
<param name="paletteTracking">Palette to use in the tracking state.</param>
<param name="palettePressed">Palette to use in the pressed state.</param>
<param name="pressed">Override to update with the pressed state.</param>
<param name="needPaint">Delegate for notifying paint requests.</param>
</member>
<member name="M:Krypton.Toolkit.LinkLabelController.MouseEnter(System.Windows.Forms.Control)">
<summary>
Mouse has entered the view.
</summary>
<param name="c">Reference to the source control instance.</param>
</member>
<member name="M:Krypton.Toolkit.LinkLabelController.MouseMove(System.Windows.Forms.Control,System.Drawing.Point)">
<summary>
Mouse has moved inside the view.
</summary>
<param name="c">Reference to the source control instance.</param>
<param name="pt">Mouse position relative to control.</param>
</member>
<member name="M:Krypton.Toolkit.LinkLabelController.MouseDown(System.Windows.Forms.Control,System.Drawing.Point,System.Windows.Forms.MouseButtons)">
<summary>
Mouse button has been pressed in the view.
</summary>
<param name="c">Reference to the source control instance.</param>
<param name="pt">Mouse position relative to control.</param>
<param name="button">Mouse button pressed down.</param>
<returns>True if capturing input; otherwise false.</returns>
</member>
<member name="M:Krypton.Toolkit.LinkLabelController.MouseUp(System.Windows.Forms.Control,System.Drawing.Point,System.Windows.Forms.MouseButtons)">
<summary>
Mouse button has been released in the view.
</summary>
<param name="c">Reference to the source control instance.</param>
<param name="pt">Mouse position relative to control.</param>
<param name="button">Mouse button released.</param>
</member>
<member name="M:Krypton.Toolkit.LinkLabelController.MouseLeave(System.Windows.Forms.Control,Krypton.Toolkit.ViewBase)">
<summary>
Mouse has left the view.
</summary>
<param name="c">Reference to the source control instance.</param>
<param name="next">Reference to view that is next to have the mouse.</param>
</member>
<member name="M:Krypton.Toolkit.LinkLabelController.DoubleClick(System.Drawing.Point)">
<summary>
Left mouse button double click.
</summary>
<param name="pt">Mouse position relative to control.</param>
</member>
<member name="P:Krypton.Toolkit.LinkLabelController.IgnoreVisualFormLeftButtonDown">
<summary>
Should the left mouse down be ignored when present on a visual form border area.
</summary>
</member>
<member name="M:Krypton.Toolkit.LinkLabelController.KeyDown(System.Windows.Forms.Control,System.Windows.Forms.KeyEventArgs)">
<summary>
Key has been pressed down.
</summary>
<param name="c">Reference to the source control instance.</param>
<param name="e">A KeyEventArgs that contains the event data.</param>
<exception cref="T:System.ArgumentNullException"></exception>
</member>
<member name="M:Krypton.Toolkit.LinkLabelController.KeyPress(System.Windows.Forms.Control,System.Windows.Forms.KeyPressEventArgs)">
<summary>
Key has been pressed.
</summary>
<param name="c">Reference to the source control instance.</param>
<param name="e">A KeyPressEventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.LinkLabelController.KeyUp(System.Windows.Forms.Control,System.Windows.Forms.KeyEventArgs)">
<summary>
Key has been released.
</summary>
<param name="c">Reference to the source control instance.</param>
<param name="e">A KeyEventArgs that contains the event data.</param>
<returns>True if capturing input; otherwise false.</returns>
</member>
<member name="M:Krypton.Toolkit.LinkLabelController.GotFocus(System.Windows.Forms.Control)">
<summary>
Source control has lost the focus.
</summary>
<param name="c">Reference to the source control instance.</param>
</member>
<member name="M:Krypton.Toolkit.LinkLabelController.LostFocus(System.Windows.Forms.Control)">
<summary>
Source control has lost the focus.
</summary>
<param name="c">Reference to the source control instance.</param>
</member>
<member name="P:Krypton.Toolkit.LinkLabelController.NeedPaint">
<summary>
Gets and sets the need paint delegate for notifying paint requests.
</summary>
</member>
<member name="P:Krypton.Toolkit.LinkLabelController.Target">
<summary>
Gets access to the associated target of the controller.
</summary>
</member>
<member name="M:Krypton.Toolkit.LinkLabelController.Update(System.Windows.Forms.Control)">
<summary>
Set the correct visual state of the target.
</summary>
<param name="c">Control that controller is operating within.</param>
</member>
<member name="M:Krypton.Toolkit.LinkLabelController.PerformNeedPaint">
<summary>
Fires the NeedPaint event.
</summary>
</member>
<member name="M:Krypton.Toolkit.LinkLabelController.PerformNeedPaint(System.Boolean)">
<summary>
Fires the NeedPaint event.
</summary>
<param name="needLayout">Does the palette change require a layout.</param>
</member>
<member name="P:Krypton.Toolkit.LinkLabelController.IsOperating">
<summary>
Get a value indicating if the controller is operating
</summary>
</member>
<member name="P:Krypton.Toolkit.LinkLabelController.IsOnlyPressedWhenOver">
<summary>
Gets a value indicating if the state is pressed only when over button.
</summary>
</member>
<member name="P:Krypton.Toolkit.LinkLabelController.Captured">
<summary>
Gets a value indicating if mouse input is being captured.
</summary>
</member>
<member name="M:Krypton.Toolkit.LinkLabelController.UpdateTargetState(System.Windows.Forms.Control)">
<summary>
Set the correct visual state of the target.
</summary>
<param name="c">Owning control.</param>
</member>
<member name="M:Krypton.Toolkit.LinkLabelController.UpdateTargetState(System.Drawing.Point)">
<summary>
Set the target with correct state and palette.
</summary>
<param name="pt">Mouse point.</param>
</member>
<member name="M:Krypton.Toolkit.LinkLabelController.UpdateTargetPalette">
<summary>
Update the palette to match the target state.
</summary>
</member>
<member name="M:Krypton.Toolkit.LinkLabelController.OnClick(System.Windows.Forms.MouseEventArgs)">
<summary>
Raises the Click event.
</summary>
<param name="e">A MouseEventArgs containing the event data.</param>
</member>
<member name="M:Krypton.Toolkit.LinkLabelController.OnNeedPaint(System.Boolean)">
<summary>
Raises the NeedPaint event.
</summary>
<param name="needLayout">Does the palette change require a layout.</param>
</member>
<member name="E:Krypton.Toolkit.MenuCheckBoxController.Click">
<summary>
Occurs when the check box has been clicked.
</summary>
</member>
<member name="M:Krypton.Toolkit.MenuCheckBoxController.#ctor(Krypton.Toolkit.ViewContextMenuManager,Krypton.Toolkit.ViewBase,Krypton.Toolkit.ViewDrawMenuCheckBox,Krypton.Toolkit.NeedPaintHandler)">
<summary>
Initialize a new instance of the MenuCheckBoxController class.
</summary>
<param name="viewManager">Owning view manager instance.</param>
<param name="target">Target for state changes.</param>
<param name="checkBox">Drawing element that owns check box display.</param>
<param name="needPaint">Delegate for notifying paint requests.</param>
</member>
<member name="P:Krypton.Toolkit.MenuCheckBoxController.HasSubMenu">
<summary>
Returns if the item shows a sub menu when selected.
</summary>
</member>
<member name="M:Krypton.Toolkit.MenuCheckBoxController.ShowTarget">
<summary>
This target should display as the active target.
</summary>
</member>
<member name="M:Krypton.Toolkit.MenuCheckBoxController.ClearTarget">
<summary>
This target should clear any active display.
</summary>
</member>
<member name="M:Krypton.Toolkit.MenuCheckBoxController.ShowSubMenu">
<summary>
This target should show any appropriate sub menu.
</summary>
</member>
<member name="M:Krypton.Toolkit.MenuCheckBoxController.ClearSubMenu">
<summary>
This target should remove any showing sub menu.
</summary>
</member>
<member name="M:Krypton.Toolkit.MenuCheckBoxController.MatchMnemonic(System.Char)">
<summary>
Determine if the keys value matches the mnemonic setting for this target.
</summary>
<param name="charCode">Key code to test against.</param>
<returns>True if a match is found; otherwise false.</returns>
</member>
<member name="M:Krypton.Toolkit.MenuCheckBoxController.MnemonicActivate">
<summary>
Activate the item because of a mnemonic key press.
</summary>
</member>
<member name="M:Krypton.Toolkit.MenuCheckBoxController.GetActiveView">
<summary>
Gets the view element that should be used when this target is active.
</summary>
<returns>View element to become active.</returns>
</member>
<member name="P:Krypton.Toolkit.MenuCheckBoxController.ClientRectangle">
<summary>
Get the client rectangle for the display of this target.
</summary>
</member>
<member name="M:Krypton.Toolkit.MenuCheckBoxController.DoesStackedClientMouseDownBecomeCurrent(System.Drawing.Point)">
<summary>
Should a mouse down at the provided point cause the currently stacked context menu to become current.
</summary>
<param name="pt">Client coordinates point.</param>
<returns>True to become current; otherwise false.</returns>
</member>
<member name="M:Krypton.Toolkit.MenuCheckBoxController.MouseEnter(System.Windows.Forms.Control)">
<summary>
Mouse has entered the view.
</summary>
<param name="c">Reference to the source control instance.</param>
</member>
<member name="M:Krypton.Toolkit.MenuCheckBoxController.MouseMove(System.Windows.Forms.Control,System.Drawing.Point)">
<summary>
Mouse has moved inside the view.
</summary>
<param name="c">Reference to the source control instance.</param>
<param name="pt">Mouse position relative to control.</param>
</member>
<member name="M:Krypton.Toolkit.MenuCheckBoxController.MouseDown(System.Windows.Forms.Control,System.Drawing.Point,System.Windows.Forms.MouseButtons)">
<summary>
Mouse button has been pressed in the view.
</summary>
<param name="c">Reference to the source control instance.</param>
<param name="pt">Mouse position relative to control.</param>
<param name="button">Mouse button pressed down.</param>
<returns>True if capturing input; otherwise false.</returns>
</member>
<member name="M:Krypton.Toolkit.MenuCheckBoxController.MouseUp(System.Windows.Forms.Control,System.Drawing.Point,System.Windows.Forms.MouseButtons)">
<summary>
Mouse button has been released in the view.
</summary>
<param name="c">Reference to the source control instance.</param>
<param name="pt">Mouse position relative to control.</param>
<param name="button">Mouse button released.</param>
</member>
<member name="M:Krypton.Toolkit.MenuCheckBoxController.MouseLeave(System.Windows.Forms.Control,Krypton.Toolkit.ViewBase)">
<summary>
Mouse has left the view.
</summary>
<param name="c">Reference to the source control instance.</param>
<param name="next">Reference to view that is next to have the mouse.</param>
</member>
<member name="M:Krypton.Toolkit.MenuCheckBoxController.DoubleClick(System.Drawing.Point)">
<summary>
Left mouse button double click.
</summary>
<param name="pt">Mouse position relative to control.</param>
</member>
<member name="P:Krypton.Toolkit.MenuCheckBoxController.IgnoreVisualFormLeftButtonDown">
<summary>
Should the left mouse down be ignored when present on a visual form border area.
</summary>
</member>
<member name="M:Krypton.Toolkit.MenuCheckBoxController.KeyDown(System.Windows.Forms.Control,System.Windows.Forms.KeyEventArgs)">
<summary>
Key has been pressed down.
</summary>
<param name="c">Reference to the source control instance.</param>
<param name="e">A KeyEventArgs that contains the event data.</param>
<exception cref="T:System.ArgumentNullException"></exception>
</member>
<member name="M:Krypton.Toolkit.MenuCheckBoxController.KeyPress(System.Windows.Forms.Control,System.Windows.Forms.KeyPressEventArgs)">
<summary>
Key has been pressed.
</summary>
<param name="c">Reference to the source control instance.</param>
<param name="e">A KeyPressEventArgs that contains the event data.</param>
<exception cref="T:System.ArgumentNullException"></exception>
</member>
<member name="M:Krypton.Toolkit.MenuCheckBoxController.KeyUp(System.Windows.Forms.Control,System.Windows.Forms.KeyEventArgs)">
<summary>
Key has been released.
</summary>
<param name="c">Reference to the source control instance.</param>
<param name="e">A KeyEventArgs that contains the event data.</param>
<exception cref="T:System.ArgumentNullException"></exception>
<returns>True if capturing input; otherwise false.</returns>
</member>
<member name="M:Krypton.Toolkit.MenuCheckBoxController.GotFocus(System.Windows.Forms.Control)">
<summary>
Source control has lost the focus.
</summary>
<param name="c">Reference to the source control instance.</param>
</member>
<member name="M:Krypton.Toolkit.MenuCheckBoxController.LostFocus(System.Windows.Forms.Control)">
<summary>
Source control has lost the focus.
</summary>
<param name="c">Reference to the source control instance.</param>
</member>
<member name="P:Krypton.Toolkit.MenuCheckBoxController.NeedPaint">
<summary>
Gets and sets the need paint delegate for notifying paint requests.
</summary>
</member>
<member name="M:Krypton.Toolkit.MenuCheckBoxController.PerformNeedPaint">
<summary>
Fires the NeedPaint event.
</summary>
</member>
<member name="E:Krypton.Toolkit.MenuCheckButtonController.Click">
<summary>
Occurs when the check button has been clicked.
</summary>
</member>
<member name="M:Krypton.Toolkit.MenuCheckButtonController.#ctor(Krypton.Toolkit.ViewContextMenuManager,Krypton.Toolkit.ViewBase,Krypton.Toolkit.ViewDrawMenuCheckButton,Krypton.Toolkit.NeedPaintHandler)">
<summary>
Initialize a new instance of the MenuCheckButtonController class.
</summary>
<param name="viewManager">Owning view manager instance.</param>
<param name="target">Target for state changes.</param>
<param name="checkButton">Drawing element that owns check button display.</param>
<param name="needPaint">Delegate for notifying paint requests.</param>
</member>
<member name="P:Krypton.Toolkit.MenuCheckButtonController.HasSubMenu">
<summary>
Returns if the item shows a sub menu when selected.
</summary>
</member>
<member name="M:Krypton.Toolkit.MenuCheckButtonController.ShowTarget">
<summary>
This target should display as the active target.
</summary>
</member>
<member name="M:Krypton.Toolkit.MenuCheckButtonController.ClearTarget">
<summary>
This target should clear any active display.
</summary>
</member>
<member name="M:Krypton.Toolkit.MenuCheckButtonController.ShowSubMenu">
<summary>
This target should show any appropriate sub menu.
</summary>
</member>
<member name="M:Krypton.Toolkit.MenuCheckButtonController.ClearSubMenu">
<summary>
This target should remove any showing sub menu.
</summary>
</member>
<member name="M:Krypton.Toolkit.MenuCheckButtonController.MatchMnemonic(System.Char)">
<summary>
Determine if the keys value matches the mnemonic setting for this target.
</summary>
<param name="charCode">Key code to test against.</param>
<returns>True if a match is found; otherwise false.</returns>
</member>
<member name="M:Krypton.Toolkit.MenuCheckButtonController.MnemonicActivate">
<summary>
Activate the item because of a mnemonic key press.
</summary>
</member>
<member name="M:Krypton.Toolkit.MenuCheckButtonController.GetActiveView">
<summary>
Gets the view element that should be used when this target is active.
</summary>
<returns>View element to become active.</returns>
</member>
<member name="P:Krypton.Toolkit.MenuCheckButtonController.ClientRectangle">
<summary>
Get the client rectangle for the display of this target.
</summary>
</member>
<member name="M:Krypton.Toolkit.MenuCheckButtonController.DoesStackedClientMouseDownBecomeCurrent(System.Drawing.Point)">
<summary>
Should a mouse down at the provided point cause the currently stacked context menu to become current.
</summary>
<param name="pt">Client coordinates point.</param>
<returns>True to become current; otherwise false.</returns>
</member>
<member name="M:Krypton.Toolkit.MenuCheckButtonController.MouseEnter(System.Windows.Forms.Control)">
<summary>
Mouse has entered the view.
</summary>
<param name="c">Reference to the source control instance.</param>
</member>
<member name="M:Krypton.Toolkit.MenuCheckButtonController.MouseMove(System.Windows.Forms.Control,System.Drawing.Point)">
<summary>
Mouse has moved inside the view.
</summary>
<param name="c">Reference to the source control instance.</param>
<param name="pt">Mouse position relative to control.</param>
</member>
<member name="M:Krypton.Toolkit.MenuCheckButtonController.MouseDown(System.Windows.Forms.Control,System.Drawing.Point,System.Windows.Forms.MouseButtons)">
<summary>
Mouse button has been pressed in the view.
</summary>
<param name="c">Reference to the source control instance.</param>
<param name="pt">Mouse position relative to control.</param>
<param name="button">Mouse button pressed down.</param>
<returns>True if capturing input; otherwise false.</returns>
</member>
<member name="M:Krypton.Toolkit.MenuCheckButtonController.MouseUp(System.Windows.Forms.Control,System.Drawing.Point,System.Windows.Forms.MouseButtons)">
<summary>
Mouse button has been released in the view.
</summary>
<param name="c">Reference to the source control instance.</param>
<param name="pt">Mouse position relative to control.</param>
<param name="button">Mouse button released.</param>
</member>
<member name="M:Krypton.Toolkit.MenuCheckButtonController.MouseLeave(System.Windows.Forms.Control,Krypton.Toolkit.ViewBase)">
<summary>
Mouse has left the view.
</summary>
<param name="c">Reference to the source control instance.</param>
<param name="next">Reference to view that is next to have the mouse.</param>
</member>
<member name="M:Krypton.Toolkit.MenuCheckButtonController.DoubleClick(System.Drawing.Point)">
<summary>
Left mouse button double click.
</summary>
<param name="pt">Mouse position relative to control.</param>
</member>
<member name="P:Krypton.Toolkit.MenuCheckButtonController.IgnoreVisualFormLeftButtonDown">
<summary>
Should the left mouse down be ignored when present on a visual form border area.
</summary>
</member>
<member name="M:Krypton.Toolkit.MenuCheckButtonController.KeyDown(System.Windows.Forms.Control,System.Windows.Forms.KeyEventArgs)">
<summary>
Key has been pressed down.
</summary>
<param name="c">Reference to the source control instance.</param>
<param name="e">A KeyEventArgs that contains the event data.</param>
<exception cref="T:System.ArgumentNullException"></exception>
</member>
<member name="M:Krypton.Toolkit.MenuCheckButtonController.KeyPress(System.Windows.Forms.Control,System.Windows.Forms.KeyPressEventArgs)">
<summary>
Key has been pressed.
</summary>
<param name="c">Reference to the source control instance.</param>
<param name="e">A KeyPressEventArgs that contains the event data.</param>
<exception cref="T:System.ArgumentNullException"></exception>
</member>
<member name="M:Krypton.Toolkit.MenuCheckButtonController.KeyUp(System.Windows.Forms.Control,System.Windows.Forms.KeyEventArgs)">
<summary>
Key has been released.
</summary>
<param name="c">Reference to the source control instance.</param>
<param name="e">A KeyEventArgs that contains the event data.</param>
<exception cref="T:System.ArgumentNullException"></exception>
<returns>True if capturing input; otherwise false.</returns>
</member>
<member name="M:Krypton.Toolkit.MenuCheckButtonController.GotFocus(System.Windows.Forms.Control)">
<summary>
Source control has lost the focus.
</summary>
<param name="c">Reference to the source control instance.</param>
</member>
<member name="M:Krypton.Toolkit.MenuCheckButtonController.LostFocus(System.Windows.Forms.Control)">
<summary>
Source control has lost the focus.
</summary>
<param name="c">Reference to the source control instance.</param>
</member>
<member name="P:Krypton.Toolkit.MenuCheckButtonController.NeedPaint">
<summary>
Gets and sets the need paint delegate for notifying paint requests.
</summary>
</member>
<member name="M:Krypton.Toolkit.MenuCheckButtonController.PerformNeedPaint">
<summary>
Fires the NeedPaint event.
</summary>
</member>
<member name="E:Krypton.Toolkit.MenuColorBlockController.Click">
<summary>
Occurs when the color block has been clicked.
</summary>
</member>
<member name="M:Krypton.Toolkit.MenuColorBlockController.#ctor(Krypton.Toolkit.ViewContextMenuManager,Krypton.Toolkit.ViewBase,Krypton.Toolkit.ViewDrawMenuColorBlock,Krypton.Toolkit.NeedPaintHandler)">
<summary>
Initialize a new instance of the MenuColorBlockController class.
</summary>
<param name="viewManager">Owning view manager instance.</param>
<param name="target">Target for state changes.</param>
<param name="colorBlock">Drawing element that owns color block display.</param>
<param name="needPaint">Delegate for notifying paint requests.</param>
</member>
<member name="P:Krypton.Toolkit.MenuColorBlockController.HasSubMenu">
<summary>
Returns if the item shows a sub menu when selected.
</summary>
</member>
<member name="M:Krypton.Toolkit.MenuColorBlockController.ShowTarget">
<summary>
This target should display as the active target.
</summary>
</member>
<member name="M:Krypton.Toolkit.MenuColorBlockController.ClearTarget">
<summary>
This target should clear any active display.
</summary>
</member>
<member name="M:Krypton.Toolkit.MenuColorBlockController.ShowSubMenu">
<summary>
This target should show any appropriate sub menu.
</summary>
</member>
<member name="M:Krypton.Toolkit.MenuColorBlockController.ClearSubMenu">
<summary>
This target should remove any showing sub menu.
</summary>
</member>
<member name="M:Krypton.Toolkit.MenuColorBlockController.MatchMnemonic(System.Char)">
<summary>
Determine if the keys value matches the mnemonic setting for this target.
</summary>
<param name="charCode">Key code to test against.</param>
<returns>True if a match is found; otherwise false.</returns>
</member>
<member name="M:Krypton.Toolkit.MenuColorBlockController.MnemonicActivate">
<summary>
Activate the item because of a mnemonic key press.
</summary>
</member>
<member name="M:Krypton.Toolkit.MenuColorBlockController.GetActiveView">
<summary>
Gets the view element that should be used when this target is active.
</summary>
<returns>View element to become active.</returns>
</member>
<member name="P:Krypton.Toolkit.MenuColorBlockController.ClientRectangle">
<summary>
Get the client rectangle for the display of this target.
</summary>
</member>
<member name="M:Krypton.Toolkit.MenuColorBlockController.DoesStackedClientMouseDownBecomeCurrent(System.Drawing.Point)">
<summary>
Should a mouse down at the provided point cause the currently stacked context menu to become current.
</summary>
<param name="pt">Client coordinates point.</param>
<returns>True to become current; otherwise false.</returns>
</member>
<member name="M:Krypton.Toolkit.MenuColorBlockController.MouseEnter(System.Windows.Forms.Control)">
<summary>
Mouse has entered the view.
</summary>
<param name="c">Reference to the source control instance.</param>
</member>
<member name="M:Krypton.Toolkit.MenuColorBlockController.MouseMove(System.Windows.Forms.Control,System.Drawing.Point)">
<summary>
Mouse has moved inside the view.
</summary>
<param name="c">Reference to the source control instance.</param>
<param name="pt">Mouse position relative to control.</param>
</member>
<member name="M:Krypton.Toolkit.MenuColorBlockController.MouseDown(System.Windows.Forms.Control,System.Drawing.Point,System.Windows.Forms.MouseButtons)">
<summary>
Mouse button has been pressed in the view.
</summary>
<param name="c">Reference to the source control instance.</param>
<param name="pt">Mouse position relative to control.</param>
<param name="button">Mouse button pressed down.</param>
<returns>True if capturing input; otherwise false.</returns>
</member>
<member name="M:Krypton.Toolkit.MenuColorBlockController.MouseUp(System.Windows.Forms.Control,System.Drawing.Point,System.Windows.Forms.MouseButtons)">
<summary>
Mouse button has been released in the view.
</summary>
<param name="c">Reference to the source control instance.</param>
<param name="pt">Mouse position relative to control.</param>
<param name="button">Mouse button released.</param>
</member>
<member name="M:Krypton.Toolkit.MenuColorBlockController.MouseLeave(System.Windows.Forms.Control,Krypton.Toolkit.ViewBase)">
<summary>
Mouse has left the view.
</summary>
<param name="c">Reference to the source control instance.</param>
<param name="next">Reference to view that is next to have the mouse.</param>
</member>
<member name="M:Krypton.Toolkit.MenuColorBlockController.DoubleClick(System.Drawing.Point)">
<summary>
Left mouse button double click.
</summary>
<param name="pt">Mouse position relative to control.</param>
</member>
<member name="P:Krypton.Toolkit.MenuColorBlockController.IgnoreVisualFormLeftButtonDown">
<summary>
Should the left mouse down be ignored when present on a visual form border area.
</summary>
</member>
<member name="M:Krypton.Toolkit.MenuColorBlockController.KeyDown(System.Windows.Forms.Control,System.Windows.Forms.KeyEventArgs)">
<summary>
Key has been pressed down.
</summary>
<param name="c">Reference to the source control instance.</param>
<param name="e">A KeyEventArgs that contains the event data.</param>
<exception cref="T:System.ArgumentNullException"></exception>
</member>
<member name="M:Krypton.Toolkit.MenuColorBlockController.KeyPress(System.Windows.Forms.Control,System.Windows.Forms.KeyPressEventArgs)">
<summary>
Key has been pressed.
</summary>
<param name="c">Reference to the source control instance.</param>
<param name="e">A KeyPressEventArgs that contains the event data.</param>
<exception cref="T:System.ArgumentNullException"></exception>
</member>
<member name="M:Krypton.Toolkit.MenuColorBlockController.KeyUp(System.Windows.Forms.Control,System.Windows.Forms.KeyEventArgs)">
<summary>
Key has been released.
</summary>
<param name="c">Reference to the source control instance.</param>
<param name="e">A KeyEventArgs that contains the event data.</param>
<exception cref="T:System.ArgumentNullException"></exception>
<returns>True if capturing input; otherwise false.</returns>
</member>
<member name="M:Krypton.Toolkit.MenuColorBlockController.GotFocus(System.Windows.Forms.Control)">
<summary>
Source control has lost the focus.
</summary>
<param name="c">Reference to the source control instance.</param>
</member>
<member name="M:Krypton.Toolkit.MenuColorBlockController.LostFocus(System.Windows.Forms.Control)">
<summary>
Source control has lost the focus.
</summary>
<param name="c">Reference to the source control instance.</param>
</member>
<member name="P:Krypton.Toolkit.MenuColorBlockController.NeedPaint">
<summary>
Gets and sets the need paint delegate for notifying paint requests.
</summary>
</member>
<member name="M:Krypton.Toolkit.MenuColorBlockController.PerformNeedPaint">
<summary>
Fires the NeedPaint event.
</summary>
</member>
<member name="T:Krypton.Toolkit.MenuImageSelectController">
<summary>
Process mouse events for a image select image.
</summary>
</member>
<member name="E:Krypton.Toolkit.MenuImageSelectController.Click">
<summary>
Occurs when the mouse is used to left click the target.
</summary>
</member>
<member name="M:Krypton.Toolkit.MenuImageSelectController.#ctor(Krypton.Toolkit.ViewContextMenuManager,Krypton.Toolkit.ViewDrawMenuImageSelectItem,Krypton.Toolkit.ViewLayoutMenuItemSelect,Krypton.Toolkit.NeedPaintHandler)">
<summary>
Initialize a new instance of the ImageSelectController class.
</summary>
<param name="viewManager">Owning view manager instance.</param>
<param name="target">Target for state changes.</param>
<param name="layout">Reference to layout of the image items.</param>
<param name="needPaint">Delegate for notifying paint requests.</param>
</member>
<member name="P:Krypton.Toolkit.MenuImageSelectController.MousePoint">
<summary>
Gets the current tracking mouse point.
</summary>
</member>
<member name="P:Krypton.Toolkit.MenuImageSelectController.HasSubMenu">
<summary>
Returns if the item shows a sub menu when selected.
</summary>
</member>
<member name="M:Krypton.Toolkit.MenuImageSelectController.ShowTarget">
<summary>
This target should display as the active target.
</summary>
</member>
<member name="M:Krypton.Toolkit.MenuImageSelectController.ClearTarget">
<summary>
This target should clear any active display.
</summary>
</member>
<member name="M:Krypton.Toolkit.MenuImageSelectController.ShowSubMenu">
<summary>
This target should show any appropriate sub menu.
</summary>
</member>
<member name="M:Krypton.Toolkit.MenuImageSelectController.ClearSubMenu">
<summary>
This target should remove any showing sub menu.
</summary>
</member>
<member name="M:Krypton.Toolkit.MenuImageSelectController.MatchMnemonic(System.Char)">
<summary>
Determine if the keys value matches the mnemonic setting for this target.
</summary>
<param name="charCode">Key code to test against.</param>
<returns>True if a match is found; otherwise false.</returns>
</member>
<member name="M:Krypton.Toolkit.MenuImageSelectController.MnemonicActivate">
<summary>
Activate the item because of a mnemonic key press.
</summary>
</member>
<member name="M:Krypton.Toolkit.MenuImageSelectController.GetActiveView">
<summary>
Gets the view element that should be used when this target is active.
</summary>
<returns>View element to become active.</returns>
</member>
<member name="P:Krypton.Toolkit.MenuImageSelectController.ClientRectangle">
<summary>
Get the client rectangle for the display of this target.
</summary>
</member>
<member name="M:Krypton.Toolkit.MenuImageSelectController.DoesStackedClientMouseDownBecomeCurrent(System.Drawing.Point)">
<summary>
Should a mouse down at the provided point cause the currently stacked context menu to become current.
</summary>
<param name="pt">Client coordinates point.</param>
<returns>True to become current; otherwise false.</returns>
</member>
<member name="M:Krypton.Toolkit.MenuImageSelectController.MouseEnter(System.Windows.Forms.Control)">
<summary>
Mouse has entered the view.
</summary>
<param name="c">Reference to the source control instance.</param>
</member>
<member name="M:Krypton.Toolkit.MenuImageSelectController.MouseMove(System.Windows.Forms.Control,System.Drawing.Point)">
<summary>
Mouse has moved inside the view.
</summary>
<param name="c">Reference to the source control instance.</param>
<param name="pt">Mouse position relative to control.</param>
</member>
<member name="M:Krypton.Toolkit.MenuImageSelectController.MouseDown(System.Windows.Forms.Control,System.Drawing.Point,System.Windows.Forms.MouseButtons)">
<summary>
Mouse button has been pressed in the view.
</summary>
<param name="c">Reference to the source control instance.</param>
<param name="pt">Mouse position relative to control.</param>
<param name="button">Mouse button pressed down.</param>
<returns>True if capturing input; otherwise false.</returns>
</member>
<member name="M:Krypton.Toolkit.MenuImageSelectController.MouseUp(System.Windows.Forms.Control,System.Drawing.Point,System.Windows.Forms.MouseButtons)">
<summary>
Mouse button has been released in the view.
</summary>
<param name="c">Reference to the source control instance.</param>
<param name="pt">Mouse position relative to control.</param>
<param name="button">Mouse button released.</param>
</member>
<member name="M:Krypton.Toolkit.MenuImageSelectController.MouseLeave(System.Windows.Forms.Control,Krypton.Toolkit.ViewBase)">
<summary>
Mouse has left the view.
</summary>
<param name="c">Reference to the source control instance.</param>
<param name="next">Reference to view that is next to have the mouse.</param>
</member>
<member name="M:Krypton.Toolkit.MenuImageSelectController.DoubleClick(System.Drawing.Point)">
<summary>
Left mouse button double click.
</summary>
<param name="pt">Mouse position relative to control.</param>
</member>
<member name="P:Krypton.Toolkit.MenuImageSelectController.IgnoreVisualFormLeftButtonDown">
<summary>
Should the left mouse down be ignored when present on a visual form border area.
</summary>
</member>
<member name="M:Krypton.Toolkit.MenuImageSelectController.GotFocus(System.Windows.Forms.Control)">
<summary>
Source control has got the focus.
</summary>
<param name="c">Reference to the source control instance.</param>
</member>
<member name="M:Krypton.Toolkit.MenuImageSelectController.LostFocus(System.Windows.Forms.Control)">
<summary>
Source control has lost the focus.
</summary>
<param name="c">Reference to the source control instance.</param>
</member>
<member name="M:Krypton.Toolkit.MenuImageSelectController.KeyDown(System.Windows.Forms.Control,System.Windows.Forms.KeyEventArgs)">
<summary>
Key has been pressed down.
</summary>
<param name="c">Reference to the source control instance.</param>
<param name="e">A KeyEventArgs that contains the event data.</param>
<exception cref="T:System.ArgumentNullException"></exception>
</member>
<member name="M:Krypton.Toolkit.MenuImageSelectController.KeyPress(System.Windows.Forms.Control,System.Windows.Forms.KeyPressEventArgs)">
<summary>
Key has been pressed.
</summary>
<param name="c">Reference to the source control instance.</param>
<param name="e">A KeyPressEventArgs that contains the event data.</param>
<exception cref="T:System.ArgumentNullException"></exception>
</member>
<member name="M:Krypton.Toolkit.MenuImageSelectController.KeyUp(System.Windows.Forms.Control,System.Windows.Forms.KeyEventArgs)">
<summary>
Key has been released.
</summary>
<param name="c">Reference to the source control instance.</param>
<param name="e">A KeyEventArgs that contains the event data.</param>
<exception cref="T:System.ArgumentNullException"></exception>
<returns>True if capturing input; otherwise false.</returns>
</member>
<member name="P:Krypton.Toolkit.MenuImageSelectController.NeedPaint">
<summary>
Gets and sets the need paint delegate for notifying paint requests.
</summary>
</member>
<member name="P:Krypton.Toolkit.MenuImageSelectController.Target">
<summary>
Gets access to the associated target of the controller.
</summary>
</member>
<member name="M:Krypton.Toolkit.MenuImageSelectController.PerformNeedPaint">
<summary>
Fires the NeedPaint event.
</summary>
</member>
<member name="M:Krypton.Toolkit.MenuImageSelectController.PerformNeedPaint(System.Boolean)">
<summary>
Fires the NeedPaint event.
</summary>
<param name="needLayout">Does the palette change require a layout.</param>
</member>
<member name="P:Krypton.Toolkit.MenuImageSelectController.Captured">
<summary>
Gets a value indicating if mouse input is being captured.
</summary>
</member>
<member name="M:Krypton.Toolkit.MenuImageSelectController.UpdateTargetState(System.Windows.Forms.Control)">
<summary>
Set the correct visual state of the target.
</summary>
<param name="c">Owning control.</param>
</member>
<member name="M:Krypton.Toolkit.MenuImageSelectController.UpdateTargetState(System.Drawing.Point)">
<summary>
Set the correct visual state of the target.
</summary>
<param name="pt">Mouse point.</param>
</member>
<member name="M:Krypton.Toolkit.MenuImageSelectController.OnClick(System.Windows.Forms.MouseEventArgs)">
<summary>
Raises the Click event.
</summary>
<param name="e">A MouseEventArgs containing the event data.</param>
</member>
<member name="M:Krypton.Toolkit.MenuImageSelectController.OnNeedPaint(System.Boolean)">
<summary>
Raises the NeedPaint event.
</summary>
<param name="needLayout">Does the palette change require a layout.</param>
</member>
<member name="M:Krypton.Toolkit.MenuItemController.#ctor(Krypton.Toolkit.ViewContextMenuManager,Krypton.Toolkit.ViewDrawMenuItem,Krypton.Toolkit.NeedPaintHandler)">
<summary>
Initialize a new instance of the MenuItemController class.
</summary>
<param name="viewManager">Owning view manager instance.</param>
<param name="menuItem">Target menu item view element.</param>
<param name="needPaint">Delegate for notifying paint requests.</param>
</member>
<member name="P:Krypton.Toolkit.MenuItemController.HasSubMenu">
<summary>
Returns if the item shows a sub menu when selected.
</summary>
</member>
<member name="M:Krypton.Toolkit.MenuItemController.ShowTarget">
<summary>
This target should display as the active target.
</summary>
</member>
<member name="M:Krypton.Toolkit.MenuItemController.ClearTarget">
<summary>
This target should clear any active display.
</summary>
</member>
<member name="M:Krypton.Toolkit.MenuItemController.ShowSubMenu">
<summary>
This target should show any appropriate sub menu.
</summary>
</member>
<member name="M:Krypton.Toolkit.MenuItemController.ClearSubMenu">
<summary>
This target should remove any showing sub menu.
</summary>
</member>
<member name="M:Krypton.Toolkit.MenuItemController.MatchMnemonic(System.Char)">
<summary>
Determine if the keys value matches the mnemonic setting for this target.
</summary>
<param name="charCode">Key code to test against.</param>
<returns>True if a match is found; otherwise false.</returns>
</member>
<member name="M:Krypton.Toolkit.MenuItemController.MnemonicActivate">
<summary>
Activate the item because of a mnemonic key press.
</summary>
</member>
<member name="M:Krypton.Toolkit.MenuItemController.GetActiveView">
<summary>
Gets the view element that should be used when this target is active.
</summary>
<returns>View element to become active.</returns>
</member>
<member name="P:Krypton.Toolkit.MenuItemController.ClientRectangle">
<summary>
Get the client rectangle for the display of this target.
</summary>
</member>
<member name="M:Krypton.Toolkit.MenuItemController.DoesStackedClientMouseDownBecomeCurrent(System.Drawing.Point)">
<summary>
Should a mouse down at the provided point cause the currently stacked context menu to become current.
</summary>
<param name="pt">Client coordinates point.</param>
<returns>True to become current; otherwise false.</returns>
</member>
<member name="M:Krypton.Toolkit.MenuItemController.MouseEnter(System.Windows.Forms.Control)">
<summary>
Mouse has entered the view.
</summary>
<param name="c">Reference to the source control instance.</param>
</member>
<member name="M:Krypton.Toolkit.MenuItemController.MouseMove(System.Windows.Forms.Control,System.Drawing.Point)">
<summary>
Mouse has moved inside the view.
</summary>
<param name="c">Reference to the source control instance.</param>
<param name="pt">Mouse position relative to control.</param>
</member>
<member name="M:Krypton.Toolkit.MenuItemController.MouseDown(System.Windows.Forms.Control,System.Drawing.Point,System.Windows.Forms.MouseButtons)">
<summary>
Mouse button has been pressed in the view.
</summary>
<param name="c">Reference to the source control instance.</param>
<param name="pt">Mouse position relative to control.</param>
<param name="button">Mouse button pressed down.</param>
<returns>True if capturing input; otherwise false.</returns>
</member>
<member name="M:Krypton.Toolkit.MenuItemController.MouseUp(System.Windows.Forms.Control,System.Drawing.Point,System.Windows.Forms.MouseButtons)">
<summary>
Mouse button has been released in the view.
</summary>
<param name="c">Reference to the source control instance.</param>
<param name="pt">Mouse position relative to control.</param>
<param name="button">Mouse button released.</param>
</member>
<member name="M:Krypton.Toolkit.MenuItemController.MouseLeave(System.Windows.Forms.Control,Krypton.Toolkit.ViewBase)">
<summary>
Mouse has left the view.
</summary>
<param name="c">Reference to the source control instance.</param>
<param name="next">Reference to view that is next to have the mouse.</param>
</member>
<member name="M:Krypton.Toolkit.MenuItemController.DoubleClick(System.Drawing.Point)">
<summary>
Left mouse button double click.
</summary>
<param name="pt">Mouse position relative to control.</param>
</member>
<member name="P:Krypton.Toolkit.MenuItemController.IgnoreVisualFormLeftButtonDown">
<summary>
Should the left mouse down be ignored when present on a visual form border area.
</summary>
</member>
<member name="M:Krypton.Toolkit.MenuItemController.KeyDown(System.Windows.Forms.Control,System.Windows.Forms.KeyEventArgs)">
<summary>
Key has been pressed down.
</summary>
<param name="c">Reference to the source control instance.</param>
<param name="e">A KeyEventArgs that contains the event data.</param>
<exception cref="T:System.ArgumentNullException"></exception>
</member>
<member name="M:Krypton.Toolkit.MenuItemController.KeyPress(System.Windows.Forms.Control,System.Windows.Forms.KeyPressEventArgs)">
<summary>
Key has been pressed.
</summary>
<param name="c">Reference to the source control instance.</param>
<param name="e">A KeyPressEventArgs that contains the event data.</param>
<exception cref="T:System.ArgumentNullException"></exception>
</member>
<member name="M:Krypton.Toolkit.MenuItemController.KeyUp(System.Windows.Forms.Control,System.Windows.Forms.KeyEventArgs)">
<summary>
Key has been released.
</summary>
<param name="c">Reference to the source control instance.</param>
<param name="e">A KeyEventArgs that contains the event data.</param>
<exception cref="T:System.ArgumentNullException"></exception>
<returns>True if capturing input; otherwise false.</returns>
</member>
<member name="M:Krypton.Toolkit.MenuItemController.GotFocus(System.Windows.Forms.Control)">
<summary>
Source control has lost the focus.
</summary>
<param name="c">Reference to the source control instance.</param>
</member>
<member name="M:Krypton.Toolkit.MenuItemController.LostFocus(System.Windows.Forms.Control)">
<summary>
Source control has lost the focus.
</summary>
<param name="c">Reference to the source control instance.</param>
</member>
<member name="P:Krypton.Toolkit.MenuItemController.NeedPaint">
<summary>
Gets and sets the need paint delegate for notifying paint requests.
</summary>
</member>
<member name="M:Krypton.Toolkit.MenuItemController.PerformNeedPaint(System.Boolean)">
<summary>
Fires the NeedPaint event.
</summary>
<param name="layout">Does a layout need to occur.</param>
</member>
<member name="M:Krypton.Toolkit.MenuItemController.OnNeedPaint(System.Boolean)">
<summary>
Raises the NeedPaint event.
</summary>
<param name="needLayout">Does the palette change require a layout.</param>
</member>
<member name="E:Krypton.Toolkit.MenuLinkLabelController.Click">
<summary>
Occurs when the link label has been clicked.
</summary>
</member>
<member name="M:Krypton.Toolkit.MenuLinkLabelController.#ctor(Krypton.Toolkit.ViewContextMenuManager,Krypton.Toolkit.ViewDrawContent,Krypton.Toolkit.ViewDrawMenuLinkLabel,Krypton.Toolkit.NeedPaintHandler)">
<summary>
Initialize a new instance of the MenuLinkLabelController class.
</summary>
<param name="viewManager">Owning view manager instance.</param>
<param name="target">Target for state changes.</param>
<param name="linkLabel">Drawing element that owns link label display.</param>
<param name="needPaint">Delegate for notifying paint requests.</param>
</member>
<member name="P:Krypton.Toolkit.MenuLinkLabelController.HasSubMenu">
<summary>
Returns if the item shows a sub menu when selected.
</summary>
</member>
<member name="M:Krypton.Toolkit.MenuLinkLabelController.ShowTarget">
<summary>
This target should display as the active target.
</summary>
</member>
<member name="M:Krypton.Toolkit.MenuLinkLabelController.ClearTarget">
<summary>
This target should clear any active display.
</summary>
</member>
<member name="M:Krypton.Toolkit.MenuLinkLabelController.ShowSubMenu">
<summary>
This target should show any appropriate sub menu.
</summary>
</member>
<member name="M:Krypton.Toolkit.MenuLinkLabelController.ClearSubMenu">
<summary>
This target should remove any showing sub menu.
</summary>
</member>
<member name="M:Krypton.Toolkit.MenuLinkLabelController.MatchMnemonic(System.Char)">
<summary>
Determine if the keys value matches the mnemonic setting for this target.
</summary>
<param name="charCode">Key code to test against.</param>
<returns>True if a match is found; otherwise false.</returns>
</member>
<member name="M:Krypton.Toolkit.MenuLinkLabelController.MnemonicActivate">
<summary>
Activate the item because of a mnemonic key press.
</summary>
</member>
<member name="M:Krypton.Toolkit.MenuLinkLabelController.GetActiveView">
<summary>
Gets the view element that should be used when this target is active.
</summary>
<returns>View element to become active.</returns>
</member>
<member name="P:Krypton.Toolkit.MenuLinkLabelController.ClientRectangle">
<summary>
Get the client rectangle for the display of this target.
</summary>
</member>
<member name="M:Krypton.Toolkit.MenuLinkLabelController.DoesStackedClientMouseDownBecomeCurrent(System.Drawing.Point)">
<summary>
Should a mouse down at the provided point cause the currently stacked context menu to become current.
</summary>
<param name="pt">Client coordinates point.</param>
<returns>True to become current; otherwise false.</returns>
</member>
<member name="M:Krypton.Toolkit.MenuLinkLabelController.MouseEnter(System.Windows.Forms.Control)">
<summary>
Mouse has entered the view.
</summary>
<param name="c">Reference to the source control instance.</param>
</member>
<member name="M:Krypton.Toolkit.MenuLinkLabelController.MouseMove(System.Windows.Forms.Control,System.Drawing.Point)">
<summary>
Mouse has moved inside the view.
</summary>
<param name="c">Reference to the source control instance.</param>
<param name="pt">Mouse position relative to control.</param>
</member>
<member name="M:Krypton.Toolkit.MenuLinkLabelController.MouseDown(System.Windows.Forms.Control,System.Drawing.Point,System.Windows.Forms.MouseButtons)">
<summary>
Mouse button has been pressed in the view.
</summary>
<param name="c">Reference to the source control instance.</param>
<param name="pt">Mouse position relative to control.</param>
<param name="button">Mouse button pressed down.</param>
<returns>True if capturing input; otherwise false.</returns>
</member>
<member name="M:Krypton.Toolkit.MenuLinkLabelController.MouseUp(System.Windows.Forms.Control,System.Drawing.Point,System.Windows.Forms.MouseButtons)">
<summary>
Mouse button has been released in the view.
</summary>
<param name="c">Reference to the source control instance.</param>
<param name="pt">Mouse position relative to control.</param>
<param name="button">Mouse button released.</param>
</member>
<member name="M:Krypton.Toolkit.MenuLinkLabelController.MouseLeave(System.Windows.Forms.Control,Krypton.Toolkit.ViewBase)">
<summary>
Mouse has left the view.
</summary>
<param name="c">Reference to the source control instance.</param>
<param name="next">Reference to view that is next to have the mouse.</param>
</member>
<member name="M:Krypton.Toolkit.MenuLinkLabelController.DoubleClick(System.Drawing.Point)">
<summary>
Left mouse button double click.
</summary>
<param name="pt">Mouse position relative to control.</param>
</member>
<member name="P:Krypton.Toolkit.MenuLinkLabelController.IgnoreVisualFormLeftButtonDown">
<summary>
Should the left mouse down be ignored when present on a visual form border area.
</summary>
</member>
<member name="M:Krypton.Toolkit.MenuLinkLabelController.KeyDown(System.Windows.Forms.Control,System.Windows.Forms.KeyEventArgs)">
<summary>
Key has been pressed down.
</summary>
<param name="c">Reference to the source control instance.</param>
<param name="e">A KeyEventArgs that contains the event data.</param>
<exception cref="T:System.ArgumentNullException"></exception>
</member>
<member name="M:Krypton.Toolkit.MenuLinkLabelController.KeyPress(System.Windows.Forms.Control,System.Windows.Forms.KeyPressEventArgs)">
<summary>
Key has been pressed.
</summary>
<param name="c">Reference to the source control instance.</param>
<param name="e">A KeyPressEventArgs that contains the event data.</param>
<exception cref="T:System.ArgumentNullException"></exception>
</member>
<member name="M:Krypton.Toolkit.MenuLinkLabelController.KeyUp(System.Windows.Forms.Control,System.Windows.Forms.KeyEventArgs)">
<summary>
Key has been released.
</summary>
<param name="c">Reference to the source control instance.</param>
<param name="e">A KeyEventArgs that contains the event data.</param>
<exception cref="T:System.ArgumentNullException"></exception>
<returns>True if capturing input; otherwise false.</returns>
</member>
<member name="M:Krypton.Toolkit.MenuLinkLabelController.GotFocus(System.Windows.Forms.Control)">
<summary>
Source control has lost the focus.
</summary>
<param name="c">Reference to the source control instance.</param>
</member>
<member name="M:Krypton.Toolkit.MenuLinkLabelController.LostFocus(System.Windows.Forms.Control)">
<summary>
Source control has lost the focus.
</summary>
<param name="c">Reference to the source control instance.</param>
</member>
<member name="P:Krypton.Toolkit.MenuLinkLabelController.NeedPaint">
<summary>
Gets and sets the need paint delegate for notifying paint requests.
</summary>
</member>
<member name="M:Krypton.Toolkit.MenuLinkLabelController.PerformNeedPaint">
<summary>
Fires the NeedPaint event.
</summary>
</member>
<member name="E:Krypton.Toolkit.MenuRadioButtonController.Click">
<summary>
Occurs when the radio button has been clicked.
</summary>
</member>
<member name="M:Krypton.Toolkit.MenuRadioButtonController.#ctor(Krypton.Toolkit.ViewContextMenuManager,Krypton.Toolkit.ViewBase,Krypton.Toolkit.ViewDrawMenuRadioButton,Krypton.Toolkit.NeedPaintHandler)">
<summary>
Initialize a new instance of the MenuRadioButtonController class.
</summary>
<param name="viewManager">Owning view manager instance.</param>
<param name="target">Target for state changes.</param>
<param name="radioButton">Drawing element that owns radio button display.</param>
<param name="needPaint">Delegate for notifying paint requests.</param>
</member>
<member name="P:Krypton.Toolkit.MenuRadioButtonController.HasSubMenu">
<summary>
Returns if the item shows a sub menu when selected.
</summary>
</member>
<member name="M:Krypton.Toolkit.MenuRadioButtonController.ShowTarget">
<summary>
This target should display as the active target.
</summary>
</member>
<member name="M:Krypton.Toolkit.MenuRadioButtonController.ClearTarget">
<summary>
This target should clear any active display.
</summary>
</member>
<member name="M:Krypton.Toolkit.MenuRadioButtonController.ShowSubMenu">
<summary>
This target should show any appropriate sub menu.
</summary>
</member>
<member name="M:Krypton.Toolkit.MenuRadioButtonController.ClearSubMenu">
<summary>
This target should remove any showing sub menu.
</summary>
</member>
<member name="M:Krypton.Toolkit.MenuRadioButtonController.MatchMnemonic(System.Char)">
<summary>
Determine if the keys value matches the mnemonic setting for this target.
</summary>
<param name="charCode">Key code to test against.</param>
<returns>True if a match is found; otherwise false.</returns>
</member>
<member name="M:Krypton.Toolkit.MenuRadioButtonController.MnemonicActivate">
<summary>
Activate the item because of a mnemonic key press.
</summary>
</member>
<member name="M:Krypton.Toolkit.MenuRadioButtonController.GetActiveView">
<summary>
Gets the view element that should be used when this target is active.
</summary>
<returns>View element to become active.</returns>
</member>
<member name="P:Krypton.Toolkit.MenuRadioButtonController.ClientRectangle">
<summary>
Get the client rectangle for the display of this target.
</summary>
</member>
<member name="M:Krypton.Toolkit.MenuRadioButtonController.DoesStackedClientMouseDownBecomeCurrent(System.Drawing.Point)">
<summary>
Should a mouse down at the provided point cause the currently stacked context menu to become current.
</summary>
<param name="pt">Client coordinates point.</param>
<returns>True to become current; otherwise false.</returns>
</member>
<member name="M:Krypton.Toolkit.MenuRadioButtonController.MouseEnter(System.Windows.Forms.Control)">
<summary>
Mouse has entered the view.
</summary>
<param name="c">Reference to the source control instance.</param>
</member>
<member name="M:Krypton.Toolkit.MenuRadioButtonController.MouseMove(System.Windows.Forms.Control,System.Drawing.Point)">
<summary>
Mouse has moved inside the view.
</summary>
<param name="c">Reference to the source control instance.</param>
<param name="pt">Mouse position relative to control.</param>
</member>
<member name="M:Krypton.Toolkit.MenuRadioButtonController.MouseDown(System.Windows.Forms.Control,System.Drawing.Point,System.Windows.Forms.MouseButtons)">
<summary>
Mouse button has been pressed in the view.
</summary>
<param name="c">Reference to the source control instance.</param>
<param name="pt">Mouse position relative to control.</param>
<param name="button">Mouse button pressed down.</param>
<returns>True if capturing input; otherwise false.</returns>
</member>
<member name="M:Krypton.Toolkit.MenuRadioButtonController.MouseUp(System.Windows.Forms.Control,System.Drawing.Point,System.Windows.Forms.MouseButtons)">
<summary>
Mouse button has been released in the view.
</summary>
<param name="c">Reference to the source control instance.</param>
<param name="pt">Mouse position relative to control.</param>
<param name="button">Mouse button released.</param>
</member>
<member name="M:Krypton.Toolkit.MenuRadioButtonController.MouseLeave(System.Windows.Forms.Control,Krypton.Toolkit.ViewBase)">
<summary>
Mouse has left the view.
</summary>
<param name="c">Reference to the source control instance.</param>
<param name="next">Reference to view that is next to have the mouse.</param>
</member>
<member name="M:Krypton.Toolkit.MenuRadioButtonController.DoubleClick(System.Drawing.Point)">
<summary>
Left mouse button double click.
</summary>
<param name="pt">Mouse position relative to control.</param>
</member>
<member name="P:Krypton.Toolkit.MenuRadioButtonController.IgnoreVisualFormLeftButtonDown">
<summary>
Should the left mouse down be ignored when present on a visual form border area.
</summary>
</member>
<member name="M:Krypton.Toolkit.MenuRadioButtonController.KeyDown(System.Windows.Forms.Control,System.Windows.Forms.KeyEventArgs)">
<summary>
Key has been pressed down.
</summary>
<param name="c">Reference to the source control instance.</param>
<param name="e">A KeyEventArgs that contains the event data.</param>
<exception cref="T:System.ArgumentNullException"></exception>
</member>
<member name="M:Krypton.Toolkit.MenuRadioButtonController.KeyPress(System.Windows.Forms.Control,System.Windows.Forms.KeyPressEventArgs)">
<summary>
Key has been pressed.
</summary>
<param name="c">Reference to the source control instance.</param>
<param name="e">A KeyPressEventArgs that contains the event data.</param>
<exception cref="T:System.ArgumentNullException"></exception>
</member>
<member name="M:Krypton.Toolkit.MenuRadioButtonController.KeyUp(System.Windows.Forms.Control,System.Windows.Forms.KeyEventArgs)">
<summary>
Key has been released.
</summary>
<param name="c">Reference to the source control instance.</param>
<param name="e">A KeyEventArgs that contains the event data.</param>
<exception cref="T:System.ArgumentNullException"></exception>
<returns>True if capturing input; otherwise false.</returns>
</member>
<member name="M:Krypton.Toolkit.MenuRadioButtonController.GotFocus(System.Windows.Forms.Control)">
<summary>
Source control has lost the focus.
</summary>
<param name="c">Reference to the source control instance.</param>
</member>
<member name="M:Krypton.Toolkit.MenuRadioButtonController.LostFocus(System.Windows.Forms.Control)">
<summary>
Source control has lost the focus.
</summary>
<param name="c">Reference to the source control instance.</param>
</member>
<member name="P:Krypton.Toolkit.MenuRadioButtonController.NeedPaint">
<summary>
Gets and sets the need paint delegate for notifying paint requests.
</summary>
</member>
<member name="M:Krypton.Toolkit.MenuRadioButtonController.PerformNeedPaint">
<summary>
Fires the NeedPaint event.
</summary>
</member>
<member name="T:Krypton.Toolkit.MonthCalendarController">
<summary>
Process the mouse/keyboard/focus for the month calendar.
</summary>
</member>
<member name="M:Krypton.Toolkit.MonthCalendarController.#ctor(Krypton.Toolkit.KryptonContextMenuMonthCalendar,Krypton.Toolkit.ViewContextMenuManager,Krypton.Toolkit.ViewLayoutMonths,Krypton.Toolkit.NeedPaintHandler)">
<summary>
Initialize a new instance of the MonthCalendarController class.
</summary>
<param name="monthCalendar">Reference to owning month calendar entry.</param>
<param name="viewManager">Owning view manager instance.</param>
<param name="months">Reference to view that manages the display of months.</param>
<param name="needPaint">Delegate for handling repainting requests.</param>
</member>
<member name="P:Krypton.Toolkit.MonthCalendarController.HasSubMenu">
<summary>
Returns if the item shows a sub menu when selected.
</summary>
</member>
<member name="M:Krypton.Toolkit.MonthCalendarController.ShowTarget">
<summary>
This target should display as the active target.
</summary>
</member>
<member name="M:Krypton.Toolkit.MonthCalendarController.ClearTarget">
<summary>
This target should clear any active display.
</summary>
</member>
<member name="M:Krypton.Toolkit.MonthCalendarController.ShowSubMenu">
<summary>
This target should show any appropriate sub menu.
</summary>
</member>
<member name="M:Krypton.Toolkit.MonthCalendarController.ClearSubMenu">
<summary>
This target should remove any showing sub menu.
</summary>
</member>
<member name="M:Krypton.Toolkit.MonthCalendarController.MatchMnemonic(System.Char)">
<summary>
Determine if the keys value matches the mnemonic setting for this target.
</summary>
<param name="charCode">Key code to test against.</param>
<returns>True if a match is found; otherwise false.</returns>
</member>
<member name="M:Krypton.Toolkit.MonthCalendarController.MnemonicActivate">
<summary>
Activate the item because of a mnemonic key press.
</summary>
</member>
<member name="M:Krypton.Toolkit.MonthCalendarController.GetActiveView">
<summary>
Gets the view element that should be used when this target is active.
</summary>
<returns>View element to become active.</returns>
</member>
<member name="P:Krypton.Toolkit.MonthCalendarController.ClientRectangle">
<summary>
Get the client rectangle for the display of this target.
</summary>
</member>
<member name="M:Krypton.Toolkit.MonthCalendarController.DoesStackedClientMouseDownBecomeCurrent(System.Drawing.Point)">
<summary>
Should a mouse down at the provided point cause the currently stacked context menu to become current.
</summary>
<param name="pt">Client coordinates point.</param>
<returns>True to become current; otherwise false.</returns>
</member>
<member name="M:Krypton.Toolkit.MonthCalendarController.MouseEnter(System.Windows.Forms.Control)">
<summary>
Mouse has entered the view.
</summary>
<param name="c">Reference to the source control instance.</param>
</member>
<member name="M:Krypton.Toolkit.MonthCalendarController.MouseMove(System.Windows.Forms.Control,System.Drawing.Point)">
<summary>
Mouse has moved inside the view.
</summary>
<param name="c">Reference to the source control instance.</param>
<param name="pt">Mouse position relative to control.</param>
</member>
<member name="M:Krypton.Toolkit.MonthCalendarController.MouseDown(System.Windows.Forms.Control,System.Drawing.Point,System.Windows.Forms.MouseButtons)">
<summary>
Mouse button has been pressed in the view.
</summary>
<param name="c">Reference to the source control instance.</param>
<param name="pt">Mouse position relative to control.</param>
<param name="button">Mouse button pressed down.</param>
<returns>True if capturing input; otherwise false.</returns>
</member>
<member name="M:Krypton.Toolkit.MonthCalendarController.MouseUp(System.Windows.Forms.Control,System.Drawing.Point,System.Windows.Forms.MouseButtons)">
<summary>
Mouse button has been released in the view.
</summary>
<param name="c">Reference to the source control instance.</param>
<param name="pt">Mouse position relative to control.</param>
<param name="button">Mouse button released.</param>
</member>
<member name="M:Krypton.Toolkit.MonthCalendarController.MouseLeave(System.Windows.Forms.Control,Krypton.Toolkit.ViewBase)">
<summary>
Mouse has left the view.
</summary>
<param name="c">Reference to the source control instance.</param>
<param name="next">Reference to view that is next to have the mouse.</param>
</member>
<member name="M:Krypton.Toolkit.MonthCalendarController.DoubleClick(System.Drawing.Point)">
<summary>
Left mouse button double click.
</summary>
<param name="pt">Mouse position relative to control.</param>
</member>
<member name="P:Krypton.Toolkit.MonthCalendarController.IgnoreVisualFormLeftButtonDown">
<summary>
Should the left mouse down be ignored when present on a visual form border area.
</summary>
</member>
<member name="M:Krypton.Toolkit.MonthCalendarController.KeyDown(System.Windows.Forms.Control,System.Windows.Forms.KeyEventArgs)">
<summary>
Key has been pressed down.
</summary>
<param name="c">Reference to the source control instance.</param>
<param name="e">A KeyEventArgs that contains the event data.</param>
<exception cref="T:System.ArgumentNullException"></exception>
</member>
<member name="M:Krypton.Toolkit.MonthCalendarController.KeyPress(System.Windows.Forms.Control,System.Windows.Forms.KeyPressEventArgs)">
<summary>
Key has been pressed.
</summary>
<param name="c">Reference to the source control instance.</param>
<param name="e">A KeyPressEventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.MonthCalendarController.KeyUp(System.Windows.Forms.Control,System.Windows.Forms.KeyEventArgs)">
<summary>
Key has been released.
</summary>
<param name="c">Reference to the source control instance.</param>
<param name="e">A KeyEventArgs that contains the event data.</param>
<returns>True if capturing input; otherwise false.</returns>
</member>
<member name="M:Krypton.Toolkit.MonthCalendarController.GotFocus(System.Windows.Forms.Control)">
<summary>
Source control has lost the focus.
</summary>
<param name="c">Reference to the source control instance.</param>
<exception cref="T:System.ArgumentNullException"></exception>
</member>
<member name="M:Krypton.Toolkit.MonthCalendarController.LostFocus(System.Windows.Forms.Control)">
<summary>
Source control has lost the focus.
</summary>
<param name="c">Reference to the source control instance.</param>
<exception cref="T:System.ArgumentNullException"></exception>
</member>
<member name="E:Krypton.Toolkit.RadioButtonController.Click">
<summary>
Occurs when the radio button has been selected.
</summary>
</member>
<member name="M:Krypton.Toolkit.RadioButtonController.#ctor(Krypton.Toolkit.ViewDrawRadioButton,Krypton.Toolkit.ViewBase,Krypton.Toolkit.NeedPaintHandler)">
<summary>
Initialize a new instance of the RadioButtonController class.
</summary>
<param name="target">Target for state changes.</param>
<param name="top">Top element for the radio button control.</param>
<param name="needPaint">Delegate for notifying paint requests.</param>
</member>
<member name="M:Krypton.Toolkit.RadioButtonController.MouseEnter(System.Windows.Forms.Control)">
<summary>
Mouse has entered the view.
</summary>
<param name="c">Reference to the source control instance.</param>
</member>
<member name="M:Krypton.Toolkit.RadioButtonController.MouseMove(System.Windows.Forms.Control,System.Drawing.Point)">
<summary>
Mouse has moved inside the view.
</summary>
<param name="c">Reference to the source control instance.</param>
<param name="pt">Mouse position relative to control.</param>
</member>
<member name="M:Krypton.Toolkit.RadioButtonController.MouseDown(System.Windows.Forms.Control,System.Drawing.Point,System.Windows.Forms.MouseButtons)">
<summary>
Mouse button has been pressed in the view.
</summary>
<param name="c">Reference to the source control instance.</param>
<param name="pt">Mouse position relative to control.</param>
<param name="button">Mouse button pressed down.</param>
<returns>True if capturing input; otherwise false.</returns>
</member>
<member name="M:Krypton.Toolkit.RadioButtonController.MouseUp(System.Windows.Forms.Control,System.Drawing.Point,System.Windows.Forms.MouseButtons)">
<summary>
Mouse button has been released in the view.
</summary>
<param name="c">Reference to the source control instance.</param>
<param name="pt">Mouse position relative to control.</param>
<param name="button">Mouse button released.</param>
</member>
<member name="M:Krypton.Toolkit.RadioButtonController.MouseLeave(System.Windows.Forms.Control,Krypton.Toolkit.ViewBase)">
<summary>
Mouse has left the view.
</summary>
<param name="c">Reference to the source control instance.</param>
<param name="next">Reference to view that is next to have the mouse.</param>
</member>
<member name="M:Krypton.Toolkit.RadioButtonController.DoubleClick(System.Drawing.Point)">
<summary>
Left mouse button double click.
</summary>
<param name="pt">Mouse position relative to control.</param>
</member>
<member name="P:Krypton.Toolkit.RadioButtonController.IgnoreVisualFormLeftButtonDown">
<summary>
Should the left mouse down be ignored when present on a visual form border area.
</summary>
</member>
<member name="M:Krypton.Toolkit.RadioButtonController.KeyDown(System.Windows.Forms.Control,System.Windows.Forms.KeyEventArgs)">
<summary>
Key has been pressed down.
</summary>
<param name="c">Reference to the source control instance.</param>
<param name="e">A KeyEventArgs that contains the event data.</param>
<exception cref="T:System.ArgumentNullException"></exception>
</member>
<member name="M:Krypton.Toolkit.RadioButtonController.KeyPress(System.Windows.Forms.Control,System.Windows.Forms.KeyPressEventArgs)">
<summary>
Key has been pressed.
</summary>
<param name="c">Reference to the source control instance.</param>
<param name="e">A KeyPressEventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.RadioButtonController.KeyUp(System.Windows.Forms.Control,System.Windows.Forms.KeyEventArgs)">
<summary>
Key has been released.
</summary>
<param name="c">Reference to the source control instance.</param>
<param name="e">A KeyEventArgs that contains the event data.</param>
<exception cref="T:System.ArgumentNullException"></exception>
<returns>True if capturing input; otherwise false.</returns>
</member>
<member name="P:Krypton.Toolkit.RadioButtonController.Enabled">
<summary>
Gets and sets the enabled state of the controller.
</summary>
</member>
<member name="P:Krypton.Toolkit.RadioButtonController.NeedPaint">
<summary>
Gets and sets the need paint delegate for notifying paint requests.
</summary>
</member>
<member name="P:Krypton.Toolkit.RadioButtonController.Target">
<summary>
Gets access to the associated target of the controller.
</summary>
</member>
<member name="M:Krypton.Toolkit.RadioButtonController.PerformNeedPaint">
<summary>
Fires the NeedPaint event.
</summary>
</member>
<member name="M:Krypton.Toolkit.RadioButtonController.PerformNeedPaint(System.Boolean)">
<summary>
Fires the NeedPaint event.
</summary>
<param name="needLayout">Does the palette change require a layout.</param>
</member>
<member name="M:Krypton.Toolkit.RadioButtonController.OnClick(System.EventArgs)">
<summary>
Raises the Click event.
</summary>
<param name="e">An EventArgs containing the event data.</param>
</member>
<member name="M:Krypton.Toolkit.RadioButtonController.OnNeedPaint(System.Boolean)">
<summary>
Raises the NeedPaint event.
</summary>
<param name="needLayout">Does the palette change require a layout.</param>
</member>
<member name="T:Krypton.Toolkit.ISeparatorSource">
<summary>
Describes the interface exposed by a separator source.
</summary>
</member>
<member name="P:Krypton.Toolkit.ISeparatorSource.SeparatorControl">
<summary>
Gets the top level control of the source.
</summary>
</member>
<member name="P:Krypton.Toolkit.ISeparatorSource.SeparatorOrientation">
<summary>
Gets the orientation of the separator.
</summary>
</member>
<member name="P:Krypton.Toolkit.ISeparatorSource.SeparatorCanMove">
<summary>
Can the separator be moved by the user.
</summary>
</member>
<member name="P:Krypton.Toolkit.ISeparatorSource.SeparatorIncrements">
<summary>
Gets the amount the splitter can be incremented.
</summary>
</member>
<member name="P:Krypton.Toolkit.ISeparatorSource.SeparatorMoveBox">
<summary>
Gets the box representing the minimum and maximum allowed splitter movement.
</summary>
</member>
<member name="M:Krypton.Toolkit.ISeparatorSource.SeparatorMoving(System.Drawing.Point,System.Drawing.Point)">
<summary>
Indicates the separator is moving.
</summary>
<param name="mouse">Current mouse position in client area.</param>
<param name="splitter">Current position of the splitter.</param>
<returns>True if movement should be cancelled; otherwise false.</returns>
</member>
<member name="M:Krypton.Toolkit.ISeparatorSource.SeparatorMoved(System.Drawing.Point,System.Drawing.Point)">
<summary>
Indicates the separator has moved.
</summary>
<param name="mouse">Current mouse position in client area.</param>
<param name="splitter">Current position of the splitter.</param>
</member>
<member name="M:Krypton.Toolkit.ISeparatorSource.SeparatorNotMoved">
<summary>
Indicates the separator has not moved.
</summary>
</member>
<member name="T:Krypton.Toolkit.SeparatorController">
<summary>
Process mouse events for a separator style element.
</summary>
</member>
<member name="T:Krypton.Toolkit.SeparatorController.SeparatorIndicator">
<summary>
</summary>
</member>
<member name="M:Krypton.Toolkit.SeparatorController.SeparatorIndicator.#ctor">
<summary>
Process mouse events for a separator style element.
</summary>
</member>
<member name="M:Krypton.Toolkit.SeparatorController.SeparatorIndicator.Dispose(System.Boolean)">
<summary>
Clean up any resources being used.
</summary>
</member>
<member name="M:Krypton.Toolkit.SeparatorController.SeparatorIndicator.ShowWithoutActivate">
<summary>
Show the window without taking activation.
</summary>
</member>
<member name="P:Krypton.Toolkit.SeparatorController.SeparatorIndicator.SolidRect">
<summary>
Gets and sets the new solid rectangle area.
</summary>
</member>
<member name="M:Krypton.Toolkit.SeparatorController.SeparatorIndicator.WndProc(System.Windows.Forms.Message@)">
<summary>
Processes Windows messages.
</summary>
<param name="m">The Windows Message to process. </param>
</member>
<member name="M:Krypton.Toolkit.SeparatorController.#ctor(Krypton.Toolkit.ISeparatorSource,Krypton.Toolkit.ViewBase,System.Boolean,System.Boolean,Krypton.Toolkit.NeedPaintHandler)">
<summary>
Initialize a new instance of the SeparatorController class.
</summary>
<param name="source">Source of separator information.</param>
<param name="target">Target for state changes.</param>
<param name="splitCursors">Show as split or movement cursors.</param>
<param name="drawIndicator">Draw a separator indicator.</param>
<param name="needPaint">Delegate for notifying paint requests.</param>
</member>
<member name="M:Krypton.Toolkit.SeparatorController.Dispose">
<summary>
Dispose of object resources.
</summary>
</member>
<member name="P:Krypton.Toolkit.SeparatorController.DrawMoveIndicator">
<summary>
Gets and sets the drawing of the movement indicator.
</summary>
</member>
<member name="M:Krypton.Toolkit.SeparatorController.MouseMove(System.Windows.Forms.Control,System.Drawing.Point)">
<summary>
Mouse has moved inside the view.
</summary>
<param name="c">Reference to the source control instance.</param>
<param name="pt">Mouse position relative to control.</param>
</member>
<member name="M:Krypton.Toolkit.SeparatorController.MouseDown(System.Windows.Forms.Control,System.Drawing.Point,System.Windows.Forms.MouseButtons)">
<summary>
Mouse button has been pressed in the view.
</summary>
<param name="c">Reference to the source control instance.</param>
<param name="pt">Mouse position relative to control.</param>
<param name="button">Mouse button pressed down.</param>
<returns>True if capturing input; otherwise false.</returns>
</member>
<member name="M:Krypton.Toolkit.SeparatorController.MouseUp(System.Windows.Forms.Control,System.Drawing.Point,System.Windows.Forms.MouseButtons)">
<summary>
Mouse button has been released in the view.
</summary>
<param name="c">Reference to the source control instance.</param>
<param name="pt">Mouse position relative to control.</param>
<param name="button">Mouse button released.</param>
</member>
<member name="M:Krypton.Toolkit.SeparatorController.MouseLeave(System.Windows.Forms.Control,Krypton.Toolkit.ViewBase)">
<summary>
Mouse has left the view.
</summary>
<param name="c">Reference to the source control instance.</param>
<param name="next">Reference to view that is next to have the mouse.</param>
</member>
<member name="M:Krypton.Toolkit.SeparatorController.KeyDown(System.Windows.Forms.Control,System.Windows.Forms.KeyEventArgs)">
<summary>
Key has been pressed down.
</summary>
<param name="c">Reference to the source control instance.</param>
<param name="e">A KeyEventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.SeparatorController.KeyUp(System.Windows.Forms.Control,System.Windows.Forms.KeyEventArgs)">
<summary>
Key has been released.
</summary>
<param name="c">Reference to the source control instance.</param>
<param name="e">A KeyEventArgs that contains the event data.</param>
<returns>True if capturing input; otherwise false.</returns>
</member>
<member name="M:Krypton.Toolkit.SeparatorController.LostFocus(System.Windows.Forms.Control)">
<summary>
Source control has lost the focus.
</summary>
<param name="c">Reference to the source control instance.</param>
</member>
<member name="P:Krypton.Toolkit.SeparatorController.IsMoving">
<summary>
Gets a value indicating if the separator is moving.
</summary>
</member>
<member name="M:Krypton.Toolkit.SeparatorController.AbortMoving">
<summary>
Request that the separator abort moving.
</summary>
</member>
<member name="M:Krypton.Toolkit.SeparatorController.DrawSeparatorStarting(System.Drawing.Point)">
<summary>
Draw the initial separator position.
</summary>
<param name="splitter">Initial splitter position.</param>
</member>
<member name="M:Krypton.Toolkit.SeparatorController.DrawSeparatorReposition(System.Drawing.Point)">
<summary>
Redraw the splitter in the new position.
</summary>
<param name="splitter">New position of the splitter.</param>
</member>
<member name="M:Krypton.Toolkit.SeparatorController.DrawSeparatorRemoved">
<summary>
Remove drawing of any splitter.
</summary>
</member>
<member name="P:Krypton.Toolkit.SeparatorController.IsOperating">
<summary>
Get a value indicating if the controller is operating
</summary>
</member>
<member name="P:Krypton.Toolkit.SeparatorController.IsOnlyPressedWhenOver">
<summary>
Gets a value indicating if the state is pressed only when over button.
</summary>
</member>
<member name="M:Krypton.Toolkit.SeparatorMessageFilter.#ctor(Krypton.Toolkit.SeparatorController)">
<summary>
Initialize a new instance of the SeparatorMessageFilter class.
</summary>
<param name="controller">Owning class instance.</param>
</member>
<member name="M:Krypton.Toolkit.SeparatorMessageFilter.PreFilterMessage(System.Windows.Forms.Message@)">
<summary>
Filters out a message before it is dispatched.
</summary>
<param name="m">The message to be dispatched.</param>
<returns>true to filter the message and stop it from being dispatched.</returns>
</member>
<member name="T:Krypton.Toolkit.ToolTipController">
<summary>
Snoop incoming mouse messages for an element and inform tooltip manager about them.
</summary>
</member>
<member name="M:Krypton.Toolkit.ToolTipController.#ctor(Krypton.Toolkit.ToolTipManager,Krypton.Toolkit.ViewBase,Krypton.Toolkit.IMouseController)">
<summary>
Initialize an instance of the TooltipController class.
</summary>
<param name="manager">Reference to manager of all tooltip functionality.</param>
<param name="targetElement">Target element that controller is for.</param>
<param name="targetController">Target controller that we are snooping.</param>
</member>
<member name="M:Krypton.Toolkit.ToolTipController.MouseEnter(System.Windows.Forms.Control)">
<summary>
Mouse has entered the view.
</summary>
<param name="c">Reference to the source control instance.</param>
</member>
<member name="M:Krypton.Toolkit.ToolTipController.MouseMove(System.Windows.Forms.Control,System.Drawing.Point)">
<summary>
Mouse has moved inside the view.
</summary>
<param name="c">Reference to the source control instance.</param>
<param name="pt">Mouse position relative to control.</param>
</member>
<member name="M:Krypton.Toolkit.ToolTipController.MouseDown(System.Windows.Forms.Control,System.Drawing.Point,System.Windows.Forms.MouseButtons)">
<summary>
Mouse button has been pressed in the view.
</summary>
<param name="c">Reference to the source control instance.</param>
<param name="pt">Mouse position relative to control.</param>
<param name="button">Mouse button pressed down.</param>
<returns>True if capturing input; otherwise false.</returns>
</member>
<member name="M:Krypton.Toolkit.ToolTipController.MouseUp(System.Windows.Forms.Control,System.Drawing.Point,System.Windows.Forms.MouseButtons)">
<summary>
Mouse button has been released in the view.
</summary>
<param name="c">Reference to the source control instance.</param>
<param name="pt">Mouse position relative to control.</param>
<param name="button">Mouse button released.</param>
</member>
<member name="M:Krypton.Toolkit.ToolTipController.MouseLeave(System.Windows.Forms.Control,Krypton.Toolkit.ViewBase)">
<summary>
Mouse has left the view.
</summary>
<param name="c">Reference to the source control instance.</param>
<param name="next">Reference to view that is next to have the mouse.</param>
</member>
<member name="M:Krypton.Toolkit.ToolTipController.DoubleClick(System.Drawing.Point)">
<summary>
Left mouse button double click.
</summary>
<param name="pt">Mouse position relative to control.</param>
</member>
<member name="P:Krypton.Toolkit.ToolTipController.IgnoreVisualFormLeftButtonDown">
<summary>
Should the left mouse down be ignored when present on a visual form border area.
</summary>
</member>
<member name="T:Krypton.Toolkit.TrackBarController">
<summary>
Process mouse/keyboard/focus events for a track bar.
</summary>
</member>
<member name="M:Krypton.Toolkit.TrackBarController.#ctor(Krypton.Toolkit.ViewDrawTP)">
<summary>
Initialize a new instance of the TrackBarController class.
</summary>
<param name="drawTB">Associated drawing element.</param>
</member>
<member name="M:Krypton.Toolkit.TrackBarController.MouseEnter(System.Windows.Forms.Control)">
<summary>
Mouse has entered the view.
</summary>
<param name="c">Reference to the source control instance.</param>
</member>
<member name="M:Krypton.Toolkit.TrackBarController.MouseMove(System.Windows.Forms.Control,System.Drawing.Point)">
<summary>
Mouse has moved inside the view.
</summary>
<param name="c">Reference to the source control instance.</param>
<param name="pt">Mouse position relative to control.</param>
</member>
<member name="M:Krypton.Toolkit.TrackBarController.MouseDown(System.Windows.Forms.Control,System.Drawing.Point,System.Windows.Forms.MouseButtons)">
<summary>
Mouse button has been pressed in the view.
</summary>
<param name="c">Reference to the source control instance.</param>
<param name="pt">Mouse position relative to control.</param>
<param name="button">Mouse button pressed down.</param>
<returns>True if capturing input; otherwise false.</returns>
</member>
<member name="M:Krypton.Toolkit.TrackBarController.MouseUp(System.Windows.Forms.Control,System.Drawing.Point,System.Windows.Forms.MouseButtons)">
<summary>
Mouse button has been released in the view.
</summary>
<param name="c">Reference to the source control instance.</param>
<param name="pt">Mouse position relative to control.</param>
<param name="button">Mouse button released.</param>
</member>
<member name="M:Krypton.Toolkit.TrackBarController.MouseLeave(System.Windows.Forms.Control,Krypton.Toolkit.ViewBase)">
<summary>
Mouse has left the view.
</summary>
<param name="c">Reference to the source control instance.</param>
<param name="next">Reference to view that is next to have the mouse.</param>
</member>
<member name="M:Krypton.Toolkit.TrackBarController.DoubleClick(System.Drawing.Point)">
<summary>
Left mouse button double click.
</summary>
<param name="pt">Mouse position relative to control.</param>
</member>
<member name="P:Krypton.Toolkit.TrackBarController.IgnoreVisualFormLeftButtonDown">
<summary>
Should the left mouse down be ignored when present on a visual form border area.
</summary>
</member>
<member name="M:Krypton.Toolkit.TrackBarController.KeyDown(System.Windows.Forms.Control,System.Windows.Forms.KeyEventArgs)">
<summary>
Key has been pressed down.
</summary>
<param name="c">Reference to the source control instance.</param>
<param name="e">A KeyEventArgs that contains the event data.</param>
<exception cref="T:System.ArgumentNullException"></exception>
</member>
<member name="M:Krypton.Toolkit.TrackBarController.KeyPress(System.Windows.Forms.Control,System.Windows.Forms.KeyPressEventArgs)">
<summary>
Key has been pressed.
</summary>
<param name="c">Reference to the source control instance.</param>
<param name="e">A KeyPressEventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.TrackBarController.KeyUp(System.Windows.Forms.Control,System.Windows.Forms.KeyEventArgs)">
<summary>
Key has been released.
</summary>
<param name="c">Reference to the source control instance.</param>
<param name="e">A KeyEventArgs that contains the event data.</param>
<exception cref="T:System.ArgumentNullException"></exception>
<returns>True if capturing input; otherwise false.</returns>
</member>
<member name="M:Krypton.Toolkit.TrackBarController.GotFocus(System.Windows.Forms.Control)">
<summary>
Source control has lost the focus.
</summary>
<param name="c">Reference to the source control instance.</param>
</member>
<member name="M:Krypton.Toolkit.TrackBarController.LostFocus(System.Windows.Forms.Control)">
<summary>
Source control has lost the focus.
</summary>
<param name="c">Reference to the source control instance.</param>
<exception cref="T:System.ArgumentNullException"></exception>
</member>
<member name="T:Krypton.Toolkit.TrackPositionController">
<summary>
Process mouse events a track bar position indicator.
</summary>
</member>
<member name="M:Krypton.Toolkit.TrackPositionController.#ctor(Krypton.Toolkit.ViewDrawTP)">
<summary>
Initialize a new instance of the TrackPositionController class.
</summary>
<param name="drawTB">Associated drawing element.</param>
</member>
<member name="M:Krypton.Toolkit.TrackPositionController.MouseEnter(System.Windows.Forms.Control)">
<summary>
Mouse has entered the view.
</summary>
<param name="c">Reference to the source control instance.</param>
</member>
<member name="M:Krypton.Toolkit.TrackPositionController.MouseMove(System.Windows.Forms.Control,System.Drawing.Point)">
<summary>
Mouse has moved inside the view.
</summary>
<param name="c">Reference to the source control instance.</param>
<param name="pt">Mouse position relative to control.</param>
</member>
<member name="M:Krypton.Toolkit.TrackPositionController.MouseDown(System.Windows.Forms.Control,System.Drawing.Point,System.Windows.Forms.MouseButtons)">
<summary>
Mouse button has been pressed in the view.
</summary>
<param name="c">Reference to the source control instance.</param>
<param name="pt">Mouse position relative to control.</param>
<param name="button">Mouse button pressed down.</param>
<returns>True if capturing input; otherwise false.</returns>
</member>
<member name="M:Krypton.Toolkit.TrackPositionController.MouseUp(System.Windows.Forms.Control,System.Drawing.Point,System.Windows.Forms.MouseButtons)">
<summary>
Mouse button has been released in the view.
</summary>
<param name="c">Reference to the source control instance.</param>
<param name="pt">Mouse position relative to control.</param>
<param name="button">Mouse button released.</param>
</member>
<member name="M:Krypton.Toolkit.TrackPositionController.MouseLeave(System.Windows.Forms.Control,Krypton.Toolkit.ViewBase)">
<summary>
Mouse has left the view.
</summary>
<param name="c">Reference to the source control instance.</param>
<param name="next">Reference to view that is next to have the mouse.</param>
</member>
<member name="M:Krypton.Toolkit.TrackPositionController.DoubleClick(System.Drawing.Point)">
<summary>
Left mouse button double click.
</summary>
<param name="pt">Mouse position relative to control.</param>
</member>
<member name="P:Krypton.Toolkit.TrackPositionController.IgnoreVisualFormLeftButtonDown">
<summary>
Should the left mouse down be ignored when present on a visual form border area.
</summary>
</member>
<member name="T:Krypton.Toolkit.KryptonAboutBox">
<summary>The public interface to the <see cref="T:Krypton.Toolkit.VisualAboutBoxForm"/> class.</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonAboutBox.Show(Krypton.Toolkit.KryptonAboutBoxData)">
<summary>Shows a new <see cref="T:Krypton.Toolkit.VisualAboutBoxForm"/>.</summary>
<param name="aboutBoxData">The data to pass through.</param>
<returns>A new <see cref="T:Krypton.Toolkit.VisualAboutBoxForm"/> with the specified data.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonAboutBox.Show(Krypton.Toolkit.KryptonAboutBoxData,Krypton.Toolkit.KryptonAboutToolkitData)">
<summary>Shows a new <see cref="T:Krypton.Toolkit.VisualAboutBoxForm"/></summary>
<param name="aboutBoxData">The about box data.</param>
<param name="aboutToolkitData">The about toolkit data.</param>
<returns>A new <see cref="T:Krypton.Toolkit.VisualAboutBoxForm"/> with the specified data.</returns>
</member>
<member name="T:Krypton.Toolkit.KryptonAlternateCommandLinkButton">
<summary>
A KryptonCommandLink button.
Boilerplate code from (https://blogs.msdn.microsoft.com/knom/2007/03/12/vista-command-link-control-with-c-windows-forms/)
</summary>
<remarks>If used on Windows Vista or higher, the button will be a CommandLink: Basically the same functionality as a Button but looks different.</remarks>
</member>
<member name="P:Krypton.Toolkit.KryptonAlternateCommandLinkButton.ShowUACShield">
<summary>
Gets or sets the shield icon visibility of the command link.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonAlternateCommandLinkButton.NoteText">
<summary>
Gets or sets the note text of the command link.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonAlternateCommandLinkButton.#ctor">
<summary>Initializes a new instance of the <see cref="T:Krypton.Toolkit.KryptonAlternateCommandLinkButton" /> class.</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonAlternateCommandLinkButton.DefaultSize">
<inheritdoc />
</member>
<member name="P:Krypton.Toolkit.KryptonAlternateCommandLinkButton.CreateParams">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.KryptonAlternateCommandLinkButton.SetNoteText(System.String)">
<summary>Sets the NoteText to the value of value.</summary>
<param name="value">The desired value of NoteText.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonAlternateCommandLinkButton.GetNoteText">
<summary>
Returns the value of the NoteText.
</summary>
<returns>The value of the NoteText.</returns>
</member>
<member name="T:Krypton.Toolkit.KryptonBorderEdge">
<summary>
Display text and images with the styling features of the Krypton Toolkit
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonBorderEdge.#ctor">
<summary>
Initialize a new instance of the KryptonBorderEdge class.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonBorderEdge.BackColor">
<summary>
Gets or sets the background color for the control.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonBorderEdge.Font">
<summary>
Gets or sets the font of the text Displayed by the control.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonBorderEdge.ForeColor">
<summary>
Gets or sets the foreground color for the control.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonBorderEdge.TabIndex">
<summary>
Gets or sets the tab order of the KryptonSplitterPanel within its KryptonSplitContainer.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonBorderEdge.TabStop">
<summary>
Gets or sets a value indicating whether the user can give the focus to this KryptonSplitterPanel using the TAB key.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonBorderEdge.Padding">
<summary>
Gets and sets the internal padding space.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonBorderEdge.AutoSize">
<summary>
Gets and sets the automatic resize of the control to fit contents.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonBorderEdge.AutoSizeMode">
<summary>
Gets and sets the auto size mode.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonBorderEdge.BorderStyle">
<summary>
Gets and sets the border style.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonBorderEdge.Orientation">
<summary>
Gets and sets the orientation of the border edge used to determine sizing.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonBorderEdge.StateCommon">
<summary>
Gets access to the common border edge appearance that other states can override.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonBorderEdge.StateDisabled">
<summary>
Gets access to the disabled border edge appearance.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonBorderEdge.StateNormal">
<summary>
Gets access to the normal border edge appearance.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonBorderEdge.GetPreferredSize(System.Drawing.Size)">
<summary>
Get the preferred size of the control based on a proposed size.
</summary>
<param name="proposedSize">Starting size proposed by the caller.</param>
<returns>Calculated preferred size.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonBorderEdge.SetFixedState(Krypton.Toolkit.PaletteState)">
<summary>
Fix the control to a particular palette state.
</summary>
<param name="state">Palette state to fix.</param>
</member>
<member name="P:Krypton.Toolkit.KryptonBorderEdge.DefaultSize">
<summary>
Gets the default size of the control.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonBorderEdge.OnEnabledChanged(System.EventArgs)">
<summary>
Raises the EnabledChanged event.
</summary>
<param name="e">An EventArgs that contains the event data.</param>
</member>
<member name="T:Krypton.Toolkit.KryptonBreadCrumb">
<summary>
Provides a flat navigation of hierarchical data.
</summary>
</member>
<member name="T:Krypton.Toolkit.KryptonBreadCrumb.BreadCrumbButtonSpecCollection">
<summary>
Collection for managing ButtonSpecAny instances.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonBreadCrumb.BreadCrumbButtonSpecCollection.#ctor(Krypton.Toolkit.KryptonBreadCrumb)">
<summary>
Initialize a new instance of the BreadCrumbButtonSpecCollection class.
</summary>
<param name="owner">Reference to owning object.</param>
</member>
<member name="E:Krypton.Toolkit.KryptonBreadCrumb.Initialized">
<summary>
Occurs when the control is initialized.
</summary>
</member>
<member name="E:Krypton.Toolkit.KryptonBreadCrumb.CrumbDropDown">
<summary>
Occurs when the drop-down portion of a bread crumb is pressed.
</summary>
</member>
<member name="E:Krypton.Toolkit.KryptonBreadCrumb.OverflowDropDown">
<summary>
Occurs when the drop-down portion of the overflow button is pressed.
</summary>
</member>
<member name="E:Krypton.Toolkit.KryptonBreadCrumb.SelectedItemChanged">
<summary>
Occurs when the value of the SelectedItem property changes.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonBreadCrumb.#ctor">
<summary>
Initialize a new instance of the KryptonBreadCrumb class.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonBreadCrumb.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:Krypton.Toolkit.KryptonBreadCrumb.BeginInit">
<summary>
Signals the object that initialization is starting.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonBreadCrumb.EndInit">
<summary>
Signals the object that initialization is complete.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonBreadCrumb.IsInitialized">
<summary>
Gets a value indicating if the control is initialized.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonBreadCrumb.IsInitializing">
<summary>
Gets a value indicating if the control is initialized.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonBreadCrumb.Text">
<summary>
Gets or sets the text associated with this control.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonBreadCrumb.AutoSize">
<summary>
Gets and sets the automatic resize of the control to fit contents.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonBreadCrumb.UseMnemonic">
<summary>
Gets or sets a value indicating whether mnemonics will fire button spec buttons.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonBreadCrumb.ButtonSpecs">
<summary>
Gets the collection of button specifications.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonBreadCrumb.DropDownNavigation">
<summary>
Gets and sets a value indicating if drop-down buttons should allow navigation to children.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonBreadCrumb.AllowButtonSpecToolTips">
<summary>
Gets and sets a value indicating if tooltips should be Displayed for button specs.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonBreadCrumb.AllowButtonSpecToolTipPriority">
<summary>
Gets and sets a value indicating if button spec tooltips should remove the parent tooltip.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonBreadCrumb.ControlBackStyle">
<summary>
Gets and sets the background style for the control.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonBreadCrumb.CrumbButtonStyle">
<summary>
Gets and sets the button style for drawing each bread crumb.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonBreadCrumb.ControlBorderStyle">
<summary>
Gets and sets the border style for the control.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonBreadCrumb.RootItem">
<summary>
Gets and sets the root bread crumb item.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonBreadCrumb.SelectedItem">
<summary>
Gets and sets the selected bread crumb item.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonBreadCrumb.StateCommon">
<summary>
Gets access to the common bread crumb appearance that other states can override.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonBreadCrumb.StateDisabled">
<summary>
Gets access to the disabled appearance entries.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonBreadCrumb.StateNormal">
<summary>
Gets access to the normal appearance entries.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonBreadCrumb.StateTracking">
<summary>
Gets access to the tracking bread crumb appearance entries.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonBreadCrumb.StatePressed">
<summary>
Gets access to the pressed bread crumb appearance entries.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonBreadCrumb.ToolTipManager">
<summary>
Gets access to the ToolTipManager used for displaying tool tips.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonBreadCrumb.SetFixedState(Krypton.Toolkit.PaletteState)">
<summary>
Fix the control to a particular palette state.
</summary>
<param name="state">Palette state to fix.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonBreadCrumb.DesignerGetHitTest(System.Drawing.Point)">
<summary>
Internal design time method.
</summary>
<param name="pt">Mouse location.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonBreadCrumb.DesignerComponentFromPoint(System.Drawing.Point)">
<summary>
Internal design time method.
</summary>
<param name="pt">Mouse location.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonBreadCrumb.DesignerMouseLeave">
<summary>
Internal design time method.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonBreadCrumb.CreateRedirector">
<summary>
Create the redirector instance.
</summary>
<returns>PaletteRedirect derived class.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonBreadCrumb.ProcessMnemonic(System.Char)">
<summary>
Processes a mnemonic character.
</summary>
<param name="charCode">The mnemonic character entered.</param>
<returns>true if the mnemonic was processed; otherwise, false.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonBreadCrumb.OnEnabledChanged(System.EventArgs)">
<summary>
Raises the EnabledChanged event.
</summary>
<param name="e">An EventArgs that contains the event data.</param>
</member>
<member name="P:Krypton.Toolkit.KryptonBreadCrumb.DefaultSize">
<summary>
Gets the default size of the control.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonBreadCrumb.OnButtonSpecChanged(System.Object,System.EventArgs)">
<summary>
Processes a notification from palette storage of a button spec change.
</summary>
<param name="sender">Source of notification.</param>
<param name="e">An EventArgs containing event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonBreadCrumb.OnCrumbDropDown(Krypton.Toolkit.BreadCrumbMenuArgs)">
<summary>
Raises the CrumbDropDown event.
</summary>
<param name="e">An ContextPositionMenuArgs containing the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonBreadCrumb.OnOverflowDropDown(Krypton.Toolkit.ContextPositionMenuArgs)">
<summary>
Raises the OverflowDropDown event.
</summary>
<param name="e">An ContextPositionMenuArgs containing the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonBreadCrumb.OnSelectedItemChanged(System.EventArgs)">
<summary>
Raises the SelectedItemChanged event.
</summary>
<param name="e">An EventArgs containing the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonBreadCrumb.OnInitialized(System.EventArgs)">
<summary>
Raises the Initialized event.
</summary>
<param name="e">An EventArgs containing the event data.</param>
</member>
<member name="T:Krypton.Toolkit.KryptonBreadCrumbItem">
<summary>
Krypton object used to represent nodes in a hierarchical bread crumb data structure.
</summary>
</member>
<member name="T:Krypton.Toolkit.KryptonBreadCrumbItem.BreadCrumbItems">
<summary>
Manages a collection of KryptonBreadCrumbItems
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonBreadCrumbItem.BreadCrumbItems.#ctor(Krypton.Toolkit.KryptonBreadCrumbItem)">
<summary>
Initialize a new instance of the BreadCrumbItems class.
</summary>
<param name="owner">Reference to owning item.</param>
</member>
<member name="P:Krypton.Toolkit.KryptonBreadCrumbItem.BreadCrumbItems.Item(System.String)">
<summary>
Gets the item with the provided unique name.
</summary>
<param name="name">Name of the ribbon tab instance.</param>
<returns>Item at specified index.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonBreadCrumbItem.BreadCrumbItems.OnInserting(Krypton.Toolkit.TypedCollectionEventArgs{Krypton.Toolkit.KryptonBreadCrumbItem})">
<summary>
Raises the Inserting event.
</summary>
<param name="e">A KryptonRibbonTabEventArgs instance containing event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonBreadCrumbItem.BreadCrumbItems.OnInserted(Krypton.Toolkit.TypedCollectionEventArgs{Krypton.Toolkit.KryptonBreadCrumbItem})">
<summary>
Raises the Inserted event.
</summary>
<param name="e">A TypedCollectionEventArgs instance containing event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonBreadCrumbItem.BreadCrumbItems.OnRemoved(Krypton.Toolkit.TypedCollectionEventArgs{Krypton.Toolkit.KryptonBreadCrumbItem})">
<summary>
Raises the Removed event.
</summary>
<param name="e">A TypedCollectionEventArgs instance containing event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonBreadCrumbItem.BreadCrumbItems.OnClearing(System.EventArgs)">
<summary>
Raises the Clearing event.
</summary>
<param name="e">An EventArgs instance containing event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonBreadCrumbItem.BreadCrumbItems.OnCleared(System.EventArgs)">
<summary>
Raises the Cleared event.
</summary>
<param name="e">An EventArgs instance containing event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonBreadCrumbItem.#ctor">
<summary>
Initialize a new instance of the KryptonBreadCrumbItem class.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonBreadCrumbItem.#ctor(System.String)">
<summary>
Initialize a new instance of the KryptonBreadCrumbItem class.
</summary>
<param name="shortText">Initial short text value.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonBreadCrumbItem.#ctor(System.String,System.String)">
<summary>
Initialize a new instance of the KryptonBreadCrumbItem class.
</summary>
<param name="shortText">Initial short text value.</param>
<param name="longText">Initial long text value.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonBreadCrumbItem.#ctor(System.String,System.String,System.Drawing.Image)">
<summary>
Initialize a new instance of the KryptonBreadCrumbItem class.
</summary>
<param name="shortText">Initial short text value.</param>
<param name="longText">Initial long text value.</param>
<param name="image">Initial image value.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonBreadCrumbItem.#ctor(System.String,System.String,System.Drawing.Image,System.Drawing.Color)">
<summary>
Initialize a new instance of the KryptonBreadCrumbItem class.
</summary>
<param name="shortText">Initial short text value.</param>
<param name="longText">Initial long text value.</param>
<param name="image">Initial image value.</param>
<param name="imageTransparentColor">Initial transparent image color.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonBreadCrumbItem.ToString">
<summary>
Gets the string representation of the object.
</summary>
<returns></returns>
</member>
<member name="P:Krypton.Toolkit.KryptonBreadCrumbItem.Items">
<summary>
Gets access to the collection of child items.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonBreadCrumbItem.Parent">
<summary>
Gets access to the Parent item in the hierarchy.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonBreadCrumbItem.OnPropertyChanged(System.ComponentModel.PropertyChangedEventArgs)">
<summary>
Raises the PropertyChanged event.
</summary>
<param name="e">A PropertyChangedEventArgs containing the event data.</param>
</member>
<member name="T:Krypton.Toolkit.KryptonButton">
<summary>
Combines button functionality with the styling features of the Krypton Toolkit.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonButton.#ctor">
<summary>
Initialize a new instance of the KryptonButton class.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonButton.Orientation">
<summary>
Gets and sets the visual orientation of the control
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonButton.ShowSplitOption">
<summary>Gets or sets a value indicating whether [show split option].</summary>
<value><c>true</c> if [show split option]; otherwise, <c>false</c>.</value>
</member>
<member name="P:Krypton.Toolkit.KryptonButton.Splitter">
<summary>Gets or sets a value indicating whether [show split option].</summary>
<value><c>true</c> if [show split option]; otherwise, <c>false</c>.</value>
</member>
<member name="M:Krypton.Toolkit.KryptonButton.OnClick(System.EventArgs)">
<summary>
Raises the Click event.
</summary>
<param name="e">An EventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonButton.OnPaint(System.Windows.Forms.PaintEventArgs)">
<inheritdoc />
</member>
<member name="T:Krypton.Toolkit.KryptonCheckBox">
<summary>
Display check box with text and images with the styling features of the Krypton Toolkit
</summary>
</member>
<member name="E:Krypton.Toolkit.KryptonCheckBox.DoubleClick">
<summary>
Occurs when the control is double clicked with the mouse.
</summary>
</member>
<member name="E:Krypton.Toolkit.KryptonCheckBox.MouseDoubleClick">
<summary>
Occurs when the control is mouse double clicked with the mouse.
</summary>
</member>
<member name="E:Krypton.Toolkit.KryptonCheckBox.ImeModeChanged">
<summary>
Occurs when the value of the ImeMode property is changed.
</summary>
</member>
<member name="E:Krypton.Toolkit.KryptonCheckBox.CheckedChanged">
<summary>
Occurs when the value of the Checked property has changed.
</summary>
</member>
<member name="E:Krypton.Toolkit.KryptonCheckBox.CheckStateChanged">
<summary>
Occurs when the value of the CheckState property has changed.
</summary>
</member>
<member name="E:Krypton.Toolkit.KryptonCheckBox.KryptonCommandChanged">
<summary>
Occurs when the value of the KryptonCommand property changes.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonCheckBox.#ctor">
<summary>
Initialize a new instance of the KryptonCheckBox class.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonCheckBox.AutoSize">
<summary>
Gets and sets the automatic resize of the control to fit contents.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonCheckBox.AutoSizeMode">
<summary>
Gets and sets the mode for when auto sizing.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonCheckBox.Padding">
<summary>
Gets and sets the internal padding space.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonCheckBox.Text">
<summary>
Gets or sets the text associated with this control.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonCheckBox.ResetText">
<summary>
Resets the Text property to its default value.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonCheckBox.Orientation">
<summary>
Gets and sets the visual orientation of the control.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonCheckBox.CheckPosition">
<summary>
Gets and sets the position of the check box.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonCheckBox.LabelStyle">
<summary>
Gets and sets the label style.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonCheckBox.Values">
<summary>
Gets access to the label content.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonCheckBox.Images">
<summary>
Gets access to the image value overrides.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonCheckBox.StateCommon">
<summary>
Gets access to the common label appearance that other states can override.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonCheckBox.StateDisabled">
<summary>
Gets access to the disabled label appearance entries.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonCheckBox.StateNormal">
<summary>
Gets access to the normal label appearance entries.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonCheckBox.OverrideFocus">
<summary>
Gets access to the label appearance when it has focus.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonCheckBox.UseMnemonic">
<summary>
Gets or sets a value indicating whether an ampersand is included in the text of the control.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonCheckBox.Checked">
<summary>
Gets or sets a value indicating if the component is in the checked state.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonCheckBox.AutoCheck">
<summary>
Gets or sets a value indicating if the check box is automatically changed state when clicked.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonCheckBox.ThreeState">
<summary>
Gets or sets a value indicating if the component allows three states instead of two.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonCheckBox.CheckState">
<summary>
Gets or sets a value indicating the checked state of the component.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonCheckBox.KryptonCommand">
<summary>
Gets and sets the associated KryptonCommand.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonCheckBox.SetFixedState(System.Boolean,System.Boolean,System.Boolean,System.Boolean)">
<summary>
Fix the control to a particular palette state.
</summary>
<param name="focus">Focus state for display.</param>
<param name="enabled">Enabled state for display.</param>
<param name="tracking">Tracking state for display.</param>
<param name="pressed">Pressed state for display.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonCheckBox.GetShortText">
<summary>
Gets the content short text.
</summary>
<returns>String value.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonCheckBox.GetLongText">
<summary>
Gets the content long text.
</summary>
<returns>String value.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonCheckBox.GetImage(Krypton.Toolkit.PaletteState)">
<summary>
Gets the content image.
</summary>
<param name="state">The state for which the image is needed.</param>
<returns>Image value.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonCheckBox.GetImageTransparentColor(Krypton.Toolkit.PaletteState)">
<summary>
Gets the image color that should be transparent.
</summary>
<param name="state">The state for which the image is needed.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonCheckBox.OnDoubleClick(System.EventArgs)">
<summary>
Raises the DoubleClick event.
</summary>
<param name="e">An EventArgs containing the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonCheckBox.OnMouseDoubleClick(System.EventArgs)">
<summary>
Raises the MouseDoubleClick event.
</summary>
<param name="e">An EventArgs containing the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonCheckBox.OnMouseImeModeChanged(System.EventArgs)">
<summary>
Raises the ImeModeChanged event.
</summary>
<param name="e">An EventArgs containing the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonCheckBox.OnCheckedChanged(System.EventArgs)">
<summary>
Raises the CheckedChanged event.
</summary>
<param name="e">An EventArgs containing the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonCheckBox.OnCheckStateChanged(System.EventArgs)">
<summary>
Raises the CheckStateChanged event.
</summary>
<param name="e">An EventArgs containing the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonCheckBox.OnGotFocus(System.EventArgs)">
<summary>
Raises the GotFocus event.
</summary>
<param name="e">An EventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonCheckBox.OnKryptonCommandChanged(System.EventArgs)">
<summary>
Raises the KryptonCommandChanged event.
</summary>
<param name="e">An EventArgs containing the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonCheckBox.OnCommandPropertyChanged(System.Object,System.ComponentModel.PropertyChangedEventArgs)">
<summary>
Handles a change in the property of an attached command.
</summary>
<param name="sender">Source of the event.</param>
<param name="e">A PropertyChangedEventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonCheckBox.OnLostFocus(System.EventArgs)">
<summary>
Raises the LostFocus event.
</summary>
<param name="e">An EventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonCheckBox.OnClick(System.EventArgs)">
<summary>
Raises the CheckStateChanged event.
</summary>
<param name="e">An EventArgs containing the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonCheckBox.SetLabelStyle(Krypton.Toolkit.LabelStyle)">
<summary>
Update the view elements based on the requested label style.
</summary>
<param name="style">New label style.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonCheckBox.ProcessMnemonic(System.Char)">
<summary>
Processes a mnemonic character.
</summary>
<param name="charCode">The mnemonic character entered.</param>
<returns>true if the mnemonic was processed; otherwise, false.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonCheckBox.OnEnabledChanged(System.EventArgs)">
<summary>
Raises the EnabledChanged event.
</summary>
<param name="e">An EventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonCheckBox.OnRightToLeftChanged(System.EventArgs)">
<summary>
Raises the RightToLeftChanged event.
</summary>
<param name="e">An EventArgs containing event data.</param>
</member>
<member name="P:Krypton.Toolkit.KryptonCheckBox.DefaultSize">
<summary>
Gets the default size of the control.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonCheckBox.EvalTransparentPaint">
<summary>
Work out if this control needs to paint transparent areas.
</summary>
<returns>True if paint required; otherwise false.</returns>
</member>
<member name="T:Krypton.Toolkit.KryptonCheckButton">
<summary>
Presents the user with a binary choice such as Yes/No or True/False.
</summary>
</member>
<member name="E:Krypton.Toolkit.KryptonCheckButton.CheckedChanging">
<summary>
Occurs when the value of the Checked property is about to change.
</summary>
</member>
<member name="E:Krypton.Toolkit.KryptonCheckButton.CheckedChanged">
<summary>
Occurs when the value of the Checked property has changed.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonCheckButton.#ctor">
<summary>
Initialize a new instance of the KryptonCheckButton class.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonCheckButton.StateCheckedNormal">
<summary>
Gets access to the normal checked button appearance entries.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonCheckButton.StateCheckedTracking">
<summary>
Gets access to the hot tracking checked button appearance entries.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonCheckButton.StateCheckedPressed">
<summary>
Gets access to the pressed checked button appearance entries.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonCheckButton.Checked">
<summary>
Gets or sets a value indicating whether the KryptonCheckButton is in the checked state.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonCheckButton.AllowUncheck">
<summary>
Gets or sets a value indicating whether the user can uncheck the button when in the checked state.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonCheckButton.KryptonCommand">
<summary>
Gets and sets the associated KryptonCommand.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonCheckButton.OnGotFocus(System.EventArgs)">
<summary>
Raises the GotFocus event.
</summary>
<param name="e">An EventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonCheckButton.OnLostFocus(System.EventArgs)">
<summary>
Raises the LostFocus event.
</summary>
<param name="e">An EventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonCheckButton.OnClick(System.EventArgs)">
<summary>
Raises the Click event.
</summary>
<param name="e">An EventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonCheckButton.OnKryptonCommandChanged(System.EventArgs)">
<summary>
Raises the KryptonCommandChanged event.
</summary>
<param name="e">An EventArgs containing the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonCheckButton.OnCommandPropertyChanged(System.Object,System.ComponentModel.PropertyChangedEventArgs)">
<summary>
Handles a change in the property of an attached command.
</summary>
<param name="sender">Source of the event.</param>
<param name="e">A PropertyChangedEventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonCheckButton.CreateButtonValues(Krypton.Toolkit.NeedPaintHandler)">
<summary>
Creates a values storage object appropriate for control.
</summary>
<returns>Set of button values.</returns>
<param name="needPaint">Delegate for notifying paint requests.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonCheckButton.OnCheckedChanging(System.ComponentModel.CancelEventArgs)">
<summary>
Raises the CheckedChanging event.
</summary>
<param name="e">A CancelEventArgs containing the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonCheckButton.OnCheckedChanged(System.EventArgs)">
<summary>
Raises the CheckedChanged event.
</summary>
<param name="e">An EventArgs containing the event data.</param>
</member>
<member name="T:Krypton.Toolkit.KryptonCheckedListBox">
<summary>
Provide a CheckedListBox with Krypton styling applied.
</summary>
</member>
<member name="T:Krypton.Toolkit.KryptonCheckedListBox.CheckedIndexCollection">
<summary>
Encapsulates the collection of indexes of checked items (including items in an indeterminate state) in a CheckedListBox.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonCheckedListBox.CheckedIndexCollection.#ctor(Krypton.Toolkit.KryptonCheckedListBox)">
<summary>
Initialize a new instance of the CheckedIndexCollection class.
</summary>
<param name="owner">Reference to owning control.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonCheckedListBox.CheckedIndexCollection.Contains(System.Object)">
<summary>
Determines whether the collection contains the button spec.
</summary>
<param name="item">Object reference.</param>
<returns>True if button spec found; otherwise false.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonCheckedListBox.CheckedIndexCollection.CopyTo(System.Array,System.Int32)">
<summary>
Copies all the elements of the current collection to the specified Array.
</summary>
<param name="array">The Array that is the destination of the elements copied from the collection.</param>
<param name="index">The index in array at which copying begins.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonCheckedListBox.CheckedIndexCollection.GetEnumerator">
<summary>
Enumerate using non-generic interface.
</summary>
<returns>Enumerator instance.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonCheckedListBox.CheckedIndexCollection.IndexOf(System.Int32)">
<summary>
Returns an index into the collection of checked indexes.
</summary>
<param name="index">The index of the checked item.</param>
<returns>-1 if not found; otherwise index position.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonCheckedListBox.CheckedIndexCollection.IndexOf(System.Object)">
<summary>
Determines the index of the specified spec in the collection.
</summary>
<param name="item">Object reference.</param>
<returns>-1 if not found; otherwise index position.</returns>
</member>
<member name="P:Krypton.Toolkit.KryptonCheckedListBox.CheckedIndexCollection.Count">
<summary>
Gets the number of items in collection.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonCheckedListBox.CheckedIndexCollection.IsReadOnly">
<summary>
Gets a value indicating whether the collection is read-only.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonCheckedListBox.CheckedIndexCollection.Item(System.Int32)">
<summary>
Gets or sets the item at the specified index.
</summary>
<param name="index">Item index.</param>
<returns>Item at specified index.</returns>
</member>
<member name="T:Krypton.Toolkit.KryptonCheckedListBox.CheckedItemCollection">
<summary>
Encapsulates the collection of checked items, including items in an indeterminate state, in a KryptonCheckedListBox control.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonCheckedListBox.CheckedItemCollection.#ctor(Krypton.Toolkit.KryptonCheckedListBox)">
<summary>
Initialize a new instance of the CheckedItemCollection class.
</summary>
<param name="owner">Reference to owning control.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonCheckedListBox.CheckedItemCollection.Contains(System.Object)">
<summary>
Determines whether the collection contains the button spec.
</summary>
<param name="item">Object reference.</param>
<returns>True if button spec found; otherwise false.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonCheckedListBox.CheckedItemCollection.CopyTo(System.Array,System.Int32)">
<summary>
Copies all the elements of the current collection to the specified Array.
</summary>
<param name="array">The Array that is the destination of the elements copied from the collection.</param>
<param name="index">The index in array at which copying begins.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonCheckedListBox.CheckedItemCollection.GetEnumerator">
<summary>
Enumerate using non-generic interface.
</summary>
<returns>Enumerator instance.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonCheckedListBox.CheckedItemCollection.IndexOf(System.Object)">
<summary>
Determines the index of the specified spec in the collection.
</summary>
<param name="item">Object reference.</param>
<returns>-1 if not found; otherwise index position.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonCheckedListBox.CheckedItemCollection.IndexOfIdentifier(System.Object)">
<summary>
Determines the index of the specified spec in the collection.
</summary>
<param name="item">Object reference.</param>
<returns>-1 if not found; otherwise index position.</returns>
</member>
<member name="P:Krypton.Toolkit.KryptonCheckedListBox.CheckedItemCollection.Count">
<summary>
Gets the number of items in collection.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonCheckedListBox.CheckedItemCollection.IsReadOnly">
<summary>
Gets a value indicating whether the collection is read-only.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonCheckedListBox.CheckedItemCollection.Item(System.Int32)">
<summary>
Gets or sets the item at the specified index.
</summary>
<param name="index">Item index.</param>
<returns>Item at specified index.</returns>
</member>
<member name="T:Krypton.Toolkit.KryptonCheckedListBox.ObjectCollection">
<summary>
Represents the collection of items in a CheckedListBox.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonCheckedListBox.ObjectCollection.#ctor(Krypton.Toolkit.KryptonCheckedListBox)">
<summary>
Initialize a new instance of the ObjectCollection class.
</summary>
<param name="owner">Reference to owning control.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonCheckedListBox.ObjectCollection.Add(System.Object,System.Boolean)">
<summary>
Adds an item to the list of items for a CheckedListBox, specifying the object to add and whether it is checked.
</summary>
<param name="item">An object representing the item to add to the collection.</param>
<param name="isChecked">true to check the item; otherwise, false</param>
<returns>The index of the newly added item.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonCheckedListBox.ObjectCollection.Add(System.Object,System.Windows.Forms.CheckState)">
<summary>
Adds an item to the list of items for a CheckedListBox, specifying the object to add and the initial checked value.
</summary>
<param name="item">An object representing the item to add to the collection.</param>
<param name="check">The initial CheckState for the checked portion of the item.</param>
<returns>The index of the newly added item.</returns>
</member>
<member name="E:Krypton.Toolkit.KryptonCheckedListBox.InternalCheckedListBox.TrackMouseEnter">
<summary>
Occurs when the mouse enters the InternalListBox.
</summary>
</member>
<member name="E:Krypton.Toolkit.KryptonCheckedListBox.InternalCheckedListBox.TrackMouseLeave">
<summary>
Occurs when the mouse leaves the InternalListBox.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonCheckedListBox.InternalCheckedListBox.#ctor(Krypton.Toolkit.KryptonCheckedListBox)">
<summary>
Initialize a new instance of the InternalCheckedListBox class.
</summary>
<param name="kryptonCheckedListBox">Reference to owning control.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonCheckedListBox.InternalCheckedListBox.Dispose(System.Boolean)">
<summary>
Releases all resources used by the Control.
</summary>
<param name="disposing">true to release both managed and unmanaged resources; false to release only unmanaged resources.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonCheckedListBox.InternalCheckedListBox.Recreate">
<summary>
Recreate the window handle.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonCheckedListBox.InternalCheckedListBox.ViewDrawPanel">
<summary>
Gets access to the contained view draw panel instance.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonCheckedListBox.InternalCheckedListBox.MouseIndex">
<summary>
Gets the item index the mouse is over.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonCheckedListBox.InternalCheckedListBox.MouseOver">
<summary>
Gets and sets if the mouse is currently over the combo box.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonCheckedListBox.InternalCheckedListBox.DrawMode">
<summary>
Gets and sets the drawing mode of the checked list box.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonCheckedListBox.InternalCheckedListBox.RefreshItemSizes">
<summary>
Force the remeasure of items, so they are sized correctly.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonCheckedListBox.InternalCheckedListBox.CreateItemCollection">
<summary>
Creates a new instance of the item collection.
</summary>
<returns>A ListBox.ObjectCollection that represents the new item collection.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonCheckedListBox.InternalCheckedListBox.OnKeyPress(System.Windows.Forms.KeyPressEventArgs)">
<summary>
Raises the KeyPress event.
</summary>
<param name="e">A KeyPressEventArgs containing the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonCheckedListBox.InternalCheckedListBox.OnSelectedIndexChanged(System.EventArgs)">
<summary>
Raises the SelectedIndexChanged event.
</summary>
<param name="e">A EventArgs containing the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonCheckedListBox.InternalCheckedListBox.OnClick(System.EventArgs)">
<summary>
Raises the Click event.
</summary>
<param name="e">A EventArgs containing the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonCheckedListBox.InternalCheckedListBox.OnLayout(System.Windows.Forms.LayoutEventArgs)">
<summary>
Raises the Layout event.
</summary>
<param name="levent">A LayoutEventArgs containing the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonCheckedListBox.InternalCheckedListBox.WndProc(System.Windows.Forms.Message@)">
<summary>
Process Windows-based messages.
</summary>
<param name="m">A Windows-based message.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonCheckedListBox.InternalCheckedListBox.WmReflectCommand(System.Windows.Forms.Message@)">
<summary>
This method supports the .NET Framework infrastructure and is not intended to be used directly from your code.
</summary>
<param name="m">The Message the top-level window sent to the InternalCheckedListBox control.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonCheckedListBox.InternalCheckedListBox.OnTrackMouseEnter(System.EventArgs)">
<summary>
Raises the TrackMouseEnter event.
</summary>
<param name="e">An EventArgs containing the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonCheckedListBox.InternalCheckedListBox.OnTrackMouseLeave(System.EventArgs)">
<summary>
Raises the TrackMouseLeave event.
</summary>
<param name="e">An EventArgs containing the event data.</param>
</member>
<member name="E:Krypton.Toolkit.KryptonCheckedListBox.Format">
<summary>
Occurs when the property of a control is bound to a data value.
</summary>
</member>
<member name="E:Krypton.Toolkit.KryptonCheckedListBox.FormatInfoChanged">
<summary>
Occurs when the value of the FormatInfo property changes.
</summary>
</member>
<member name="E:Krypton.Toolkit.KryptonCheckedListBox.FormatStringChanged">
<summary>
Occurs when the value of the FormatString property changes.
</summary>
</member>
<member name="E:Krypton.Toolkit.KryptonCheckedListBox.FormattingEnabledChanged">
<summary>
Occurs when the value of the FormattingEnabled property changes.
</summary>
</member>
<member name="E:Krypton.Toolkit.KryptonCheckedListBox.SelectedValueChanged">
<summary>
Occurs when the value of the SelectedValue property changes.
</summary>
</member>
<member name="E:Krypton.Toolkit.KryptonCheckedListBox.SelectedIndexChanged">
<summary>
Occurs when the value of the SelectedIndex property changes.
</summary>
</member>
<member name="E:Krypton.Toolkit.KryptonCheckedListBox.ItemCheck">
<summary>
Occurs when the value of the SelectedIndex property changes.
</summary>
</member>
<member name="E:Krypton.Toolkit.KryptonCheckedListBox.BackColorChanged">
<summary>
Occurs when the value of the BackColor property changes.
</summary>
</member>
<member name="E:Krypton.Toolkit.KryptonCheckedListBox.BackgroundImageChanged">
<summary>
Occurs when the value of the BackgroundImage property changes.
</summary>
</member>
<member name="E:Krypton.Toolkit.KryptonCheckedListBox.BackgroundImageLayoutChanged">
<summary>
Occurs when the value of the BackgroundImageLayout property changes.
</summary>
</member>
<member name="E:Krypton.Toolkit.KryptonCheckedListBox.ForeColorChanged">
<summary>
Occurs when the value of the ForeColor property changes.
</summary>
</member>
<member name="E:Krypton.Toolkit.KryptonCheckedListBox.PaddingChanged">
<summary>
Occurs when the value of the MouseClick property changes.
</summary>
</member>
<member name="E:Krypton.Toolkit.KryptonCheckedListBox.Paint">
<summary>
Occurs when the value of the MouseClick property changes.
</summary>
</member>
<member name="E:Krypton.Toolkit.KryptonCheckedListBox.TextChanged">
<summary>
Occurs when the value of the TextChanged property changes.
</summary>
</member>
<member name="E:Krypton.Toolkit.KryptonCheckedListBox.TrackMouseEnter">
<summary>
Occurs when the mouse enters the control.
</summary>
</member>
<member name="E:Krypton.Toolkit.KryptonCheckedListBox.TrackMouseLeave">
<summary>
Occurs when the mouse leaves the control.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonCheckedListBox.#ctor">
<summary>
Initialize a new instance of the KryptonCheckedListBox class.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonCheckedListBox.Dispose(System.Boolean)">
<summary>
Releases all resources used by the Control.
</summary>
<param name="disposing">true to release both managed and unmanaged resources; false to release only unmanaged resources.</param>
</member>
<member name="P:Krypton.Toolkit.KryptonCheckedListBox.ListBox">
<summary>
Gets access to the contained CheckedListBox instance.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonCheckedListBox.ContainedControl">
<summary>
Gets access to the contained input control.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonCheckedListBox.Text">
<summary>
Gets or sets the text for the control.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonCheckedListBox.BackColor">
<summary>
Gets or sets the background color for the control.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonCheckedListBox.Font">
<summary>
Gets or sets the font of the text Displayed by the control.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonCheckedListBox.ForeColor">
<summary>
Gets or sets the foreground color for the control.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonCheckedListBox.Padding">
<summary>
Gets and sets the internal padding space.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonCheckedListBox.SelectedIndex">
<summary>
Gets or sets the zero-based index of the currently selected item in a KryptonCheckedListBox.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonCheckedListBox.SelectedValue">
<summary>
Gets the value of the selected item in the list control, or selects the item in the list control that contains the specified value.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonCheckedListBox.SelectedIndices">
<summary>
Gets a collection that contains the zero-based indexes of all currently selected items in the KryptonCheckedListBox.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonCheckedListBox.SelectedItem">
<summary>
Gets or sets the currently selected item in the KryptonCheckedListBox.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonCheckedListBox.SelectedItems">
<summary>
Gets a collection containing the currently selected items in the KryptonCheckedListBox.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonCheckedListBox.TopIndex">
<summary>
Gets or sets the index of the first visible item in the KryptonCheckedListBox.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonCheckedListBox.ItemStyle">
<summary>
Gets and sets the button style.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonCheckedListBox.HorizontalExtent">
<summary>
Gets or sets the width by which the horizontal scroll bar of a KryptonCheckedListBox can scroll.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonCheckedListBox.HorizontalScrollbar">
<summary>
Gets or sets a value indicating whether a horizontal scroll bar is Displayed in the control.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonCheckedListBox.ScrollAlwaysVisible">
<summary>
Gets or sets a value indicating whether the vertical scroll bar is shown at all times.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonCheckedListBox.CheckOnClick">
<summary>
Gets or sets a value indicating whether the check box should be toggled when an item is selected.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonCheckedListBox.SelectionMode">
<summary>
Gets or sets the selection mode of the KryptonCheckedListBox control.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonCheckedListBox.Sorted">
<summary>
Gets or sets a value indicating whether the items in the KryptonCheckedListBox are sorted alphabetically.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonCheckedListBox.Items">
<summary>
Gets the items of the KryptonCheckedListBox.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonCheckedListBox.CheckedItems">
<summary>
Collection of checked items in this KryptonCheckedListBox.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonCheckedListBox.CheckedIndices">
<summary>
Collection of checked indexes in this KryptonCheckedListBox.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonCheckedListBox.FormatString">
<summary>
Gets or sets the format specifier characters that indicate how a value is to be Displayed.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonCheckedListBox.FormattingEnabled">
<summary>
Gets or sets if this property is true, the value of FormatString is used to convert the value of DisplayMember into a value that can be Displayed.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonCheckedListBox.BackStyle">
<summary>
Gets and sets the background style.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonCheckedListBox.BorderStyle">
<summary>
Gets and sets the border style.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonCheckedListBox.OverrideFocus">
<summary>
Gets access to the item appearance when it has focus.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonCheckedListBox.Images">
<summary>
Gets access to the checkbox image value overrides.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonCheckedListBox.StateCommon">
<summary>
Gets access to the common appearance entries that other states can override.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonCheckedListBox.StateDisabled">
<summary>
Gets access to the disabled appearance entries.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonCheckedListBox.StateNormal">
<summary>
Gets access to the normal appearance entries.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonCheckedListBox.StateActive">
<summary>
Gets access to the active appearance entries.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonCheckedListBox.StateTracking">
<summary>
Gets access to the hot tracking item appearance entries.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonCheckedListBox.StatePressed">
<summary>
Gets access to the pressed item appearance entries.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonCheckedListBox.StateCheckedNormal">
<summary>
Gets access to the normal checked item appearance entries.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonCheckedListBox.StateCheckedTracking">
<summary>
Gets access to the hot tracking checked item appearance entries.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonCheckedListBox.StateCheckedPressed">
<summary>
Gets access to the pressed checked item appearance entries.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonCheckedListBox.AlwaysActive">
<summary>
Gets and sets Determines if the control is always active or only when the mouse is over the control or has focus.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonCheckedListBox.ClearSelected">
<summary>
Unselects all items in the KryptonCheckedListBox.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonCheckedListBox.GetItemChecked(System.Int32)">
<summary>
Returns a value indicating whether the specified item is checked.
</summary>
<param name="index">The index of the item.</param>
<returns>true if the item is checked; otherwise, false.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonCheckedListBox.GetItemCheckState(System.Int32)">
<summary>
Returns a value indicating the check state of the current item.
</summary>
<param name="index">The index of the item to get the checked value of.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>One of the CheckState values.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonCheckedListBox.SetItemChecked(System.Int32,System.Boolean)">
<summary>
Sets CheckState for the item at the specified index to Checked.
</summary>
<param name="index">The index of the item to set the check state for.</param>
<param name="value">true to set the item as checked; otherwise, false.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonCheckedListBox.SetItemCheckState(System.Int32,System.Windows.Forms.CheckState)">
<summary>
Sets the check state of the item at the specified index.
</summary>
<param name="index">The index of the item to set the state for.</param>
<param name="value">One of the CheckState values.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
</member>
<member name="M:Krypton.Toolkit.KryptonCheckedListBox.FindString(System.String)">
<summary>
Finds the first item in the list box that starts with the specified string.
</summary>
<param name="str">The String to search for.</param>
<returns>The zero-based index of the first item found; returns -1 if no match is found.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonCheckedListBox.FindString(System.String,System.Int32)">
<summary>
Finds the first item after the given index which starts with the given string. The search is not case sensitive.
</summary>
<param name="str">The String to search for.</param>
<param name="startIndex">The zero-based index of the item before the first item to be searched. Set to -1 to search from the beginning of the control.</param>
<returns>The zero-based index of the first item found; returns -1 if no match is found, or 0 if the s parameter specifies Empty.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonCheckedListBox.FindStringExact(System.String)">
<summary>
Finds the first item in the list box that matches the specified string.
</summary>
<param name="str">The String to search for.</param>
<returns>The zero-based index of the first item found; returns -1 if no match is found.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonCheckedListBox.FindStringExact(System.String,System.Int32)">
<summary>
Finds the first item after the specified index that matches the specified string.
</summary>
<param name="str">The String to search for.</param>
<param name="startIndex">The zero-based index of the item before the first item to be searched. Set to -1 to search from the beginning of the control.</param>
<returns>The zero-based index of the first item found; returns -1 if no match is found, or 0 if the s parameter specifies Empty.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonCheckedListBox.GetItemHeight(System.Int32)">
<summary>
Returns the height of an item in the KryptonCheckedListBox.
</summary>
<param name="index">The index of the item to return the height of.</param>
<returns>The height, in pixels, of the item at the specified index.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonCheckedListBox.GetItemRectangle(System.Int32)">
<summary>
Returns the bounding rectangle for an item in the KryptonCheckedListBox.
</summary>
<param name="index">The zero-based index of item whose bounding rectangle you want to return.</param>
<returns>A Rectangle that represents the bounding rectangle for the specified item.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonCheckedListBox.GetSelected(System.Int32)">
<summary>
Returns a value indicating whether the specified item is selected.
</summary>
<param name="index">The zero-based index of the item that determines whether it is selected.</param>
<returns>true if the specified item is currently selected in the KryptonCheckedListBox; otherwise, false.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonCheckedListBox.IndexFromPoint(System.Drawing.Point)">
<summary>
Returns the zero-based index of the item at the specified coordinates.
</summary>
<param name="p">A Point object containing the coordinates used to obtain the item index.</param>
<returns>The zero-based index of the item found at the specified coordinates; returns ListBox.NoMatches if no match is found.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonCheckedListBox.IndexFromPoint(System.Int32,System.Int32)">
<summary>
Returns the zero-based index of the item at the specified coordinates.
</summary>
<param name="x">The x-coordinate of the location to search.</param>
<param name="y">The y-coordinate of the location to search.</param>
<returns>The zero-based index of the item found at the specified coordinates; returns ListBox.NoMatches if no match is found.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonCheckedListBox.SetSelected(System.Int32,System.Boolean)">
<summary>
Selects or clears the selection for the specified item in a KryptonCheckedListBox.
</summary>
<param name="index">The zero-based index of the item in a KryptonCheckedListBox to select or clear the selection for.</param>
<param name="value">true to select the specified item; otherwise, false.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonCheckedListBox.GetItemText(System.Object)">
<summary>
Returns the text representation of the specified item.
</summary>
<param name="item">The object from which to get the contents to display.</param>
<returns>If the DisplayMember property is not specified,
the value returned by GetItemText is the value of the item's ToString method.
Otherwise, the method returns the string value of the member specified in the DisplayMember property for the object specified in the item parameter.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonCheckedListBox.BeginUpdate">
<summary>
Maintains performance while items are added to the ListBox one at a time by preventing the control from drawing until the EndUpdate method is called.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonCheckedListBox.EndUpdate">
<summary>
Resumes painting the ListBox control after painting is suspended by the BeginUpdate method.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonCheckedListBox.SetFixedState(System.Boolean)">
<summary>
Sets the fixed state of the control.
</summary>
<param name="active">Should the control be fixed as active.</param>
</member>
<member name="P:Krypton.Toolkit.KryptonCheckedListBox.IsActive">
<summary>
Gets a value indicating if the input control is active.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonCheckedListBox.Focus">
<summary>
Sets input focus to the control.
</summary>
<returns>true if the input focus request was successful; otherwise, false.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonCheckedListBox.Select">
<summary>
Activates the control.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonCheckedListBox.ForceControlLayout">
<summary>
Force the layout logic to size and position the controls.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonCheckedListBox.OnSelectedIndexChanged(System.EventArgs)">
<summary>
Raises the SelectedIndexChanged event.
</summary>
<param name="e">An EventArgs containing the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonCheckedListBox.OnSelectedValueChanged(System.EventArgs)">
<summary>
Raises the SelectedValueChanged event.
</summary>
<param name="e">An EventArgs containing the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonCheckedListBox.OnItemCheck(System.Windows.Forms.ItemCheckEventArgs)">
<summary>
Raises the ItemCheck event.
</summary>
<param name="e">An ItemCheckEventArgs containing the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonCheckedListBox.OnFormat(System.Windows.Forms.ListControlConvertEventArgs)">
<summary>
Raises the Format event.
</summary>
<param name="e">An EventArgs containing the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonCheckedListBox.OnFormatInfoChanged(System.EventArgs)">
<summary>
Raises the FormatInfoChanged event.
</summary>
<param name="e">An EventArgs containing the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonCheckedListBox.OnFormatStringChanged(System.EventArgs)">
<summary>
Raises the FormatStringChanged event.
</summary>
<param name="e">An EventArgs containing the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonCheckedListBox.OnFormattingEnabledChanged(System.EventArgs)">
<summary>
Raises the FormattingEnabledChanged event.
</summary>
<param name="e">An EventArgs containing the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonCheckedListBox.CreateControlsInstance">
<summary>
Creates a new instance of the control collection for the KryptonTextBox.
</summary>
<returns>A new instance of Control.ControlCollection assigned to the control.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonCheckedListBox.OnPaletteChanged(System.EventArgs)">
<summary>
Raises the PaletteChanged event.
</summary>
<param name="e">An EventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonCheckedListBox.OnPaletteNeedPaint(System.Object,Krypton.Toolkit.NeedLayoutEventArgs)">
<summary>
Processes a notification from palette of a paint and optional layout required.
</summary>
<param name="sender">Source of notification.</param>
<param name="e">An NeedLayoutEventArgs containing event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonCheckedListBox.OnEnabledChanged(System.EventArgs)">
<summary>
Raises the EnabledChanged event.
</summary>
<param name="e">An EventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonCheckedListBox.OnBackColorChanged(System.EventArgs)">
<summary>
Raises the BackColorChanged event.
</summary>
<param name="e">An EventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonCheckedListBox.OnBackgroundImageChanged(System.EventArgs)">
<summary>
Raises the BackgroundImageChanged event.
</summary>
<param name="e">An EventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonCheckedListBox.OnBackgroundImageLayoutChanged(System.EventArgs)">
<summary>
Raises the BackgroundImageLayoutChanged event.
</summary>
<param name="e">An EventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonCheckedListBox.OnForeColorChanged(System.EventArgs)">
<summary>
Raises the ForeColorChanged event.
</summary>
<param name="e">An EventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonCheckedListBox.OnPaddingChanged(System.EventArgs)">
<summary>
Raises the PaddingChanged event.
</summary>
<param name="e">An EventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonCheckedListBox.OnTabStopChanged(System.EventArgs)">
<summary>
Raises the TabStop event.
</summary>
<param name="e">An EventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonCheckedListBox.OnCausesValidationChanged(System.EventArgs)">
<summary>
Raises the CausesValidationChanged event.
</summary>
<param name="e">An EventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonCheckedListBox.OnPaint(System.Windows.Forms.PaintEventArgs)">
<summary>
Raises the Paint event.
</summary>
<param name="e">An PaintEventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonCheckedListBox.OnTextChanged(System.EventArgs)">
<summary>
Raises the TextChanged event.
</summary>
<param name="e">An PaintEventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonCheckedListBox.OnTrackMouseEnter(System.EventArgs)">
<summary>
Raises the TrackMouseEnter event.
</summary>
<param name="e">An EventArgs containing the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonCheckedListBox.OnTrackMouseLeave(System.EventArgs)">
<summary>
Raises the TrackMouseLeave event.
</summary>
<param name="e">An EventArgs containing the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonCheckedListBox.OnHandleCreated(System.EventArgs)">
<summary>
Raises the HandleCreated event.
</summary>
<param name="e">An EventArgs containing the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonCheckedListBox.OnNeedPaint(System.Object,Krypton.Toolkit.NeedLayoutEventArgs)">
<summary>
Processes a notification from palette storage of a paint and optional layout required.
</summary>
<param name="sender">Source of notification.</param>
<param name="e">An NeedLayoutEventArgs containing event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonCheckedListBox.OnLayout(System.Windows.Forms.LayoutEventArgs)">
<summary>
Raises the Layout event.
</summary>
<param name="levent">An EventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonCheckedListBox.OnMouseEnter(System.EventArgs)">
<summary>
Raises the MouseEnter event.
</summary>
<param name="e">An EventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonCheckedListBox.OnMouseLeave(System.EventArgs)">
<summary>
Raises the MouseLeave event.
</summary>
<param name="e">An EventArgs that contains the event data.</param>
</member>
<member name="P:Krypton.Toolkit.KryptonCheckedListBox.DefaultSize">
<summary>
Gets the default size of the control.
</summary>
</member>
<member name="T:Krypton.Toolkit.KryptonCheckSet">
<summary>
Enforce mutual exclusive for a group of KryptonCheckButton controls.
</summary>
</member>
<member name="T:Krypton.Toolkit.KryptonCheckSet.KryptonCheckButtonCollection">
<summary>
Manages a collection of KryptonCheckButton references.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonCheckSet.KryptonCheckButtonCollection.#ctor(Krypton.Toolkit.KryptonCheckSet)">
<summary>
Initialize a new instance of the KryptonCheckButtonCollection class.
</summary>
<param name="owner">Owning component</param>
</member>
<member name="M:Krypton.Toolkit.KryptonCheckSet.KryptonCheckButtonCollection.Add(Krypton.Toolkit.KryptonCheckButton)">
<summary>
Adds the specifies KryptonCheckButton to the collection.
</summary>
<param name="checkButton">The KryptonCheckButton object to add to the collection.</param>
<exception cref="T:System.ArgumentNullException"></exception>
<returns>The index of the new entry.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonCheckSet.KryptonCheckButtonCollection.Contains(Krypton.Toolkit.KryptonCheckButton)">
<summary>
Determines whether a KryptonCheckButton is in the collection.
</summary>
<param name="checkButton">The KryptonCheckButton to locate in the collection.</param>
<returns>True if found in collection; otherwise false.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonCheckSet.KryptonCheckButtonCollection.IndexOf(Krypton.Toolkit.KryptonCheckButton)">
<summary>
Returns the index of the KryptonCheckButton reference.
</summary>
<param name="checkButton">The KryptonCheckButton to locate.</param>
<returns>Index of reference; otherwise -1.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonCheckSet.KryptonCheckButtonCollection.Insert(System.Int32,Krypton.Toolkit.KryptonCheckButton)">
<summary>
Inserts a KryptonCheckButton reference into the collection at the specified location.
</summary>
<param name="index">Index of position to insert.</param>
<param name="checkButton">The KryptonCheckButton reference to insert.</param>
<exception cref="T:System.ArgumentException"></exception>
<exception cref="T:System.ArgumentNullException"></exception>
</member>
<member name="M:Krypton.Toolkit.KryptonCheckSet.KryptonCheckButtonCollection.Remove(Krypton.Toolkit.KryptonCheckButton)">
<summary>
Removes a KryptonCheckButton from the collection.
</summary>
<param name="checkButton">The KryptonCheckButton to remove.</param>
<exception cref="T:System.ArgumentException"></exception>
<exception cref="T:System.ArgumentNullException"></exception>
</member>
<member name="P:Krypton.Toolkit.KryptonCheckSet.KryptonCheckButtonCollection.Item(System.Int32)">
<summary>
Gets the KryptonCheckButton at the specified index.
</summary>
<param name="index">Index of entry to return.</param>
<returns>Reference of KryptonCheckButton instance.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonCheckSet.KryptonCheckButtonCollection.OnClear">
<summary>
Occurs when the collection is about to be cleared.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonCheckSet.KryptonCheckButtonCollection.OnInsertComplete(System.Int32,System.Object)">
<summary>
Occurs when a new entry has been added to the collection.
</summary>
<param name="index">Index of new entry.</param>
<param name="value">Value at the new index.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonCheckSet.KryptonCheckButtonCollection.OnRemoveComplete(System.Int32,System.Object)">
<summary>
Occurs when an entry has been removed from the collection.
</summary>
<param name="index">Index of the removed entry.</param>
<param name="value">Value at the removed entry.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonCheckSet.KryptonCheckButtonCollection.OnSetComplete(System.Int32,System.Object,System.Object)">
<summary>
Occurs when a index has a value replaced.
</summary>
<param name="index">Index of the change in value.</param>
<param name="oldValue">Value being replaced.</param>
<param name="newValue">Value to be used.</param>
</member>
<member name="E:Krypton.Toolkit.KryptonCheckSet.CheckedButtonChanged">
<summary>
Occurs when the value of the CheckedButton property has changed.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonCheckSet.#ctor">
<summary>
Initialize a new instance of the KryptonCheckSet class.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonCheckSet.#ctor(System.ComponentModel.IContainer)">
<summary>
Initialize a new instance of the KryptonCheckSet class.
</summary>
<param name="container">Container that owns the component.</param>
<exception cref="T:System.ArgumentNullException"></exception>
</member>
<member name="M:Krypton.Toolkit.KryptonCheckSet.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:Krypton.Toolkit.KryptonCheckSet.BeginInit">
<summary>
Signals the object that initialization is starting.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonCheckSet.EndInit">
<summary>
Signals the object that initialization is complete.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonCheckSet.AllowUncheck">
<summary>
Gets and sets a value indicating if the checked button is allowed to be unchecked.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonCheckSet.CheckedButton">
<summary>
Gets and sets the currently checked button in the set.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonCheckSet.CheckedIndex">
<summary>
Gets and sets the index of the checked button.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonCheckSet.CheckButtons">
<summary>
Gets access to the collection of KryptonCheckButton references.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonCheckSet.OnCheckedButtonChanged(System.EventArgs)">
<summary>
Raises the CheckedButtonChanged event.
</summary>
<param name="e">An EventArgs containing the event data.</param>
</member>
<member name="T:Krypton.Toolkit.KryptonColorButton">
<summary>
Combines color button functionality with the styling features of the Krypton Toolkit.
</summary>
</member>
<member name="E:Krypton.Toolkit.KryptonColorButton.DropDown">
<summary>
Occurs when the drop-down portion of the color button is pressed.
</summary>
</member>
<member name="E:Krypton.Toolkit.KryptonColorButton.KryptonCommandChanged">
<summary>
Occurs when the value of the KryptonCommand property changes.
</summary>
</member>
<member name="E:Krypton.Toolkit.KryptonColorButton.SelectedColorChanged">
<summary>
Occurs when the SelectedColor property changes value.
</summary>
</member>
<member name="E:Krypton.Toolkit.KryptonColorButton.TrackingColor">
<summary>
Occurs when the user is tracking over a color.
</summary>
</member>
<member name="E:Krypton.Toolkit.KryptonColorButton.MoreColors">
<summary>
Occurs when the user selects the more colors option.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonColorButton.#ctor">
<summary>
Initialize a new instance of the KryptonColorButton class.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorButton.AutoSize">
<summary>
Gets and sets the automatic resize of the control to fit contents.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorButton.Padding">
<summary>
Gets and sets the internal padding space.
</summary>
</member>
<member name="E:Krypton.Toolkit.KryptonColorButton.Click">
<summary>
Allows the developer to add their action
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorButton.Text">
<summary>
Gets or sets the text associated with this control.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonColorButton.ResetText">
<summary>
Resets the Text property to its default value.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorButton.ContextMenuStrip">
<summary>
Gets or sets the ContextMenuStrip associated with this control.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorButton.KryptonContextMenu">
<summary>
Gets and sets the KryptonContextMenu to show when right clicked.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorButton.MaxRecentColors">
<summary>
Gets and sets the maximum number of recent colors to store and display.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorButton.VisibleThemes">
<summary>
Gets and sets the visible state of the themes color set.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorButton.VisibleStandard">
<summary>
Gets and sets the visible state of the standard color set.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorButton.VisibleRecent">
<summary>
Gets and sets the visible state of the recent color set.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorButton.VisibleNoColor">
<summary>
Gets and sets the visible state of the no color menu item.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorButton.VisibleMoreColors">
<summary>
Gets and sets the visible state of the more colors menu item.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorButton.AutoRecentColors">
<summary>
Gets and sets if the recent colors should be automatically updated.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorButton.SchemeThemes">
<summary>
Gets and sets the color scheme for the themes color set.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorButton.SchemeStandard">
<summary>
Gets and sets the color scheme for the standard color set.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorButton.SelectedColor">
<summary>
Gets and sets the selected color.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorButton.EmptyBorderColor">
<summary>
Gets and sets the selected color block when selected color is empty.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorButton.SelectedRect">
<summary>
Gets and sets the selected color drawing rectangle.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorButton.ButtonOrientation">
<summary>
Gets and sets the visual orientation of the control.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorButton.DropDownPosition">
<summary>
Gets and sets the position of the drop arrow within the color button.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorButton.DropDownOrientation">
<summary>
Gets and sets the orientation of the drop arrow within the color button.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorButton.Splitter">
<summary>
Gets and sets if the color button works as a splitter or as a drop-down.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorButton.ButtonStyle">
<summary>
Gets and sets the color button style.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorButton.Values">
<summary>
Gets access to the color button content.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorButton.Strings">
<summary>
Gets access to the context menu display strings.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorButton.StateCommon">
<summary>
Gets access to the common color button appearance that other states can override.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorButton.StateDisabled">
<summary>
Gets access to the disabled color button appearance entries.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorButton.StateNormal">
<summary>
Gets access to the normal color button appearance entries.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorButton.StateTracking">
<summary>
Gets access to the hot tracking color button appearance entries.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorButton.StatePressed">
<summary>
Gets access to the pressed color button appearance entries.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorButton.OverrideDefault">
<summary>
Gets access to the normal color button appearance when default.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorButton.OverrideFocus">
<summary>
Gets access to the color button appearance when it has focus.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorButton.DialogResult">
<summary>
Gets or sets the value returned to the parent form when the color button is clicked.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorButton.KryptonCommand">
<summary>
Gets and sets the associated KryptonCommand.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonColorButton.NotifyDefault(System.Boolean)">
<summary>
Notifies a control that it is the default color button so that its appearance and behavior is adjusted accordingly.
</summary>
<param name="value">true if the control should behave as a default color button; otherwise false.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonColorButton.PerformClick">
<summary>
Generates a Click event for the control.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonColorButton.PerformDropDown">
<summary>
Generates a DropDown event for the control.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorButton.UseMnemonic">
<summary>
Gets or sets a value indicating whether an ampersand is included in the text of the control.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonColorButton.SetFixedState(Krypton.Toolkit.PaletteState)">
<summary>
Fix the control to a particular palette state.
</summary>
<param name="state">Palette state to fix.</param>
</member>
<member name="P:Krypton.Toolkit.KryptonColorButton.ImeMode">
<summary>
Determines the IME status of the object when selected.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorButton.AllowFullOpen">
<summary>Full color dialog.</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorButton.CustomColorPreviewShape">
<summary>
Allows the configuration of a custom colour preview shape.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonColorButton.GetShortText">
<summary>
Gets the content short text.
</summary>
<returns>String value.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonColorButton.GetLongText">
<summary>
Gets the content long text.
</summary>
<returns>String value.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonColorButton.GetImage(Krypton.Toolkit.PaletteState)">
<summary>
Gets the content image.
</summary>
<param name="state">The state for which the image is needed.</param>
<returns>Image value.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonColorButton.GetImageTransparentColor(Krypton.Toolkit.PaletteState)">
<summary>
Gets the image color that should be transparent.
</summary>
<param name="state">The state for which the image is needed.</param>
<returns>Color value.</returns>
</member>
<member name="P:Krypton.Toolkit.KryptonColorButton.DefaultSize">
<summary>
Gets the default size of the control.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorButton.DefaultImeMode">
<summary>
Gets the default Input Method Editor (IME) mode supported by this control.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonColorButton.OnEnabledChanged(System.EventArgs)">
<summary>
Raises the EnabledChanged event.
</summary>
<param name="e">An EventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonColorButton.OnGotFocus(System.EventArgs)">
<summary>
Raises the GotFocus event.
</summary>
<param name="e">An EventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonColorButton.OnLostFocus(System.EventArgs)">
<summary>
Raises the LostFocus event.
</summary>
<param name="e">An EventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonColorButton.OnClick(System.EventArgs)">
<summary>
Raises the Click event.
</summary>
<param name="e">An EventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonColorButton.ProcessMnemonic(System.Char)">
<summary>
Processes a mnemonic character.
</summary>
<param name="charCode">The mnemonic character entered.</param>
<returns>true if the mnemonic was processed; otherwise, false.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonColorButton.ContextMenuClosed">
<summary>
Called when a context menu has just been closed.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonColorButton.WndProc(System.Windows.Forms.Message@)">
<summary>
Process Windows-based messages.
</summary>
<param name="m">A Windows-based message.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonColorButton.OnDropDown(Krypton.Toolkit.ContextPositionMenuArgs)">
<summary>
Raises the DropDown event.
</summary>
<param name="e">An ContextPositionMenuArgs containing the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonColorButton.OnSelectedColorChanged(System.Drawing.Color)">
<summary>
Raises the SelectedColorChanged event.
</summary>
<param name="selectedColor">New selected color.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonColorButton.OnTrackingColor(Krypton.Toolkit.ColorEventArgs)">
<summary>
Raises the TrackingColor event.
</summary>
<param name="e">An ColorEventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonColorButton.OnMoreColors(System.ComponentModel.CancelEventArgs)">
<summary>
Raises the MoreColors event.
</summary>
<param name="e">An CancelEventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonColorButton.OnKryptonCommandChanged(System.EventArgs)">
<summary>
Raises the KryptonCommandChanged event.
</summary>
<param name="e">An EventArgs containing the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonColorButton.OnCommandPropertyChanged(System.Object,System.ComponentModel.PropertyChangedEventArgs)">
<summary>
Handles a change in the property of an attached command.
</summary>
<param name="sender">Source of the event.</param>
<param name="e">A PropertyChangedEventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonColorButton.SetStyles(Krypton.Toolkit.ButtonStyle)">
<summary>
Update the state objects to reflect the new color button style.
</summary>
<param name="buttonStyle">New color button style.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonColorButton.CreateButtonValues(Krypton.Toolkit.NeedPaintHandler)">
<summary>
Creates a values storage object appropriate for control.
</summary>
<returns>Set of color button values.</returns>
<param name="needPaint">Delegate for notifying paint requests.</param>
</member>
<member name="P:Krypton.Toolkit.KryptonColorButton.ViewDrawButton">
<summary>
Gets access to the view element for the color button.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonColorButton.AddUpdateRecentColors(System.Collections.Generic.IList{System.Drawing.Color})">
<summary>
Add or update the recent colours to display.
Notes:
- If number to display > MaxRecentColors(10) then the earliest ones will be removed
- Colours will appear in reverse order to those passed in.
</summary>
<param name="colors"></param>
</member>
<member name="T:Krypton.Toolkit.KryptonColorDialog">
<summary>
Represents a common dialog box that displays colours
that are currently installed on the system.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonColorDialog.#ctor">
<summary>
Represents a common dialog box that displays colours
that are currently installed on the system.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonColorDialog.Dispose(System.Boolean)">
<inheritdoc />
</member>
<member name="P:Krypton.Toolkit.KryptonColorDialog.Title">
<summary>
Changes the title of the common Colour Dialog
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorDialog.Icon">
<summary>
Changes the default Icon to Developer set
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorDialog.ShowIcon">
<summary>
Changes the default Icon to Developer set
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorDialog.ShowAlphaSlider">
<summary>
Allows an alpha slider to be displayed
</summary>
<remarks>
Will force FullOpen to be true if set.
</remarks>
</member>
<member name="P:Krypton.Toolkit.KryptonColorDialog.Color">
<summary>Gets or sets the color selected by the user.</summary>
<returns>The color selected by the user. If a color is not selected, the default value is black.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonColorDialog.HookProc(System.IntPtr,System.Int32,System.IntPtr,System.IntPtr)">
<inheritdoc />
</member>
<member name="T:Krypton.Toolkit.KryptonComboBox">
<summary>
Provide a ComboBox with Krypton styling applied.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonComboBox.InternalPanel.#ctor(Krypton.Toolkit.KryptonComboBox)">
<summary>
Initialise a new instance of the InternalPanel class.
</summary>
<param name="kryptonComboBox">Reference to owning control.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonComboBox.InternalPanel.GetPreferredSize(System.Drawing.Size)">
<summary>
Retrieves the size of a rectangular area into which a control can be fitted.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonComboBox.InternalPanel.WndProc(System.Windows.Forms.Message@)">
<summary>
Process Windows-based messages.
</summary>
<param name="m">A Windows-based message.</param>
</member>
<member name="E:Krypton.Toolkit.KryptonComboBox.InternalComboBox.TrackMouseEnter">
<summary>
Occurs when the mouse enters the InternalComboBox.
</summary>
</member>
<member name="E:Krypton.Toolkit.KryptonComboBox.InternalComboBox.TrackMouseLeave">
<summary>
Occurs when the mouse leaves the InternalComboBox.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonComboBox.InternalComboBox.#ctor(Krypton.Toolkit.KryptonComboBox)">
<summary>
Initialize a new instance of the InternalComboBox class.
</summary>
<param name="kryptonComboBox">Reference to owning control.</param>
</member>
<member name="P:Krypton.Toolkit.KryptonComboBox.InternalComboBox.Dropped">
<summary>
Gets and sets if the combo box is currently dropped.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonComboBox.InternalComboBox.MouseOver">
<summary>
Gets and sets if the mouse is currently over the combo box.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonComboBox.InternalComboBox.ClearAppThemed">
<summary>
Reset the app themed setting so it is retested when next required.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonComboBox.InternalComboBox.GetShortText">
<summary>
Gets the content short text.
</summary>
<returns>String value.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonComboBox.InternalComboBox.GetImage(Krypton.Toolkit.PaletteState)">
<summary>
Gets the content image.
</summary>
<param name="state">The state for which the image is needed.</param>
<returns>Image value.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonComboBox.InternalComboBox.GetImageTransparentColor(Krypton.Toolkit.PaletteState)">
<summary>
Gets the image color that should be transparent.
</summary>
<param name="state">The state for which the image is needed.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonComboBox.InternalComboBox.GetLongText">
<summary>
Gets the content long text.
</summary>
<returns>String value.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonComboBox.InternalComboBox.OnFontChanged(System.EventArgs)">
<summary>
Raises the FontChanged event.
</summary>
<param name="e">Contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonComboBox.InternalComboBox.WndProc(System.Windows.Forms.Message@)">
<summary>
Process Windows-based messages.
</summary>
<param name="m">A Windows-based message.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonComboBox.InternalComboBox.OnTrackMouseEnter(System.EventArgs)">
<summary>
Raises the TrackMouseEnter event.
</summary>
<param name="e">An EventArgs containing the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonComboBox.InternalComboBox.OnTrackMouseLeave(System.EventArgs)">
<summary>
Raises the TrackMouseLeave event.
</summary>
<param name="e">An EventArgs containing the event data.</param>
</member>
<member name="E:Krypton.Toolkit.KryptonComboBox.SubclassEdit.TrackMouseEnter">
<summary>
Occurs when the mouse enters the InternalComboBox.
</summary>
</member>
<member name="E:Krypton.Toolkit.KryptonComboBox.SubclassEdit.TrackMouseLeave">
<summary>
Occurs when the mouse leaves the InternalComboBox.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonComboBox.SubclassEdit.#ctor(System.IntPtr,Krypton.Toolkit.KryptonComboBox)">
<summary>
Initialize a new instance of the SubclassEdit class.
</summary>
<param name="editControl">Handle of the Edit control to subclass.</param>
<param name="kryptonComboBox">Reference to top level control.</param>
</member>
<member name="P:Krypton.Toolkit.KryptonComboBox.SubclassEdit.MouseOver">
<summary>
Gets and sets if the mouse is currently over the combo box.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonComboBox.SubclassEdit.Visible">
<summary>
Sets the visible state of the control.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonComboBox.SubclassEdit.WndProc(System.Windows.Forms.Message@)">
<summary>
Process Windows-based messages.
</summary>
<param name="m">A Windows-based message.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonComboBox.SubclassEdit.OnTrackMouseEnter(System.EventArgs)">
<summary>
Raises the TrackMouseEnter event.
</summary>
<param name="e">An EventArgs containing the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonComboBox.SubclassEdit.OnTrackMouseLeave(System.EventArgs)">
<summary>
Raises the TrackMouseLeave event.
</summary>
<param name="e">An EventArgs containing the event data.</param>
</member>
<member name="T:Krypton.Toolkit.KryptonComboBox.ComboBoxButtonSpecCollection">
<summary>
Collection for managing ButtonSpecAny instances.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonComboBox.ComboBoxButtonSpecCollection.#ctor(Krypton.Toolkit.KryptonComboBox)">
<summary>
Initialize a new instance of the ComboBoxButtonSpecCollection class.
</summary>
<param name="owner">Reference to owning object.</param>
</member>
<member name="E:Krypton.Toolkit.KryptonComboBox.DoubleClick">
<summary>This event is not relevant for this class.</summary>
</member>
<member name="E:Krypton.Toolkit.KryptonComboBox.MouseDoubleClick">
<summary>This event is not relevant for this class.</summary>
</member>
<member name="E:Krypton.Toolkit.KryptonComboBox.DrawItem">
<summary>
Occurs when [draw item].
</summary>
</member>
<member name="E:Krypton.Toolkit.KryptonComboBox.Initialized">
<summary>
Occurs when the control is initialized.
</summary>
</member>
<member name="E:Krypton.Toolkit.KryptonComboBox.DropDown">
<summary>
Occurs when the drop-down portion of the KryptonComboBox is shown.
</summary>
</member>
<member name="E:Krypton.Toolkit.KryptonComboBox.DropDownClosed">
<summary>
Indicates that the drop-down portion of the KryptonComboBox has closed.
</summary>
</member>
<member name="E:Krypton.Toolkit.KryptonComboBox.DropDownStyleChanged">
<summary>
Occurs when the value of the DropDownStyle property changed.
</summary>
</member>
<member name="E:Krypton.Toolkit.KryptonComboBox.SelectedIndexChanged">
<summary>
Occurs when the value of the SelectedIndex property changes.
</summary>
</member>
<member name="E:Krypton.Toolkit.KryptonComboBox.SelectionChangeCommitted">
<summary>
Occurs when an item is chosen from the drop-down list and the drop-down list is closed.
</summary>
</member>
<member name="E:Krypton.Toolkit.KryptonComboBox.DataSourceChanged">
<summary>
Occurs when the value of the DataSource property changed.
</summary>
</member>
<member name="E:Krypton.Toolkit.KryptonComboBox.DisplayMemberChanged">
<summary>
Occurs when the value of the DisplayMember property changed.
</summary>
</member>
<member name="E:Krypton.Toolkit.KryptonComboBox.Format">
<summary>
Occurs when the list format has changed.
</summary>
</member>
<member name="E:Krypton.Toolkit.KryptonComboBox.FormatInfoChanged">
<summary>
Occurs when the value of the FormatInfo property changed.
</summary>
</member>
<member name="E:Krypton.Toolkit.KryptonComboBox.FormatStringChanged">
<summary>
Occurs when the value of the FormatString property changed.
</summary>
</member>
<member name="E:Krypton.Toolkit.KryptonComboBox.FormattingEnabledChanged">
<summary>
Occurs when the value of the FormattingEnabled property changed.
</summary>
</member>
<member name="E:Krypton.Toolkit.KryptonComboBox.SelectedValueChanged">
<summary>
Occurs when the value of the SelectedValue property changed.
</summary>
</member>
<member name="E:Krypton.Toolkit.KryptonComboBox.ValueMemberChanged">
<summary>
Occurs when the value of the ValueMember property changed.
</summary>
</member>
<member name="E:Krypton.Toolkit.KryptonComboBox.TextUpdate">
<summary>
Occurs when the KryptonComboBox text has changed.
</summary>
</member>
<member name="E:Krypton.Toolkit.KryptonComboBox.HoveredSelectionChanged">
<summary>
Occurs when the hovered selection changed.
</summary>
</member>
<member name="E:Krypton.Toolkit.KryptonComboBox.ToolTipNeeded">
<summary>
Occurs when the <see cref="T:Krypton.Toolkit.KryptonComboBox"/> wants to display a tooltip.
</summary>
</member>
<member name="E:Krypton.Toolkit.KryptonComboBox.TrackMouseEnter">
<summary>
Occurs when the mouse enters the control.
</summary>
</member>
<member name="E:Krypton.Toolkit.KryptonComboBox.TrackMouseLeave">
<summary>
Occurs when the mouse leaves the control.
</summary>
</member>
<member name="E:Krypton.Toolkit.KryptonComboBox.BackColorChanged">
<summary>
Occurs when the value of the BackColor property changes.
</summary>
</member>
<member name="E:Krypton.Toolkit.KryptonComboBox.BackgroundImageChanged">
<summary>
Occurs when the value of the BackgroundImage property changes.
</summary>
</member>
<member name="E:Krypton.Toolkit.KryptonComboBox.BackgroundImageLayoutChanged">
<summary>
Occurs when the value of the BackgroundImageLayout property changes.
</summary>
</member>
<member name="E:Krypton.Toolkit.KryptonComboBox.ForeColorChanged">
<summary>
Occurs when the value of the ForeColor property changes.
</summary>
</member>
<member name="E:Krypton.Toolkit.KryptonComboBox.Paint">
<summary>
Occurs when the value of the Paint property changes.
</summary>
</member>
<member name="E:Krypton.Toolkit.KryptonComboBox.PaddingChanged">
<summary>
Occurs when the value of the PaddingChanged property changes.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonComboBox.#ctor">
<summary>
Initialize a new instance of the KryptonComboBox class.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonComboBox.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="P:Krypton.Toolkit.KryptonComboBox.CueHint">
<summary>
Gets access to the common textbox appearance entries that other states can override.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonComboBox.BeginInit">
<summary>
Signals the object that initialization is starting.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonComboBox.EndInit">
<summary>
Signals the object that initialization is complete.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonComboBox.IsInitialized">
<summary>
Gets a value indicating if the control is initialized.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonComboBox.IsInitializing">
<summary>
Gets a value indicating if the control is initialized.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonComboBox.TabStop">
<summary>
Gets and sets if the control is in the tab chain.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonComboBox.DrawMode">
<summary>Gets or sets the draw mode of the combobox.</summary>
<value>The draw mode of the combobox.</value>
</member>
<member name="P:Krypton.Toolkit.KryptonComboBox.InRibbonDesignMode">
<summary>
Gets and sets if the control is in the ribbon design mode.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonComboBox.ComboBox">
<summary>
Gets access to the contained ComboBox instance.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonComboBox.ContainedControl">
<summary>
Gets access to the contained input control.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonComboBox.Focused">
<summary>
Gets a value indicating whether the control has input focus.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonComboBox.BackColor">
<summary>
Gets or sets the background color for the control.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonComboBox.Font">
<summary>
Gets or sets the font of the text Displayed by the control.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonComboBox.ForeColor">
<summary>
Gets or sets the foreground color for the control.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonComboBox.Padding">
<summary>
Gets and sets the internal padding space.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonComboBox.Text">
<summary>
Gets and sets the text associated with the control.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonComboBox.SelectedItem">
<summary>
Gets and sets the selected item.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonComboBox.SelectedText">
<summary>
Gets and sets the text that is selected in the editable portion of the control.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonComboBox.SelectedIndex">
<summary>
Gets and sets the selected index.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonComboBox.SelectedValue">
<summary>
Gets and sets the selected value.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonComboBox.DroppedDown">
<summary>
Gets and sets a value indicating whether the control is displaying its drop-down portion.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonComboBox.ContextMenuStrip">
<summary>
Gets and sets the associated context menu strip.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonComboBox.ValueMember">
<summary>
Gets and sets the value member.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonComboBox.DataSource">
<summary>
Gets and sets the list that this control will use to gets its items.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonComboBox.DisplayMember">
<summary>
Gets and sets the property to display for the items in this control.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonComboBox.FormatInfo">
<summary>
Gets and sets the formatting provider.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonComboBox.SelectionLength">
<summary>
Gets and sets the number of characters selected in the editable portion of the control.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonComboBox.SelectionStart">
<summary>
Gets and sets the starting index of selected text in the control.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonComboBox.UseMnemonic">
<summary>
Gets or sets a value indicating whether mnemonics will fire button spec buttons.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonComboBox.AlwaysActive">
<summary>
Gets and sets Determines if the control is always active or only when the mouse is over the control or has focus.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonComboBox.DropDownStyle">
<summary>
Gets and sets the appearance and functionality of the KryptonComboBox.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonComboBox.IntegralHeight">
<summary />
</member>
<member name="P:Krypton.Toolkit.KryptonComboBox.DropDownHeight">
<summary>
Gets and sets the height, in pixels, of the drop-down box in a KryptonComboBox.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonComboBox.DropDownWidth">
<summary>
Gets and sets the width, in pixels, of the drop-down box in a KryptonComboBox.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonComboBox.ItemHeight">
<summary>
Gets and sets the height, in pixels, of items in an owner-draw KryptonComboBox.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonComboBox.MaxDropDownItems">
<summary>
Gets and sets the maximum number of entries to display in the drop-down list.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonComboBox.MaxLength">
<summary>
Gets or sets the maximum number of characters that can be entered into the edit control.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonComboBox.Sorted">
<summary>
Gets or sets whether the items in the list portion of the KryptonComboBox are sorted.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonComboBox.Items">
<summary>
Gets or sets the items in the KryptonComboBox.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonComboBox.InputControlStyle">
<summary>
Gets and sets the input control style.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonComboBox.ItemStyle">
<summary>
Gets and sets the item style.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonComboBox.DropButtonStyle">
<summary>
Gets and sets the drop button style.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonComboBox.DropBackStyle">
<summary>
Gets and sets the drop button style.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonComboBox.AllowButtonSpecToolTips">
<summary>
Gets and sets a value indicating if tooltips should be Displayed for button specs.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonComboBox.AllowButtonSpecToolTipPriority">
<summary>
Gets and sets a value indicating if button spec tooltips should remove the parent tooltip.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonComboBox.ButtonSpecs">
<summary>
Gets the collection of button specifications.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonComboBox.AutoCompleteCustomSource">
<summary>
Gets or sets the StringCollection to use when the AutoCompleteSource property is set to CustomSource.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonComboBox.AutoCompleteMode">
<summary>
Gets or sets the text completion behavior of the combobox.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonComboBox.AutoCompleteSource">
<summary>
Gets or sets the autocomplete source, which can be one of the values from AutoCompleteSource enumeration.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonComboBox.FormatString">
<summary>
Gets or sets the format specifier characters that indicate how a value is to be Displayed.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonComboBox.FormattingEnabled">
<summary>
Gets or sets if this property is true, the value of FormatString is used to convert the value of DisplayMember into a value that can be Displayed.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonComboBox.StateCommon">
<summary>
Gets access to the common combobox appearance entries that other states can override.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonComboBox.StateDisabled">
<summary>
Gets access to the disabled combobox appearance entries.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonComboBox.StateNormal">
<summary>
Gets access to the normal combobox appearance entries.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonComboBox.StateActive">
<summary>
Gets access to the active combobox appearance entries.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonComboBox.StateTracking">
<summary>
Gets access to the tracking combobox appearance entries.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonComboBox.FindString(System.String)">
<summary>
Finds the first item in the combo box that starts with the specified string.
</summary>
<param name="str">The String to search for.</param>
<returns>The zero-based index of the first item found; returns -1 if no match is found.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonComboBox.FindString(System.String,System.Int32)">
<summary>
Finds the first item after the given index which starts with the given string. The search is not case sensitive.
</summary>
<param name="str">The String to search for.</param>
<param name="startIndex">The zero-based index of the item before the first item to be searched. Set to -1 to search from the beginning of the control.</param>
<returns>The zero-based index of the first item found; returns -1 if no match is found, or 0 if the s parameter specifies Empty.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonComboBox.FindStringExact(System.String)">
<summary>
Finds the first item in the combo box that matches the specified string.
</summary>
<param name="str">The String to search for.</param>
<returns>The zero-based index of the first item found; returns -1 if no match is found.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonComboBox.FindStringExact(System.String,System.Int32)">
<summary>
Finds the first item after the specified index that matches the specified string.
</summary>
<param name="str">The String to search for.</param>
<param name="startIndex">The zero-based index of the item before the first item to be searched. Set to -1 to search from the beginning of the control.</param>
<returns>The zero-based index of the first item found; returns -1 if no match is found, or 0 if the s parameter specifies Empty.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonComboBox.GetItemHeight(System.Int32)">
<summary>
Returns the height of an item in the ComboBox.
</summary>
<param name="index">The index of the item to return the height of.</param>
<returns>The height, in pixels, of the item at the specified index.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonComboBox.GetItemText(System.Object)">
<summary>
Returns the text representation of the specified item.
</summary>
<param name="item">The object from which to get the contents to display.</param>
<returns>If the DisplayMember property is not specified, the value returned by GetItemText is the value of the item's ToString method. Otherwise, the method returns the string value of the member specified in the DisplayMember property for the object specified in the item parameter.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonComboBox.Select(System.Int32,System.Int32)">
<summary>
Selects a range of text in the control.
</summary>
<param name="start">The position of the first character in the current text selection within the text box.</param>
<param name="length">The number of characters to select.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonComboBox.SelectAll">
<summary>
Selects all text in the control.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonComboBox.BeginUpdate">
<summary>
Maintains performance when items are added to the ComboBox one at a time.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonComboBox.EndUpdate">
<summary>
Resumes painting the ComboBox control after painting is suspended by the BeginUpdate method.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonComboBox.SetFixedState(System.Boolean)">
<summary>
Sets the fixed state of the control.
</summary>
<param name="active">Should the control be fixed as active.</param>
</member>
<member name="P:Krypton.Toolkit.KryptonComboBox.IsActive">
<summary>
Gets a value indicating if the input control is active.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonComboBox.ToolTipManager">
<summary>
Gets access to the ToolTipManager used for displaying tool tips.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonComboBox.Focus">
<summary>
Sets input focus to the control.
</summary>
<returns>true if the input focus request was successful; otherwise, false.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonComboBox.Select">
<summary>
Activates the control.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonComboBox.GetPreferredSize(System.Drawing.Size)">
<summary>
Get the preferred size of the control based on a proposed size.
</summary>
<param name="proposedSize">Starting size proposed by the caller.</param>
<returns>Calculated preferred size.</returns>
</member>
<member name="P:Krypton.Toolkit.KryptonComboBox.Anchor">
<summary>https://github.com/Krypton-Suite/Standard-Toolkit/issues/688</summary>
<returns>A bitwise combination of the <see cref="T:System.Windows.Forms.AnchorStyles" /> values. The default is <see langword="Top" /> and <see langword="Left" />.</returns>
</member>
<member name="P:Krypton.Toolkit.KryptonComboBox.DisplayRectangle">
<summary>
Gets the rectangle that represents the display area of the control.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonComboBox.SetLayoutDisplayPadding(System.Windows.Forms.Padding)">
<summary>
Override the display padding for the layout fill.
</summary>
<param name="padding">Display padding value.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonComboBox.DesignerGetHitTest(System.Drawing.Point)">
<summary>
Internal designing mode method.
</summary>
<param name="pt">Mouse location.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonComboBox.DesignerComponentFromPoint(System.Drawing.Point)">
<summary>
Internal designing mode method.
</summary>
<param name="pt">Mouse location.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonComboBox.DesignerMouseLeave">
<summary>
Internal designing mode method.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonComboBox.ForceControlLayout">
<summary>
Force the layout logic to size and position the controls.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonComboBox.OnInitialized(System.EventArgs)">
<summary>
Raises the Initialized event.
</summary>
<param name="e">An EventArgs containing the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonComboBox.OnTextUpdate(System.EventArgs)">
<summary>
Raises the TextUpdate event.
</summary>
<param name="e">An EventArgs containing the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonComboBox.OnSelectionChangeCommitted(System.EventArgs)">
<summary>
Raises the SelectionChangeCommitted event.
</summary>
<param name="e">An EventArgs containing the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonComboBox.OnSelectedIndexChanged(System.EventArgs)">
<summary>
Raises the SelectedIndexChanged event.
</summary>
<param name="e">An EventArgs containing the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonComboBox.OnDropDownStyleChanged(System.EventArgs)">
<summary>
Raises the DropDownStyleChanged event.
</summary>
<param name="e">An EventArgs containing the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonComboBox.OnDataSourceChanged(System.EventArgs)">
<summary>
Raises the DataSourceChanged event.
</summary>
<param name="e">An EventArgs containing the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonComboBox.OnDisplayMemberChanged(System.EventArgs)">
<summary>
Raises the DisplayMemberChanged event.
</summary>
<param name="e">An EventArgs containing the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonComboBox.OnFormat(System.Windows.Forms.ListControlConvertEventArgs)">
<summary>
Raises the Format event.
</summary>
<param name="e">An ListControlConvertEventArgs containing the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonComboBox.OnFormatInfoChanged(System.EventArgs)">
<summary>
Raises the FormatInfoChanged event.
</summary>
<param name="e">An EventArgs containing the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonComboBox.OnFormatStringChanged(System.EventArgs)">
<summary>
Raises the FormatStringChanged event.
</summary>
<param name="e">An EventArgs containing the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonComboBox.OnFormattingEnabledChanged(System.EventArgs)">
<summary>
Raises the FormattingEnabledChanged event.
</summary>
<param name="e">An EventArgs containing the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonComboBox.OnSelectedValueChanged(System.EventArgs)">
<summary>
Raises the SelectedValueChanged event.
</summary>
<param name="e">An EventArgs containing the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonComboBox.OnValueMemberChanged(System.EventArgs)">
<summary>
Raises the ValueMemberChanged event.
</summary>
<param name="e">An EventArgs containing the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonComboBox.OnDropDownClosed(System.EventArgs)">
<summary>
Raises the DropDownClosed event.
</summary>
<param name="e">An EventArgs containing the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonComboBox.OnDropDown(System.EventArgs)">
<summary>
Raises the DropDown event.
</summary>
<param name="e">An EventArgs containing the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonComboBox.OnTrackMouseEnter(System.EventArgs)">
<summary>
Raises the TrackMouseEnter event.
</summary>
<param name="e">An EventArgs containing the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonComboBox.OnTrackMouseLeave(System.EventArgs)">
<summary>
Raises the TrackMouseLeave event.
</summary>
<param name="e">An EventArgs containing the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonComboBox.OnHoverSelectionChanged(Krypton.Toolkit.HoveredSelectionChangedEventArgs)">
<summary>
Raises the HoveredSelectionChanged event.
</summary>
<param name="e">An EventArgs containing the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonComboBox.OnDrawItem(System.Windows.Forms.DrawItemEventArgs)">
<summary>
Raises the <see cref="E:DrawItem" /> event.
</summary>
<param name="e">The <see cref="T:System.Windows.Forms.DrawItemEventArgs"/> instance containing the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonComboBox.OnToolTipNeeded(Krypton.Toolkit.ToolTipNeededEventArgs)">
<summary>
Raises the ToolTipNeeded event.
</summary>
<param name="e"></param>
</member>
<member name="M:Krypton.Toolkit.KryptonComboBox.CreateControlsInstance">
<summary>
Creates a new instance of the control collection for the KryptonComboBox.
</summary>
<returns>A new instance of Control.ControlCollection assigned to the control.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonComboBox.OnHandleCreated(System.EventArgs)">
<summary>
Raises the HandleCreated event.
</summary>
<param name="e">An EventArgs containing the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonComboBox.OnEnabledChanged(System.EventArgs)">
<summary>
Raises the EnabledChanged event.
</summary>
<param name="e">An EventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonComboBox.OnBackColorChanged(System.EventArgs)">
<summary>
Raises the BackColorChanged event.
</summary>
<param name="e">An EventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonComboBox.OnBackgroundImageChanged(System.EventArgs)">
<summary>
Raises the BackgroundImageChanged event.
</summary>
<param name="e">An EventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonComboBox.OnBackgroundImageLayoutChanged(System.EventArgs)">
<summary>
Raises the BackgroundImageLayoutChanged event.
</summary>
<param name="e">An EventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonComboBox.OnForeColorChanged(System.EventArgs)">
<summary>
Raises the ForeColorChanged event.
</summary>
<param name="e">An EventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonComboBox.OnPaddingChanged(System.EventArgs)">
<summary>
Raises the PaddingChanged event.
</summary>
<param name="e">An EventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonComboBox.OnTabStopChanged(System.EventArgs)">
<summary>
Raises the TabStop event.
</summary>
<param name="e">An EventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonComboBox.OnCausesValidationChanged(System.EventArgs)">
<summary>
Raises the CausesValidationChanged event.
</summary>
<param name="e">An EventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonComboBox.OnPaint(System.Windows.Forms.PaintEventArgs)">
<summary>
Raises the Paint event.
</summary>
<param name="e">An PaintEventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonComboBox.OnResize(System.EventArgs)">
<summary>
Raises the Resize event.
</summary>
<param name="e">An EventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonComboBox.OnMouseEnter(System.EventArgs)">
<summary>
Raises the MouseEnter event.
</summary>
<param name="e">An EventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonComboBox.OnMouseLeave(System.EventArgs)">
<summary>
Raises the MouseLeave event.
</summary>
<param name="e">An EventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonComboBox.OnGotFocus(System.EventArgs)">
<summary>
Raises the GotFocus event.
</summary>
<param name="e">An EventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonComboBox.OnUserPreferenceChanged(System.Object,Microsoft.Win32.UserPreferenceChangedEventArgs)">
<summary>
Occurs when a user preference has changed.
</summary>
<param name="sender">Source of the event.</param>
<param name="e">Event details.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonComboBox.OnLayout(System.Windows.Forms.LayoutEventArgs)">
<summary>
Raises the Layout event.
</summary>
<param name="levent">An EventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonComboBox.SetBoundsCore(System.Int32,System.Int32,System.Int32,System.Int32,System.Windows.Forms.BoundsSpecified)">
<summary>
Performs the work of setting the specified bounds of this control.
</summary>
<param name="x">The new Left property value of the control.</param>
<param name="y">The new Top property value of the control.</param>
<param name="width">The new Width property value of the control.</param>
<param name="height">The new Height property value of the control.</param>
<param name="specified">A bitwise combination of the BoundsSpecified values.</param>
</member>
<member name="P:Krypton.Toolkit.KryptonComboBox.DefaultSize">
<summary>
Gets the default size of the control.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonComboBox.OnNeedPaint(System.Object,Krypton.Toolkit.NeedLayoutEventArgs)">
<summary>
Processes a notification from palette storage of a paint and optional layout required.
</summary>
<param name="sender">Source of notification.</param>
<param name="e">An NeedLayoutEventArgs containing event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonComboBox.OnPaletteChanged(System.EventArgs)">
<summary>
Raises the PaletteChanged event.
</summary>
<param name="e">An EventArgs containing the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonComboBox.OnPaletteNeedPaint(System.Object,Krypton.Toolkit.NeedLayoutEventArgs)">
<summary>
Processes a notification from palette of a paint and optional layout required.
</summary>
<param name="sender">Source of notification.</param>
<param name="e">An NeedLayoutEventArgs containing event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonComboBox.WndProc(System.Windows.Forms.Message@)">
<summary>
Process Windows-based messages.
</summary>
<param name="m">A Windows-based message.</param>
</member>
<member name="T:Krypton.Toolkit.KryptonCommand">
<summary>
Defines state and events for a single command.
</summary>
</member>
<member name="E:Krypton.Toolkit.KryptonCommand.Execute">
<summary>
Occurs when the command needs executing.
</summary>
</member>
<member name="E:Krypton.Toolkit.KryptonCommand.PropertyChanged">
<summary>
Occurs when a property has changed value.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonCommand.#ctor">
<summary>
Initialize a new instance of the KryptonCommand class.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonCommand.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="P:Krypton.Toolkit.KryptonCommand.Enabled">
<summary>
Gets and sets the enabled state of the command.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonCommand.Checked">
<summary>
Gets and sets the checked state of the command.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonCommand.CheckState">
<summary>
Gets and sets the check state of the command.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonCommand.Text">
<summary>
Gets and sets the command text.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonCommand.ExtraText">
<summary>
Gets and sets the command extra text.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonCommand.TextLine1">
<summary>
Gets and sets the command text line 1 for use in KryptonRibbon.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonCommand.TextLine2">
<summary>
Gets and sets the command text line 2 for use in KryptonRibbon.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonCommand.ImageSmall">
<summary>
Gets and sets the command small image.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonCommand.ImageLarge">
<summary>
Gets and sets the command large image.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonCommand.ImageTransparentColor">
<summary>
Gets and sets the command image transparent color.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonCommand.Tag">
<summary>
Gets and sets user-defined data associated with the object.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonCommand.CommandType">
<summary>Gets or sets the type of the krypton command.</summary>
<value>The type of the krypton command.</value>
</member>
<member name="M:Krypton.Toolkit.KryptonCommand.PerformExecute">
<summary>
Generates a Execute event for a button.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonCommand.OnExecute(System.EventArgs)">
<summary>
Raises the Execute event.
</summary>
<param name="e">An EventArgs containing the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonCommand.OnPropertyChanged(System.ComponentModel.PropertyChangedEventArgs)">
<summary>
Raises the PropertyChanged event.
</summary>
<param name="e">A PropertyChangedEventArgs containing the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonCommand.UpdateImage(System.Drawing.Image)">
<summary>Updates the image.</summary>
<param name="helpImage">The help image.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonCommand.SetText(System.String)">
<summary>Sets the text.</summary>
<param name="value">The value.</param>
</member>
<member name="T:Krypton.Toolkit.KryptonCommandCollection">
<summary>
Manages a collection of KryptonCommand instances.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonCommandCollection.Item(System.String)">
<summary>
Gets the item with the provided name.
</summary>
<param name="name">Name to find.</param>
<returns>Item with matching name.</returns>
</member>
<member name="T:Krypton.Toolkit.KryptonCommandLinkButton">
<summary>Combines button functionality with the styling features of the Krypton Toolkit.</summary>
<remarks>Main code taken from KryptonButton, then trimmed out to force the CommandLink layout.</remarks>
</member>
<member name="E:Krypton.Toolkit.KryptonCommandLinkButton.KryptonCommandChanged">
<summary>
Occurs when the value of the KryptonCommand property changes.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonCommandLinkButton.#ctor">
<summary>Initializes a new instance of the <see cref="T:Krypton.Toolkit.KryptonCommandLinkButton" /> class.</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonCommandLinkButton.AutoSize">
<summary>
Gets and sets the automatic resize of the control to fit contents.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonCommandLinkButton.Padding">
<summary>
Gets and sets the internal padding space.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonCommandLinkButton.Text">
<summary>
Gets or sets the text associated with this control.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonCommandLinkButton.ResetText">
<summary>
Resets the Text property to its default value.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonCommandLinkButton.Orientation">
<summary>
Gets and sets the visual orientation of the control.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonCommandLinkButton.ButtonStyle">
<summary>
Gets and sets the button style.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonCommandLinkButton.CommandLinkTextValues">
<summary>
Gets access to the button content.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonCommandLinkButton.CommandLinkImageValues">
<summary>
Gets access to the button content.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonCommandLinkButton.StateCommon">
<summary>
Gets access to the common button appearance that other states can override.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonCommandLinkButton.StateDisabled">
<summary>
Gets access to the disabled button appearance entries.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonCommandLinkButton.StateNormal">
<summary>
Gets access to the normal button appearance entries.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonCommandLinkButton.StateTracking">
<summary>
Gets access to the hot tracking button appearance entries.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonCommandLinkButton.StatePressed">
<summary>
Gets access to the pressed button appearance entries.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonCommandLinkButton.OverrideDefault">
<summary>
Gets access to the normal button appearance when default.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonCommandLinkButton.OverrideFocus">
<summary>
Gets access to the button appearance when it has focus.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonCommandLinkButton.DialogResult">
<summary>
Gets or sets the value returned to the parent form when the button is clicked.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonCommandLinkButton.KryptonCommand">
<summary>
Gets and sets the associated KryptonCommand.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonCommandLinkButton.NotifyDefault(System.Boolean)">
<summary>
Notifies a control that it is the default button so that its appearance and behavior is adjusted accordingly.
</summary>
<param name="value">true if the control should behave as a default button; otherwise false.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonCommandLinkButton.PerformClick">
<summary>
Generates a Click event for the control.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonCommandLinkButton.UseMnemonic">
<summary>
Gets or sets a value indicating whether an ampersand is included in the text of the control.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonCommandLinkButton.SetFixedState(Krypton.Toolkit.PaletteState)">
<summary>
Fix the control to a particular palette state.
</summary>
<param name="state">Palette state to fix.</param>
</member>
<member name="P:Krypton.Toolkit.KryptonCommandLinkButton.ImeMode">
<summary>
Determines the IME status of the object when selected.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonCommandLinkButton.DefaultSize">
<summary>
Gets the default size of the control.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonCommandLinkButton.DefaultImeMode">
<summary>
Gets the default Input Method Editor (IME) mode supported by this control.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonCommandLinkButton.OnEnabledChanged(System.EventArgs)">
<summary>
Raises the EnabledChanged event.
</summary>
<param name="e">An EventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonCommandLinkButton.OnGotFocus(System.EventArgs)">
<summary>
Raises the GotFocus event.
</summary>
<param name="e">An EventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonCommandLinkButton.OnLostFocus(System.EventArgs)">
<summary>
Raises the LostFocus event.
</summary>
<param name="e">An EventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonCommandLinkButton.OnClick(System.EventArgs)">
<summary>
Raises the Click event.
</summary>
<param name="e">An EventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonCommandLinkButton.ProcessMnemonic(System.Char)">
<summary>
Processes a mnemonic character.
</summary>
<param name="charCode">The mnemonic character entered.</param>
<returns>true if the mnemonic was processed; otherwise, false.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonCommandLinkButton.ContextMenuClosed">
<summary>
Called when a context menu has just been closed.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonCommandLinkButton.OnPaint(System.Windows.Forms.PaintEventArgs)">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.KryptonCommandLinkButton.SetStyles(Krypton.Toolkit.ButtonStyle)">
<summary>
Update the state objects to reflect the new button style.
</summary>
<param name="buttonStyle">New button style.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonCommandLinkButton.CreateButtonValues(Krypton.Toolkit.NeedPaintHandler)">
<summary>
Creates a values storage object appropriate for control.
</summary>
<returns>Set of button values.</returns>
<param name="needPaint">Delegate for notifying paint requests.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonCommandLinkButton.OnKryptonCommandChanged(System.EventArgs)">
<summary>
Raises the KryptonCommandChanged event.
</summary>
<param name="e">An EventArgs containing the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonCommandLinkButton.OnCommandPropertyChanged(System.Object,System.ComponentModel.PropertyChangedEventArgs)">
<summary>
Handles a change in the property of an attached command.
</summary>
<param name="sender">Source of the event.</param>
<param name="e">A PropertyChangedEventArgs that contains the event data.</param>
</member>
<member name="P:Krypton.Toolkit.KryptonCommandLinkButton.ViewDrawButton">
<summary>
Gets access to the view element for the color button.
</summary>
</member>
<member name="T:Krypton.Toolkit.KryptonContextMenu">
<summary>
Represents a shortcut menu with Krypton palette styling.
</summary>
</member>
<member name="E:Krypton.Toolkit.KryptonContextMenu.Opening">
<summary>
Occurs when the context menu is opening.
</summary>
</member>
<member name="E:Krypton.Toolkit.KryptonContextMenu.Opened">
<summary>
Occurs when the context menu is opened.
</summary>
</member>
<member name="E:Krypton.Toolkit.KryptonContextMenu.Closing">
<summary>
Occurs when the context menu is about to close.
</summary>
</member>
<member name="E:Krypton.Toolkit.KryptonContextMenu.Closed">
<summary>
Occurs when the context menu has been closed.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonContextMenu.#ctor">
<summary>
Initialize a new instance of the KryptonContextMenu class.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonContextMenu.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="P:Krypton.Toolkit.KryptonContextMenu.Images">
<summary>
Gets access to the image value overrides.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonContextMenu.StateCommon">
<summary>
Gets access to the common context menu appearance entries that other states can override.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonContextMenu.StateDisabled">
<summary>
Gets access to the context menu disabled appearance values.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonContextMenu.StateNormal">
<summary>
Gets access to the context menu normal appearance values.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonContextMenu.StateChecked">
<summary>
Gets access to the context menu normal appearance values.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonContextMenu.StateHighlight">
<summary>
Gets access to the context menu highlight appearance values.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonContextMenu.Items">
<summary>
Collection of menu items for display.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonContextMenu.Tag">
<summary>
Gets and sets user-defined data associated with the object.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonContextMenu.ResetTag">
<summary>
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonContextMenu.Enabled">
<summary>
Gets and sets if the context menu is enabled.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonContextMenu.PaletteMode">
<summary>
Gets or sets the palette to be applied.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonContextMenu.LocalCustomPalette">
<summary>
Gets and sets the custom palette implementation.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonContextMenu.ResetLocalCustomPalette">
<summary>
Resets the Palette property to its default value.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonContextMenu.Caller">
<summary>
Gets a reference to the caller that caused the context menu to be shown.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonContextMenu.Show(System.Object)">
<summary>
Show the context menu at the current mouse location.
</summary>
<returns>Has the context menu become Displayed.</returns>
<param name="caller">Reference to object causing the context menu to be shown.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonContextMenu.Show(System.Object,Krypton.Toolkit.KryptonContextMenuPositionH,Krypton.Toolkit.KryptonContextMenuPositionV)">
<summary>
Show the context menu relative to the current mouse location.
</summary>
<param name="caller">Reference to object causing the context menu to be shown.</param>
<param name="horz">Horizontal location relative to screen rectangle.</param>
<param name="vert">Vertical location relative to screen rectangle.</param>
<returns>Has the context menu become Displayed.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonContextMenu.Show(System.Object,System.Drawing.Point)">
<summary>
Show the context menu relative to the provided screen point.
</summary>
<param name="caller">Reference to object causing the context menu to be shown.</param>
<param name="screenPt">Screen location.</param>
<returns>Has the context menu become Displayed.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonContextMenu.Show(System.Object,System.Drawing.Rectangle)">
<summary>
Show the context menu relative to the provided screen rectangle.
</summary>
<param name="caller">Reference to object causing the context menu to be shown.</param>
<param name="screenRect">Screen rectangle.</param>
<returns>Has the context menu become Displayed.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonContextMenu.Show(System.Object,System.Drawing.Point,Krypton.Toolkit.KryptonContextMenuPositionH,Krypton.Toolkit.KryptonContextMenuPositionV)">
<summary>
Show the context menu relative to the provided screen point.
</summary>
<param name="caller">Reference to object causing the context menu to be shown.</param>
<param name="screenPt">Screen location.</param>
<param name="horz">Horizontal location relative to screen rectangle.</param>
<param name="vert">Vertical location relative to screen rectangle.</param>
<returns>Has the context menu become Displayed.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonContextMenu.Show(System.Object,System.Drawing.Rectangle,Krypton.Toolkit.KryptonContextMenuPositionH,Krypton.Toolkit.KryptonContextMenuPositionV)">
<summary>
Show the context menu relative to the provided screen rectangle.
</summary>
<param name="caller">Reference to object causing the context menu to be shown.</param>
<param name="screenRect">Screen rectangle.</param>
<param name="horz">Horizontal location relative to screen rectangle.</param>
<param name="vert">Vertical location relative to screen rectangle.</param>
<returns>Has the context menu become Displayed.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonContextMenu.Show(System.Object,System.Drawing.Rectangle,Krypton.Toolkit.KryptonContextMenuPositionH,Krypton.Toolkit.KryptonContextMenuPositionV,System.Boolean,System.Boolean)">
<summary>
Show the context menu relative to the provided screen rectangle.
</summary>
<param name="caller">Reference to object causing the context menu to be shown.</param>
<param name="screenRect">Screen rectangle.</param>
<param name="horz">Horizontal location relative to screen rectangle.</param>
<param name="vert">Vertical location relative to screen rectangle.</param>
<param name="keyboardActivated">Was context menu initiated via a keyboard action.</param>
<param name="constrain">Should size and position of menu be constrained by display size.</param>
<returns>Has the context menu become Displayed.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonContextMenu.Close">
<summary>
Close any showing context menu.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonContextMenu.Close(System.Windows.Forms.ToolStripDropDownCloseReason)">
<summary>
Close any showing context menu.
</summary>
<param name="reason">Reason why the context menu is being closed.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonContextMenu.ProcessShortcut(System.Windows.Forms.Keys)">
<summary>
Test for the provided shortcut and perform relevant action if a match is found.
</summary>
<param name="keyData">Key data to check against shortcut definitions.</param>
<returns>True if shortcut was handled, otherwise false.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonContextMenu.CreateContextMenu(Krypton.Toolkit.KryptonContextMenu,Krypton.Toolkit.PaletteBase,Krypton.Toolkit.PaletteMode,Krypton.Toolkit.PaletteRedirect,Krypton.Toolkit.PaletteRedirectContextMenu,Krypton.Toolkit.KryptonContextMenuCollection,System.Boolean,System.Boolean)">
<summary>
Create a new visual context menu for showing the defined items.
</summary>
<param name="kcm">Owning KryptonContextMenu instance.</param>
<param name="palette">Drawing palette.</param>
<param name="paletteMode">Drawing palette mode.</param>
<param name="redirector">Redirector for sourcing base values.</param>
<param name="redirectorImages">Redirector for sourcing base images.</param>
<param name="items">Collection of menu items.</param>
<param name="enabled">Enabled state of the menu.</param>
<param name="keyboardActivated">True is menu was keyboard initiated.</param>
<returns>VisualContextMenu reference.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonContextMenu.OnOpening(System.ComponentModel.CancelEventArgs)">
<summary>
Raises the Opening event.
</summary>
<param name="e">A CancelEventArgs containing the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonContextMenu.OnOpened(System.EventArgs)">
<summary>
Raises the Opened event.
</summary>
<param name="e">An EventArgs containing the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonContextMenu.OnClosing(System.ComponentModel.CancelEventArgs)">
<summary>
Raises the Closing event.
</summary>
<param name="e">A CancelEventArgs containing the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonContextMenu.OnClosed(System.Windows.Forms.ToolStripDropDownClosedEventArgs)">
<summary>
Raises the Closed event.
</summary>
<param name="e">An ToolStripDropDownClosedEventArgs containing the event data.</param>
</member>
<member name="T:Krypton.Toolkit.KryptonCustomPaletteBase">
<summary>
Define and modify a palette for styling Krypton controls.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonCustomPaletteBase.#ctor">
<summary>
Initialize a new instance of the KryptonPalette class.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonCustomPaletteBase.#ctor(System.ComponentModel.IContainer)">
<summary>
Initialize a new instance of the KryptonPalette class.
</summary>
<param name="container">Container that owns the component.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonCustomPaletteBase.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="P:Krypton.Toolkit.KryptonCustomPaletteBase.UseThemeFormChromeBorderWidth">
<summary>
Gets or sets a value indicating if KryptonForm instances should UseThemeFormChromeBorderWidth.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonCustomPaletteBase.ButtonSpecs">
<summary>
Gets access to the button specifications.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonCustomPaletteBase.ButtonStyles">
<summary>
Gets access to the appearance for button styles.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonCustomPaletteBase.CalendarDay">
<summary>
Gets access to the appearance of the calendar day.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonCustomPaletteBase.Cargo">
<summary>
Gets access to the set of user supplied values.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonCustomPaletteBase.Common">
<summary>
Gets access to the common appearance values.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonCustomPaletteBase.ControlStyles">
<summary>
Gets access to the appearance for control styles.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonCustomPaletteBase.ContextMenu">
<summary>
Gets access to the appearance for context menus.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonCustomPaletteBase.CueHintText">
<summary>Gets or sets the cue hint text.</summary>
<value>The cue hint text.</value>
</member>
<member name="P:Krypton.Toolkit.KryptonCustomPaletteBase.DragDrop">
<summary>
Gets access to the appearance of drag and drop.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonCustomPaletteBase.FormStyles">
<summary>
Gets access to the appearance for form styles.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonCustomPaletteBase.HeaderGroup">
<summary>
Gets access to the HeaderGroup appearance entries.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonCustomPaletteBase.HeaderStyles">
<summary>
Gets access to the appearance for header styles.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonCustomPaletteBase.GridStyles">
<summary>
Gets access to the appearance for grid styles.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonCustomPaletteBase.Images">
<summary>
Gets access to the images.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonCustomPaletteBase.InputControlStyles">
<summary>
Gets access to the input controls styles.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonCustomPaletteBase.LabelStyles">
<summary>
Gets access to the appearance for label styles.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonCustomPaletteBase.Navigator">
<summary>
Gets access to the Navigator appearance entries.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonCustomPaletteBase.PanelStyles">
<summary>
Gets access to the appearance for panel styles.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonCustomPaletteBase.Ribbon">
<summary>
Gets access to the appearance settings for ribbon.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonCustomPaletteBase.SeparatorStyles">
<summary>
Gets access to the appearance for separator styles.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonCustomPaletteBase.TabStyles">
<summary>
Gets access to the appearance for tab styles.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonCustomPaletteBase.TrackBar">
<summary>
Gets access to the appearance for the track bar.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonCustomPaletteBase.ToolMenuStatus">
<summary>
Gets access to the set of color table settings.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonCustomPaletteBase.GetRenderer">
<summary>
Gets the renderer to use for this palette.
</summary>
<returns>Renderer to use for drawing palette settings.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonCustomPaletteBase.GetBackDraw(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets a value indicating if background should be drawn.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>InheritBool value.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonCustomPaletteBase.GetBackGraphicsHint(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the graphics drawing hint for the background.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteGraphicsHint value.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonCustomPaletteBase.GetBackColor1(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the first background color.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonCustomPaletteBase.GetBackColor2(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the second back color.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonCustomPaletteBase.GetBackColorStyle(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color background drawing style.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color drawing style.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonCustomPaletteBase.GetBackColorAlign(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color alignment.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonCustomPaletteBase.GetBackColorAngle(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color background angle.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Angle used for color drawing.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonCustomPaletteBase.GetBackImage(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets a background image.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image instance.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonCustomPaletteBase.GetBackImageStyle(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the background image style.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image style value.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonCustomPaletteBase.GetBackImageAlign(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the image alignment.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonCustomPaletteBase.GetBorderDraw(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets a value indicating if border should be drawn.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<param name="style">Border style.</param>
<returns>InheritBool value.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonCustomPaletteBase.GetBorderDrawBorders(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets a value indicating which borders to draw.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteDrawBorders value.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonCustomPaletteBase.GetBorderGraphicsHint(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the graphics drawing hint for the border.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteGraphicsHint value.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonCustomPaletteBase.GetBorderColor1(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the first border color.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonCustomPaletteBase.GetBorderColor2(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the second border color.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonCustomPaletteBase.GetBorderColorStyle(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color border drawing style.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color drawing style.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonCustomPaletteBase.GetBorderColorAlign(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color border alignment.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonCustomPaletteBase.GetBorderColorAngle(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color border angle.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Angle used for color drawing.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonCustomPaletteBase.GetBorderWidth(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the border width.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Integer width.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonCustomPaletteBase.GetBorderRounding(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the border corner rounding.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Float rounding.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonCustomPaletteBase.GetBorderImage(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets a border image.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image instance.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonCustomPaletteBase.GetBorderImageStyle(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the border image style.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image style value.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonCustomPaletteBase.GetBorderImageAlign(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the image border alignment.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonCustomPaletteBase.GetContentDraw(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets a value indicating if content should be drawn.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>InheritBool value.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonCustomPaletteBase.GetContentDrawFocus(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets a value indicating if content should be drawn with focus indication.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>InheritBool value.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonCustomPaletteBase.GetContentImageH(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the horizontal relative alignment of the image.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonCustomPaletteBase.GetContentImageV(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the vertical relative alignment of the image.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonCustomPaletteBase.GetContentImageEffect(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the effect applied to drawing of the image.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteImageEffect value.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonCustomPaletteBase.GetContentImageColorMap(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the image color to remap into another color.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonCustomPaletteBase.GetContentImageColorTo(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color to use in place of the image map color.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonCustomPaletteBase.GetContentImageColorTransparent(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.KryptonCustomPaletteBase.GetContentShortTextFont(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the font for the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Font value.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonCustomPaletteBase.GetContentShortTextNewFont(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the font for the short text by generating a new font instance.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Font value.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonCustomPaletteBase.GetContentShortTextHint(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the rendering hint for the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteTextHint value.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonCustomPaletteBase.GetContentShortTextMultiLine(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the flag indicating if multiline text is allowed for short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>InheritBool value.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonCustomPaletteBase.GetContentShortTextTrim(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the text trimming to use for short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteTextTrim value.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonCustomPaletteBase.GetContentShortTextPrefix(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the prefix drawing setting for short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteTextPrefix value.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonCustomPaletteBase.GetContentShortTextH(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the horizontal relative alignment of the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonCustomPaletteBase.GetContentShortTextV(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the vertical relative alignment of the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonCustomPaletteBase.GetContentShortTextMultiLineH(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the horizontal relative alignment of multiline short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonCustomPaletteBase.GetContentShortTextColor1(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the first back color for the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonCustomPaletteBase.GetContentShortTextColor2(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the second back color for the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonCustomPaletteBase.GetContentShortTextColorStyle(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color drawing style for the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color drawing style.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonCustomPaletteBase.GetContentShortTextColorAlign(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color alignment for the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonCustomPaletteBase.GetContentShortTextColorAngle(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color background angle for the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Angle used for color drawing.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonCustomPaletteBase.GetContentShortTextImage(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets a background image for the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image instance.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonCustomPaletteBase.GetContentShortTextImageStyle(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the background image style.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image style value.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonCustomPaletteBase.GetContentShortTextImageAlign(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the image alignment for the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonCustomPaletteBase.GetContentLongTextFont(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the font for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Font value.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonCustomPaletteBase.GetContentLongTextNewFont(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the font for the long text by generating a new font instance.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Font value.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonCustomPaletteBase.GetContentLongTextHint(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the rendering hint for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>TextRenderingHint value.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonCustomPaletteBase.GetContentLongTextPrefix(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the prefix drawing setting for long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteTextPrefix value.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonCustomPaletteBase.GetContentLongTextMultiLine(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the flag indicating if multiline text is allowed for long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>InheritBool value.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonCustomPaletteBase.GetContentLongTextTrim(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the text trimming to use for long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteTextTrim value.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonCustomPaletteBase.GetContentLongTextH(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the horizontal relative alignment of the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonCustomPaletteBase.GetContentLongTextV(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the vertical relative alignment of the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonCustomPaletteBase.GetContentLongTextMultiLineH(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the horizontal relative alignment of multiline long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonCustomPaletteBase.GetContentLongTextColor1(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the first back color for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonCustomPaletteBase.GetContentLongTextColor2(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the second back color for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonCustomPaletteBase.GetContentLongTextColorStyle(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color drawing style for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color drawing style.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonCustomPaletteBase.GetContentLongTextColorAlign(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color alignment for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonCustomPaletteBase.GetContentLongTextColorAngle(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color background angle for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Angle used for color drawing.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonCustomPaletteBase.GetContentLongTextImage(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets a background image for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image instance.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonCustomPaletteBase.GetContentLongTextImageStyle(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the background image style for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image style value.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonCustomPaletteBase.GetContentLongTextImageAlign(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the image alignment for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonCustomPaletteBase.GetBorderContentPadding(Krypton.Toolkit.KryptonForm,Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the padding between the border and content drawing.
</summary>
<param name="owningForm"></param>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Padding value.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonCustomPaletteBase.GetContentAdjacentGap(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the padding between adjacent content items.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Integer value.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonCustomPaletteBase.GetMetricInt(Krypton.Toolkit.KryptonForm,Krypton.Toolkit.PaletteState,Krypton.Toolkit.PaletteMetricInt)">
<summary>
Gets an integer metric value.
</summary>
<param name="owningForm"></param>
<param name="state">Palette value should be applicable to this state.</param>
<param name="metric">Requested metric.</param>
<returns>Integer value.</returns>
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.KryptonCustomPaletteBase.GetMetricBool(Krypton.Toolkit.PaletteState,Krypton.Toolkit.PaletteMetricBool)">
<summary>
Gets a boolean metric value.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<param name="metric">Requested metric.</param>
<returns>InheritBool value.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonCustomPaletteBase.GetMetricPadding(Krypton.Toolkit.KryptonForm,Krypton.Toolkit.PaletteState,Krypton.Toolkit.PaletteMetricPadding)">
<summary>
Gets a padding metric value.
</summary>
<param name="owningForm"></param>
<param name="state">Palette value should be applicable to this state.</param>
<param name="metric">Requested metric.</param>
<returns>Padding value.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonCustomPaletteBase.GetTreeViewImage(System.Boolean)">
<summary>
Gets a tree view image appropriate for the provided state.
</summary>
<param name="expanded">Is the node expanded</param>
<returns>Appropriate image for drawing; otherwise null.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonCustomPaletteBase.GetCheckBoxImage(System.Boolean,System.Windows.Forms.CheckState,System.Boolean,System.Boolean)">
<summary>
Gets a check box image appropriate for the provided state.
</summary>
<param name="enabled">Is the check box enabled.</param>
<param name="checkState">Is the check box checked/unchecked/indeterminate.</param>
<param name="tracking">Is the check box being hot tracked.</param>
<param name="pressed">Is the check box being pressed.</param>
<returns>Appropriate image for drawing; otherwise null.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonCustomPaletteBase.GetRadioButtonImage(System.Boolean,System.Boolean,System.Boolean,System.Boolean)">
<summary>
Gets a check box image appropriate for the provided state.
</summary>
<param name="enabled">Is the radio button enabled.</param>
<param name="checkState">Is the radio button checked.</param>
<param name="tracking">Is the radio button being hot tracked.</param>
<param name="pressed">Is the radio button being pressed.</param>
<returns>Appropriate image for drawing; otherwise null.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonCustomPaletteBase.GetContextMenuCheckedImage">
<summary>
Gets a checked image appropriate for a context menu item.
</summary>
<returns>Appropriate image for drawing; otherwise null.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonCustomPaletteBase.GetContextMenuIndeterminateImage">
<summary>
Gets a indeterminate image appropriate for a context menu item.
</summary>
<returns>Appropriate image for drawing; otherwise null.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonCustomPaletteBase.GetContextMenuSubMenuImage">
<summary>
Gets an image indicating a sub-menu on a context menu item.
</summary>
<returns>Appropriate image for drawing; otherwise null.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonCustomPaletteBase.GetGalleryButtonImage(Krypton.Toolkit.PaletteRibbonGalleryButton,Krypton.Toolkit.PaletteState)">
<summary>
Gets a check box image appropriate for the provided state.
</summary>
<param name="button">Enum of the button to fetch.</param>
<param name="state">State of the button to fetch.</param>
<returns>Appropriate image for drawing; otherwise null.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonCustomPaletteBase.GetButtonSpecIcon(Krypton.Toolkit.PaletteButtonSpecStyle)">
<summary>
Gets the icon to display for the button.
</summary>
<param name="style">Style of button spec.</param>
<returns>Icon value.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonCustomPaletteBase.GetButtonSpecImage(Krypton.Toolkit.PaletteButtonSpecStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the image to display for the button.
</summary>
<param name="style">Style of button spec.</param>
<param name="state">State for which image is required.</param>
<returns>Image value.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonCustomPaletteBase.GetButtonSpecImageTransparentColor(Krypton.Toolkit.PaletteButtonSpecStyle)">
<summary>
Gets the image transparent color.
</summary>
<param name="style">Style of button spec.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonCustomPaletteBase.GetButtonSpecShortText(Krypton.Toolkit.PaletteButtonSpecStyle)">
<summary>
Gets the short text to display for the button.
</summary>
<param name="style">Style of button spec.</param>
<returns>String value.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonCustomPaletteBase.GetButtonSpecLongText(Krypton.Toolkit.PaletteButtonSpecStyle)">
<summary>
Gets the long text to display for the button.
</summary>
<param name="style">Style of button spec.</param>
<returns>String value.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonCustomPaletteBase.GetButtonSpecToolTipTitle(Krypton.Toolkit.PaletteButtonSpecStyle)">
<summary>
Gets the tooltip title text to display for the button.
</summary>
<param name="style">Style of button spec.</param>
<returns>String value.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonCustomPaletteBase.GetButtonSpecColorMap(Krypton.Toolkit.PaletteButtonSpecStyle)">
<summary>
Gets the color to remap from the image to the container foreground.
</summary>
<param name="style">Style of button spec.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonCustomPaletteBase.GetButtonSpecColorTransparent(Krypton.Toolkit.PaletteButtonSpecStyle)">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.KryptonCustomPaletteBase.GetButtonSpecStyle(Krypton.Toolkit.PaletteButtonSpecStyle)">
<summary>
Gets the button style used for drawing the button.
</summary>
<param name="style">Style of button spec.</param>
<returns>PaletteButtonStyle value.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonCustomPaletteBase.GetButtonSpecLocation(Krypton.Toolkit.PaletteButtonSpecStyle)">
<summary>
Get the location for the button.
</summary>
<param name="style">Style of button spec.</param>
<returns>HeaderLocation value.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonCustomPaletteBase.GetButtonSpecEdge(Krypton.Toolkit.PaletteButtonSpecStyle)">
<summary>
Gets the edge to position the button against.
</summary>
<param name="style">Style of button spec.</param>
<returns>PaletteRelativeEdgeAlign value.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonCustomPaletteBase.GetButtonSpecOrientation(Krypton.Toolkit.PaletteButtonSpecStyle)">
<summary>
Gets the button orientation.
</summary>
<param name="style">Style of button spec.</param>
<returns>PaletteButtonOrientation value.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonCustomPaletteBase.GetRibbonShape">
<summary>
Gets the ribbon shape that should be used.
</summary>
<returns>Ribbon shape value.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonCustomPaletteBase.GetRibbonContextTextAlign(Krypton.Toolkit.PaletteState)">
<summary>
Gets the text alignment for the ribbon context text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Font value.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonCustomPaletteBase.GetRibbonContextTextFont(Krypton.Toolkit.PaletteState)">
<summary>
Gets the font for the ribbon context text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Font value.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonCustomPaletteBase.GetRibbonContextTextColor(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the ribbon context text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Font value.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonCustomPaletteBase.GetRibbonDisabledDark(Krypton.Toolkit.PaletteState)">
<summary>
Gets the dark disabled color used for ribbon glyphs.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonCustomPaletteBase.GetRibbonDisabledLight(Krypton.Toolkit.PaletteState)">
<summary>
Gets the light disabled color used for ribbon glyphs.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonCustomPaletteBase.GetRibbonDropArrowLight(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the drop arrow light.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonCustomPaletteBase.GetRibbonDropArrowDark(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the drop arrow dark.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonCustomPaletteBase.GetRibbonGroupDialogDark(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the dialog launcher dark.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonCustomPaletteBase.GetRibbonGroupDialogLight(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the dialog launcher light.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonCustomPaletteBase.GetRibbonGroupSeparatorDark(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the group separator dark.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonCustomPaletteBase.GetRibbonGroupSeparatorLight(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the group separator light.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonCustomPaletteBase.GetRibbonMinimizeBarDark(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the minimize bar dark.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonCustomPaletteBase.GetRibbonMinimizeBarLight(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the minimize bar light.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonCustomPaletteBase.GetRibbonTabRowBackgroundGradientRaftingDark(Krypton.Toolkit.PaletteState)">
<summary>
Gets the dark rafting color for the tab background.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonCustomPaletteBase.GetRibbonTabRowBackgroundGradientRaftingLight(Krypton.Toolkit.PaletteState)">
<summary>
Gets the light rafting color for the tab background.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonCustomPaletteBase.GetRibbonTabRowBackgroundSolidColor(Krypton.Toolkit.PaletteState)">
<summary>
Gets the solid color for the tab background.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonCustomPaletteBase.GetRibbonTabRowGradientColor1(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.KryptonCustomPaletteBase.GetRibbonFileAppTabBottomColor(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.KryptonCustomPaletteBase.GetRibbonFileAppTabTopColor(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.KryptonCustomPaletteBase.GetRibbonFileAppTabTextColor(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.KryptonCustomPaletteBase.GetRibbonTextFont(Krypton.Toolkit.PaletteState)">
<summary>
Gets the font for the ribbon text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Font value.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonCustomPaletteBase.GetRibbonTabRowGradientRaftingAngle(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.KryptonCustomPaletteBase.GetRibbonTextHint(Krypton.Toolkit.PaletteState)">
<summary>
Gets the rendering hint for the ribbon font.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteTextHint value.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonCustomPaletteBase.GetRibbonTabSeparatorColor(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the tab separator.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonCustomPaletteBase.GetRibbonTabSeparatorContextColor(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the tab context separators.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonCustomPaletteBase.GetRibbonQATButtonDark(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the extra QAT button dark content color.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonCustomPaletteBase.GetRibbonQATButtonLight(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the extra QAT button light content color.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonCustomPaletteBase.GetRibbonBackColorStyle(Krypton.Toolkit.PaletteRibbonBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the method used to draw the background of a ribbon item.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteRibbonBackStyle value.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonCustomPaletteBase.GetRibbonBackColor1(Krypton.Toolkit.PaletteRibbonBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the first background color for the ribbon item.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonCustomPaletteBase.GetRibbonBackColor2(Krypton.Toolkit.PaletteRibbonBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the second background color for the ribbon item.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonCustomPaletteBase.GetRibbonBackColor3(Krypton.Toolkit.PaletteRibbonBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the third background color for the ribbon item.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonCustomPaletteBase.GetRibbonBackColor4(Krypton.Toolkit.PaletteRibbonBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the fourth background color for the ribbon item.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonCustomPaletteBase.GetRibbonBackColor5(Krypton.Toolkit.PaletteRibbonBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the fifth background color for the ribbon item.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonCustomPaletteBase.GetRibbonTextColor(Krypton.Toolkit.PaletteRibbonTextStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the tab color for the item text.
</summary>
<param name="style">Text style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonCustomPaletteBase.GetElementColor1(Krypton.Toolkit.PaletteElement,Krypton.Toolkit.PaletteState)">
<summary>
Gets the first element color.
</summary>
<param name="element">Element for which color is required.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonCustomPaletteBase.GetElementColor2(Krypton.Toolkit.PaletteElement,Krypton.Toolkit.PaletteState)">
<summary>
Gets the second element color.
</summary>
<param name="element">Element for which color is required.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonCustomPaletteBase.GetElementColor3(Krypton.Toolkit.PaletteElement,Krypton.Toolkit.PaletteState)">
<summary>
Gets the third element color.
</summary>
<param name="element">Element for which color is required.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonCustomPaletteBase.GetElementColor4(Krypton.Toolkit.PaletteElement,Krypton.Toolkit.PaletteState)">
<summary>
Gets the fourth element color.
</summary>
<param name="element">Element for which color is required.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonCustomPaletteBase.GetElementColor5(Krypton.Toolkit.PaletteElement,Krypton.Toolkit.PaletteState)">
<summary>
Gets the fifth element color.
</summary>
<param name="element">Element for which color is required.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonCustomPaletteBase.SuspendUpdates">
<summary>
Suspend the notification of drawing updates when palette values are changed.
</summary>
<returns>New suspended count.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonCustomPaletteBase.ResumeUpdates">
<summary>
Resume the notification of drawing updates when palette values are changed.
</summary>
<returns>New suspended count; Updates only occur when the count reaches zero.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonCustomPaletteBase.ResumeUpdates(System.Boolean)">
<summary>
Resume the notification of drawing updates when palette values are changed.
</summary>
<param name="updateNow">Should an immediate drawing update occur.</param>
<returns>New suspended count; Updates only occur when the count reaches zero.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonCustomPaletteBase.ResetToDefaults(System.Boolean)">
<summary>
Reset all palettes values back to defaults.
</summary>
<param name="silent">Silent mode provides no user interface feedback.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonCustomPaletteBase.PopulateFromBase(System.Boolean)">
<summary>
Populate values from the base palette.
</summary>
<param name="silent">Silent mode provides no user interface feedback.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonCustomPaletteBase.Import(System.Boolean)">
<summary>
Import palette settings from an xml file.
</summary>
<returns>Full path of imported filename; otherwise empty string.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonCustomPaletteBase.ActionListImport(System.Boolean)">
<summary>Import palette settings from a xml file. For use with action list.</summary>
<returns>Full path of imported filename; otherwise empty string.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonCustomPaletteBase.Import(System.String)">
<summary>
Silent Import of palette settings from the specified xml file.
</summary>
<param name="filename">Filename to load.</param>
<returns>Full path of imported filename; otherwise empty string.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonCustomPaletteBase.Import(System.String,System.Boolean)">
<summary>
Import palette settings from the specified xml file.
</summary>
<param name="filename">Filename to load.</param>
<param name="silent">Silent mode provides no user interface feedback.</param>
<returns>Full path of imported filename; otherwise empty string.</returns>
<exception>Thrown if failure to import</exception>
</member>
<member name="M:Krypton.Toolkit.KryptonCustomPaletteBase.Import(System.IO.Stream)">
<summary>
Import palette settings from the specified stream.
</summary>
<param name="stream">Stream that contains an XmlDocument.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonCustomPaletteBase.ImportWithUpgrade(System.IO.Stream)">
<summary>
Import xml palette - with auto upgrade - from the specified stream.
</summary>
<param name="stream">Stream that contains an XmlDocument. Needs to have settable `Position`</param>
<exception>Will be thrown if the Palette Xml cannot be transformed, or is incorrect</exception>
</member>
<member name="M:Krypton.Toolkit.KryptonCustomPaletteBase.ImportWithUpgrade(System.String)">
<summary>Upgrades the specified palette and upgrades it if needed.</summary>
<param name="themeFilePath">The theme file path.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonCustomPaletteBase.TransformXml(System.Xml.Xsl.XslCompiledTransform,System.String)">
<summary>
Transforms the XML.
</summary>
<param name="transform">The transform.</param>
<param name="xml">The XML.</param>
<returns></returns>
</member>
<member name="M:Krypton.Toolkit.KryptonCustomPaletteBase.Import(System.IO.Stream,System.Boolean)">
<summary>
Import palette settings from the specified stream.
</summary>
<param name="stream">Stream that contains an XmlDocument.</param>
<param name="silent">Silent mode provides no user interface feedback.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonCustomPaletteBase.Import(System.Byte[])">
<summary>
Import palette settings from the specified array of bytes.
</summary>
<param name="byteArray">ByteArray that was returning from exporting palette.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonCustomPaletteBase.Import(System.Byte[],System.Boolean)">
<summary>
Import palette settings from the specified array of bytes.
</summary>
<param name="byteArray">ByteArray that was returning from exporting palette.</param>
<param name="silent">Silent mode provides no user interface feedback.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonCustomPaletteBase.Export">
<summary>
Export palette settings to a user specified xml file.
</summary>
<returns>Full path of exported filename; otherwise empty string.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonCustomPaletteBase.ActionListExport">
<summary>Export palette settings to a user specified xml file. For use with action list.</summary>
<returns>Full path of exported filename; otherwise empty string.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonCustomPaletteBase.Export(System.String,System.Boolean)">
<summary>
Export palette settings to the specified xml file.
</summary>
<param name="filename">Filename to create or overwrite.</param>
<param name="ignoreDefaults">Should default values be exported.</param>
<returns>Full path of exported filename; otherwise empty string.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonCustomPaletteBase.Export(System.String,System.Boolean,System.Boolean)">
<summary>
Export palette settings to the specified xml file.
</summary>
<param name="filename">Filename to create or overwrite.</param>
<param name="ignoreDefaults">Should default values be exported.</param>
<param name="silent">Silent mode provides no user interface feedback.</param>
<returns>Full path of exported filename; otherwise empty string.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonCustomPaletteBase.Export(System.IO.Stream,System.Boolean)">
<summary>
Export palette settings into a stream object.
</summary>
<param name="stream">Destination stream for exporting.</param>
<param name="ignoreDefaults">Should default values be exported.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonCustomPaletteBase.Export(System.IO.Stream,System.Boolean,System.Boolean)">
<summary>
Export palette settings into a stream object.
</summary>
<param name="stream">Destination stream for exporting.</param>
<param name="ignoreDefaults">Should default values be exported.</param>
<param name="silent">Silent mode provides no user interface feedback.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonCustomPaletteBase.Export(System.Boolean)">
<summary>
Export palette settings into an array of bytes.
</summary>
<param name="ignoreDefaults">Should default values be exported.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonCustomPaletteBase.Export(System.Boolean,System.Boolean)">
<summary>
Export palette settings into an array of bytes.
</summary>
<param name="ignoreDefaults">Should default values be exported.</param>
<param name="silent">Silent mode provides no user interface feedback.</param>
</member>
<member name="P:Krypton.Toolkit.KryptonCustomPaletteBase.IsDefault">
<summary>
Should any of these global values be serialised
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonCustomPaletteBase.Reset">
<summary>
Reset global values to default.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonCustomPaletteBase.CustomisedKryptonPaletteFilePath">
<summary>Gets the customised Krypton palette file path.</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonCustomPaletteBase.PaletteName">
<summary>Gets the palette name.</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonCustomPaletteBase.BasePalette">
<summary>
Gets and sets the KryptonPalette used to inherit from.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonCustomPaletteBase.BaseRenderMode">
<summary>
Gets or sets the renderer used for drawing the palette.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonCustomPaletteBase.BaseRenderer">
<summary>
Gets and sets the custom renderer to be used with this palette.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonCustomPaletteBase.ColorTable">
<summary>
Gets access to the color table instance.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonCustomPaletteBase.BaseFont">
<inheritdoc />
</member>
<member name="P:Krypton.Toolkit.KryptonCustomPaletteBase.ThemeName">
<inheritdoc />
</member>
<member name="P:Krypton.Toolkit.KryptonCustomPaletteBase.BasePaletteType">
<inheritdoc />
</member>
<member name="P:Krypton.Toolkit.KryptonCustomPaletteBase.NeedPaintDelegate">
<summary>
Gets access to the need paint delegate.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonCustomPaletteBase.OnPalettePaint(System.Object,Krypton.Toolkit.PaletteLayoutEventArgs)">
<summary>
Raises the PalettePaint event.
</summary>
<param name="sender">Source of the event.</param>
<param name="e">An PaintLayoutEventArgs containing event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonCustomPaletteBase.OnUseThemeFormChromeBorderWidthChanged(System.Object,System.EventArgs)">
<summary>
Raises the UseThemeFormChromeBorderWidthChanged event.
</summary>
<param name="sender">Source of the event.</param>
<param name="e">An EventArgs containing event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonCustomPaletteBase.OnBasePaletteChanged(System.Object,System.EventArgs)">
<summary>
Raises the BasePaletteChanged event.
</summary>
<param name="sender">Source of the event.</param>
<param name="e">An EventArgs containing event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonCustomPaletteBase.OnBaseRendererChanged(System.Object,System.EventArgs)">
<summary>
Raises the BaseRendererChanged event.
</summary>
<param name="sender">Source of the event.</param>
<param name="e">An EventArgs containing event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonCustomPaletteBase.OnButtonSpecChanged(System.Object,System.EventArgs)">
<summary>
Raises the ButtonSpecChanged event.
</summary>
<param name="sender">Source of the event.</param>
<param name="e">An EventArgs containing event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonCustomPaletteBase.SetCustomisedKryptonPaletteFilePath(System.String)">
<summary>Sets the CustomisedKryptonPaletteFilePath to the value of customisedKryptonPaletteFilePathValue.</summary>
<param name="customisedKryptonPaletteFilePathValue">The value of customisedKryptonPaletteFilePathValue.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonCustomPaletteBase.GetCustomisedKryptonPaletteFilePath">
<summary>Gets the CustomisedKryptonPaletteFilePath value.</summary>
<returns>The value of customisedKryptonPaletteFilePathValue.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonCustomPaletteBase.SetPaletteName(System.String)">
<summary>Sets the PaletteName to the value of value.</summary>
<param name="value">The desired value of PaletteName.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonCustomPaletteBase.GetPaletteName">
<summary>Returns the value of the PaletteName.</summary>
<returns>The value of the PaletteName.</returns>
</member>
<member name="T:Krypton.Toolkit.KryptonDataGridView">
<summary>
Display text and images with the styling features of the Krypton Toolkit
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonDataGridView.ToolTipContent.#ctor(System.String)">
<summary>
Initialize a new instance of the ToolTipContent class.
</summary>
<param name="toolTipText">Text to show as a tooltip.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonDataGridView.ToolTipContent.GetImage(Krypton.Toolkit.PaletteState)">
<summary>
Gets the content image.
</summary>
<param name="state">The state for which the image is needed.</param>
<returns>Image value.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonDataGridView.ToolTipContent.GetImageTransparentColor(Krypton.Toolkit.PaletteState)">
<summary>
Gets the image color that should be transparent.
</summary>
<param name="state">The state for which the image is needed.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonDataGridView.ToolTipContent.GetShortText">
<summary>
Gets the content short text.
</summary>
<returns>String value.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonDataGridView.ToolTipContent.GetLongText">
<summary>
Gets the content long text.
</summary>
<returns>String value.</returns>
</member>
<member name="E:Krypton.Toolkit.KryptonDataGridView.PaletteChanged">
<summary>
Occurs when the palette changes.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonDataGridView.#ctor">
<summary>
Initialize a new instance of the KryptonDataGridView class.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonDataGridView.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="P:Krypton.Toolkit.KryptonDataGridView.DoubleBuffered">
<inheritdoc/>
</member>
<member name="P:Krypton.Toolkit.KryptonDataGridView.ColumnCount">
<summary>
Gets or sets the number of columns displayed in the KryptonDataGridView.
</summary>
<returns>The number of columns displayed in the KryptonDataGridView.</returns>
<exception cref="T:System.ArgumentOutOfRangeException">The specified value when setting this property is less than 0.</exception>
<exception cref="T:System.InvalidOperationException">When setting this property, the System.Windows.Forms.DataGridView.DataSource property has been set.</exception>
</member>
<member name="P:Krypton.Toolkit.KryptonDataGridView.BackgroundColor">
<summary>
Gets or sets the background color of the DataGridView.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonDataGridView.CellBorderStyle">
<summary>
Gets the cell border style for the DataGridView.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonDataGridView.ColumnHeadersBorderStyle">
<summary>
Gets the border style applied to the column headers.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonDataGridView.ColumnHeadersDefaultCellStyle">
<summary>
Gets or sets the default column header style.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonDataGridView.DefaultCellStyle">
<summary>
Gets or sets the default cell style.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonDataGridView.EnableHeadersVisualStyles">
<summary>
Gets or sets the use of visual styles for headers.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonDataGridView.GridColor">
<summary>
Gets or sets the color of the grid lines separating the cells of the DataGridView.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonDataGridView.RowHeadersBorderStyle">
<summary>
Gets or sets the border style of the row header cells.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonDataGridView.RowHeadersDefaultCellStyle">
<summary>
Gets or sets the default row header style.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonDataGridView.ShowCellToolTips">
<summary>
Indicates if tool tips are Displayed when the mouse hovers over the cell.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonDataGridView.ContextMenuStrip">
<summary>Gets or sets the <see cref="T:System.Windows.Forms.ContextMenuStrip" /> associated with this control.</summary>
<returns>The <see cref="T:System.Windows.Forms.ContextMenuStrip" /> for this control, or <see langword="null" /> if there is no <see cref="T:System.Windows.Forms.ContextMenuStrip" />. The default is <see langword="null" />.</returns>
</member>
<member name="P:Krypton.Toolkit.KryptonDataGridView.KryptonContextMenu">
<summary>
Gets and sets the KryptonContextMenu to show when right clicked.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonDataGridView.HideOuterBorders">
<summary>
Gets and sets a value determining if the outer borders of the grid cells are drawn.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonDataGridView.PaletteMode">
<summary>
Gets or sets the palette to be applied.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonDataGridView.ResetPaletteMode">
<summary>
Resets the PaletteMode property to its default value.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonDataGridView.Palette">
<summary>
Gets and sets the custom palette implementation.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonDataGridView.ResetPalette">
<summary>
Resets the Palette property to its default value.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonDataGridView.Renderer">
<summary>
Gets access to the current renderer.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonDataGridView.StateCommon">
<summary>
Gets access to the common data grid view appearance that other states can override.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonDataGridView.StateDisabled">
<summary>
Gets access to the disabled data grid view appearance entries.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonDataGridView.StateNormal">
<summary>
Gets access to the normal data grid view appearance entries.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonDataGridView.StateTracking">
<summary>
Gets access to the tracking data grid view appearance entries.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonDataGridView.StatePressed">
<summary>
Gets access to the pressed data grid view appearance entries.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonDataGridView.StateSelected">
<summary>
Gets access to the selected data grid view appearance entries.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonDataGridView.GridStyles">
<summary>
Gets access to the grid styles.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonDataGridView.PerformNeedPaint(System.Boolean)">
<summary>
Fires the NeedPaint event.
</summary>
<param name="needLayout">Does the palette change require a layout.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonDataGridView.GetCellTriple(System.Windows.Forms.DataGridViewElementStates,System.Int32,System.Int32,Krypton.Toolkit.IPaletteBack@,Krypton.Toolkit.IPaletteBorder@,Krypton.Toolkit.IPaletteContent@)">
<summary>
Recovers the back/border/content palettes to use for drawing the provided cell.
</summary>
<param name="state">State of the cell.</param>
<param name="rowIndex">Row index of cell (-1 for row headers).</param>
<param name="columnIndex">Column index of cell (-1 for cell headers).</param>
<param name="paletteBack">IPaletteBack to be used for cell drawing.</param>
<param name="paletteBorder">IPaletteBorder to be used for cell drawing.</param>
<param name="paletteContent">IPaletteContent to be used for cell drawing.</param>
<returns></returns>
</member>
<member name="M:Krypton.Toolkit.KryptonDataGridView.GetViewManager">
<summary>
Gets the ViewManager instance.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonDataGridView.GetResolvedPalette">
<summary>
Gets the resolved palette to actually use when drawing.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonDataGridView.CellOver">
<summary>
Gets or Sets the internal KryptonDataGridView CellOver
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonDataGridView.HighlightSearch(System.String)">
<summary>
Highlight search strings in the DataGridView
</summary>
<param name="s">The string to search.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonDataGridView.HighlightSearch(System.String,System.Collections.Generic.List{System.Int32})">
<summary>
Highlight search strings in the DataGridView
</summary>
<param name="s">The string to search.</param>
<param name="columnsIndex">The columns where highlighting is possible, empty list means all columns.</param>
</member>
<member name="P:Krypton.Toolkit.KryptonDataGridView.ToolTipShadow">
<summary>
Gets and sets the tooltip label style.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonDataGridView.ViewManager">
<summary>
Gets and sets the ViewManager instance.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonDataGridView.NeedPaintDelegate">
<summary>
Gets access to the need paint delegate.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonDataGridView.OnNeedResyncPaint(System.Object,Krypton.Toolkit.NeedLayoutEventArgs)">
<summary>
Processes a notification from palette storage of a paint and optional layout required.
</summary>
<param name="sender">Source of notification.</param>
<param name="e">An NeedLayoutEventArgs containing event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonDataGridView.OnNeedPaint(System.Object,Krypton.Toolkit.NeedLayoutEventArgs)">
<summary>
Processes a notification from palette storage of a paint and optional layout required.
</summary>
<param name="sender">Source of notification.</param>
<param name="e">An NeedLayoutEventArgs containing event data.</param>
<exception cref="T:System.ArgumentNullException"></exception>
</member>
<member name="P:Krypton.Toolkit.KryptonDataGridView.NeedTransparentPaint">
<summary>
Gets a value indicating if transparent paint is needed
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonDataGridView.OnPaletteChanged(System.EventArgs)">
<summary>
Raises the PaletteChanged event.
</summary>
<param name="e">An EventArgs containing the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonDataGridView.EvalTransparentPaint">
<summary>
Work out if this control needs to paint transparent areas.
</summary>
<returns>True if paint required; otherwise false.</returns>
</member>
<member name="P:Krypton.Toolkit.KryptonDataGridView.EvalInvokePaint">
<summary>
Work out if this control needs to use Invoke to force a repaint.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonDataGridView.TransparentParent">
<summary>
Gets the control reference that is the parent for transparent drawing.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonDataGridView.OnButtonSpecChanged(System.Object,System.EventArgs)">
<summary>
Processes a notification from palette storage of a button spec change.
</summary>
<param name="sender">Source of notification.</param>
<param name="e">An EventArgs containing event data.</param>
<exception cref="T:System.ArgumentNullException"></exception>
</member>
<member name="M:Krypton.Toolkit.KryptonDataGridView.OnDataBindingComplete(System.Windows.Forms.DataGridViewBindingCompleteEventArgs)">
<inheritdoc/>
</member>
<member name="M:Krypton.Toolkit.KryptonDataGridView.OnPaintBackground(System.Windows.Forms.PaintEventArgs)">
<summary>
Raises the PaintBackground event.
</summary>
<param name="pevent">An PaintEventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonDataGridView.OnCellMouseEnter(System.Windows.Forms.DataGridViewCellEventArgs)">
<summary>
Raises the CellMouseEnter event.
</summary>
<param name="e">A DataGridViewCellEventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonDataGridView.OnCellMouseMove(System.Windows.Forms.DataGridViewCellMouseEventArgs)">
<summary>
Raises the CellMouseMove event.
</summary>
<param name="e">A DataGridViewCellMouseEventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonDataGridView.OnCellMouseLeave(System.Windows.Forms.DataGridViewCellEventArgs)">
<summary>
Raises the CellMouseLeave event.
</summary>
<param name="e">A DataGridViewCellEventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonDataGridView.OnCellMouseDown(System.Windows.Forms.DataGridViewCellMouseEventArgs)">
<summary>
Raises the CellMouseDown event.
</summary>
<param name="e">A DataGridViewCellEventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonDataGridView.OnCellMouseUp(System.Windows.Forms.DataGridViewCellMouseEventArgs)">
<summary>
Raises the CellMouseUp event.
</summary>
<param name="e">A DataGridViewCellEventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonDataGridView.OnEditingControlShowing(System.Windows.Forms.DataGridViewEditingControlShowingEventArgs)">
<summary>
Raises the EditingControlShowing event.
</summary>
<param name="e">A DataGridViewEditingControlShowingEventArgs that contains information about the editing control.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonDataGridView.OnCellPainting(System.Windows.Forms.DataGridViewCellPaintingEventArgs)">
<summary>
Raises the CellPainting event.
</summary>
<param name="e">A DataGridViewCellPaintingEventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonDataGridView.PaintBackground(System.Drawing.Graphics,System.Drawing.Rectangle,System.Drawing.Rectangle)">
<summary>
Paints the background of the DataGridView.
</summary>
<param name="graphics">The Graphics used to paint the background.</param>
<param name="clipBounds">A Rectangle that represents the area of the DataGridView that needs to be painted.</param>
<param name="gridBounds">A Rectangle that represents the area in which cells are drawn.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonDataGridView.OnEnabledChanged(System.EventArgs)">
<summary>
Raises the EnabledChanged event.
</summary>
<param name="e">An EventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonDataGridView.OnLayout(System.Windows.Forms.LayoutEventArgs)">
<summary>
Raises the Layout event.
</summary>
<param name="levent">A LayoutEventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonDataGridView.ReplaceDefaultColumsWithKryptonColumns(System.Boolean)">
<summary>
Handles the auto generation of Krypton columns<br/>
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonDataGridView.CreateToolStripRenderer">
<summary>
Create a tool strip renderer appropriate for the current renderer/palette pair.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonDataGridView.ContextMenuClosed">
<summary>
Called when a context menu has just been closed.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonDataGridView.WndProc(System.Windows.Forms.Message@)">
<summary>
Process Windows-based messages.
</summary>
<param name="m">A Windows-based message.</param>
</member>
<member name="T:Krypton.Toolkit.KryptonDataGridViewButtonCell">
<summary>
Displays a button-like user interface (UI) for use in a DataGridView control.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonDataGridViewButtonCell.#ctor">
<summary>
Initialize a new instance of the KryptonDataGridViewCheckBoxCell.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonDataGridViewButtonCell.Clone">
<summary>
This member overrides KryptonDataGridViewButtonCell.Clone.
</summary>
<returns>New object instance.</returns>
</member>
<member name="P:Krypton.Toolkit.KryptonDataGridViewButtonCell.ButtonStyle">
<summary>
Gets and sets the button style.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonDataGridViewButtonCell.GetContentBounds(System.Drawing.Graphics,System.Windows.Forms.DataGridViewCellStyle,System.Int32)">
<summary>
Returns the bounding rectangle that encloses the cell's content area.
</summary>
<param name="graphics">Graphics instance for calculations.</param>
<param name="cellStyle">Cell style to use in calculations.</param>
<param name="rowIndex">The index of the cell's parent row.</param>
<returns></returns>
</member>
<member name="M:Krypton.Toolkit.KryptonDataGridViewButtonCell.GetPreferredSize(System.Drawing.Graphics,System.Windows.Forms.DataGridViewCellStyle,System.Int32,System.Drawing.Size)">
<summary>
This member overrides DataGridViewCell.GetPreferredSize.
</summary>
<param name="graphics">Graphics instance used for calculations.</param>
<param name="cellStyle">Individual cell style to apply.</param>
<param name="rowIndex">Row of column being processed.</param>
<param name="constraintSize">Maximum allowed size.</param>
<returns>Requested ideal size for the cell.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonDataGridViewButtonCell.Paint(System.Drawing.Graphics,System.Drawing.Rectangle,System.Drawing.Rectangle,System.Int32,System.Windows.Forms.DataGridViewElementStates,System.Object,System.Object,System.String,System.Windows.Forms.DataGridViewCellStyle,System.Windows.Forms.DataGridViewAdvancedBorderStyle,System.Windows.Forms.DataGridViewPaintParts)">
<summary>
This member overrides DataGridViewCell.Paint.
</summary>
<param name="graphics">The Graphics used to paint the DataGridViewCell.</param>
<param name="clipBounds">A Rectangle that represents the area of the DataGridView that needs to be repainted.</param>
<param name="cellBounds">A Rectangle that contains the bounds of the DataGridViewCell that is being painted.</param>
<param name="rowIndex">The row index of the cell that is being painted.</param>
<param name="cellState">A bitwise combination of DataGridViewElementStates values that specifies the state of the cell.</param>
<param name="value">The data of the DataGridViewCell that is being painted.</param>
<param name="formattedValue">The formatted data of the DataGridViewCell that is being painted.</param>
<param name="errorText">An error message that is associated with the cell.</param>
<param name="cellStyle">A DataGridViewCellStyle that contains formatting and style information about the cell.</param>
<param name="advancedBorderStyle">A DataGridViewAdvancedBorderStyle that contains border styles for the cell that is being painted.</param>
<param name="paintParts">A bitwise combination of the DataGridViewPaintParts values that specifies which parts of the cell need to be painted.</param>
</member>
<member name="T:Krypton.Toolkit.KryptonDataGridViewButtonColumn">
<summary>
Hosts a collection of KryptonDataGridViewButtonCell cells.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonDataGridViewButtonColumn.#ctor">
<summary>
Initialize a new instance of the KryptonDataGridViewButtonColumn class.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonDataGridViewButtonColumn.ToString">
<summary>
Returns a String that represents the current Object.
</summary>
<returns>A String that represents the current Object.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonDataGridViewButtonColumn.Clone">
<summary>
This member overrides DataGridViewButtonColumn.Clone.
</summary>
<returns>New object instance.</returns>
</member>
<member name="P:Krypton.Toolkit.KryptonDataGridViewButtonColumn.CellTemplate">
<summary>
Gets or sets the template used to model cell appearance.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonDataGridViewButtonColumn.DefaultCellStyle">
<summary>
Gets or sets the column's default cell style.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonDataGridViewButtonColumn.Text">
<summary>
Gets or sets the default text Displayed on the button cell.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonDataGridViewButtonColumn.UseColumnTextForButtonValue">
<summary>
Gets or sets a value indicating whether the Text property value is Displayed as the button text for cells in this column.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonDataGridViewButtonColumn.ButtonStyle">
<summary>
Gets or sets a value indicating whether the Text property value is Displayed as the button text for cells in this column.
</summary>
</member>
<member name="T:Krypton.Toolkit.KryptonDataGridViewCellIndicatorImage">
<summary>
This class is used within advanved columns that make use of embedded controls.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonDataGridViewCellIndicatorImage.#ctor(System.Int32)">
<summary>
Default constructor.
</summary>
<param name="imageSize">The image size in pixels. Which will always be used to square the image. Default is 14.</param>
</member>
<member name="P:Krypton.Toolkit.KryptonDataGridViewCellIndicatorImage.DataGridView">
<summary>
Reference to the column's DataGridView.<br/>
Set this property via the column's 'protected override void OnDataGridViewChanged()'.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonDataGridViewCellIndicatorImage.Image">
<summary>
Cell indicator image.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonDataGridViewCellIndicatorImage.Dispose">
<inheritdoc/>>
</member>
<member name="M:Krypton.Toolkit.KryptonDataGridViewCellIndicatorImage.Dispose(System.Boolean)">
<inheritdoc cref="M:Krypton.Toolkit.KryptonDataGridViewCellIndicatorImage.Dispose"/>
</member>
<member name="M:Krypton.Toolkit.KryptonDataGridViewCellIndicatorImage.OnDataGridViewPaletteChanged(System.Object,System.EventArgs)">
<summary>
Subscribe this handler to: KryptonDataGridView.PaletteChanged
</summary>
<param name="sender">Not used.</param>
<param name="e">Not used.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonDataGridViewCellIndicatorImage.OnKryptonManagerGlobalPaletteChanged(System.Object,System.EventArgs)">
<summary>
Subscribe this handler to: KryptonManager.GlobalPaletteChanged
</summary>
<param name="sender">Not used.</param>
<param name="e">Not used.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonDataGridViewCellIndicatorImage.UpdateCellIndicatorImage(System.Boolean)">
<summary>
Updates the cell indicator image based on the source from where the theme change originated.
</summary>
<param name="updateFromKryptonManager">True if KryptonManager fired the theme change, otherwise from KryptonDataGridView.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonDataGridViewCellIndicatorImage.ResizeCellIndicatorImage">
<summary>
This method may only be used by UpdateCellIndicatorImage()
</summary>
</member>
<member name="T:Krypton.Toolkit.KryptonDataGridViewCheckBoxCell">
<summary>
Displays a check box user interface (UI) to use in a DataGridView control.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonDataGridViewCheckBoxCell.#ctor">
<summary>
Initialize a new instance of the KryptonDataGridViewCheckBoxCell.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonDataGridViewCheckBoxCell.#ctor(System.Boolean)">
<summary>
Initialize a new instance of the KryptonDataGridViewCheckBoxCell.
</summary>
<param name="threeState">Enable binary or ternary operation.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonDataGridViewCheckBoxCell.GetContentBounds(System.Drawing.Graphics,System.Windows.Forms.DataGridViewCellStyle,System.Int32)">
<summary>
Returns the bounding rectangle that encloses the cell's content area.
</summary>
<param name="graphics">Graphics instance for calculations.</param>
<param name="cellStyle">Cell style to use in calculations.</param>
<param name="rowIndex">The index of the cell's parent row.</param>
<returns></returns>
</member>
<member name="M:Krypton.Toolkit.KryptonDataGridViewCheckBoxCell.GetPreferredSize(System.Drawing.Graphics,System.Windows.Forms.DataGridViewCellStyle,System.Int32,System.Drawing.Size)">
<summary>
This member overrides DataGridViewCell.GetPreferredSize.
</summary>
<param name="graphics">Graphics instance used for calculations.</param>
<param name="cellStyle">Individual cell style to apply.</param>
<param name="rowIndex">Row of column being processed.</param>
<param name="constraintSize">Maximum allowed size.</param>
<returns>Requested ideal size for the cell.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonDataGridViewCheckBoxCell.Paint(System.Drawing.Graphics,System.Drawing.Rectangle,System.Drawing.Rectangle,System.Int32,System.Windows.Forms.DataGridViewElementStates,System.Object,System.Object,System.String,System.Windows.Forms.DataGridViewCellStyle,System.Windows.Forms.DataGridViewAdvancedBorderStyle,System.Windows.Forms.DataGridViewPaintParts)">
<summary>
This member overrides DataGridViewCell.Paint.
</summary>
<param name="graphics">The Graphics used to paint the DataGridViewCell.</param>
<param name="clipBounds">A Rectangle that represents the area of the DataGridView that needs to be repainted.</param>
<param name="cellBounds">A Rectangle that contains the bounds of the DataGridViewCell that is being painted.</param>
<param name="rowIndex">The row index of the cell that is being painted.</param>
<param name="cellState">A bitwise combination of DataGridViewElementStates values that specifies the state of the cell.</param>
<param name="value">The data of the DataGridViewCell that is being painted.</param>
<param name="formattedValue">The formatted data of the DataGridViewCell that is being painted.</param>
<param name="errorText">An error message that is associated with the cell.</param>
<param name="cellStyle">A DataGridViewCellStyle that contains formatting and style information about the cell.</param>
<param name="advancedBorderStyle">A DataGridViewAdvancedBorderStyle that contains border styles for the cell that is being painted.</param>
<param name="paintParts">A bitwise combination of the DataGridViewPaintParts values that specifies which parts of the cell need to be painted.</param>
</member>
<member name="T:Krypton.Toolkit.KryptonDataGridViewCheckBoxColumn">
<summary>
Hosts a collection of KryptonDataGridViewCheckBoxCell cells.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonDataGridViewCheckBoxColumn.#ctor">
<summary>
Initialize a new instance of the KryptonDataGridViewCheckBoxColumn class.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonDataGridViewCheckBoxColumn.#ctor(System.Boolean)">
<summary>
Initialize a new instance of the KryptonDataGridViewCheckBoxColumn class.
</summary>
<param name="threeState">true to display check boxes with three states; false to display check boxes with two states.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonDataGridViewCheckBoxColumn.ToString">
<summary>
Returns a String that represents the current Object.
</summary>
<returns>A String that represents the current Object.</returns>
</member>
<member name="P:Krypton.Toolkit.KryptonDataGridViewCheckBoxColumn.CellTemplate">
<summary>
Gets or sets the template used to model cell appearance.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonDataGridViewCheckBoxColumn.FalseValue">
<summary>
Gets or sets the underlying value corresponding to a cell value of false, which appears as an unchecked box.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonDataGridViewCheckBoxColumn.IndeterminateValue">
<summary>
Gets or sets the underlying value corresponding to an indeterminate or a null reference (Nothing in Visual Basic) cell value, which appears as a disabled checkbox.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonDataGridViewCheckBoxColumn.TrueValue">
<summary>
Gets or sets the underlying value corresponding to a cell value of true, which appears as a checked box.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonDataGridViewCheckBoxColumn.ThreeState">
<summary>
Gets or sets a value indicating whether the hosted check box cells will allow three check states rather than two.
</summary>
</member>
<member name="T:Krypton.Toolkit.KryptonDataGridViewComboBoxCell">
<summary>
Defines a KryptonComboBox cell type for the KryptonDataGridView control
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonDataGridViewComboBoxCell.#ctor">
<summary>
Constructor for the KryptonDataGridViewComboBoxCell cell type
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonDataGridViewComboBoxCell.ToString">
<summary>
Returns a standard textual representation of the cell.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonDataGridViewComboBoxCell.EditType">
<summary>
Define the type of the cell's editing control
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonDataGridViewComboBoxCell.ValueType">
<summary>
Returns the type of the cell's Value property
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonDataGridViewComboBoxCell.Items">
<summary>Gets the items in the combobox.</summary>
<value>The items.</value>
</member>
<member name="M:Krypton.Toolkit.KryptonDataGridViewComboBoxCell.Clone">
<summary>
Clones a DataGridViewComboBoxCell cell, copies all the custom properties.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonDataGridViewComboBoxCell.DropDownStyle">
<summary>
The DropDownStyle property replicates the one from the KryptonComboBox control
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonDataGridViewComboBoxCell.MaxDropDownItems">
<summary>
The MaxDropDownItems property replicates the one from the KryptonComboBox control
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonDataGridViewComboBoxCell.DropDownHeight">
<summary>
The DropDownHeight property replicates the one from the KryptonComboBox control
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonDataGridViewComboBoxCell.DropDownWidth">
<summary>
The DropDownWidth property replicates the one from the KryptonComboBox control
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonDataGridViewComboBoxCell.AutoCompleteMode">
<summary>
The AutoCompleteMode property replicates the one from the KryptonComboBox control
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonDataGridViewComboBoxCell.AutoCompleteSource">
<summary>
The AutoCompleteSource property replicates the one from the KryptonComboBox control
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonDataGridViewComboBoxCell.DisplayMember">
<summary>
The DisplayMember property replicates the one from the KryptonComboBox control
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonDataGridViewComboBoxCell.ValueMember">
<summary>
The ValueMember property replicates the one from the KryptonComboBox control
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonDataGridViewComboBoxCell.DataSource">
<summary>
Gets and sets the list that this control will use to gets its items.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonDataGridViewComboBoxCell.DetachEditingControl">
<summary>
DetachEditingControl gets called by the DataGridView control when the editing session is ending
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonDataGridViewComboBoxCell.InitializeEditingControl(System.Int32,System.Object,System.Windows.Forms.DataGridViewCellStyle)">
<summary>
Custom implementation of the InitializeEditingControl function. This function is called by the DataGridView control
at the beginning of an editing session. It makes sure that the properties of the KryptonNumericUpDown editing control are
set according to the cell properties.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonDataGridViewComboBoxCell.Paint(System.Drawing.Graphics,System.Drawing.Rectangle,System.Drawing.Rectangle,System.Int32,System.Windows.Forms.DataGridViewElementStates,System.Object,System.Object,System.String,System.Windows.Forms.DataGridViewCellStyle,System.Windows.Forms.DataGridViewAdvancedBorderStyle,System.Windows.Forms.DataGridViewPaintParts)">
<inheritdoc/>
</member>
<member name="M:Krypton.Toolkit.KryptonDataGridViewComboBoxCell.GetErrorIconBounds(System.Drawing.Graphics,System.Windows.Forms.DataGridViewCellStyle,System.Int32)">
<summary>
Customized implementation of the GetErrorIconBounds function in order to draw the potential
error icon next to the up/down buttons and not on top of them.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonDataGridViewComboBoxCell.GetPreferredSize(System.Drawing.Graphics,System.Windows.Forms.DataGridViewCellStyle,System.Int32,System.Drawing.Size)">
<summary>
Custom implementation of the GetPreferredSize function.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonDataGridViewComboBoxCell.KryptonOwningColumn">
<summary>
Type casted version of OwningColumn
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonDataGridViewComboBoxCell.ResetInitialSelectedItemText">
<summary>
Resets the initial selected item text.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonDataGridViewComboBoxCell.SetInitialSelectedItemText(System.Int32)">
<summary>
Sets the initial item text fetch from the cell value.<br/>
If the cell has a datasource connected this routine retrieves the value that should be shown in the cell. Which usually is the DisplayMember value.<br/>
If the items for the combo are supplied via the Items property, the cell value is checked to exist in the list for input consistency.
</summary>
<param name="rowIndex"></param>
<returns></returns>
<exception cref="T:System.ArgumentException"></exception>
</member>
<member name="T:Krypton.Toolkit.KryptonDataGridViewComboBoxColumn">
<summary>
Hosts a collection of KryptonDataGridViewComboBoxCell cells.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonDataGridViewComboBoxColumn.#ctor">
<summary>
Initialize a new instance of the KryptonDataGridViewComboBoxColumn class.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonDataGridViewComboBoxColumn.OnDataGridViewChanged">
<inheritdoc/>
</member>
<member name="M:Krypton.Toolkit.KryptonDataGridViewComboBoxColumn.ToString">
<summary>
Returns a standard compact string representation of the column.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonDataGridViewComboBoxColumn.Clone">
<summary>
Create a cloned copy of the column.
</summary>
<returns></returns>
</member>
<member name="P:Krypton.Toolkit.KryptonDataGridViewComboBoxColumn.CellTemplate">
<summary>
Represents the implicit cell that gets cloned when adding rows to the grid.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonDataGridViewComboBoxColumn.Items">
<summary>
Gets the collection of allowable items of the domain up down.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonDataGridViewComboBoxColumn.DropDownStyle">
<summary>
Gets and sets the appearance and functionality of the KryptonComboBox.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonDataGridViewComboBoxColumn.MaxDropDownItems">
<summary>
Gets and sets the maximum number of entries to display in the drop-down list.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonDataGridViewComboBoxColumn.DropDownHeight">
<summary>
Gets and sets the height, in pixels, of the drop-down box in a KryptonComboBox.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonDataGridViewComboBoxColumn.DropDownWidth">
<summary>
Gets and sets the width, in pixels, of the drop-down box in a KryptonComboBox.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonDataGridViewComboBoxColumn.AutoCompleteCustomSource">
<summary>
Gets or sets the StringCollection to use when the AutoCompleteSource property is set to CustomSource.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonDataGridViewComboBoxColumn.AutoCompleteMode">
<summary>
Gets or sets the text completion behavior of the combobox.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonDataGridViewComboBoxColumn.AutoCompleteSource">
<summary>
Gets or sets the autocomplete source, which can be one of the values from AutoCompleteSource enumeration.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonDataGridViewComboBoxColumn.DisplayMember">
<summary>
Gets and sets the appearance and functionality of the KryptonComboBox.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonDataGridViewComboBoxColumn.ValueMember">
<summary>
Gets and sets the appearance and functionality of the KryptonComboBox.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonDataGridViewComboBoxColumn.DataSource">
<summary>
"Indicates the Datasource for the items in this control.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonDataGridViewComboBoxColumn.ComboBoxCellTemplate">
<summary>
Small utility function that returns the template cell as a KryptonDataGridViewComboBoxCell
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonDataGridViewComboBoxColumn.CellIndicatorImage">
<summary>
Provides the cell indicator images to the cells from from this column instance.<br/>
For internal use only.
</summary>
</member>
<member name="T:Krypton.Toolkit.KryptonDataGridViewComboBoxEditingControl">
<summary>
Defines the editing control for the DataGridViewComboBoxCell custom cell type.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonDataGridViewComboBoxEditingControl.#ctor">
<summary>
Initialize a new instance of the KryptonDataGridViewComboBoxEditingControl class.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonDataGridViewComboBoxEditingControl.EditingControlDataGridView">
<summary>
Property which caches the grid that uses this editing control
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonDataGridViewComboBoxEditingControl.EditingControlFormattedValue">
<summary>
Property which represents the current formatted value of the editing control
<para>Allows null as input, but null will saved as an empty string.</para>
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonDataGridViewComboBoxEditingControl.EditingControlRowIndex">
<summary>
Property which represents the row in which the editing control resides
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonDataGridViewComboBoxEditingControl.EditingControlValueChanged">
<summary>
Property which indicates whether the value of the editing control has changed or not
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonDataGridViewComboBoxEditingControl.EditingPanelCursor">
<summary>
Property which determines which cursor must be used for the editing panel, i.e. the parent of the editing control.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonDataGridViewComboBoxEditingControl.RepositionEditingControlOnValueChange">
<summary>
Property which indicates whether the editing control needs to be repositioned when its value changes.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonDataGridViewComboBoxEditingControl.ApplyCellStyleToEditingControl(System.Windows.Forms.DataGridViewCellStyle)">
<summary>
Method called by the grid before the editing control is shown, so it can adapt to the provided cell style.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonDataGridViewComboBoxEditingControl.EditingControlWantsInputKey(System.Windows.Forms.Keys,System.Boolean)">
<summary>
Method called by the grid on keystrokes to determine if the editing control is interested in the key or not.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonDataGridViewComboBoxEditingControl.GetEditingControlFormattedValue(System.Windows.Forms.DataGridViewDataErrorContexts)">
<summary>
Returns the current value of the editing control.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonDataGridViewComboBoxEditingControl.PrepareEditingControlForEdit(System.Boolean)">
<summary>
Called by the grid to give the editing control a chance to prepare itself for the editing session.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonDataGridViewComboBoxEditingControl.OnKryptonDataGridViewPaletteModeChanged(System.Object,System.EventArgs)">
<inheritdoc/>
</member>
<member name="M:Krypton.Toolkit.KryptonDataGridViewComboBoxEditingControl.OnTextChanged(System.EventArgs)">
<summary>
Listen to the TextChanged notification to forward the change to the grid.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonDataGridViewComboBoxEditingControl.OnSelectedIndexChanged(System.EventArgs)">
<summary>
Listen to the SelectedIndexChanged notification to forward the change to the grid.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonDataGridViewComboBoxEditingControl.ProcessKeyEventArgs(System.Windows.Forms.Message@)">
<summary>
A few keyboard messages need to be forwarded to the inner textbox of the
KryptonComboBox control so that the first character pressed appears in it.
</summary>
</member>
<member name="T:Krypton.Toolkit.KryptonDataGridViewCustomEditingControl">
<summary>
Defines the editing control for the DataGridViewCustomCell custom cell type.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonDataGridViewCustomEditingControl.#ctor">
<summary>
Initalize a new instance of the KryptonDataGridViewCustomEditingControl class.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonDataGridViewCustomEditingControl.EditingControlDataGridView">
<summary>
Property which caches the grid that uses this editing control
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonDataGridViewCustomEditingControl.EditingControlFormattedValue">
<summary>
Property which represents the current formatted value of the editing control
<para>Allows null as input, but null will saved as an empty string.</para>
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonDataGridViewCustomEditingControl.EditingControlRowIndex">
<summary>
Property which represents the row in which the editing control resides
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonDataGridViewCustomEditingControl.EditingControlValueChanged">
<summary>
Property which indicates whether the value of the editing control has changed or not
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonDataGridViewCustomEditingControl.EditingPanelCursor">
<summary>
Property which determines which cursor must be used for the editing panel, i.e. the parent of the editing control.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonDataGridViewCustomEditingControl.RepositionEditingControlOnValueChange">
<summary>
Property which indicates whether the editing control needs to be repositioned when its value changes.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonDataGridViewCustomEditingControl.ApplyCellStyleToEditingControl(System.Windows.Forms.DataGridViewCellStyle)">
<summary>
Method called by the grid before the editing control is shown so it can adapt to the provided cell style.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonDataGridViewCustomEditingControl.EditingControlWantsInputKey(System.Windows.Forms.Keys,System.Boolean)">
<summary>
Method called by the grid on keystrokes to determine if the editing control is interested in the key or not.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonDataGridViewCustomEditingControl.GetEditingControlFormattedValue(System.Windows.Forms.DataGridViewDataErrorContexts)">
<summary>
Returns the current value of the editing control.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonDataGridViewCustomEditingControl.PrepareEditingControlForEdit(System.Boolean)">
<summary>
Called by the grid to give the editing control a chance to prepare itself for the editing session.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonDataGridViewCustomEditingControl.OnTextChanged(System.EventArgs)">
<summary>
Listen to the TextChanged notification to forward the change to the grid.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonDataGridViewCustomEditingControl.ProcessKeyEventArgs(System.Windows.Forms.Message@)">
<summary>
A few keyboard messages need to be forwarded to the inner textbox of the
KryptonNumericUpDown control so that the first character pressed appears in it.
</summary>
</member>
<member name="T:Krypton.Toolkit.KryptonDataGridViewDateTimePickerCell">
<summary>
Defines a KryptonDateTimePicker cell type for the KryptonDataGridView control
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonDataGridViewDateTimePickerCell.#ctor">
<summary>
Constructor for the KryptonDataGridViewDateTimePickerCell cell type
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonDataGridViewDateTimePickerCell.ToString">
<summary>
Returns a standard textual representation of the cell.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonDataGridViewDateTimePickerCell.EditType">
<summary>
Define the type of the cell's editing control
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonDataGridViewDateTimePickerCell.ValueType">
<summary>
Returns the type of the cell's Value property
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonDataGridViewDateTimePickerCell.Clone">
<summary>
Clones a DataGridViewDateTimePickerCell cell, copies all the custom properties.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonDataGridViewDateTimePickerCell.ShowCheckBox">
<summary>
The ShowCheckBox property replicates the one from the KryptonDateTimePicker control
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonDataGridViewDateTimePickerCell.ShowUpDown">
<summary>
The ShowUpDown property replicates the one from the KryptonDateTimePicker control
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonDataGridViewDateTimePickerCell.AutoShift">
<summary>
The AutoShift property replicates the one from the KryptonDateTimePicker control
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonDataGridViewDateTimePickerCell.Checked">
<summary>
The Checked property replicates the one from the KryptonDateTimePicker control
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonDataGridViewDateTimePickerCell.CustomFormat">
<summary>
The CustomFormat property replicates the one from the KryptonDateTimePicker control
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonDataGridViewDateTimePickerCell.CustomNullText">
<summary>
The CustomNullText property replicates the one from the KryptonDateTimePicker control
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonDataGridViewDateTimePickerCell.MaxDate">
<summary>
The MaxDate property replicates the one from the KryptonDateTimePicker control
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonDataGridViewDateTimePickerCell.ShouldSerializeMaxDate">
<summary>
Should the MaxDate property be serialized.
</summary>
<returns>True if property needs to be serialized.</returns>
</member>
<member name="P:Krypton.Toolkit.KryptonDataGridViewDateTimePickerCell.MinDate">
<summary>
The MaxDate property replicates the one from the KryptonDateTimePicker control
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonDataGridViewDateTimePickerCell.ShouldSerializeMinDate">
<summary>
Should the MinDate property be serialized.
</summary>
<returns>True if property needs to be serialized.</returns>
</member>
<member name="P:Krypton.Toolkit.KryptonDataGridViewDateTimePickerCell.Format">
<summary>
The Format property replicates the one from the KryptonDateTimePicker control
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonDataGridViewDateTimePickerCell.CalendarDimensions">
<summary>
The CalendarDimensions property replicates the one from the KryptonDateTimePicker control
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonDataGridViewDateTimePickerCell.CalendarTodayText">
<summary>
The CalendarTodayText property replicates the one from the KryptonDateTimePicker control
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonDataGridViewDateTimePickerCell.CalendarFirstDayOfWeek">
<summary>
The CalendarFirstDayOfWeek property replicates the one from the KryptonDateTimePicker control
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonDataGridViewDateTimePickerCell.CalendarShowToday">
<summary>
The CalendarShowToday property replicates the one from the KryptonDateTimePicker control
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonDataGridViewDateTimePickerCell.CalendarCloseOnTodayClick">
<summary>
The CalendarCloseOnTodayClick property replicates the one from the KryptonDateTimePicker control
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonDataGridViewDateTimePickerCell.CalendarShowTodayCircle">
<summary>
The CalendarShowTodayCircle property replicates the one from the KryptonDateTimePicker control
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonDataGridViewDateTimePickerCell.CalendarShowWeekNumbers">
<summary>
The CalendarShowWeekNumbers property replicates the one from the KryptonDateTimePicker control
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonDataGridViewDateTimePickerCell.CalendarTodayDate">
<summary>
The CalendarTodayDate property replicates the one from the KryptonDateTimePicker control
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonDataGridViewDateTimePickerCell.DetachEditingControl">
<summary>
DetachEditingControl gets called by the DataGridView control when the editing session is ending
</summary>
<exception cref="T:System.InvalidOperationException"></exception>
</member>
<member name="M:Krypton.Toolkit.KryptonDataGridViewDateTimePickerCell.InitializeEditingControl(System.Int32,System.Object,System.Windows.Forms.DataGridViewCellStyle)">
<summary>
Custom implementation of the InitializeEditingControl function. This function is called by the DataGridView control
at the beginning of an editing session. It makes sure that the properties of the KryptonDateTimePicker editing control are
set according to the cell properties.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonDataGridViewDateTimePickerCell.GetFormattedValue(System.Object,System.Int32,System.Windows.Forms.DataGridViewCellStyle@,System.ComponentModel.TypeConverter,System.ComponentModel.TypeConverter,System.Windows.Forms.DataGridViewDataErrorContexts)">
<summary>
Gets the value of the cell as formatted for display.
</summary>
<param name="value">The value to be formatted.</param>
<param name="rowIndex">The index of the cell's parent row.</param>
<param name="cellStyle">The DataGridViewCellStyle in effect for the cell.</param>
<param name="valueTypeConverter">A TypeConverter associated with the value type that provides custom conversion to the formatted value type, or null if no such custom conversion is needed</param>
<param name="formattedValueTypeConverter">A TypeConverter associated with the formatted value type that provides custom conversion from the value type, or null if no such custom conversion is needed.</param>
<param name="context">A bitwise combination of DataGridViewDataErrorContexts values describing the context in which the formatted value is needed.</param>
<returns></returns>
</member>
<member name="M:Krypton.Toolkit.KryptonDataGridViewDateTimePickerCell.ParseFormattedValue(System.Object,System.Windows.Forms.DataGridViewCellStyle,System.ComponentModel.TypeConverter,System.ComponentModel.TypeConverter)">
<summary>
Converts a value formatted for display to an actual cell value.
</summary>
<param name="formattedValue">The display value of the cell.</param>
<param name="cellStyle">The DataGridViewCellStyle in effect for the cell.</param>
<param name="formattedValueTypeConverter">A TypeConverter for the display value type, or null to use the default converter.</param>
<param name="valueTypeConverter">A TypeConverter for the cell value type, or null to use the default converter.</param>
<returns></returns>
</member>
<member name="M:Krypton.Toolkit.KryptonDataGridViewDateTimePickerCell.Paint(System.Drawing.Graphics,System.Drawing.Rectangle,System.Drawing.Rectangle,System.Int32,System.Windows.Forms.DataGridViewElementStates,System.Object,System.Object,System.String,System.Windows.Forms.DataGridViewCellStyle,System.Windows.Forms.DataGridViewAdvancedBorderStyle,System.Windows.Forms.DataGridViewPaintParts)">
<inheritdoc/>
</member>
<member name="M:Krypton.Toolkit.KryptonDataGridViewDateTimePickerCell.GetErrorIconBounds(System.Drawing.Graphics,System.Windows.Forms.DataGridViewCellStyle,System.Int32)">
<summary>
Customized implementation of the GetErrorIconBounds function in order to draw the potential
error icon next to the up/down buttons and not on top of them.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonDataGridViewDateTimePickerCell.GetPreferredSize(System.Drawing.Graphics,System.Windows.Forms.DataGridViewCellStyle,System.Int32,System.Drawing.Size)">
<summary>
Custom implementation of the GetPreferredSize function.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonDataGridViewDateTimePickerCell.KryptonOwningColumn">
<summary>
Type casted version of OwningColumn
</summary>
</member>
<member name="T:Krypton.Toolkit.KryptonDataGridViewDateTimePickerColumn">
<summary>
Hosts a collection of KryptonDataGridViewDateTimePickerCell cells.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonDataGridViewDateTimePickerColumn.#ctor">
<summary>
Initialize a new instance of the KryptonDataGridViewDateTimePickerColumn class.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonDataGridViewDateTimePickerColumn.ToString">
<summary>
Returns a standard compact string representation of the column.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonDataGridViewDateTimePickerColumn.Clone">
<summary>
Create a cloned copy of the column.
</summary>
<returns></returns>
</member>
<member name="P:Krypton.Toolkit.KryptonDataGridViewDateTimePickerColumn.CellTemplate">
<summary>
Represents the implicit cell that gets cloned when adding rows to the grid.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonDataGridViewDateTimePickerColumn.ShowCheckBox">
<summary>
Replicates the ShowCheckBox property of the KryptonDataGridViewDateTimePickerCell cell type.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonDataGridViewDateTimePickerColumn.ShowUpDown">
<summary>
Replicates the ShowUpDown property of the KryptonDataGridViewDateTimePickerCell cell type.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonDataGridViewDateTimePickerColumn.Format">
<summary>
Replicates the Format property of the KryptonDataGridViewDateTimePickerCell cell type.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonDataGridViewDateTimePickerColumn.AutoShift">
<summary>
Replicates the AutoShift property of the KryptonDataGridViewDateTimePickerCell cell type.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonDataGridViewDateTimePickerColumn.Checked">
<summary>
Gets or sets a value indicating if the check box is checked and if the ValueNullable is DBNull or a DateTime value.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonDataGridViewDateTimePickerColumn.CustomFormat">
<summary>
Gets or sets the custom date/time format string.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonDataGridViewDateTimePickerColumn.CustomNullText">
<summary>
Gets or sets the custom text to show when control is not checked.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonDataGridViewDateTimePickerColumn.MaxDate">
<summary>
Gets or sets the maximum date and time that can be selected in the control.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonDataGridViewDateTimePickerColumn.ShouldSerializeMaxDate">
<summary>
Should the MaxDate property be serialized.
</summary>
<returns>True if property needs to be serialized.</returns>
</member>
<member name="P:Krypton.Toolkit.KryptonDataGridViewDateTimePickerColumn.MinDate">
<summary>
Gets or sets the minimum date and time that can be selected in the control.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonDataGridViewDateTimePickerColumn.ShouldSerializeMinDate">
<summary>
Should the MinDate property be serialized.
</summary>
<returns>True if property needs to be serialized.</returns>
</member>
<member name="P:Krypton.Toolkit.KryptonDataGridViewDateTimePickerColumn.CalendarDimensions">
<summary>
Gets or sets the number of columns and rows of months Displayed.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonDataGridViewDateTimePickerColumn.CalendarTodayText">
<summary>
Gets or sets the label text for todays text.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonDataGridViewDateTimePickerColumn.ResetCalendarTodayText">
<summary>
Reset the value of the CalendarTodayText property.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonDataGridViewDateTimePickerColumn.CalendarFirstDayOfWeek">
<summary>
First day of the week.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonDataGridViewDateTimePickerColumn.CalendarShowToday">
<summary>
Gets and sets if the control will display todays date.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonDataGridViewDateTimePickerColumn.CalendarCloseOnTodayClick">
<summary>
Gets and sets if clicking the Today button closes the drop-down menu.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonDataGridViewDateTimePickerColumn.CalendarShowTodayCircle">
<summary>
Gets and sets if the control will circle the today date.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonDataGridViewDateTimePickerColumn.CalendarShowWeekNumbers">
<summary>
Gets and sets if week numbers to the left of each row.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonDataGridViewDateTimePickerColumn.CalendarTodayDate">
<summary>
Gets or sets today's date.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonDataGridViewDateTimePickerColumn.CalendarAnnuallyBoldedDates">
<summary>
Gets or sets the array of DateTime objects that determines which annual days are Displayed in bold.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonDataGridViewDateTimePickerColumn.ShouldSerializeCalendarAnnuallyBoldedDates">
<summary>
Should the CalendarAnnuallyBoldedDates property be serialized.
</summary>
<returns>True if property needs to be serialized.</returns>
</member>
<member name="P:Krypton.Toolkit.KryptonDataGridViewDateTimePickerColumn.CalendarMonthlyBoldedDates">
<summary>
Gets or sets the array of DateTime objects that determine which monthly days to bold.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonDataGridViewDateTimePickerColumn.ShouldSerializeCalendarMonthlyBoldedDates">
<summary>
Should the CalendarMonthlyBoldedDates property be serialized.
</summary>
<returns>True if property needs to be serialized.</returns>
</member>
<member name="P:Krypton.Toolkit.KryptonDataGridViewDateTimePickerColumn.CalendarBoldedDates">
<summary>
Gets or sets the array of DateTime objects that determines which nonrecurring dates are Displayed in bold.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonDataGridViewDateTimePickerColumn.ShouldSerializeCalendarBoldedDates">
<summary>
Should the CalendarBoldedDates property be serialized.
</summary>
<returns>True if property needs to be serialized.</returns>
</member>
<member name="P:Krypton.Toolkit.KryptonDataGridViewDateTimePickerColumn.DateTimePickerCellTemplate">
<summary>
Small utility function that returns the template cell as a KryptonDataGridViewDateTimePickerCell
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonDataGridViewDateTimePickerColumn.CellIndicatorImage">
<summary>
Provides the cell indicator images to the cells from from this column instance.<br/>
For internal use only.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonDataGridViewDateTimePickerColumn.OnDataGridViewChanged">
<inheritdoc/>
</member>
<member name="T:Krypton.Toolkit.KryptonDataGridViewDateTimePickerEditingControl">
<summary>
Defines the editing control for the DataGridViewKryptonDateTimePickerCell custom cell type.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonDataGridViewDateTimePickerEditingControl.#ctor">
<summary>
Initalize a new instance of the KryptonDataGridViewDateTimePickerEditingControl class.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonDataGridViewDateTimePickerEditingControl.EditingControlDataGridView">
<summary>
Property which caches the grid that uses this editing control
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonDataGridViewDateTimePickerEditingControl.EditingControlFormattedValue">
<summary>
Property which represents the current formatted value of the editing control
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonDataGridViewDateTimePickerEditingControl.EditingControlRowIndex">
<summary>
Property which represents the row in which the editing control resides
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonDataGridViewDateTimePickerEditingControl.EditingControlValueChanged">
<summary>
Property which indicates whether the value of the editing control has changed or not
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonDataGridViewDateTimePickerEditingControl.EditingPanelCursor">
<summary>
Property which determines which cursor must be used for the editing panel, i.e. the parent of the editing control.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonDataGridViewDateTimePickerEditingControl.RepositionEditingControlOnValueChange">
<summary>
Property which indicates whether the editing control needs to be repositioned when its value changes.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonDataGridViewDateTimePickerEditingControl.OnKryptonDataGridViewPaletteModeChanged(System.Object,System.EventArgs)">
<inheritdoc/>
</member>
<member name="M:Krypton.Toolkit.KryptonDataGridViewDateTimePickerEditingControl.PrepareEditingControlForEdit(System.Boolean)">
<summary>
Called by the grid to give the editing control a chance to prepare itself for the editing session.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonDataGridViewDateTimePickerEditingControl.ApplyCellStyleToEditingControl(System.Windows.Forms.DataGridViewCellStyle)">
<summary>
Method called by the grid before the editing control is shown so it can adapt to the provided cell style.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonDataGridViewDateTimePickerEditingControl.EditingControlWantsInputKey(System.Windows.Forms.Keys,System.Boolean)">
<summary>
Method called by the grid on keystrokes to determine if the editing control is interested in the key or not.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonDataGridViewDateTimePickerEditingControl.GetEditingControlFormattedValue(System.Windows.Forms.DataGridViewDataErrorContexts)">
<summary>
Returns the current value of the editing control.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonDataGridViewDateTimePickerEditingControl.OnValueNullableChanged(System.EventArgs)">
<summary>
Listen to the ValueNullableChanged notification to forward the change to the grid.
</summary>
</member>
<member name="T:Krypton.Toolkit.KryptonDataGridViewDomainUpDownCell">
<summary>
Defines a KryptonDomainUpDown cell type for the KryptonDataGridView control
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonDataGridViewDomainUpDownCell.#ctor">
<summary>
Constructor for the KryptonDataGridViewDomainUpDownCell cell type
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonDataGridViewDomainUpDownCell.ToString">
<summary>
Returns a standard textual representation of the cell.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonDataGridViewDomainUpDownCell.EditType">
<summary>
Define the type of the cell's editing control
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonDataGridViewDomainUpDownCell.ValueType">
<summary>
Returns the type of the cell's Value property
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonDataGridViewDomainUpDownCell.DetachEditingControl">
<summary>
DetachEditingControl gets called by the DataGridView control when the editing session is ending
</summary>
<exception cref="T:System.InvalidOperationException"></exception>
</member>
<member name="M:Krypton.Toolkit.KryptonDataGridViewDomainUpDownCell.InitializeEditingControl(System.Int32,System.Object,System.Windows.Forms.DataGridViewCellStyle)">
<summary>
Custom implementation of the InitializeEditingControl function. This function is called by the DataGridView control
at the beginning of an editing session. It makes sure that the properties of the KryptonNumericUpDown editing control are
set according to the cell properties.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonDataGridViewDomainUpDownCell.GetErrorIconBounds(System.Drawing.Graphics,System.Windows.Forms.DataGridViewCellStyle,System.Int32)">
<summary>
Customized implementation of the GetErrorIconBounds function in order to draw the potential
error icon next to the up/down buttons and not on top of them.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonDataGridViewDomainUpDownCell.GetPreferredSize(System.Drawing.Graphics,System.Windows.Forms.DataGridViewCellStyle,System.Int32,System.Drawing.Size)">
<summary>
Custom implementation of the GetPreferredSize function.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonDataGridViewDomainUpDownCell.KryptonOwningColumn">
<summary>
Type casted version of OwningColumn
</summary>
</member>
<member name="T:Krypton.Toolkit.KryptonDataGridViewDomainUpDownColumn">
<summary>
Hosts a collection of KryptonDataGridViewDomainUpDownCell cells.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonDataGridViewDomainUpDownColumn.#ctor">
<summary>
Initialize a new instance of the KryptonDataGridViewDomainUpDownColumn class.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonDataGridViewDomainUpDownColumn.ToString">
<summary>
Returns a standard compact string representation of the column.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonDataGridViewDomainUpDownColumn.Clone">
<summary>
Create a cloned copy of the column.
</summary>
<returns></returns>
</member>
<member name="P:Krypton.Toolkit.KryptonDataGridViewDomainUpDownColumn.CellTemplate">
<summary>
Represents the implicit cell that gets cloned when adding rows to the grid.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonDataGridViewDomainUpDownColumn.Items">
<summary>
Gets the collection of allowable items of the domain up down.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonDataGridViewDomainUpDownColumn.DomainUpDownCellTemplate">
<summary>
Small utility function that returns the template cell as a KryptonDataGridViewDomainUpDownCell
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonDataGridViewDomainUpDownColumn.CellIndicatorImage">
<summary>
Provides the cell indicator images to the cells from from this column instance.<br/>
For internal use only.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonDataGridViewDomainUpDownColumn.OnDataGridViewChanged">
<inheritdoc/>
</member>
<member name="T:Krypton.Toolkit.KryptonDataGridViewDomainUpDownEditingControl">
<summary>
Defines the editing control for the DataGridViewDomainUpDownCell custom cell type.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonDataGridViewDomainUpDownEditingControl.#ctor">
<summary>
Initalize a new instance of the KryptonDataGridViewDomainUpDownEditingControl class.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonDataGridViewDomainUpDownEditingControl.EditingControlDataGridView">
<summary>
Property which caches the grid that uses this editing control
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonDataGridViewDomainUpDownEditingControl.EditingControlFormattedValue">
<summary>
Property which represents the current formatted value of the editing control
<para>Allows null as input, but null will saved as an empty string.</para>
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonDataGridViewDomainUpDownEditingControl.EditingControlRowIndex">
<summary>
Property which represents the row in which the editing control resides
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonDataGridViewDomainUpDownEditingControl.EditingControlValueChanged">
<summary>
Property which indicates whether the value of the editing control has changed or not
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonDataGridViewDomainUpDownEditingControl.EditingPanelCursor">
<summary>
Property which determines which cursor must be used for the editing panel, i.e. the parent of the editing control.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonDataGridViewDomainUpDownEditingControl.RepositionEditingControlOnValueChange">
<summary>
Property which indicates whether the editing control needs to be repositioned when its value changes.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonDataGridViewDomainUpDownEditingControl.OnKryptonDataGridViewPaletteModeChanged(System.Object,System.EventArgs)">
<inheritdoc/>
</member>
<member name="M:Krypton.Toolkit.KryptonDataGridViewDomainUpDownEditingControl.ApplyCellStyleToEditingControl(System.Windows.Forms.DataGridViewCellStyle)">
<summary>
Method called by the grid before the editing control is shown so it can adapt to the provided cell style.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonDataGridViewDomainUpDownEditingControl.EditingControlWantsInputKey(System.Windows.Forms.Keys,System.Boolean)">
<summary>
Method called by the grid on keystrokes to determine if the editing control is interested in the key or not.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonDataGridViewDomainUpDownEditingControl.GetEditingControlFormattedValue(System.Windows.Forms.DataGridViewDataErrorContexts)">
<summary>
Returns the current value of the editing control.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonDataGridViewDomainUpDownEditingControl.PrepareEditingControlForEdit(System.Boolean)">
<summary>
Called by the grid to give the editing control a chance to prepare itself for the editing session.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonDataGridViewDomainUpDownEditingControl.OnTextChanged(System.EventArgs)">
<summary>
Listen to the TextChanged notification to forward the change to the grid.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonDataGridViewDomainUpDownEditingControl.ProcessKeyEventArgs(System.Windows.Forms.Message@)">
<summary>
A few keyboard messages need to be forwarded to the inner textbox of the
KryptonNumericUpDown control so that the first character pressed appears in it.
</summary>
</member>
<member name="T:Krypton.Toolkit.IconSpec">
<summary>
Icon specification that can be assigned to DataGridViewColumns.
</summary>
</member>
<member name="T:Krypton.Toolkit.IconSpec.IconAlignment">
<summary>
Alignment options for icons.
</summary>
</member>
<member name="F:Krypton.Toolkit.IconSpec.IconAlignment.Right">
<summary>
Right-Alignment.
</summary>
</member>
<member name="F:Krypton.Toolkit.IconSpec.IconAlignment.Left">
<summary>
Left-Alignment.
</summary>
</member>
<member name="P:Krypton.Toolkit.IconSpec.Icon">
<summary>
Gets or sets the icon to display.
</summary>
</member>
<member name="P:Krypton.Toolkit.IconSpec.Alignment">
<summary>
Gets or sets the alignment of the icon.
</summary>
</member>
<member name="M:Krypton.Toolkit.IconSpec.Clone">
<summary>
Clones this instance of the IconSpec class.
</summary>
<returns>
A cloned instance.
</returns>
</member>
<member name="T:Krypton.Toolkit.IIconCell">
<summary>
An interface that is implemented by KryptonDataGridView column and cell classes that
support column header or cell icons.
</summary>
</member>
<member name="P:Krypton.Toolkit.IIconCell.IconSpecs">
<summary>
Gets the list of icon specifications.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonDataGridViewIconColumn.#ctor(System.Windows.Forms.DataGridViewCell)">
<summary>
Initialize a new instance of the KryptonDataGridViewTextBoxColumn class.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonDataGridViewIconColumn.OnIconSpecsCollectionChanged(System.Object,System.Collections.Specialized.NotifyCollectionChangedEventArgs)">
<summary>
Will inform the KGDV that the column needs a repaint.
</summary>
<param name="sender">Not used.</param>
<param name="e">Not used.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonDataGridViewIconColumn.Clone">
<summary>
Create a cloned copy of the column.
</summary>
<returns></returns>
</member>
<member name="P:Krypton.Toolkit.KryptonDataGridViewIconColumn.IconSpecs">
<summary>
Gets the collection of the icon specifications.
</summary>
</member>
<member name="T:Krypton.Toolkit.KryptonDataGridViewLinkCell">
<summary>
Displays a link label-like user interface (UI) for use in a DataGridView control.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonDataGridViewLinkCell.#ctor">
<summary>
Initialize a new instance of the KryptonDataGridViewLinkCell.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonDataGridViewLinkCell.LinkBehavior">
<summary>
Gets or sets a value that represents the behavior of links.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonDataGridViewLinkCell.LabelStyle">
<summary>
Gets or sets a display style for drawing link cell.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonDataGridViewLinkCell.GetContentBounds(System.Drawing.Graphics,System.Windows.Forms.DataGridViewCellStyle,System.Int32)">
<summary>
Returns the bounding rectangle that encloses the cell's content area.
</summary>
<param name="graphics">Graphics instance for calculations.</param>
<param name="cellStyle">Cell style to use in calculations.</param>
<param name="rowIndex">The index of the cell's parent row.</param>
<returns></returns>
</member>
<member name="M:Krypton.Toolkit.KryptonDataGridViewLinkCell.GetPreferredSize(System.Drawing.Graphics,System.Windows.Forms.DataGridViewCellStyle,System.Int32,System.Drawing.Size)">
<summary>
This member overrides DataGridViewCell.GetPreferredSize.
</summary>
<param name="graphics">Graphics instance used for calculations.</param>
<param name="cellStyle">Individual cell style to apply.</param>
<param name="rowIndex">Row of column being processed.</param>
<param name="constraintSize">Maximum allowed size.</param>
<returns>Requested ideal size for the cell.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonDataGridViewLinkCell.Paint(System.Drawing.Graphics,System.Drawing.Rectangle,System.Drawing.Rectangle,System.Int32,System.Windows.Forms.DataGridViewElementStates,System.Object,System.Object,System.String,System.Windows.Forms.DataGridViewCellStyle,System.Windows.Forms.DataGridViewAdvancedBorderStyle,System.Windows.Forms.DataGridViewPaintParts)">
<summary>
This member overrides DataGridViewCell.Paint.
</summary>
<param name="graphics">The Graphics used to paint the DataGridViewCell.</param>
<param name="clipBounds">A Rectangle that represents the area of the DataGridView that needs to be repainted.</param>
<param name="cellBounds">A Rectangle that contains the bounds of the DataGridViewCell that is being painted.</param>
<param name="rowIndex">The row index of the cell that is being painted.</param>
<param name="cellState">A bitwise combination of DataGridViewElementStates values that specifies the state of the cell.</param>
<param name="value">The data of the DataGridViewCell that is being painted.</param>
<param name="formattedValue">The formatted data of the DataGridViewCell that is being painted.</param>
<param name="errorText">An error message that is associated with the cell.</param>
<param name="cellStyle">A DataGridViewCellStyle that contains formatting and style information about the cell.</param>
<param name="advancedBorderStyle">A DataGridViewAdvancedBorderStyle that contains border styles for the cell that is being painted.</param>
<param name="paintParts">A bitwise combination of the DataGridViewPaintParts values that specifies which parts of the cell need to be painted.</param>
</member>
<member name="T:Krypton.Toolkit.KryptonDataGridViewLinkColumn">
<summary>
Hosts a collection of KryptonDataGridViewLinkColumn cells.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonDataGridViewLinkColumn.#ctor">
<summary>
Initialize a new instance of the KryptonDataGridViewLinkColumn class.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonDataGridViewLinkColumn.ToString">
<summary>
Returns a String that represents the current Object.
</summary>
<returns>A String that represents the current Object.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonDataGridViewLinkColumn.Clone">
<summary>
This member overrides DataGridViewButtonColumn.Clone.
</summary>
<returns>New object instance.</returns>
</member>
<member name="P:Krypton.Toolkit.KryptonDataGridViewLinkColumn.CellTemplate">
<summary>
Gets or sets the template used to model cell appearance.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonDataGridViewLinkColumn.Text">
<summary>
Gets or sets the default text Displayed on the link cell.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonDataGridViewLinkColumn.LabelStyle">
<summary>
Gets or sets the default label style of link cell.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonDataGridViewLinkColumn.LinkBehavior">
<summary>
Gets or sets a value that represents the behavior of links within cells in the column.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonDataGridViewLinkColumn.TrackVisitedState">
<summary>
Gets or sets a value indicating whether the link changes color when it is visited.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonDataGridViewLinkColumn.UseColumnTextForLinkValue">
<summary>
Gets or sets a value indicating whether the Text property value is Displayed as the link text for cells in this column.
</summary>
</member>
<member name="T:Krypton.Toolkit.KryptonDataGridViewMaskedTextBoxCell">
<summary>
Defines a KryptonMaskedTextBox cell type for the KryptonDataGridView control
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonDataGridViewMaskedTextBoxCell.#ctor">
<summary>
Constructor for the KryptonDataGridViewMaskedTextBoxCell cell type
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonDataGridViewMaskedTextBoxCell.ToString">
<summary>
Returns a standard textual representation of the cell.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonDataGridViewMaskedTextBoxCell.EditType">
<summary>
Define the type of the cell's editing control
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonDataGridViewMaskedTextBoxCell.ValueType">
<summary>
Returns the type of the cell's Value property
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonDataGridViewMaskedTextBoxCell.PromptChar">
<summary>
The PromptChar property replicates the one from the KryptonMaskedTextBox control
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonDataGridViewMaskedTextBoxCell.AllowPromptAsInput">
<summary>
The AllowPromptAsInput property replicates the one from the KryptonMaskedTextBox control
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonDataGridViewMaskedTextBoxCell.AsciiOnly">
<summary>
The AsciiOnly property replicates the one from the KryptonMaskedTextBox control
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonDataGridViewMaskedTextBoxCell.BeepOnError">
<summary>
The BeepOnError property replicates the one from the KryptonMaskedTextBox control
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonDataGridViewMaskedTextBoxCell.CutCopyMaskFormat">
<summary>
The CutCopyMaskFormat property replicates the one from the KryptonMaskedTextBox control
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonDataGridViewMaskedTextBoxCell.HidePromptOnLeave">
<summary>
The HidePromptOnLeave property replicates the one from the KryptonMaskedTextBox control
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonDataGridViewMaskedTextBoxCell.HideSelection">
<summary>
The HideSelection property replicates the one from the KryptonMaskedTextBox control
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonDataGridViewMaskedTextBoxCell.InsertKeyMode">
<summary>
The InsertKeyMode property replicates the one from the KryptonMaskedTextBox control
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonDataGridViewMaskedTextBoxCell.Mask">
<summary>
The Mask property replicates the one from the KryptonMaskedTextBox control
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonDataGridViewMaskedTextBoxCell.PasswordChar">
<summary>
The PasswordChar property replicates the one from the KryptonMaskedTextBox control
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonDataGridViewMaskedTextBoxCell.RejectInputOnFirstFailure">
<summary>
The RejectInputOnFirstFailure property replicates the one from the KryptonMaskedTextBox control
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonDataGridViewMaskedTextBoxCell.ResetOnPrompt">
<summary>
The ResetOnPrompt property replicates the one from the KryptonMaskedTextBox control
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonDataGridViewMaskedTextBoxCell.ResetOnSpace">
<summary>
The ResetOnSpace property replicates the one from the KryptonMaskedTextBox control
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonDataGridViewMaskedTextBoxCell.SkipLiterals">
<summary>
The SkipLiterals property replicates the one from the KryptonMaskedTextBox control
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonDataGridViewMaskedTextBoxCell.TextMaskFormat">
<summary>
The TextMaskFormat property replicates the one from the KryptonMaskedTextBox control
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonDataGridViewMaskedTextBoxCell.UseSystemPasswordChar">
<summary>
The UseSystemPasswordChar property replicates the one from the KryptonMaskedTextBox control
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonDataGridViewMaskedTextBoxCell.Clone">
<summary>
Clones a DataGridViewMaskedTextBoxCell cell, copies all the custom properties.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonDataGridViewMaskedTextBoxCell.DetachEditingControl">
<summary>
DetachEditingControl gets called by the DataGridView control when the editing session is ending
</summary>
<exception cref="T:System.InvalidOperationException"></exception>
</member>
<member name="M:Krypton.Toolkit.KryptonDataGridViewMaskedTextBoxCell.InitializeEditingControl(System.Int32,System.Object,System.Windows.Forms.DataGridViewCellStyle)">
<summary>
Custom implementation of the InitializeEditingControl function. This function is called by the DataGridView control
at the beginning of an editing session. It makes sure that the properties of the KryptonNumericUpDown editing control are
set according to the cell properties.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonDataGridViewMaskedTextBoxCell.PositionEditingControl(System.Boolean,System.Boolean,System.Drawing.Rectangle,System.Drawing.Rectangle,System.Windows.Forms.DataGridViewCellStyle,System.Boolean,System.Boolean,System.Boolean,System.Boolean)">
<summary>
Custom implementation of the PositionEditingControl method called by the DataGridView control when it
needs to relocate and/or resize the editing control.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonDataGridViewMaskedTextBoxCell.GetErrorIconBounds(System.Drawing.Graphics,System.Windows.Forms.DataGridViewCellStyle,System.Int32)">
<summary>
Customized implementation of the GetErrorIconBounds function in order to draw the potential
error icon next to the up/down buttons and not on top of them.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonDataGridViewMaskedTextBoxCell.GetPreferredSize(System.Drawing.Graphics,System.Windows.Forms.DataGridViewCellStyle,System.Int32,System.Drawing.Size)">
<summary>
Custom implementation of the GetPreferredSize function.
</summary>
</member>
<member name="T:Krypton.Toolkit.KryptonDataGridViewMaskedTextBoxColumn">
<summary>
Hosts a collection of KryptonDataGridViewMaskedTextBoxCell cells.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonDataGridViewMaskedTextBoxColumn.#ctor">
<summary>
Initialize a new instance of the KryptonDataGridViewMaskedTextBoxColumn class.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonDataGridViewMaskedTextBoxColumn.ToString">
<summary>
Returns a standard compact string representation of the column.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonDataGridViewMaskedTextBoxColumn.Clone">
<summary>
Create a cloned copy of the column.
</summary>
<returns></returns>
</member>
<member name="P:Krypton.Toolkit.KryptonDataGridViewMaskedTextBoxColumn.CellTemplate">
<summary>
Represents the implicit cell that gets cloned when adding rows to the grid.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonDataGridViewMaskedTextBoxColumn.PromptChar">
<summary>
Replicates the PromptChar property of the KryptonDataGridViewMaskedTextBoxCell cell type.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonDataGridViewMaskedTextBoxColumn.AllowPromptAsInput">
<summary>
Gets or sets a value indicating whether PromptChar can be entered as valid data by the user.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonDataGridViewMaskedTextBoxColumn.AsciiOnly">
<summary>
Gets or sets a value indicating whether the MaskedTextBox control accepts characters outside of the ASCII character set.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonDataGridViewMaskedTextBoxColumn.BeepOnError">
<summary>
Gets or sets a value indicating whether the masked text box control raises the system beep for each user key stroke that it rejects.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonDataGridViewMaskedTextBoxColumn.CutCopyMaskFormat">
<summary>
Gets or sets a value that determines whether literals and prompt characters are copied to the clipboard.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonDataGridViewMaskedTextBoxColumn.HidePromptOnLeave">
<summary>
Gets or sets a value indicating whether the prompt characters in the input mask are hidden when the masked text box loses focus.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonDataGridViewMaskedTextBoxColumn.HideSelection">
<summary>
Gets or sets a value indicating that the selection should be hidden when the edit control loses focus.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonDataGridViewMaskedTextBoxColumn.InsertKeyMode">
<summary>
Gets or sets the text insertion mode of the masked text box control.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonDataGridViewMaskedTextBoxColumn.Mask">
<summary>
Gets or sets the input mask to use at run time.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonDataGridViewMaskedTextBoxColumn.PasswordChar">
<summary>
Gets or sets a the character to display for password input for single-line edit controls.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonDataGridViewMaskedTextBoxColumn.RejectInputOnFirstFailure">
<summary>
Gets or sets a value indicating whether the parsing of user input should stop after the first invalid character is reached.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonDataGridViewMaskedTextBoxColumn.ResetOnPrompt">
<summary>
Gets or sets a value that determines how an input character that matches the prompt character should be handled.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonDataGridViewMaskedTextBoxColumn.ResetOnSpace">
<summary>
Gets or sets a value that determines how a space input character should be handled.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonDataGridViewMaskedTextBoxColumn.SkipLiterals">
<summary>
Gets or sets a value indicating whether the user is allowed to reenter literal values.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonDataGridViewMaskedTextBoxColumn.TextMaskFormat">
<summary>
Gets or sets a value that determines whether literals and prompt characters are included in the formatted string.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonDataGridViewMaskedTextBoxColumn.UseSystemPasswordChar">
<summary>
Gets or sets a value indicating if the text in the edit control should appear as the default password character.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonDataGridViewMaskedTextBoxColumn.MaskedTextBoxCellTemplate">
<summary>
Small utility function that returns the template cell as a KryptonDataGridViewMaskedTextBoxCell
</summary>
</member>
<member name="T:Krypton.Toolkit.KryptonDataGridViewMaskedTextBoxEditingControl">
<summary>
Defines the editing control for the DataGridViewMaskedTextBoxCell custom cell type.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonDataGridViewMaskedTextBoxEditingControl.#ctor">
<summary>
Initalize a new instance of the KryptonDataGridViewMaskedTextBoxEditingControl class.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonDataGridViewMaskedTextBoxEditingControl.EditingControlDataGridView">
<summary>
Property which caches the grid that uses this editing control
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonDataGridViewMaskedTextBoxEditingControl.EditingControlFormattedValue">
<summary>
Property which represents the current formatted value of the editing control
<para>Allows null as input, but null will saved as an empty string.</para>
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonDataGridViewMaskedTextBoxEditingControl.EditingControlRowIndex">
<summary>
Property which represents the row in which the editing control resides
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonDataGridViewMaskedTextBoxEditingControl.EditingControlValueChanged">
<summary>
Property which indicates whether the value of the editing control has changed or not
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonDataGridViewMaskedTextBoxEditingControl.EditingPanelCursor">
<summary>
Property which determines which cursor must be used for the editing panel, i.e. the parent of the editing control.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonDataGridViewMaskedTextBoxEditingControl.RepositionEditingControlOnValueChange">
<summary>
Property which indicates whether the editing control needs to be repositioned when its value changes.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonDataGridViewMaskedTextBoxEditingControl.OnKryptonDataGridViewPaletteModeChanged(System.Object,System.EventArgs)">
<inheritdoc/>
</member>
<member name="M:Krypton.Toolkit.KryptonDataGridViewMaskedTextBoxEditingControl.ApplyCellStyleToEditingControl(System.Windows.Forms.DataGridViewCellStyle)">
<summary>
Method called by the grid before the editing control is shown so it can adapt to the provided cell style.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonDataGridViewMaskedTextBoxEditingControl.EditingControlWantsInputKey(System.Windows.Forms.Keys,System.Boolean)">
<summary>
Method called by the grid on keystrokes to determine if the editing control is interested in the key or not.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonDataGridViewMaskedTextBoxEditingControl.GetEditingControlFormattedValue(System.Windows.Forms.DataGridViewDataErrorContexts)">
<summary>
Returns the current value of the editing control.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonDataGridViewMaskedTextBoxEditingControl.PrepareEditingControlForEdit(System.Boolean)">
<summary>
Called by the grid to give the editing control a chance to prepare itself for the editing session.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonDataGridViewMaskedTextBoxEditingControl.OnTextChanged(System.EventArgs)">
<summary>
Listen to the TextChanged notification to forward the change to the grid.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonDataGridViewMaskedTextBoxEditingControl.ProcessKeyEventArgs(System.Windows.Forms.Message@)">
<summary>
A few keyboard messages need to be forwarded to the inner textbox of the
KryptonNumericUpDown control so that the first character pressed appears in it.
</summary>
</member>
<member name="T:Krypton.Toolkit.KryptonDataGridViewNumericUpDownCell">
<summary>
Defines a KryptonNumericUpDown cell type for the KryptonDataGridView control
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonDataGridViewNumericUpDownCell.#ctor">
<summary>
Constructor for the DataGridViewNumericUpDownCell cell type
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonDataGridViewNumericUpDownCell.ToString">
<summary>
Returns a standard textual representation of the cell.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonDataGridViewNumericUpDownCell.EditType">
<summary>
Define the type of the cell's editing control
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonDataGridViewNumericUpDownCell.AllowDecimals">
<summary>
The AllowDecimals property replicates the one from the KryptonNumericUpDown control
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonDataGridViewNumericUpDownCell.TrailingZeroes">
<summary>
The TrailingZeroes property replicates the one from the KryptonNumericUpDown control
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonDataGridViewNumericUpDownCell.DecimalPlaces">
<summary>
The DecimalPlaces property replicates the one from the KryptonNumericUpDown control
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonDataGridViewNumericUpDownCell.Hexadecimal">
<summary>
Indicates wheather the numeric up-down should display its value in hexadecimal.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonDataGridViewNumericUpDownCell.Increment">
<summary>
The Increment property replicates the one from the KryptonNumericUpDown control
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonDataGridViewNumericUpDownCell.Maximum">
<summary>
The Maximum property replicates the one from the KryptonNumericUpDown control
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonDataGridViewNumericUpDownCell.Minimum">
<summary>
The Minimum property replicates the one from the KryptonNumericUpDown control
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonDataGridViewNumericUpDownCell.ThousandsSeparator">
<summary>
The ThousandsSeparator property replicates the one from the KryptonNumericUpDown control
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonDataGridViewNumericUpDownCell.ValueType">
<summary>
Returns the type of the cell's Value property
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonDataGridViewNumericUpDownCell.Clone">
<summary>
Clones a DataGridViewNumericUpDownCell cell, copies all the custom properties.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonDataGridViewNumericUpDownCell.DetachEditingControl">
<summary>
DetachEditingControl gets called by the DataGridView control when the editing session is ending
</summary>
<exception cref="T:System.InvalidOperationException"></exception>
</member>
<member name="M:Krypton.Toolkit.KryptonDataGridViewNumericUpDownCell.InitializeEditingControl(System.Int32,System.Object,System.Windows.Forms.DataGridViewCellStyle)">
<summary>
Custom implementation of the InitializeEditingControl function. This function is called by the DataGridView control
at the beginning of an editing session. It makes sure that the properties of the KryptonNumericUpDown editing control are
set according to the cell properties.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonDataGridViewNumericUpDownCell.KeyEntersEditMode(System.Windows.Forms.KeyEventArgs)">
<summary>
Custom implementation of the KeyEntersEditMode function. This function is called by the DataGridView control
to decide whether a keystroke must start an editing session or not. In this case, a new session is started when
a digit or negative sign key is hit.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonDataGridViewNumericUpDownCell.Paint(System.Drawing.Graphics,System.Drawing.Rectangle,System.Drawing.Rectangle,System.Int32,System.Windows.Forms.DataGridViewElementStates,System.Object,System.Object,System.String,System.Windows.Forms.DataGridViewCellStyle,System.Windows.Forms.DataGridViewAdvancedBorderStyle,System.Windows.Forms.DataGridViewPaintParts)">
<inheritdoc/>
</member>
<member name="M:Krypton.Toolkit.KryptonDataGridViewNumericUpDownCell.GetErrorIconBounds(System.Drawing.Graphics,System.Windows.Forms.DataGridViewCellStyle,System.Int32)">
<summary>
Customized implementation of the GetErrorIconBounds function in order to draw the potential
error icon next to the up/down buttons and not on top of them.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonDataGridViewNumericUpDownCell.GetFormattedValue(System.Object,System.Int32,System.Windows.Forms.DataGridViewCellStyle@,System.ComponentModel.TypeConverter,System.ComponentModel.TypeConverter,System.Windows.Forms.DataGridViewDataErrorContexts)">
<summary>
Customized implementation of the GetFormattedValue function in order to include the decimal and thousand separator
characters in the formatted representation of the cell value.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonDataGridViewNumericUpDownCell.GetPreferredSize(System.Drawing.Graphics,System.Windows.Forms.DataGridViewCellStyle,System.Int32,System.Drawing.Size)">
<summary>
Custom implementation of the GetPreferredSize function.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonDataGridViewNumericUpDownCell.KryptonOwningColumn">
<summary>
Type casted version of OwningColumn
</summary>
</member>
<member name="T:Krypton.Toolkit.KryptonDataGridViewNumericUpDownColumn">
<summary>
Hosts a collection of KryptonDataGridViewNumericUpDownCell cells.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonDataGridViewNumericUpDownColumn.#ctor">
<summary>
Initialize a new instance of the KryptonDataGridViewNumericUpDownColumn class.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonDataGridViewNumericUpDownColumn.ToString">
<summary>
Returns a standard compact string representation of the column.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonDataGridViewNumericUpDownColumn.Clone">
<summary>
Create a cloned copy of the column.
</summary>
<returns></returns>
</member>
<member name="P:Krypton.Toolkit.KryptonDataGridViewNumericUpDownColumn.CellTemplate">
<summary>
Represents the implicit cell that gets cloned when adding rows to the grid.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonDataGridViewNumericUpDownColumn.AllowDecimals">
<summary>
Replicates the AllowDecimals property of the KryptonDataGridViewNumericUpDownCell cell type.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonDataGridViewNumericUpDownColumn.TrailingZeroes">
<summary>
Replicates the TrailingZeroes property of the KryptonDataGridViewNumericUpDownCell cell type.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonDataGridViewNumericUpDownColumn.DecimalPlaces">
<summary>
Replicates the DecimalPlaces property of the KryptonDataGridViewNumericUpDownCell cell type.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonDataGridViewNumericUpDownColumn.Hexadecimal">
<summary>
Gets or sets wheather the numeric up-down should display its value in hexadecimal.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonDataGridViewNumericUpDownColumn.Increment">
<summary>
Replicates the Increment property of the DataGridViewNumericUpDownCell cell type.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonDataGridViewNumericUpDownColumn.ShouldSerializeIncrement">
Indicates whether the Increment property should be persisted.
</member>
<member name="P:Krypton.Toolkit.KryptonDataGridViewNumericUpDownColumn.Maximum">
<summary>
Replicates the Maximum property of the KryptonDataGridViewNumericUpDownCell cell type.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonDataGridViewNumericUpDownColumn.ShouldSerializeMaximum">
Indicates whether the Maximum property should be persisted.
</member>
<member name="P:Krypton.Toolkit.KryptonDataGridViewNumericUpDownColumn.Minimum">
<summary>
Replicates the Minimum property of the KryptonDataGridViewNumericUpDownCell cell type.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonDataGridViewNumericUpDownColumn.ShouldSerializeMinimum">
Indicates whether the Maximum property should be persisted.
</member>
<member name="P:Krypton.Toolkit.KryptonDataGridViewNumericUpDownColumn.ThousandsSeparator">
<summary>
Replicates the ThousandsSeparator property of the KryptonDataGridViewNumericUpDownCell cell type.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonDataGridViewNumericUpDownColumn.NumericUpDownCellTemplate">
<summary>
Small utility function that returns the template cell as a KryptonDataGridViewNumericUpDownCell
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonDataGridViewNumericUpDownColumn.OnDataGridViewChanged">
<inheritdoc/>
</member>
<member name="P:Krypton.Toolkit.KryptonDataGridViewNumericUpDownColumn.CellIndicatorImage">
<summary>
Provides the cell indicator images to the cells from from this column instance.<br/>
For internal use only.
</summary>
</member>
<member name="T:Krypton.Toolkit.KryptonDataGridViewNumericUpDownEditingControl">
<summary>
Defines the editing control for the DataGridViewNumericUpDownCell custom cell type.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonDataGridViewNumericUpDownEditingControl.#ctor">
<summary>
Initalize a new instance of the KryptonDataGridViewNumericUpDownEditingControl class.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonDataGridViewNumericUpDownEditingControl.EditingControlDataGridView">
<summary>
Property which caches the grid that uses this editing control
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonDataGridViewNumericUpDownEditingControl.EditingControlFormattedValue">
<summary>
Property which represents the current formatted value of the editing control
<para>Allows null as input, but null will saved as an empty string.</para>
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonDataGridViewNumericUpDownEditingControl.EditingControlRowIndex">
<summary>
Property which represents the row in which the editing control resides
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonDataGridViewNumericUpDownEditingControl.EditingControlValueChanged">
<summary>
Property which indicates whether the value of the editing control has changed or not
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonDataGridViewNumericUpDownEditingControl.EditingPanelCursor">
<summary>
Property which determines which cursor must be used for the editing panel, i.e. the parent of the editing control.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonDataGridViewNumericUpDownEditingControl.RepositionEditingControlOnValueChange">
<summary>
Property which indicates whether the editing control needs to be repositioned when its value changes.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonDataGridViewNumericUpDownEditingControl.OnKryptonDataGridViewPaletteModeChanged(System.Object,System.EventArgs)">
<inheritdoc/>
</member>
<member name="M:Krypton.Toolkit.KryptonDataGridViewNumericUpDownEditingControl.ApplyCellStyleToEditingControl(System.Windows.Forms.DataGridViewCellStyle)">
<summary>
Method called by the grid before the editing control is shown so it can adapt to the provided cell style.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonDataGridViewNumericUpDownEditingControl.EditingControlWantsInputKey(System.Windows.Forms.Keys,System.Boolean)">
<summary>
Method called by the grid on keystrokes to determine if the editing control is interested in the key or not.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonDataGridViewNumericUpDownEditingControl.GetEditingControlFormattedValue(System.Windows.Forms.DataGridViewDataErrorContexts)">
<summary>
Returns the current value of the editing control.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonDataGridViewNumericUpDownEditingControl.PrepareEditingControlForEdit(System.Boolean)">
<summary>
Called by the grid to give the editing control a chance to prepare itself for the editing session.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonDataGridViewNumericUpDownEditingControl.OnKeyPress(System.Windows.Forms.KeyPressEventArgs)">
<summary>
Listen to the KeyPress notification to know when the value changed, and notify the grid of the change.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonDataGridViewNumericUpDownEditingControl.OnValueChanged(System.EventArgs)">
<summary>
Listen to the ValueChanged notification to forward the change to the grid.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonDataGridViewNumericUpDownEditingControl.ProcessKeyEventArgs(System.Windows.Forms.Message@)">
<summary>
A few keyboard messages need to be forwarded to the inner textbox of the
KryptonNumericUpDown control so that the first character pressed appears in it.
</summary>
</member>
<member name="T:Krypton.Toolkit.KryptonDataGridViewTextBoxCell">
<summary>
Displays editable text information in a KryptonDataGridView control.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonDataGridViewTextBoxCell.Multiline">
<summary>
The Multiline property replicates the one from the KryptonTextBox control
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonDataGridViewTextBoxCell.MultilineStringEditor">
<summary>
The MultilineStringEditor property replicates the one from the KryptonTextBox control
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonDataGridViewTextBoxCell.ToString">
<summary>
Returns a standard textual representation of the cell.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonDataGridViewTextBoxCell.Clone">
<summary>
Creates an exact copy of this cell.
</summary>
<returns></returns>
</member>
<member name="M:Krypton.Toolkit.KryptonDataGridViewTextBoxCell.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="P:Krypton.Toolkit.KryptonDataGridViewTextBoxCell.EditType">
<summary>
Define the type of the cell's editing control
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonDataGridViewTextBoxCell.ValueType">
<summary>
Returns the type of the cell's Value property
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonDataGridViewTextBoxCell.DetachEditingControl">
<summary>
DetachEditingControl gets called by the DataGridView control when the editing session is ending
</summary>
<exception cref="T:System.InvalidOperationException"></exception>
</member>
<member name="M:Krypton.Toolkit.KryptonDataGridViewTextBoxCell.InitializeEditingControl(System.Int32,System.Object,System.Windows.Forms.DataGridViewCellStyle)">
<summary>
Custom implementation of the InitializeEditingControl function. This function is called by the DataGridView control
at the beginning of an editing session. It makes sure that the properties of the KryptonNumericUpDown editing control are
set according to the cell properties.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonDataGridViewTextBoxCell.PositionEditingControl(System.Boolean,System.Boolean,System.Drawing.Rectangle,System.Drawing.Rectangle,System.Windows.Forms.DataGridViewCellStyle,System.Boolean,System.Boolean,System.Boolean,System.Boolean)">
<summary>
Custom implementation of the PositionEditingControl method called by the DataGridView control when it
needs to relocate and/or resize the editing control.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonDataGridViewTextBoxCell.GetErrorIconBounds(System.Drawing.Graphics,System.Windows.Forms.DataGridViewCellStyle,System.Int32)">
<summary>
Customized implementation of the GetErrorIconBounds function in order to draw the potential
error icon next to the up/down buttons and not on top of them.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonDataGridViewTextBoxCell.GetPreferredSize(System.Drawing.Graphics,System.Windows.Forms.DataGridViewCellStyle,System.Int32,System.Drawing.Size)">
<summary>
Custom implementation of the GetPreferredSize function.
</summary>
</member>
<member name="T:Krypton.Toolkit.KryptonDataGridViewTextBoxColumn">
<summary>
Hosts a collection of KryptonDataGridViewTextBoxCell cells.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonDataGridViewTextBoxColumn.#ctor">
<summary>
Initialize a new instance of the KryptonDataGridViewTextBoxColumn class.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonDataGridViewTextBoxColumn.ToString">
<summary>
Returns a String that represents the current Object.
</summary>
<returns>A String that represents the current Object.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonDataGridViewTextBoxColumn.Clone">
<summary>
Create a cloned copy of the column.
</summary>
<returns></returns>
</member>
<member name="M:Krypton.Toolkit.KryptonDataGridViewTextBoxColumn.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="P:Krypton.Toolkit.KryptonDataGridViewTextBoxColumn.MaxInputLength">
<summary>
Gets or sets the maximum number of characters that can be entered into the text box.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonDataGridViewTextBoxColumn.SortMode">
<summary>
Gets or sets the sort mode for the column.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonDataGridViewTextBoxColumn.CellTemplate">
<summary>
Gets or sets the template used to model cell appearance.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonDataGridViewTextBoxColumn.DefaultCellStyle">
<summary>
Make sure that when the style is set that the datagrid respects the values
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonDataGridViewTextBoxColumn.Multiline">
<summary>
Replicates the Multiline property of the KryptonDataGridViewTextBoxCell cell type.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonDataGridViewTextBoxColumn.MultilineStringEditor">
<summary>
Replicates the MultilineStringEditor property of the KryptonDataGridViewTextBoxCell cell type.
</summary>
</member>
<member name="T:Krypton.Toolkit.KryptonDataGridViewTextBoxEditingControl">
<summary>
Defines the editing control for the DataGridViewTextBoxCell custom cell type.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonDataGridViewTextBoxEditingControl.#ctor">
<summary>
Initalize a new instance of the KryptonDataGridViewTextBoxEditingControl class.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonDataGridViewTextBoxEditingControl.EditingControlDataGridView">
<summary>
Property which caches the grid that uses this editing control
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonDataGridViewTextBoxEditingControl.EditingControlFormattedValue">
<summary>
Property which represents the current formatted value of the editing control
<para>Allows null as input, but null will saved as an empty string.</para>
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonDataGridViewTextBoxEditingControl.EditingControlRowIndex">
<summary>
Property which represents the row in which the editing control resides
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonDataGridViewTextBoxEditingControl.EditingControlValueChanged">
<summary>
Property which indicates whether the value of the editing control has changed or not
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonDataGridViewTextBoxEditingControl.EditingPanelCursor">
<summary>
Property which determines which cursor must be used for the editing panel, i.e. the parent of the editing control.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonDataGridViewTextBoxEditingControl.RepositionEditingControlOnValueChange">
<summary>
Property which indicates whether the editing control needs to be repositioned when its value changes.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonDataGridViewTextBoxEditingControl.OnKryptonDataGridViewPaletteModeChanged(System.Object,System.EventArgs)">
<inheritdoc/>
</member>
<member name="M:Krypton.Toolkit.KryptonDataGridViewTextBoxEditingControl.ApplyCellStyleToEditingControl(System.Windows.Forms.DataGridViewCellStyle)">
<summary>
Method called by the grid before the editing control is shown so it can adapt to the provided cell style.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonDataGridViewTextBoxEditingControl.EditingControlWantsInputKey(System.Windows.Forms.Keys,System.Boolean)">
<summary>
Method called by the grid on keystrokes to determine if the editing control is interested in the key or not.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonDataGridViewTextBoxEditingControl.GetEditingControlFormattedValue(System.Windows.Forms.DataGridViewDataErrorContexts)">
<summary>
Returns the current value of the editing control.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonDataGridViewTextBoxEditingControl.PrepareEditingControlForEdit(System.Boolean)">
<summary>
Called by the grid to give the editing control a chance to prepare itself for the editing session.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonDataGridViewTextBoxEditingControl.OnTextChanged(System.EventArgs)">
<summary>
Listen to the TextChanged notification to forward the change to the grid.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonDataGridViewTextBoxEditingControl.ProcessKeyEventArgs(System.Windows.Forms.Message@)">
<summary>
A few keyboard messages need to be forwarded to the inner textbox of the
KryptonNumericUpDown control so that the first character pressed appears in it.
</summary>
</member>
<member name="M:Krypton.Toolkit.IKryptonDataGridViewEditingControl.OnKryptonDataGridViewPaletteModeChanged(System.Object,System.EventArgs)">
<summary>
Connect this method to KryptonDataGridView.PaletteChanged
</summary>
<param name="sender">KryptonDataGridView instance that performed a local theme change.</param>
<param name="e">Not used.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonDataGridViewUtilities.OnKryptonDataGridViewEditingControlDataGridViewChanged(System.Windows.Forms.DataGridView,System.Windows.Forms.DataGridView,System.EventHandler)">
<summary>
Used by the KrypronDataGridViewEditingControl classes to (un)subscribe to the KrypronDataGridView.PaletteChanged event.
</summary>
<param name="currentDataGridView">The current DataGridView instance.</param>
<param name="newDataGridView">THe new DataGridView instance.</param>
<param name="eventHandler">Eventhandler to (un)subscribe from/to.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonDataGridViewUtilities.OnKryptonDataGridViewPaletteModeChanged(System.Object,Krypton.Toolkit.VisualControlBase)">
<summary>
Used by the KrypronDataGridViewEditingControl classes to change the control's local palette to that of the KrypronDataGridView
</summary>
<param name="sender">KryptonDataGridView reference.</param>
<param name="visualControlBase">The control that will be assigned the palette values.</param>
</member>
<member name="T:Krypton.Toolkit.KryptonDateTimePicker">
<summary>
Represents a Windows control that allows the user to select a date and a time and to display the date and time with a specified format.
</summary>
</member>
<member name="T:Krypton.Toolkit.KryptonDateTimePicker.DateTimePickerButtonSpecCollection">
<summary>
Collection for managing ButtonSpecAny instances.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonDateTimePicker.DateTimePickerButtonSpecCollection.#ctor(Krypton.Toolkit.KryptonDateTimePicker)">
<summary>
Initialize a new instance of the DateTimePickerButtonSpecCollection class.
</summary>
<param name="owner">Reference to owning object.</param>
</member>
<member name="E:Krypton.Toolkit.KryptonDateTimePicker.ValueChanged">
<summary>
Occurs when the Value property has changed value.
</summary>
</member>
<member name="E:Krypton.Toolkit.KryptonDateTimePicker.ValueNullableChanged">
<summary>
Occurs when the ValueNullable property has changed value.
</summary>
</member>
<member name="E:Krypton.Toolkit.KryptonDateTimePicker.ActiveFragmentChanged">
<summary>
Occurs when the Value property has changed value.
</summary>
</member>
<member name="E:Krypton.Toolkit.KryptonDateTimePicker.DropDown">
<summary>
Occurs when the drop-down is shown.
</summary>
</member>
<member name="E:Krypton.Toolkit.KryptonDateTimePicker.CloseUp">
<summary>
Occurs when the drop-down has been closed.
</summary>
</member>
<member name="E:Krypton.Toolkit.KryptonDateTimePicker.CloseUpMonthCalendarChanged">
<summary>
Occurs when the month calendar date changed whilst dropped down.
</summary>
</member>
<member name="E:Krypton.Toolkit.KryptonDateTimePicker.AutoShiftOverflow">
<summary>
Occurs when auto shifting to the next field but overflowing the end.
</summary>
</member>
<member name="E:Krypton.Toolkit.KryptonDateTimePicker.CheckedChanged">
<summary>
Occurs when the Checked property has changed value.
</summary>
</member>
<member name="E:Krypton.Toolkit.KryptonDateTimePicker.FormatChanged">
<summary>
Occurs when the Format property has changed value.
</summary>
</member>
<member name="E:Krypton.Toolkit.KryptonDateTimePicker.RightToLeftLayoutChanged">
<summary>
Occurs when the RightToLeftLayout property has changed value.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonDateTimePicker.#ctor">
<summary>
Initialize a new instance of the KryptonHeader class.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonDateTimePicker.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="P:Krypton.Toolkit.KryptonDateTimePicker.BackColor">
<summary>
Gets or sets the background color for the control.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonDateTimePicker.Font">
<summary>
Gets or sets the font of the text Displayed by the control.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonDateTimePicker.ForeColor">
<summary>
Gets or sets the foreground color for the control.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonDateTimePicker.Padding">
<summary>
Gets and sets the internal padding space.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonDateTimePicker.Text">
<summary>
Gets and sets the internal padding space.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonDateTimePicker.CalendarDimensions">
<summary>
Gets or sets the number of columns and rows of months Displayed.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonDateTimePicker.CalendarTodayText">
<summary>
Gets or sets the label text for todays text.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonDateTimePicker.ResetCalendarTodayText">
<summary>
Reset the value of the CalendarTodayText property.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonDateTimePicker.CalendarFirstDayOfWeek">
<summary>
First day of the week.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonDateTimePicker.CalendarShowToday">
<summary>
Gets and sets if the control will display todays date.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonDateTimePicker.CalendarCloseOnTodayClick">
<summary>
Gets and sets if clicking the Today button closes the drop-down menu.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonDateTimePicker.CalendarShowTodayCircle">
<summary>
Gets and sets if the control will circle the today date.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonDateTimePicker.CalendarShowWeekNumbers">
<summary>
Gets and sets if week numbers to the left of each row.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonDateTimePicker.CalendarTodayDate">
<summary>
Gets or sets today's date.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonDateTimePicker.CalendarAnnuallyBoldedDates">
<summary>
Gets or sets the array of DateTime objects that determines which annual days are Displayed in bold.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonDateTimePicker.ShouldSerializeCalendarAnnuallyBoldedDates">
<summary>
Should the CalendarAnnuallyBoldedDates property be serialized.
</summary>
<returns>True if property needs to be serialized.</returns>
</member>
<member name="P:Krypton.Toolkit.KryptonDateTimePicker.CalendarMonthlyBoldedDates">
<summary>
Gets or sets the array of DateTime objects that determine which monthly days to bold.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonDateTimePicker.ShouldSerializeCalendarMonthlyBoldedDates">
<summary>
Should the CalendarMonthlyBoldedDates property be serialized.
</summary>
<returns>True if property needs to be serialized.</returns>
</member>
<member name="P:Krypton.Toolkit.KryptonDateTimePicker.CalendarBoldedDates">
<summary>
Gets or sets the array of DateTime objects that determines which nonrecurring dates are Displayed in bold.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonDateTimePicker.ShouldSerializeCalendarBoldedDates">
<summary>
Should the CalendarBoldedDates property be serialized.
</summary>
<returns>True if property needs to be serialized.</returns>
</member>
<member name="P:Krypton.Toolkit.KryptonDateTimePicker.DropDownAlign">
<summary>
Gets or sets the alignment of the drop-down calendar on the DateTimePicker control.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonDateTimePicker.ValueNullable">
<summary>
Gets or sets the date/time value assigned to the control that can be null.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonDateTimePicker.ShouldSerializeValueNullable">
<summary>
Should the ValueNullable property be serialized.
</summary>
<returns>True if property needs to be serialized.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonDateTimePicker.ResetValueNullable">
<summary>
Reset value of the ValueNullable property.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonDateTimePicker.SetDate(System.DateTime)">
<summary>
Sets date as the current selected date.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonDateTimePicker.Value">
<summary>
Gets or sets the date/time value assigned to the control.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonDateTimePicker.Format">
<summary>
Gets or sets the format of the date and time Displayed in the control.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonDateTimePicker.RightToLeftLayout">
<summary>
Gets or sets the format of the date and time Displayed in the control.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonDateTimePicker.AutoShift">
<summary>
Gets or sets a value determining if keyboard input will automatically shift to the next input field.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonDateTimePicker.ShowUpDown">
<summary>
Gets or sets a value indicating whether a spin button control (also known as an up-down control) is used to adjust the date/time value.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonDateTimePicker.ShowCheckBox">
<summary>
Specifies whether to show the check box in the exception message box.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonDateTimePicker.UseMnemonic">
<summary>
Gets or sets a value indicating whether mnemonics will fire button spec buttons.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonDateTimePicker.MaxDate">
<summary>
Gets or sets the maximum date and time that can be selected in the control.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonDateTimePicker.ShouldSerializeMaxDate">
<summary>
Should the MaxDate property be serialized.
</summary>
<returns>True if property needs to be serialized.</returns>
</member>
<member name="P:Krypton.Toolkit.KryptonDateTimePicker.MinDate">
<summary>
Gets or sets the minimum date and time that can be selected in the control.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonDateTimePicker.ShouldSerializeMinDate">
<summary>
Should the MinDate property be serialized.
</summary>
<returns>True if property needs to be serialized.</returns>
</member>
<member name="P:Krypton.Toolkit.KryptonDateTimePicker.Checked">
<summary>
Gets or sets a value indicating if the check box is checked and if the ValueNullable is DBNull or a DateTime value.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonDateTimePicker.CustomFormat">
<summary>
Gets or sets the custom date/time format string.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonDateTimePicker.CustomNullText">
<summary>
Gets or sets the custom text to show when control is not checked.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonDateTimePicker.CalendarTodayFormat">
<summary>
Gets or sets the today date format string.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonDateTimePicker.CalendarHeaderStyle">
<summary>
Gets and sets the header style for the month calendar.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonDateTimePicker.CalendarDayStyle">
<summary>
Gets and sets the content style for the day entries.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonDateTimePicker.CalendarDayOfWeekStyle">
<summary>
Gets and sets the content style for the day of week labels.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonDateTimePicker.PaletteMode">
<summary>
Gets or sets the palette to be applied.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonDateTimePicker.LocalCustomPalette">
<summary>
Gets and sets the custom palette implementation.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonDateTimePicker.AlwaysActive">
<summary>
Gets and sets Determines if the control is always active or only when the mouse is over the control or has focus.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonDateTimePicker.Images">
<summary>
Gets access to the checkbox value overrides.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonDateTimePicker.InputControlStyle">
<summary>
Gets and sets the input control style.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonDateTimePicker.UpDownButtonStyle">
<summary>
Gets and sets the up and down buttons style.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonDateTimePicker.DropButtonStyle">
<summary>
Gets and sets the drop button style.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonDateTimePicker.ButtonSpecs">
<summary>
Gets the collection of button specifications.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonDateTimePicker.AllowButtonSpecToolTips">
<summary>
Gets and sets a value indicating if tooltips should be Displayed for button specs.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonDateTimePicker.AllowButtonSpecToolTipPriority">
<summary>
Gets and sets a value indicating if button spec tooltips should remove the parent tooltip.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonDateTimePicker.StateCommon">
<summary>
Gets access to the common date time picker appearance entries that other states can override.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonDateTimePicker.StateDisabled">
<summary>
Gets access to the disabled date time picker appearance entries.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonDateTimePicker.StateNormal">
<summary>
Gets access to the normal date time picker appearance entries.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonDateTimePicker.StateActive">
<summary>
Gets access to the active date time picker appearance entries.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonDateTimePicker.ActiveFragment">
<summary>
Gets and sets the active fragment.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonDateTimePicker.SelectFirstFragment">
<summary>
Move selection to the first input fragment.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonDateTimePicker.SelectNextFragment">
<summary>
Move selection to the next input fragment.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonDateTimePicker.SelectPreviousFragment">
<summary>
Move selection to the previous input fragment.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonDateTimePicker.SelectLastFragment">
<summary>
Move selection to the last input fragment.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonDateTimePicker.SetFixedState(System.Boolean)">
<summary>
Sets the fixed state of the control.
</summary>
<param name="active">Should the control be fixed as active.</param>
</member>
<member name="P:Krypton.Toolkit.KryptonDateTimePicker.ToolTipManager">
<summary>
Gets access to the ToolTipManager used for displaying tool tips.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonDateTimePicker.IsActive">
<summary>
Gets a value indicating if the input control is active.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonDateTimePicker.IsMouseOver">
<summary>
Gets a value indicating if the mouse is over the control.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonDateTimePicker.IsDropped">
<summary>
Gets a value indicating if the drop-down calendar is showing.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonDateTimePicker.GetImage(Krypton.Toolkit.PaletteState)">
<summary>
Gets the image used for the ribbon tab.
</summary>
<param name="state">Tab state.</param>
<returns>Image.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonDateTimePicker.GetImageTransparentColor(Krypton.Toolkit.PaletteState)">
<summary>
Gets the image color that should be interpreted as transparent.
</summary>
<param name="state">Tab state.</param>
<returns>Transparent Color.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonDateTimePicker.GetShortText">
<summary>
Gets the short text used as the main ribbon title.
</summary>
<returns>Title string.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonDateTimePicker.GetLongText">
<summary>
Gets the long text used as the secondary ribbon title.
</summary>
<returns>Title string.</returns>
</member>
<member name="P:Krypton.Toolkit.KryptonDateTimePicker.InRibbonDesignMode">
<summary>
Gets and sets if the control is in the ribbon design mode.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonDateTimePicker.GetPreferredSize(System.Drawing.Size)">
<summary>
Get the preferred size of the control based on a proposed size.
</summary>
<param name="proposedSize">Starting size proposed by the caller.</param>
<returns>Calculated preferred size.</returns>
</member>
<member name="P:Krypton.Toolkit.KryptonDateTimePicker.ShowAdornments">
<summary>
Sets if the adornments are Displayed (checkbox/drop button/up down buttons)
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonDateTimePicker.ShowBorder">
<summary>
Sets if the adornments are Displayed (checkbox/drop button/up down buttons)
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonDateTimePicker.DesignerGetHitTest(System.Drawing.Point)">
<summary>
Internal design time method.
</summary>
<param name="pt">Mouse location.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonDateTimePicker.DesignerComponentFromPoint(System.Drawing.Point)">
<summary>
Internal design time method.
</summary>
<param name="pt">Mouse location.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonDateTimePicker.DesignerMouseLeave">
<summary>
Internal design time method.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonDateTimePicker.OnRightToLeftLayoutChanged(System.EventArgs)">
<summary>
Raises the RightToLeftLayoutChanged event.
</summary>
<param name="e">An EventArgs containing the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonDateTimePicker.OnFormatChanged(System.EventArgs)">
<summary>
Raises the FormatChanged event.
</summary>
<param name="e">An EventArgs containing the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonDateTimePicker.OnCheckedChanged(System.EventArgs)">
<summary>
Raises the CheckedChanged event.
</summary>
<param name="e">An EventArgs containing the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonDateTimePicker.OnDropDown(Krypton.Toolkit.DateTimePickerDropArgs)">
<summary>
Raises the DropDown event.
</summary>
<param name="e">An EventArgs containing the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonDateTimePicker.OnCloseUp(Krypton.Toolkit.DateTimePickerCloseArgs)">
<summary>
Raises the CloseUp event.
</summary>
<param name="e">An DateTimePickerCloseArgs containing the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonDateTimePicker.OnCloseUpMonthCalendarChanged(System.EventArgs)">
<summary>
Raises the CloseUpMonthCalendarChanged event.
</summary>
<param name="e">An EventArgs containing the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonDateTimePicker.OnAutoShiftOverflow(System.ComponentModel.CancelEventArgs)">
<summary>
Raises the AutoShiftOverflow event.
</summary>
<param name="e">An EventArgs containing the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonDateTimePicker.OnValueChanged(System.EventArgs)">
<summary>
Raises the ValueChanged event.
</summary>
<param name="e">An EventArgs containing the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonDateTimePicker.OnValueNullableChanged(System.EventArgs)">
<summary>
Raises the ValueNullableChanged event.
</summary>
<param name="e">An EventArgs containing the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonDateTimePicker.OnActiveFragmentChanged(System.EventArgs)">
<summary>
Raises the ActiveFragmentChanged event.
</summary>
<param name="e">An EventArgs containing the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonDateTimePicker.WndProc(System.Windows.Forms.Message@)">
<summary>
Processes Windows messages.
</summary>
<param name="m">The Windows Message to process. </param>
</member>
<member name="M:Krypton.Toolkit.KryptonDateTimePicker.IsInputChar(System.Char)">
<summary>
Determines if a character is an input character that the control recognizes.
</summary>
<param name="charCode">The character to test.</param>
<returns>true if the character should be sent directly to the control and not preprocessed; otherwise, false.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonDateTimePicker.IsInputKey(System.Windows.Forms.Keys)">
<summary>
Determines whether the specified key is a regular input key or a special key that requires preprocessing.
</summary>
<param name="keyData">One of the Keys values.</param>
<returns>true if the specified key is a regular input key; otherwise, false.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonDateTimePicker.ProcessMnemonic(System.Char)">
<summary>
Processes a mnemonic character.
</summary>
<param name="charCode">The mnemonic character entered.</param>
<returns>true if the mnemonic was processed; otherwise, false.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonDateTimePicker.OnKeyDown(System.Windows.Forms.KeyEventArgs)">
<summary>
Raises the KeyDown event.
</summary>
<param name="e">A KeyEventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonDateTimePicker.OnKeyPress(System.Windows.Forms.KeyPressEventArgs)">
<summary>
Raises the KeyPress event.
</summary>
<param name="e">A KeyPressEventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonDateTimePicker.OnMouseWheel(System.Windows.Forms.MouseEventArgs)">
<summary>
Raises the MouseWheel event.
</summary>
<param name="e">A MouseEventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonDateTimePicker.OnEnabledChanged(System.EventArgs)">
<summary>
Raises the EnabledChanged event.
</summary>
<param name="e">An EventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonDateTimePicker.OnMouseDown(System.Windows.Forms.MouseEventArgs)">
<summary>
Raises the MouseDown event.
</summary>
<param name="e">An EventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonDateTimePicker.OnHandleCreated(System.EventArgs)">
<summary>
Raises the HandleCreated event.
</summary>
<param name="e">An EventArgs containing the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonDateTimePicker.OnLayout(System.Windows.Forms.LayoutEventArgs)">
<summary>
Raises the Layout event.
</summary>
<param name="levent">An EventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonDateTimePicker.OnMouseEnter(System.EventArgs)">
<summary>
Raises the MouseEnter event.
</summary>
<param name="e">An EventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonDateTimePicker.OnMouseLeave(System.EventArgs)">
<summary>
Raises the MouseLeave event.
</summary>
<param name="e">An EventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonDateTimePicker.OnGotFocus(System.EventArgs)">
<summary>
Raises the GotFocus event.
</summary>
<param name="e">An EventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonDateTimePicker.OnLostFocus(System.EventArgs)">
<summary>
Raises the LostFocus event.
</summary>
<param name="e">An EventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonDateTimePicker.SetBoundsCore(System.Int32,System.Int32,System.Int32,System.Int32,System.Windows.Forms.BoundsSpecified)">
<summary>
Performs the work of setting the specified bounds of this control.
</summary>
<param name="x">The new Left property value of the control.</param>
<param name="y">The new Top property value of the control.</param>
<param name="width">The new Width property value of the control.</param>
<param name="height">The new Height property value of the control.</param>
<param name="specified">A bitwise combination of the BoundsSpecified values.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonDateTimePicker.OnRightToLeftChanged(System.EventArgs)">
<summary>
Raises the RightToLeftChanged event.
</summary>
<param name="e">An EventArgs containing event data.</param>
</member>
<member name="P:Krypton.Toolkit.KryptonDateTimePicker.DefaultSize">
<summary>
Gets the default size of the control.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonDateTimePicker.OnButtonSpecChanged(System.Object,System.EventArgs)">
<summary>
Processes a notification from palette storage of a button spec change.
</summary>
<param name="sender">Source of notification.</param>
<param name="e">An EventArgs containing event data.</param>
</member>
<member name="T:Krypton.Toolkit.DTPContextMenu">
<summary>
Specialized implementation of the KryptonContextMenu for use with the KryptonDateTimePicker.
</summary>
</member>
<member name="M:Krypton.Toolkit.DTPContextMenu.#ctor(System.Drawing.Rectangle)">
<summary>
Initialize a new instance of the DTPContextMenu class.
</summary>
<param name="dropScreenRect">Screen rectangle of the drop-down button on the KryptonDateTimePicker.</param>
</member>
<member name="M:Krypton.Toolkit.DTPContextMenu.CreateContextMenu(Krypton.Toolkit.KryptonContextMenu,Krypton.Toolkit.PaletteBase,Krypton.Toolkit.PaletteMode,Krypton.Toolkit.PaletteRedirect,Krypton.Toolkit.PaletteRedirectContextMenu,Krypton.Toolkit.KryptonContextMenuCollection,System.Boolean,System.Boolean)">
<summary>
Create a new visual context menu for showing the defined items.
</summary>
<param name="kcm">Owning KryptonContextMenu instance.</param>
<param name="palette">Drawing palette.</param>
<param name="paletteMode">Drawing palette mode.</param>
<param name="redirector">Redirector for sourcing base values.</param>
<param name="redirectorImages">Redirector for sourcing base images.</param>
<param name="items">Collection of menu items.</param>
<param name="enabled">Enabled state of the menu.</param>
<param name="keyboardActivated">True is menu was keyboard initiated.</param>
<returns>VisualContextMenu reference.</returns>
</member>
<member name="T:Krypton.Toolkit.KryptonDomainUpDown">
<summary>
Provide a DomainUpDown with Krypton styling applied.
</summary>
</member>
<member name="E:Krypton.Toolkit.KryptonDomainUpDown.InternalDomainUpDown.TrackMouseEnter">
<summary>
Occurs when the mouse enters the InternalTextBox.
</summary>
</member>
<member name="E:Krypton.Toolkit.KryptonDomainUpDown.InternalDomainUpDown.TrackMouseLeave">
<summary>
Occurs when the mouse leaves the InternalTextBox.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonDomainUpDown.InternalDomainUpDown.#ctor(Krypton.Toolkit.KryptonDomainUpDown)">
<summary>
Initialize a new instance of the InternalDomainUpDown class.
</summary>
<param name="kryptonDomainUpDown">Reference to owning control.</param>
</member>
<member name="P:Krypton.Toolkit.KryptonDomainUpDown.InternalDomainUpDown.MouseOver">
<summary>
Gets and sets if the mouse is currently over the combo box.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonDomainUpDown.InternalDomainUpDown.WndProc(System.Windows.Forms.Message@)">
<summary>
Process Windows-based messages.
</summary>
<param name="m">A Windows-based message.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonDomainUpDown.InternalDomainUpDown.OnTrackMouseEnter(System.EventArgs)">
<summary>
Raises the TrackMouseEnter event.
</summary>
<param name="e">An EventArgs containing the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonDomainUpDown.InternalDomainUpDown.OnTrackMouseLeave(System.EventArgs)">
<summary>
Raises the TrackMouseLeave event.
</summary>
<param name="e">An EventArgs containing the event data.</param>
</member>
<member name="P:Krypton.Toolkit.KryptonDomainUpDown.InternalDomainUpDown.InternalUserEdit">
<summary>
Gets or sets a value indicating whether a value has been entered by the user.
</summary>
</member>
<member name="E:Krypton.Toolkit.KryptonDomainUpDown.SubclassEdit.TrackMouseEnter">
<summary>
Occurs when the mouse enters the InternalDomainUpDown.
</summary>
</member>
<member name="E:Krypton.Toolkit.KryptonDomainUpDown.SubclassEdit.TrackMouseLeave">
<summary>
Occurs when the mouse leaves the InternalDomainUpDown.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonDomainUpDown.SubclassEdit.#ctor(System.IntPtr,Krypton.Toolkit.KryptonDomainUpDown,Krypton.Toolkit.KryptonDomainUpDown.InternalDomainUpDown)">
<summary>
Initialize a new instance of the SubclassEdit class.
</summary>
<param name="editControl">Handle of the Edit control to subclass.</param>
<param name="kryptonDomainUpDown">Reference to top level control.</param>
<param name="internalDomainUpDown">Reference to internal domain control.</param>
</member>
<member name="P:Krypton.Toolkit.KryptonDomainUpDown.SubclassEdit.MouseOver">
<summary>
Gets and sets if the mouse is currently over the combo box.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonDomainUpDown.SubclassEdit.MousePoint">
<summary>
Gets the last mouse point if the mouse is over the control.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonDomainUpDown.SubclassEdit.Visible">
<summary>
Sets the visible state of the control.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonDomainUpDown.SubclassEdit.DomainUpDown">
<summary>
Gets access to the owning domain up down control.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonDomainUpDown.SubclassEdit.WndProc(System.Windows.Forms.Message@)">
<summary>
Process Windows-based messages.
</summary>
<param name="m">A Windows-based message.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonDomainUpDown.SubclassEdit.OnTrackMouseEnter(System.EventArgs)">
<summary>
Raises the TrackMouseEnter event.
</summary>
<param name="e">An EventArgs containing the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonDomainUpDown.SubclassEdit.OnTrackMouseLeave(System.EventArgs)">
<summary>
Raises the TrackMouseLeave event.
</summary>
<param name="e">An EventArgs containing the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonDomainUpDown.SubclassButtons.#ctor(System.IntPtr,Krypton.Toolkit.KryptonDomainUpDown,Krypton.Toolkit.KryptonDomainUpDown.InternalDomainUpDown)">
<summary>
Initialize a new instance of the SubclassButtons class.
</summary>
<param name="buttonsPtr">Handle of the Buttons control to subclass.</param>
<param name="kryptonDomainUpDown">Reference to top level control.</param>
<param name="internalDomainUpDown">Reference to internal domain control.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonDomainUpDown.SubclassButtons.Dispose">
<summary>
Clean up any resources being used.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonDomainUpDown.SubclassButtons.GetShortText">
<summary>
Gets the content short text.
</summary>
<returns>String value.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonDomainUpDown.SubclassButtons.GetImage(Krypton.Toolkit.PaletteState)">
<summary>
Gets the content image.
</summary>
<param name="state">The state for which the image is needed.</param>
<returns>Image value.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonDomainUpDown.SubclassButtons.GetImageTransparentColor(Krypton.Toolkit.PaletteState)">
<summary>
Gets the image color that should be transparent.
</summary>
<param name="state">The state for which the image is needed.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonDomainUpDown.SubclassButtons.GetLongText">
<summary>
Gets the content long text.
</summary>
<returns>String value.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonDomainUpDown.SubclassButtons.WndProc(System.Windows.Forms.Message@)">
<summary>
Process Windows-based messages.
</summary>
<param name="m">A Windows-based message.</param>
</member>
<member name="T:Krypton.Toolkit.KryptonDomainUpDown.DomainUpDownButtonSpecCollection">
<summary>
Collection for managing ButtonSpecAny instances.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonDomainUpDown.DomainUpDownButtonSpecCollection.#ctor(Krypton.Toolkit.KryptonDomainUpDown)">
<summary>
Initialize a new instance of the DomainUpDownButtonSpecCollection class.
</summary>
<param name="owner">Reference to owning object.</param>
</member>
<member name="E:Krypton.Toolkit.KryptonDomainUpDown.SelectedItemChanged">
<summary>
Occurs when the value of the SelectedItem property changes.
</summary>
</member>
<member name="E:Krypton.Toolkit.KryptonDomainUpDown.Scroll">
<summary>
Occurs when the user scrolls the scroll box.
</summary>
</member>
<member name="E:Krypton.Toolkit.KryptonDomainUpDown.TrackMouseEnter">
<summary>
Occurs when the mouse enters the control.
</summary>
</member>
<member name="E:Krypton.Toolkit.KryptonDomainUpDown.TrackMouseLeave">
<summary>
Occurs when the mouse leaves the control.
</summary>
</member>
<member name="E:Krypton.Toolkit.KryptonDomainUpDown.BackColorChanged">
<summary>
Occurs when the value of the BackColor property changes.
</summary>
</member>
<member name="E:Krypton.Toolkit.KryptonDomainUpDown.BackgroundImageChanged">
<summary>
Occurs when the value of the BackgroundImage property changes.
</summary>
</member>
<member name="E:Krypton.Toolkit.KryptonDomainUpDown.BackgroundImageLayoutChanged">
<summary>
Occurs when the value of the BackgroundImageLayout property changes.
</summary>
</member>
<member name="E:Krypton.Toolkit.KryptonDomainUpDown.ForeColorChanged">
<summary>
Occurs when the value of the ForeColor property changes.
</summary>
</member>
<member name="E:Krypton.Toolkit.KryptonDomainUpDown.PaddingChanged">
<summary>
Occurs when the value of the PaddingChanged property changes.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonDomainUpDown.#ctor">
<summary>
Initialize a new instance of the KryptonDomainUpDown class.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonDomainUpDown.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="P:Krypton.Toolkit.KryptonDomainUpDown.TabStop">
<summary>
Gets and sets if the control is in the tab chain.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonDomainUpDown.InRibbonDesignMode">
<summary>
Gets and sets if the control is in the ribbon design mode.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonDomainUpDown.DomainUpDown">
<summary>
Gets access to the contained DomainUpDown instance.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonDomainUpDown.ContainedControl">
<summary>
Gets access to the contained input control.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonDomainUpDown.BackColor">
<summary>
Gets or sets the background color for the control.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonDomainUpDown.Font">
<summary>
Gets or sets the font of the text Displayed by the control.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonDomainUpDown.ForeColor">
<summary>
Gets or sets the foreground color for the control.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonDomainUpDown.Padding">
<summary>
Gets and sets the internal padding space.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonDomainUpDown.Focused">
<summary>
Gets a value indicating whether the control has input focus.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonDomainUpDown.Text">
<summary>
Gets or sets the text for the control.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonDomainUpDown.ContextMenuStrip">
<summary>
Gets and sets the associated context menu strip.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonDomainUpDown.Items">
<summary>
Gets the collection of allowable items of the domain up down.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonDomainUpDown.SelectedIndex">
<summary>
Gets or sets the index value of the selected item.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonDomainUpDown.SelectedItem">
<summary>
Gets or sets the selected item based on the index value of the selected item in the collection.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonDomainUpDown.Sorted">
<summary>
Gets or sets a value indicating whether the item collection is sorted.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonDomainUpDown.TextAlign">
<summary>
Gets or sets how the text should be aligned for edit controls.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonDomainUpDown.UpDownAlign">
<summary>
Gets or sets how the up-down control will position the up down buttons relative to its text box.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonDomainUpDown.InterceptArrowKeys">
<summary>
Gets or sets whether the up-down control will increment and decrement the value when the UP ARROW and DOWN ARROW are used.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonDomainUpDown.ReadOnly">
<summary>
Gets or sets a value indicating whether the text in the edit control can be changed or not.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonDomainUpDown.AlwaysActive">
<summary>
Gets and sets Determines if the control is always active or only when the mouse is over the control or has focus.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonDomainUpDown.InputControlStyle">
<summary>
Gets and sets the input control style.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonDomainUpDown.UpDownButtonStyle">
<summary>
Gets and sets the up and down buttons style.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonDomainUpDown.AllowButtonSpecToolTips">
<summary>
Gets and sets a value indicating if tooltips should be Displayed for button specs.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonDomainUpDown.AllowButtonSpecToolTipPriority">
<summary>
Gets and sets a value indicating if button spec tooltips should remove the parent tooltip.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonDomainUpDown.ButtonSpecs">
<summary>
Gets the collection of button specifications.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonDomainUpDown.StateCommon">
<summary>
Gets access to the common textbox appearance entries that other states can override.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonDomainUpDown.StateDisabled">
<summary>
Gets access to the disabled textbox appearance entries.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonDomainUpDown.StateNormal">
<summary>
Gets access to the normal textbox appearance entries.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonDomainUpDown.StateActive">
<summary>
Gets access to the active textbox appearance entries.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonDomainUpDown.UpButton">
<summary>
Displays the previous item in the collection.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonDomainUpDown.DownButton">
<summary>
Displays the next item in the collection.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonDomainUpDown.Select(System.Int32,System.Int32)">
<summary>
Selects a range of text in the control.
</summary>
<param name="start">The position of the first character in the current text selection within the text box.</param>
<param name="length">The number of characters to select.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonDomainUpDown.SetFixedState(System.Boolean)">
<summary>
Sets the fixed state of the control.
</summary>
<param name="active">Should the control be fixed as active.</param>
</member>
<member name="P:Krypton.Toolkit.KryptonDomainUpDown.ToolTipManager">
<summary>
Gets access to the ToolTipManager used for displaying tool tips.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonDomainUpDown.IsActive">
<summary>
Gets a value indicating if the input control is active.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonDomainUpDown.Focus">
<summary>
Sets input focus to the control.
</summary>
<returns>true if the input focus request was successful; otherwise, false.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonDomainUpDown.Select">
<summary>
Activates the control.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonDomainUpDown.GetPreferredSize(System.Drawing.Size)">
<summary>
Get the preferred size of the control based on a proposed size.
</summary>
<param name="proposedSize">Starting size proposed by the caller.</param>
<returns>Calculated preferred size.</returns>
</member>
<member name="P:Krypton.Toolkit.KryptonDomainUpDown.Anchor">
<summary>https://github.com/Krypton-Suite/Standard-Toolkit/issues/688</summary>
<returns>A bitwise combination of the <see cref="T:System.Windows.Forms.AnchorStyles" /> values. The default is <see langword="Top" /> and <see langword="Left" />.</returns>
</member>
<member name="P:Krypton.Toolkit.KryptonDomainUpDown.DisplayRectangle">
<summary>
Gets the rectangle that represents the display area of the control.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonDomainUpDown.SetLayoutDisplayPadding(System.Windows.Forms.Padding)">
<summary>
Override the display padding for the layout fill.
</summary>
<param name="padding">Display padding value.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonDomainUpDown.DesignerGetHitTest(System.Drawing.Point)">
<summary>
Internal design time method.
</summary>
<param name="pt">Mouse location.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonDomainUpDown.DesignerComponentFromPoint(System.Drawing.Point)">
<summary>
Internal design time method.
</summary>
<param name="pt">Mouse location.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonDomainUpDown.DesignerMouseLeave">
<summary>
Internal design time method.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonDomainUpDown.ForceControlLayout">
<summary>
Force the layout logic to size and position the controls.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonDomainUpDown.UserEdit">
<summary>
Gets or sets a value indicating whether a value has been entered by the user.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonDomainUpDown.OnSelectedItemChanged(System.EventArgs)">
<summary>
Raises the SelectedItemChanged event.
</summary>
<param name="e">An EventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonDomainUpDown.OnScroll(System.Windows.Forms.ScrollEventArgs)">
<summary>
Raises the SelectedItemChanged event.
</summary>
<param name="e">A ScrollEventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonDomainUpDown.OnTrackMouseEnter(System.EventArgs)">
<summary>
Raises the TrackMouseEnter event.
</summary>
<param name="e">An EventArgs containing the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonDomainUpDown.OnTrackMouseLeave(System.EventArgs)">
<summary>
Raises the TrackMouseLeave event.
</summary>
<param name="e">An EventArgs containing the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonDomainUpDown.CreateControlsInstance">
<summary>
Creates a new instance of the control collection for the KryptonTextBox.
</summary>
<returns>A new instance of Control.ControlCollection assigned to the control.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonDomainUpDown.OnHandleCreated(System.EventArgs)">
<summary>
Raises the HandleCreated event.
</summary>
<param name="e">An EventArgs containing the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonDomainUpDown.OnEnabledChanged(System.EventArgs)">
<summary>
Raises the EnabledChanged event.
</summary>
<param name="e">An EventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonDomainUpDown.OnPaletteChanged(System.EventArgs)">
<summary>
Raises the PaletteChanged event.
</summary>
<param name="e">An EventArgs containing the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonDomainUpDown.OnPaletteNeedPaint(System.Object,Krypton.Toolkit.NeedLayoutEventArgs)">
<summary>
Processes a notification from palette of a paint and optional layout required.
</summary>
<param name="sender">Source of notification.</param>
<param name="e">An NeedLayoutEventArgs containing event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonDomainUpDown.OnBackColorChanged(System.EventArgs)">
<summary>
Raises the BackColorChanged event.
</summary>
<param name="e">An EventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonDomainUpDown.OnBackgroundImageChanged(System.EventArgs)">
<summary>
Raises the BackgroundImageChanged event.
</summary>
<param name="e">An EventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonDomainUpDown.OnBackgroundImageLayoutChanged(System.EventArgs)">
<summary>
Raises the BackgroundImageLayoutChanged event.
</summary>
<param name="e">An EventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonDomainUpDown.OnForeColorChanged(System.EventArgs)">
<summary>
Raises the ForeColorChanged event.
</summary>
<param name="e">An EventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonDomainUpDown.OnResize(System.EventArgs)">
<summary>
Raises the Resize event.
</summary>
<param name="e">An EventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonDomainUpDown.OnLayout(System.Windows.Forms.LayoutEventArgs)">
<summary>
Raises the Layout event.
</summary>
<param name="levent">An EventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonDomainUpDown.OnMouseEnter(System.EventArgs)">
<summary>
Raises the MouseEnter event.
</summary>
<param name="e">An EventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonDomainUpDown.OnMouseLeave(System.EventArgs)">
<summary>
Raises the MouseLeave event.
</summary>
<param name="e">An EventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonDomainUpDown.OnGotFocus(System.EventArgs)">
<summary>
Raises the GotFocus event.
</summary>
<param name="e">An EventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonDomainUpDown.SetBoundsCore(System.Int32,System.Int32,System.Int32,System.Int32,System.Windows.Forms.BoundsSpecified)">
<summary>
Performs the work of setting the specified bounds of this control.
</summary>
<param name="x">The new Left property value of the control.</param>
<param name="y">The new Top property value of the control.</param>
<param name="width">The new Width property value of the control.</param>
<param name="height">The new Height property value of the control.</param>
<param name="specified">A bitwise combination of the BoundsSpecified values.</param>
</member>
<member name="P:Krypton.Toolkit.KryptonDomainUpDown.DefaultSize">
<summary>
Gets the default size of the control.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonDomainUpDown.OnNeedPaint(System.Object,Krypton.Toolkit.NeedLayoutEventArgs)">
<summary>
Processes a notification from palette storage of a paint and optional layout required.
</summary>
<param name="sender">Source of notification.</param>
<param name="e">An NeedLayoutEventArgs containing event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonDomainUpDown.OnPaddingChanged(System.EventArgs)">
<summary>
Raises the PaddingChanged event.
</summary>
<param name="e">An NeedLayoutEventArgs containing event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonDomainUpDown.OnTabStopChanged(System.EventArgs)">
<summary>
Raises the TabStop event.
</summary>
<param name="e">An EventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonDomainUpDown.OnCausesValidationChanged(System.EventArgs)">
<summary>
Raises the CausesValidationChanged event.
</summary>
<param name="e">An EventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonDomainUpDown.WndProc(System.Windows.Forms.Message@)">
<summary>
Process Windows-based messages.
</summary>
<param name="m">A Windows-based message.</param>
</member>
<member name="T:Krypton.Toolkit.KryptonDropButton">
<summary>
Combines drop-down button functionality with the styling features of the Krypton Toolkit.
</summary>
</member>
<member name="E:Krypton.Toolkit.KryptonDropButton.DropDown">
<summary>
Occurs when the drop-down portion of the button is pressed.
</summary>
</member>
<member name="E:Krypton.Toolkit.KryptonDropButton.KryptonCommandChanged">
<summary>
Occurs when the value of the KryptonCommand property changes.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonDropButton.#ctor">
<summary>
Initialize a new instance of the KryptonDropButton class.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonDropButton.AutoSize">
<summary>
Gets and sets the automatic resize of the control to fit contents.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonDropButton.Padding">
<summary>
Gets and sets the internal padding space.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonDropButton.Text">
<summary>
Gets or sets the text associated with this control.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonDropButton.ResetText">
<summary>
Resets the Text property to its default value.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonDropButton.ButtonOrientation">
<summary>
Gets and sets the visual orientation of the control.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonDropButton.DropDownPosition">
<summary>
Gets and sets the position of the drop arrow within the button.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonDropButton.DropDownOrientation">
<summary>
Gets and sets the orientation of the drop arrow within the button.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonDropButton.Splitter">
<summary>
Gets and sets if the button works as a splitter or as a drop-down.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonDropButton.ButtonStyle">
<summary>
Gets and sets the button style.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonDropButton.Values">
<summary>
Gets access to the button content.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonDropButton.StateCommon">
<summary>
Gets access to the common button appearance that other states can override.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonDropButton.StateDisabled">
<summary>
Gets access to the disabled button appearance entries.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonDropButton.StateNormal">
<summary>
Gets access to the normal button appearance entries.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonDropButton.StateTracking">
<summary>
Gets access to the hot tracking button appearance entries.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonDropButton.StatePressed">
<summary>
Gets access to the pressed button appearance entries.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonDropButton.OverrideDefault">
<summary>
Gets access to the normal button appearance when default.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonDropButton.OverrideFocus">
<summary>
Gets access to the button appearance when it has focus.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonDropButton.DialogResult">
<summary>
Gets or sets the value returned to the parent form when the button is clicked.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonDropButton.KryptonCommand">
<summary>
Gets and sets the associated KryptonCommand.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonDropButton.NotifyDefault(System.Boolean)">
<summary>
Notifies a control that it is the default button so that its appearance and behavior is adjusted accordingly.
</summary>
<param name="value">true if the control should behave as a default button; otherwise false.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonDropButton.PerformClick">
<summary>
Generates a Click event for the control.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonDropButton.PerformDropDown">
<summary>
Generates a DropDown event for the control.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonDropButton.UseMnemonic">
<summary>
Gets or sets a value indicating whether an ampersand is included in the text of the control.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonDropButton.SetFixedState(Krypton.Toolkit.PaletteState)">
<summary>
Fix the control to a particular palette state.
</summary>
<param name="state">Palette state to fix.</param>
</member>
<member name="P:Krypton.Toolkit.KryptonDropButton.ImeMode">
<summary>
Determines the IME status of the object when selected.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonDropButton.GetShortText">
<summary>
Gets the content short text.
</summary>
<returns>String value.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonDropButton.GetLongText">
<summary>
Gets the content long text.
</summary>
<returns>String value.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonDropButton.GetImage(Krypton.Toolkit.PaletteState)">
<summary>
Gets the content image.
</summary>
<param name="state">The state for which the image is needed.</param>
<returns>Image value.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonDropButton.GetImageTransparentColor(Krypton.Toolkit.PaletteState)">
<summary>
Gets the image color that should be transparent.
</summary>
<param name="state">The state for which the image is needed.</param>
<returns>Color value.</returns>
</member>
<member name="P:Krypton.Toolkit.KryptonDropButton.DefaultSize">
<summary>
Gets the default size of the control.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonDropButton.DefaultImeMode">
<summary>
Gets the default Input Method Editor (IME) mode supported by this control.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonDropButton.OnEnabledChanged(System.EventArgs)">
<summary>
Raises the EnabledChanged event.
</summary>
<param name="e">An EventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonDropButton.OnGotFocus(System.EventArgs)">
<summary>
Raises the GotFocus event.
</summary>
<param name="e">An EventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonDropButton.OnLostFocus(System.EventArgs)">
<summary>
Raises the LostFocus event.
</summary>
<param name="e">An EventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonDropButton.OnClick(System.EventArgs)">
<summary>
Raises the Click event.
</summary>
<param name="e">An EventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonDropButton.ProcessMnemonic(System.Char)">
<summary>
Processes a mnemonic character.
</summary>
<param name="charCode">The mnemonic character entered.</param>
<returns>true if the mnemonic was processed; otherwise, false.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonDropButton.ContextMenuClosed">
<summary>
Called when a context menu has just been closed.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonDropButton.WndProc(System.Windows.Forms.Message@)">
<summary>
Process Windows-based messages.
</summary>
<param name="m">A Windows-based message.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonDropButton.OnDropDown(Krypton.Toolkit.ContextPositionMenuArgs)">
<summary>
Raises the DropDown event.
</summary>
<param name="e">An ContextPositionMenuArgs containing the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonDropButton.OnKryptonCommandChanged(System.EventArgs)">
<summary>
Raises the KryptonCommandChanged event.
</summary>
<param name="e">An EventArgs containing the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonDropButton.OnCommandPropertyChanged(System.Object,System.ComponentModel.PropertyChangedEventArgs)">
<summary>
Handles a change in the property of an attached command.
</summary>
<param name="sender">Source of the event.</param>
<param name="e">A PropertyChangedEventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonDropButton.SetStyles(Krypton.Toolkit.ButtonStyle)">
<summary>
Update the state objects to reflect the new button style.
</summary>
<param name="buttonStyle">New button style.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonDropButton.CreateButtonValues(Krypton.Toolkit.NeedPaintHandler)">
<summary>
Creates a values storage object appropriate for control.
</summary>
<returns>Set of button values.</returns>
<param name="needPaint">Delegate for notifying paint requests.</param>
</member>
<member name="P:Krypton.Toolkit.KryptonDropButton.ViewDrawButton">
<summary>
Gets access to the view element for the button.
</summary>
</member>
<member name="T:Krypton.Toolkit.KryptonFolderBrowserDialog">
<summary>
'File Browser dialog' from which the user can select a Directory.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonFolderBrowserDialog.ShowActualDialog(System.Windows.Forms.IWin32Window)">
<inheritdoc />
</member>
<member name="P:Krypton.Toolkit.KryptonFolderBrowserDialog.SelectedPath">
<summary>
Gets the directory path of the folder the user picked.
Sets the directory path of the initial folder shown in the dialog box.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonFolderBrowserDialog.RootFolder">
<summary>
Gets/sets the root node of the directory tree.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonFolderBrowserDialog.Title">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.KryptonFolderBrowserDialog.Reset">
<summary>Resets all properties to their default values.</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonFolderBrowserDialog.ToString">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.KryptonFolderBrowserDialog.Dispose">
<inheritdoc />
</member>
<member name="T:Krypton.Toolkit.KryptonFontDialog">
<summary>
Represents a common dialog box that displays a list of fonts
that are currently installed on the system.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonFontDialog.Title">
<summary>
Changes the title of the common Font Dialog
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonFontDialog.Icon">
<summary>
Changes the default Icon to Developer set
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonFontDialog.ShowIcon">
<summary>
Changes the default Icon to Developer set
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonFontDialog.#ctor">
<summary>
Represents a common dialog box that displays a list of fonts
that are currently installed on the system.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonFontDialog.DisplayExtendedColorsButton">
<summary>
Display the Legacy Extended colours choice
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonFontDialog.DisplayIsPrinterFontDescription">
<summary>
Place an informative area at the bottom of the form stating if this will also be used on printers
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonFontDialog.HookProc(System.IntPtr,System.Int32,System.IntPtr,System.IntPtr)">
<inheritdoc />
</member>
<member name="T:Krypton.Toolkit.KryptonForm">
<summary>
Draws the window chrome using a Krypton palette.
</summary>
</member>
<member name="T:Krypton.Toolkit.KryptonForm.FormButtonSpecCollection">
<summary>
Collection for managing ButtonSpecAny instances.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonForm.FormButtonSpecCollection.#ctor(Krypton.Toolkit.KryptonForm)">
<summary>
Initialize a new instance of the FormButtonSpecCollection class.
</summary>
<param name="owner">Reference to owning object.</param>
</member>
<member name="T:Krypton.Toolkit.KryptonForm.FormFixedButtonSpecCollection">
<summary>
Collection for managing NavigatorButtonSpec instances.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonForm.FormFixedButtonSpecCollection.#ctor(Krypton.Toolkit.KryptonForm)">
<summary>
Initialize a new instance of the FormFixedButtonSpecCollection class.
</summary>
<param name="owner">Reference to owning object.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonForm.#ctor">
<summary>
Initialize a new instance of the KryptonForm class.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonForm.Dispose(System.Boolean)">
<summary>
Releases all resources used by the Control.
</summary>
<param name="disposing">true to release both managed and unmanaged resources; false to release only unmanaged resources.</param>
</member>
<member name="P:Krypton.Toolkit.KryptonForm.TextExtra">
<summary>
Gets or sets the extra text associated with the control.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonForm.AllowButtonSpecToolTips">
<summary>
Gets and sets a value indicating if tooltips should be Displayed for button specs.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonForm.UseThemeFormChromeBorderWidth">
<summary>
Gets or sets a value indicating if custom chrome is allowed.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonForm.AllowStatusStripMerge">
<summary>
Gets or sets a value indicating if the form status strip be considered for merging into chrome.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonForm.HeaderStyle">
<summary>
Gets and sets the header style for a main form.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonForm.FormTitleAlign">
<summary>
Gets and sets the header edge to display the button against.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonForm.GroupBorderStyle">
<summary>
Gets and sets the chrome group border style.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonForm.GroupBackStyle">
<summary>
Gets and sets the chrome group background style.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonForm.UseDropShadow">
<summary>
Allows the use of drop shadow around the form.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonForm.IsInAdministratorMode">
<summary>
Gets or sets a value indicating whether this instance is in administrator mode.
</summary>
<value>
<c>true</c> if this instance is in administrator mode; otherwise, <c>false</c>.
</value>
</member>
<member name="P:Krypton.Toolkit.KryptonForm.StateCommon">
<summary>
Gets access to the common form appearance entries that other states can override.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonForm.StateInactive">
<summary>
Gets access to the inactive form appearance entries.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonForm.StateActive">
<summary>
Gets access to the active form appearance entries.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonForm.ButtonSpecs">
<summary>
Gets the collection of button specifications.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonForm.ButtonSpecMin">
<summary>
Gets access to the minimize button spec.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonForm.ButtonSpecMax">
<summary>
Gets access to the minimize button spec.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonForm.ButtonSpecClose">
<summary>
Gets access to the minimize button spec.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonForm.InertForm">
<summary>
Gets and sets a value indicating if the border should be inert to changes.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonForm.InjectViewElement(Krypton.Toolkit.ViewBase,Krypton.Toolkit.ViewDockStyle)">
<summary>
Allow an extra view element to be injected into the caption area.
</summary>
<param name="element">Reference to view element.</param>
<param name="style">Docking style of the element.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonForm.RevokeViewElement(Krypton.Toolkit.ViewBase,Krypton.Toolkit.ViewDockStyle)">
<summary>
Remove a previously injected view element from the caption area.
</summary>
<param name="element">Reference to view element.</param>
<param name="style">Docking style of the element.</param>
</member>
<member name="P:Krypton.Toolkit.KryptonForm.AllowIconDisplay">
<summary>
Gets and sets a value indicating if the icon is allowed to be shown.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonForm.RecreateMinMaxCloseButtons">
<summary>
Next time a layout occurs the min/max/close buttons need recreating.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonForm.ToolTipManager">
<summary>
Gets access to the ToolTipManager used for displaying tool tips.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonForm.GetWindowState">
<summary>
Gets the current state of the window.
</summary>
<returns>FormWindowState enumeration value.</returns>
</member>
<member name="P:Krypton.Toolkit.KryptonForm.ActiveControl">
<summary>Gets or sets the active control on the container control.</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonForm.TitleStyle">
<summary>Arranges the current window title alignment.</summary>
<value>The current window title alignment.</value>
</member>
<member name="P:Krypton.Toolkit.KryptonForm.IsMdiContainer">
<summary>Gets or sets a value indicating whether the form is a container for multiple-document interface (MDI) child forms.</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonForm.HitTestMinButton(System.Drawing.Point)">
<summary>
Gets a value indicating if the provided point is inside the minimize button.
</summary>
<param name="pt">Window relative point to test.</param>
<returns>True if inside the button; otherwise false.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonForm.HitTestMaxButton(System.Drawing.Point)">
<summary>
Gets a value indicating if the provided point is inside the maximize button.
</summary>
<param name="pt">Window relative point to test.</param>
<returns>True if inside the button; otherwise false.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonForm.HitTestCloseButton(System.Drawing.Point)">
<summary>
Gets a value indicating if the provided point is inside the close button.
</summary>
<param name="pt">Window relative point to test.</param>
<returns>True if inside the button; otherwise false.</returns>
</member>
<member name="P:Krypton.Toolkit.KryptonForm.CustomCaptionArea">
<summary>
Gets and sets a rectangle to treat as a custom caption area.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonForm.GetImage(Krypton.Toolkit.PaletteState)">
<summary>
Gets the image used for showing on the title bar.
</summary>
<param name="state">Form state.</param>
<returns>Image.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonForm.GetImageTransparentColor(Krypton.Toolkit.PaletteState)">
<summary>
Gets the image color that should be interpreted as transparent.
</summary>
<param name="state">Form state.</param>
<returns>Transparent Color.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonForm.GetShortText">
<summary>
Gets the short text used as the main caption title.
</summary>
<returns>Title string.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonForm.GetLongText">
<summary>
Gets the long text used as the secondary caption title.
</summary>
<returns>Title string.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonForm.CreateRedirector">
<summary>
Create the redirector instance.
</summary>
<returns>PaletteRedirect derived class.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonForm.OnControlAdded(System.Windows.Forms.ControlEventArgs)">
<summary>
Raises the ControlAdded event.
</summary>
<param name="e">An EventArgs containing event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonForm.OnControlRemoved(System.Windows.Forms.ControlEventArgs)">
<summary>
Raises the ControlRemoved event.
</summary>
<param name="e">An EventArgs containing event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonForm.OnLoad(System.EventArgs)">
<summary>
Raises the Load event.
</summary>
<param name="e">An EventArgs containing event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonForm.OnTextChanged(System.EventArgs)">
<summary>
Raises the TextChanged event.
</summary>
<param name="e">An EventArgs containing event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonForm.OnButtonSpecChanged(System.Object,System.EventArgs)">
<summary>
Processes a notification from palette storage of a button spec change.
</summary>
<param name="sender">Source of notification.</param>
<param name="e">An EventArgs containing event data.</param>
<exception cref="T:System.ArgumentNullException"></exception>
</member>
<member name="M:Krypton.Toolkit.KryptonForm.OnWindowActiveChanged">
<summary>
Called when the active state of the window changes.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonForm.OnPaletteChanged(System.EventArgs)">
<summary>
Raises the PaletteChanged event.
</summary>
<param name="e">An EventArgs containing the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonForm.OnUseThemeFormChromeBorderWidthChanged(System.Object,System.EventArgs)">
<summary>
Occurs when the UseThemeFormChromeBorderWidthChanged event is fired for the current palette.
</summary>
<param name="sender">Source of the event.</param>
<param name="e">An EventArgs containing the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonForm.WndProc(System.Windows.Forms.Message@)">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.KryptonForm.WindowChromeStart">
<summary>
Perform setup for custom chrome.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonForm.WindowChromeEnd">
<summary>
Perform cleanup when custom chrome ending.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonForm.WindowChromeHitTest(System.Drawing.Point)">
<summary>
Perform hit testing.
</summary>
<param name="pt">Point in window coordinates.</param>
<returns></returns>
</member>
<member name="M:Krypton.Toolkit.KryptonForm.WindowChromePaint(System.Drawing.Graphics,System.Drawing.Rectangle)">
<summary>
Perform painting of the window chrome.
</summary>
<param name="g">Graphics instance to use for drawing.</param>
<param name="bounds">Bounds enclosing the window chrome.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonForm.OnWM_NCLBUTTONDOWN(System.Windows.Forms.Message@)">
<summary>
Process the WM_NCLBUTTONDOWN message when overriding window chrome.
</summary>
<param name="m">A Windows-based message.</param>4
<returns>True if the message was processed; otherwise false.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonForm.WindowChromeLeftMouseDown(System.Drawing.Point)">
<summary>
Process the left mouse down event.
</summary>
<param name="windowPoint">Window coordinate of the mouse down.</param>
<returns>True if event is processed; otherwise false.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonForm.UpdateTitleStyle(Krypton.Toolkit.KryptonFormTitleStyle)">
<summary>Updates the title style.</summary>
<param name="titleStyle">The title style.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonForm.FindHelpProvider(System.Windows.Forms.Control)">
<summary>Finds the help provider.</summary>
<param name="control">The control.</param>
<returns>The help provider of the control.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonForm.UpdateDropShadowDraw(System.Boolean)">
<summary>
Calls the method that draws the drop shadow around the form.
</summary>
<param name="useDropShadow">Use drop shadow user input value.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonForm.DrawDropShadow">
<summary>
A wrapper that draws the drop shadow around the form.
</summary>
<returns>The shadow around the form.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonForm.GetCreateParams">
<summary>
Test code
</summary>
<returns>The overrides</returns>
</member>
<member name="P:Krypton.Toolkit.KryptonForm.CreateParams">
<summary>
Example by juverpp
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonForm.GetHasCurrentInstanceGotAdministrativeRights">
<summary>
Gets the has current instance got administrative rights.
</summary>
<returns></returns>
</member>
<member name="M:Krypton.Toolkit.KryptonForm.SetIsInAdministratorMode(System.Boolean)">
<summary>Sets the is in administrator mode.</summary>
<param name="value">if set to <c>true</c> [value].</param>
</member>
<member name="M:Krypton.Toolkit.KryptonForm.GetIsInAdministratorMode">
<summary>Gets the is in administrator mode.</summary>
<returns>IsInAdministratorMode</returns>
</member>
<member name="T:Krypton.Toolkit.KryptonGroup">
<summary>
Group related controls together with Krypton Toolkit styling.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonGroup.#ctor">
<summary>
Initialize a new instance of the KryptonGroup class.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonGroup.Name">
<summary>
Gets and sets the name of the control.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonGroup.AutoSize">
<summary>
Gets or sets a value indicating whether the control is automatically resized to display its entire contents.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonGroup.Padding">
<summary>
Gets and sets the internal padding space.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonGroup.AutoSizeMode">
<summary>
Gets and sets the auto size mode.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonGroup.Panel">
<summary>
Gets access to the internal panel that contains group content.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonGroup.GroupBorderStyle">
<summary>
Gets and sets the border style.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonGroup.GroupBackStyle">
<summary>
Gets and sets the background style.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonGroup.StateCommon">
<summary>
Gets access to the common group appearance entries that other states can override.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonGroup.StateDisabled">
<summary>
Gets access to the disabled group appearance entries.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonGroup.StateNormal">
<summary>
Gets access to the normal group appearance entries.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonGroup.GetPreferredSize(System.Drawing.Size)">
<summary>
Get the preferred size of the control based on a proposed size.
</summary>
<param name="proposedSize">Starting size proposed by the caller.</param>
<returns>Calculated preferred size.</returns>
</member>
<member name="P:Krypton.Toolkit.KryptonGroup.DisplayRectangle">
<summary>
Gets the rectangle that represents the display area of the control.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonGroup.SetFixedState(Krypton.Toolkit.PaletteState)">
<summary>
Fix the control to a particular palette state.
</summary>
<param name="state">Palette state to fix.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonGroup.ForceControlLayout">
<summary>
Force the layout logic to size and position the panels.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonGroup.CreateControlsInstance">
<summary>
Creates a new instance of the control collection for the KryptonGroup.
</summary>
<returns>A new instance of Control.ControlCollection assigned to the control.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonGroup.OnHandleCreated(System.EventArgs)">
<summary>
Raises the HandleCreated event.
</summary>
<param name="e">An EventArgs containing the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonGroup.OnInitialized(System.EventArgs)">
<summary>
Raises the Initialized event.
</summary>
<param name="e">An EventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonGroup.OnEnabledChanged(System.EventArgs)">
<summary>
Raises the EnabledChanged event.
</summary>
<param name="e">An EventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonGroup.OnResize(System.EventArgs)">
<summary>
Raises the Resize event.
</summary>
<param name="e">An EventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonGroup.OnLayout(System.Windows.Forms.LayoutEventArgs)">
<summary>
Raises the Layout event.
</summary>
<param name="levent">An EventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonGroup.OnNeedPaint(System.Object,Krypton.Toolkit.NeedLayoutEventArgs)">
<summary>
Processes a notification from palette storage of a paint and optional layout required.
</summary>
<param name="sender">Source of notification.</param>
<param name="e">An NeedLayoutEventArgs containing event data.</param>
</member>
<member name="T:Krypton.Toolkit.KryptonGroupBox">
<summary>
Display frame around a group of related controls with an optional caption.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonGroupBox.#ctor">
<summary>
Initialize a new instance of the KryptonGroupBox class.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonGroupBox.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="P:Krypton.Toolkit.KryptonGroupBox.Name">
<summary>
Gets and sets the name of the control.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonGroupBox.AutoSize">
<summary>
Gets or sets a value indicating whether the control is automatically resized to display its entire contents.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonGroupBox.Padding">
<summary>
Gets and sets the internal padding space.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonGroupBox.AutoSizeMode">
<summary>
Gets and sets the auto size mode.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonGroupBox.Text">
<summary>
Gets or sets the text associated with this control.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonGroupBox.ResetText">
<summary>
Resets the Text property to its default value.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonGroupBox.Panel">
<summary>
Gets access to the internal panel that contains group content.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonGroupBox.CaptionOverlap">
<summary>
Gets and the sets the percentage of overlap for the caption and group area.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonGroupBox.GroupBorderStyle">
<summary>
Gets and sets the border style.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonGroupBox.GroupBackStyle">
<summary>
Gets and sets the background style.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonGroupBox.CaptionStyle">
<summary>
Gets and sets the caption style.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonGroupBox.CaptionEdge">
<summary>
Gets and sets the position of the caption.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonGroupBox.CaptionOrientation">
<summary>
Gets and sets the orientation of the caption.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonGroupBox.CaptionVisible">
<summary>
Gets and sets the caption visibility.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonGroupBox.StateCommon">
<summary>
Gets access to the common header group appearance that other states can override.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonGroupBox.StateDisabled">
<summary>
Gets access to the disabled header group appearance entries.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonGroupBox.StateNormal">
<summary>
Gets access to the normal header group appearance entries.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonGroupBox.Values">
<summary>
Gets access to the caption content.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonGroupBox.GetPreferredSize(System.Drawing.Size)">
<summary>
Get the preferred size of the control based on a proposed size.
</summary>
<param name="proposedSize">Starting size proposed by the caller.</param>
<returns>Calculated preferred size.</returns>
</member>
<member name="P:Krypton.Toolkit.KryptonGroupBox.DisplayRectangle">
<summary>
Gets the rectangle that represents the display area of the control.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonGroupBox.SetFixedState(Krypton.Toolkit.PaletteState)">
<summary>
Fix the control to a particular palette state.
</summary>
<param name="state">Palette state to fix.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonGroupBox.ForceControlLayout">
<summary>
Force the layout logic to size and position the panels.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonGroupBox.CreateControlsInstance">
<summary>
Creates a new instance of the control collection for the KryptonHeaderGroup.
</summary>
<returns>A new instance of Control.ControlCollection assigned to the control.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonGroupBox.OnHandleCreated(System.EventArgs)">
<summary>
Raises the HandleCreated event.
</summary>
<param name="e">An EventArgs containing the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonGroupBox.OnInitialized(System.EventArgs)">
<summary>
Raises the Initialized event.
</summary>
<param name="e">An EventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonGroupBox.OnLayout(System.Windows.Forms.LayoutEventArgs)">
<summary>
Raises the Layout event.
</summary>
<param name="levent">A LayoutEventArgs containing the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonGroupBox.OnEnabledChanged(System.EventArgs)">
<summary>
Raises the EnabledChanged event.
</summary>
<param name="e">An EventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonGroupBox.OnResize(System.EventArgs)">
<summary>
Raises the Resize event.
</summary>
<param name="e">An EventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonGroupBox.OnNeedPaint(System.Object,Krypton.Toolkit.NeedLayoutEventArgs)">
<summary>
Processes a notification from palette storage of a paint and optional layout required.
</summary>
<param name="sender">Source of notification.</param>
<param name="e">An NeedLayoutEventArgs containing event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonGroupBox.WndProc(System.Windows.Forms.Message@)">
<summary>
Process Windows-based messages.
</summary>
<param name="m">A Windows-based message.</param>
</member>
<member name="T:Krypton.Toolkit.KryptonGroupBoxPanel">
<summary>
Special panel used in the KryptonGroup and KryptonHeaderGroup controls.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonGroupBoxPanel.#ctor(System.Windows.Forms.Control,Krypton.Toolkit.PaletteDoubleRedirect,Krypton.Toolkit.PaletteDouble,Krypton.Toolkit.PaletteDouble,Krypton.Toolkit.NeedPaintHandler)">
<summary>
Initialize a new instance of the KryptonGroupPanel class.
</summary>
<param name="alignControl">Container control for alignment.</param>
<param name="stateCommon">Common appearance state to inherit from.</param>
<param name="stateDisabled">Disabled appearance state.</param>
<param name="stateNormal">Normal appearance state.</param>
<param name="layoutHandler">Callback delegate for layout processing.</param>
</member>
<member name="T:Krypton.Toolkit.KryptonGroupPanel">
<summary>
Special panel used in the KryptonGroup and KryptonHeaderGroup controls.
</summary>
</member>
<member name="E:Krypton.Toolkit.KryptonGroupPanel.AutoSizeChanged">
<summary>
Occurs when the value of the AutoSize property changes.
</summary>
</member>
<member name="E:Krypton.Toolkit.KryptonGroupPanel.DockChanged">
<summary>
Occurs when the value of the Dock property changes.
</summary>
</member>
<member name="E:Krypton.Toolkit.KryptonGroupPanel.LocationChanged">
<summary>
Occurs when the value of the Location property changes.
</summary>
</member>
<member name="E:Krypton.Toolkit.KryptonGroupPanel.TabIndexChanged">
<summary>
Occurs when the value of the TabIndex property changes.
</summary>
</member>
<member name="E:Krypton.Toolkit.KryptonGroupPanel.TabStopChanged">
<summary>
Occurs when the value of the TabStop property changes.
</summary>
</member>
<member name="E:Krypton.Toolkit.KryptonGroupPanel.VisibleChanged">
<summary>
Occurs when the value of the Visible property changes.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonGroupPanel.#ctor(System.Windows.Forms.Control,Krypton.Toolkit.PaletteDoubleRedirect,Krypton.Toolkit.PaletteDouble,Krypton.Toolkit.PaletteDouble,Krypton.Toolkit.NeedPaintHandler)">
<summary>
Initialize a new instance of the KryptonGroupPanel class.
</summary>
<param name="alignControl">Container control for alignment.</param>
<param name="stateCommon">Common appearance state to inherit from.</param>
<param name="stateDisabled">Disabled appearance state.</param>
<param name="stateNormal">Normal appearance state.</param>
<param name="layoutHandler">Callback delegate for layout processing.</param>
</member>
<member name="P:Krypton.Toolkit.KryptonGroupPanel.Anchor">
<summary>
Gets or sets how a KryptonSplitterPanel attaches to the edges of the KryptonSplitContainer.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonGroupPanel.AutoSize">
<summary>
Gets or sets a value indicating whether the KryptonSplitterPanel is automatically resized to display its entire contents.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonGroupPanel.AutoSizeMode">
<summary>
Gets or sets a value indicating whether the control is automatically resized to display its entire contents.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonGroupPanel.BorderStyle">
<summary>
Gets or sets the border style for the KryptonSplitterPanel.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonGroupPanel.Dock">
<summary>
Gets or sets which edge of the KryptonSplitContainer that the KryptonSplitterPanel is docked to.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonGroupPanel.DockPadding">
<summary>
Gets the internal spacing between the KryptonSplitterPanel and its edges.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonGroupPanel.Height">
<summary>
Gets or sets the height of the KryptonGroupPanel.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonGroupPanel.Location">
<summary>
Gets or sets the coordinates of the upper-left corner of the KryptonSplitterPanel relative to the upper-left corner of its KryptonSplitContainer.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonGroupPanel.Name">
<summary>
The name of this KryptonSplitterPanel.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonGroupPanel.Parent">
<summary>
The name of this KryptonSplitterPanel.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonGroupPanel.Size">
<summary>
Gets or sets the height and width of the KryptonSplitterPanel.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonGroupPanel.TabIndex">
<summary>
Gets or sets the tab order of the KryptonSplitterPanel within its KryptonSplitContainer.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonGroupPanel.TabStop">
<summary>
Gets or sets a value indicating whether the user can give the focus to this KryptonSplitterPanel using the TAB key.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonGroupPanel.Visible">
<summary>
Gets or sets a value indicating whether the KryptonSplitterPanel is Displayed.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonGroupPanel.Width">
<summary>
Gets or sets the width of the KryptonSplitterPanel.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonGroupPanel.PaletteMode">
<summary>
Gets or sets the palette to be applied.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonGroupPanel.Palette">
<summary>
Gets and sets the custom palette implementation.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonGroupPanel.PanelBackStyle">
<summary>
Gets and sets the panel style.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonGroupPanel.StateCommon">
<summary>
Gets access to the common panel appearance that other states can override.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonGroupPanel.StateDisabled">
<summary>
Gets access to the disabled panel appearance.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonGroupPanel.StateNormal">
<summary>
Gets access to the normal panel appearance.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonGroupPanel.DefaultMargin">
<summary>
Gets the space, in pixels, that is specified by default between controls.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonGroupPanel.OnLayout(System.Windows.Forms.LayoutEventArgs)">
<summary>
Raises the Layout event.
</summary>
<param name="levent">A LayoutEventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonGroupPanel.OnEnabledChanged(System.EventArgs)">
<summary>
Raises the EnabledChanged event.
</summary>
<param name="e">An EventArgs that contains the event data.</param>
</member>
<member name="P:Krypton.Toolkit.KryptonGroupPanel.TransparentParent">
<summary>
Gets the control reference that is the parent for transparent drawing.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonGroupPanel.OnAutoSizeChanged(System.EventArgs)">
<summary>
Raises the AutoSizeChanged event.
</summary>
<param name="e">An EventArgs containing the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonGroupPanel.OnDockChanged(System.EventArgs)">
<summary>
Raises the DockChanged event.
</summary>
<param name="e">An EventArgs containing the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonGroupPanel.OnLocationChanged(System.EventArgs)">
<summary>
Raises the LocationChanged event.
</summary>
<param name="e">An EventArgs containing the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonGroupPanel.OnTabIndexChanged(System.EventArgs)">
<summary>
Raises the TabIndexChanged event.
</summary>
<param name="e">An EventArgs containing the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonGroupPanel.OnTabStopChanged(System.EventArgs)">
<summary>
Raises the TabStopChanged event.
</summary>
<param name="e">An EventArgs containing the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonGroupPanel.OnVisibleChanged(System.EventArgs)">
<summary>
Raises the VisibleChanged event.
</summary>
<param name="e">An EventArgs containing the event data.</param>
</member>
<member name="T:Krypton.Toolkit.KryptonHeader">
<summary>
Provides a description for a section of your form.
</summary>
</member>
<member name="T:Krypton.Toolkit.KryptonHeader.HeaderButtonSpecCollection">
<summary>
Collection for managing ButtonSpecAny instances.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonHeader.HeaderButtonSpecCollection.#ctor(Krypton.Toolkit.KryptonHeader)">
<summary>
Initialize a new instance of the HeaderButtonSpecCollection class.
</summary>
<param name="owner">Reference to owning object.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonHeader.#ctor">
<summary>
Initialize a new instance of the KryptonHeader class.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonHeader.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="P:Krypton.Toolkit.KryptonHeader.AutoSize">
<summary>
Gets and sets the automatic resize of the control to fit contents.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonHeader.AutoSizeMode">
<summary>
Gets and sets the auto size mode.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonHeader.Padding">
<summary>
Gets and sets the internal padding space.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonHeader.Text">
<summary>
Gets or sets the text associated with this control.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonHeader.ResetText">
<summary>
Resets the Text property to its default value.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonHeader.Orientation">
<summary>
Gets and sets the visual orientation of the control.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonHeader.UseMnemonic">
<summary>
Gets or sets a value indicating whether mnemonics will fire button spec buttons.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonHeader.ButtonSpecs">
<summary>
Gets the collection of button specifications.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonHeader.AllowButtonSpecToolTips">
<summary>
Gets and sets a value indicating if tooltips should be Displayed for button specs.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonHeader.AllowButtonSpecToolTipPriority">
<summary>
Gets and sets a value indicating if button spec tooltips should remove the parent tooltip.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonHeader.HeaderStyle">
<summary>
Gets and sets the header style.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonHeader.Values">
<summary>
Gets access to the header content.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonHeader.StateCommon">
<summary>
Gets access to the common header appearance that other states can override.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonHeader.StateDisabled">
<summary>
Gets access to the disabled header appearance entries.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonHeader.StateNormal">
<summary>
Gets access to the normal header appearance entries.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonHeader.SetFixedState(Krypton.Toolkit.PaletteState)">
<summary>
Fix the control to a particular palette state.
</summary>
<param name="state">Palette state to fix.</param>
</member>
<member name="P:Krypton.Toolkit.KryptonHeader.ToolTipManager">
<summary>
Gets access to the ToolTipManager used for displaying tool tips.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonHeader.DesignerGetHitTest(System.Drawing.Point)">
<summary>
Internal design time method.
</summary>
<param name="pt">Mouse location.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonHeader.DesignerComponentFromPoint(System.Drawing.Point)">
<summary>
Internal design time method.
</summary>
<param name="pt">Mouse location.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonHeader.DesignerMouseLeave">
<summary>
Internal design time method.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonHeader.ProcessMnemonic(System.Char)">
<summary>
Processes a mnemonic character.
</summary>
<param name="charCode">The mnemonic character entered.</param>
<returns>true if the mnemonic was processed; otherwise, false.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonHeader.OnEnabledChanged(System.EventArgs)">
<summary>
Raises the EnabledChanged event.
</summary>
<param name="e">An EventArgs that contains the event data.</param>
</member>
<member name="P:Krypton.Toolkit.KryptonHeader.DefaultSize">
<summary>
Gets the default size of the control.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonHeader.OnButtonSpecChanged(System.Object,System.EventArgs)">
<summary>
Processes a notification from palette storage of a button spec change.
</summary>
<param name="sender">Source of notification.</param>
<param name="e">An EventArgs containing event data.</param>
</member>
<member name="T:Krypton.Toolkit.KryptonHeaderGroup">
<summary>
Combines the benefits of the KryptonHeader and the KryptonGroup into one.
</summary>
</member>
<member name="T:Krypton.Toolkit.KryptonHeaderGroup.HeaderGroupButtonSpecCollection">
<summary>
Collection for managing HeaderGroupButtonSpec instances.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonHeaderGroup.HeaderGroupButtonSpecCollection.#ctor(Krypton.Toolkit.KryptonHeaderGroup)">
<summary>
Initialize a new instance of the HeaderGroupButtonSpecCollection class.
</summary>
<param name="owner">Reference to owning object.</param>
</member>
<member name="E:Krypton.Toolkit.KryptonHeaderGroup.CollapsedChanged">
<summary>
Occurs when the collapsed property changes.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonHeaderGroup.#ctor">
<summary>
Initialize a new instance of the KryptonHeaderGroup class.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonHeaderGroup.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="P:Krypton.Toolkit.KryptonHeaderGroup.Name">
<summary>
Gets and sets the name of the control.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonHeaderGroup.AutoSize">
<summary>
Gets or sets a value indicating whether the control is automatically resized to display its entire contents.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonHeaderGroup.Padding">
<summary>
Gets and sets the internal padding space.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonHeaderGroup.AutoSizeMode">
<summary>
Gets and sets the auto size mode.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonHeaderGroup.Text">
<summary>
Gets or sets the text associated with this control.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonHeaderGroup.ResetText">
<summary>
Resets the Text property to its default value.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonHeaderGroup.UseMnemonic">
<summary>
Gets or sets a value indicating whether mnemonics will fire button spec buttons.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonHeaderGroup.Panel">
<summary>
Gets access to the internal panel that contains group content.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonHeaderGroup.AutoCollapseArrow">
<summary>
Gets or sets a value indicating if collapsed mode is auto toggled by arrow button specs.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonHeaderGroup.Collapsed">
<summary>
Gets or sets a value indicating if the appearance is collapsed.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonHeaderGroup.CollapseTarget">
<summary>
Gets or sets a value indicating how to collapsed the appearance when entering collapse mode.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonHeaderGroup.ButtonSpecs">
<summary>
Gets the collection of button specifications.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonHeaderGroup.AllowButtonSpecToolTips">
<summary>
Gets and sets a value indicating if tooltips should be Displayed for button specs.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonHeaderGroup.AllowButtonSpecToolTipPriority">
<summary>
Gets and sets a value indicating if button spec tooltips should remove the parent tooltip.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonHeaderGroup.GroupBorderStyle">
<summary>
Gets and sets the border style.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonHeaderGroup.GroupBackStyle">
<summary>
Gets and sets the background style.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonHeaderGroup.HeaderStylePrimary">
<summary>
Gets and sets the primary header style.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonHeaderGroup.HeaderStyleSecondary">
<summary>
Gets and sets the secondary header style.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonHeaderGroup.HeaderPositionPrimary">
<summary>
Gets and sets the position of the primary header.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonHeaderGroup.HeaderPositionSecondary">
<summary>
Gets and sets the position of the secondary header.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonHeaderGroup.HeaderVisiblePrimary">
<summary>
Gets and sets the primary header visibility.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonHeaderGroup.HeaderVisibleSecondary">
<summary>
Gets and sets the secondary header visibility.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonHeaderGroup.StateCommon">
<summary>
Gets access to the common header group appearance that other states can override.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonHeaderGroup.StateDisabled">
<summary>
Gets access to the disabled header group appearance entries.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonHeaderGroup.StateNormal">
<summary>
Gets access to the normal header group appearance entries.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonHeaderGroup.ValuesPrimary">
<summary>
Gets access to the primary header content.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonHeaderGroup.ValuesSecondary">
<summary>
Gets access to the secondary header content.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonHeaderGroup.GetPreferredSize(System.Drawing.Size)">
<summary>
Get the preferred size of the control based on a proposed size.
</summary>
<param name="proposedSize">Starting size proposed by the caller.</param>
<returns>Calculated preferred size.</returns>
</member>
<member name="P:Krypton.Toolkit.KryptonHeaderGroup.DisplayRectangle">
<summary>
Gets the rectangle that represents the display area of the control.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonHeaderGroup.SetFixedState(Krypton.Toolkit.PaletteState)">
<summary>
Fix the control to a particular palette state.
</summary>
<param name="state">Palette state to fix.</param>
</member>
<member name="P:Krypton.Toolkit.KryptonHeaderGroup.ToolTipManager">
<summary>
Gets access to the ToolTipManager used for displaying tool tips.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonHeaderGroup.DesignerGetHitTest(System.Drawing.Point)">
<summary>
Internal design time method.
</summary>
<param name="pt">Mouse location.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonHeaderGroup.DesignerComponentFromPoint(System.Drawing.Point)">
<summary>
Internal design time method.
</summary>
<param name="pt">Mouse location.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonHeaderGroup.DesignerMouseLeave">
<summary>
Internal design time method.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonHeaderGroup.ForceControlLayout">
<summary>
Force the layout logic to size and position the panels.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonHeaderGroup.OnCollapsedChanged(System.EventArgs)">
<summary>
Raises the CollapsedChanged event.
</summary>
<param name="e">An EventArgs containing the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonHeaderGroup.CreateControlsInstance">
<summary>
Creates a new instance of the control collection for the KryptonHeaderGroup.
</summary>
<returns>A new instance of Control.ControlCollection assigned to the control.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonHeaderGroup.OnHandleCreated(System.EventArgs)">
<summary>
Raises the HandleCreated event.
</summary>
<param name="e">An EventArgs containing the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonHeaderGroup.OnInitialized(System.EventArgs)">
<summary>
Raises the Initialized event.
</summary>
<param name="e">An EventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonHeaderGroup.OnLayout(System.Windows.Forms.LayoutEventArgs)">
<summary>
Raises the Layout event.
</summary>
<param name="levent">A LayoutEventArgs containing the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonHeaderGroup.ProcessMnemonic(System.Char)">
<summary>
Processes a mnemonic character.
</summary>
<param name="charCode">The mnemonic character entered.</param>
<returns>true if the mnemonic was processed; otherwise, false.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonHeaderGroup.OnEnabledChanged(System.EventArgs)">
<summary>
Raises the EnabledChanged event.
</summary>
<param name="e">An EventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonHeaderGroup.OnResize(System.EventArgs)">
<summary>
Raises the Resize event.
</summary>
<param name="e">An EventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonHeaderGroup.OnNeedPaint(System.Object,Krypton.Toolkit.NeedLayoutEventArgs)">
<summary>
Processes a notification from palette storage of a paint and optional layout required.
</summary>
<param name="sender">Source of notification.</param>
<param name="e">An NeedLayoutEventArgs containing event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonHeaderGroup.WndProc(System.Windows.Forms.Message@)">
<summary>
Process Windows-based messages.
</summary>
<param name="m">A Windows-based message.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonHeaderGroup.OnButtonSpecChanged(System.Object,System.EventArgs)">
<summary>
Processes a notification from palette storage of a button spec change.
</summary>
<param name="sender">Source of notification.</param>
<param name="e">An EventArgs containing event data.</param>
</member>
<member name="T:Krypton.Toolkit.KryptonHelpCommand">
<summary>A <see cref="T:Krypton.Toolkit.KryptonCommand"/> created specifically for the <see cref="F:Krypton.Toolkit.PaletteButtonSpecStyle.FormHelp"/> button spec.</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonHelpCommand.HelpButton">
<summary>Gets or sets the help button.</summary>
<value>The help button.</value>
</member>
<member name="M:Krypton.Toolkit.KryptonHelpCommand.#ctor">
<summary>Initializes a new instance of the <see cref="T:Krypton.Toolkit.KryptonHelpCommand" /> class.</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonHelpCommand.UpdateImage(System.Drawing.Image)">
<summary>Updates the image.</summary>
<param name="helpImage">The help image.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonHelpCommand.AddImageStates(System.Drawing.Image,System.Drawing.Image,System.Drawing.Image,System.Drawing.Image)">
<summary>Adds the image states.</summary>
<param name="activeImage">The active image.</param>
<param name="disabledImage">The disabled image.</param>
<param name="normalImage">The normal image.</param>
<param name="pressedImage">The pressed image.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonHelpCommand.UpdateActiveImage(System.Drawing.Image)">
<summary>Updates the active image.</summary>
<param name="activeImage">The active image.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonHelpCommand.UpdateDisabledImage(System.Drawing.Image)">
<summary>Updates the disabled image.</summary>
<param name="disabledImage">The disabled image.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonHelpCommand.UpdateNormalImage(System.Drawing.Image)">
<summary>Updates the normal image.</summary>
<param name="normalImage">The normal image.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonHelpCommand.UpdatePressedImage(System.Drawing.Image)">
<summary>Updates the pressed image.</summary>
<param name="pressedImage">The pressed image.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonHelpCommand.UpdateImage(Krypton.Toolkit.PaletteMode)">
<summary>Updates the image.</summary>
<param name="mode">The mode.</param>
<exception cref="T:System.ArgumentOutOfRangeException">mode - null</exception>
</member>
<member name="M:Krypton.Toolkit.KryptonHelpCommand.UpdateActiveImage(Krypton.Toolkit.PaletteMode)">
<summary>Updates the active image.</summary>
<param name="mode">The mode.</param>
<exception cref="T:System.ArgumentOutOfRangeException">mode - null</exception>
</member>
<member name="M:Krypton.Toolkit.KryptonHelpCommand.UpdateDisabledImage(Krypton.Toolkit.PaletteMode)">
<summary>Updates the disabled image.</summary>
<param name="mode">The mode.</param>
<exception cref="T:System.ArgumentOutOfRangeException">mode - null</exception>
</member>
<member name="M:Krypton.Toolkit.KryptonHelpCommand.UpdateNormalImage(Krypton.Toolkit.PaletteMode)">
<summary>Updates the normal image.</summary>
<param name="mode">The mode.</param>
<exception cref="T:System.ArgumentOutOfRangeException">mode - null</exception>
</member>
<member name="M:Krypton.Toolkit.KryptonHelpCommand.UpdatePressedImage(Krypton.Toolkit.PaletteMode)">
<summary>Updates the pressed image.</summary>
<param name="mode">The mode.</param>
<exception cref="T:System.ArgumentOutOfRangeException">mode - null</exception>
</member>
<member name="M:Krypton.Toolkit.KryptonHelpCommand.UpdateImageStates(Krypton.Toolkit.PaletteMode)">
<summary>Updates the image states.</summary>
<param name="mode">The mode.</param>
<exception cref="T:System.ArgumentOutOfRangeException">mode - null</exception>
</member>
<member name="T:Krypton.Toolkit.KryptonInformationBox">
<summary>Provides a public facing API to the <see cref="T:Krypton.Toolkit.VisualInformationBoxForm"/>.</summary>
</member>
<member name="T:Krypton.Toolkit.KryptonInputBox">
<summary>
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonInputBox.Show(Krypton.Toolkit.KryptonInputBoxData)">
<summary>
Displays an input box with provided prompt and caption and defaulted response string.
</summary>
<param name="inputBoxData">The data to feed through to <see cref="T:Krypton.Toolkit.VisualInputBoxForm"/>.</param>
<returns>Input string.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonInputBoxManager.#ctor">
<summary>Initializes a new instance of the <see cref="T:Krypton.Toolkit.KryptonInputBoxManager" /> class.</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonInputBoxManager.SetOwner(System.Windows.Forms.IWin32Window)">
<summary>Sets the Owner to the value of value.</summary>
<param name="value">The desired value of Owner.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonInputBoxManager.GetOwner">
<summary>Returns the value of the Owner.</summary>
<returns>The value of the Owner.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonInputBoxManager.DisplayKryptonInputBox">
<summary>Displays the krypton input box.</summary>
</member>
<member name="T:Krypton.Toolkit.KryptonIntegratedToolbarCopyCommand">
<summary>A <see cref="T:Krypton.Toolkit.KryptonCommand"/> created specifically for the <see cref="F:Krypton.Toolkit.PaletteButtonSpecStyle.Copy"/> button spec.</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonIntegratedToolbarCopyCommand.ToolBarCopyButton">
<summary>Gets or sets the copy button.</summary>
<value>The copy button.</value>
</member>
<member name="P:Krypton.Toolkit.KryptonIntegratedToolbarCopyCommand.ActiveImage">
<summary>Gets the active image.</summary>
<value>The active image.</value>
</member>
<member name="P:Krypton.Toolkit.KryptonIntegratedToolbarCopyCommand.DisabledImage">
<summary>Gets the disabled image.</summary>
<value>The disabled image.</value>
</member>
<member name="P:Krypton.Toolkit.KryptonIntegratedToolbarCopyCommand.NormalImage">
<summary>Gets the normal image.</summary>
<value>The normal image.</value>
</member>
<member name="P:Krypton.Toolkit.KryptonIntegratedToolbarCopyCommand.PressedImage">
<summary>Gets the pressed image.</summary>
<value>The pressed image.</value>
</member>
<member name="M:Krypton.Toolkit.KryptonIntegratedToolbarCopyCommand.#ctor">
<summary>Initializes a new instance of the <see cref="T:Krypton.Toolkit.KryptonIntegratedToolbarCopyCommand" /> class.</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonIntegratedToolbarCopyCommand.UpdateImage(System.Drawing.Image)">
<summary>Updates the image.</summary>
<param name="helpImage">The help image.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonIntegratedToolbarCopyCommand.AddImageStates(System.Drawing.Image,System.Drawing.Image,System.Drawing.Image,System.Drawing.Image)">
<summary>Adds the image states.</summary>
<param name="activeImage">The active image.</param>
<param name="disabledImage">The disabled image.</param>
<param name="normalImage">The normal image.</param>
<param name="pressedImage">The pressed image.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonIntegratedToolbarCopyCommand.UpdateActiveImage(System.Drawing.Image)">
<summary>Updates the active image.</summary>
<param name="activeImage">The active image.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonIntegratedToolbarCopyCommand.UpdateDisabledImage(System.Drawing.Image)">
<summary>Updates the disabled image.</summary>
<param name="disabledImage">The disabled image.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonIntegratedToolbarCopyCommand.UpdateNormalImage(System.Drawing.Image)">
<summary>Updates the normal image.</summary>
<param name="normalImage">The normal image.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonIntegratedToolbarCopyCommand.UpdatePressedImage(System.Drawing.Image)">
<summary>Updates the pressed image.</summary>
<param name="pressedImage">The pressed image.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonIntegratedToolbarCopyCommand.UpdateImage(Krypton.Toolkit.PaletteMode)">
<summary>Updates the image.</summary>
<param name="mode">The mode.</param>
<exception cref="T:System.ArgumentOutOfRangeException">mode - null</exception>
</member>
<member name="M:Krypton.Toolkit.KryptonIntegratedToolbarCopyCommand.UpdateActiveImage(Krypton.Toolkit.PaletteMode)">
<summary>Updates the active image.</summary>
<param name="mode">The mode.</param>
<exception cref="T:System.ArgumentOutOfRangeException">mode - null</exception>
</member>
<member name="M:Krypton.Toolkit.KryptonIntegratedToolbarCopyCommand.UpdateDisabledImage(Krypton.Toolkit.PaletteMode)">
<summary>Updates the disabled image.</summary>
<param name="mode">The mode.</param>
<exception cref="T:System.ArgumentOutOfRangeException">mode - null</exception>
</member>
<member name="M:Krypton.Toolkit.KryptonIntegratedToolbarCopyCommand.UpdateNormalImage(Krypton.Toolkit.PaletteMode)">
<summary>Updates the normal image.</summary>
<param name="mode">The mode.</param>
<exception cref="T:System.ArgumentOutOfRangeException">mode - null</exception>
</member>
<member name="M:Krypton.Toolkit.KryptonIntegratedToolbarCopyCommand.UpdatePressedImage(Krypton.Toolkit.PaletteMode)">
<summary>Updates the pressed image.</summary>
<param name="mode">The mode.</param>
<exception cref="T:System.ArgumentOutOfRangeException">mode - null</exception>
</member>
<member name="M:Krypton.Toolkit.KryptonIntegratedToolbarCopyCommand.UpdateImageStates(Krypton.Toolkit.PaletteMode)">
<summary>Updates the image states.</summary>
<param name="mode">The mode.</param>
<exception cref="T:System.ArgumentOutOfRangeException">mode - null</exception>
</member>
<member name="T:Krypton.Toolkit.KryptonIntegratedToolbarCutCommand">
<summary>A <see cref="T:Krypton.Toolkit.KryptonCommand"/> created specifically for the <see cref="F:Krypton.Toolkit.PaletteButtonSpecStyle.Cut"/> button spec.</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonIntegratedToolbarCutCommand.ToolBarCutButton">
<summary>Gets or sets the cut button.</summary>
<value>The cut button.</value>
</member>
<member name="P:Krypton.Toolkit.KryptonIntegratedToolbarCutCommand.ActiveImage">
<summary>Gets the active image.</summary>
<value>The active image.</value>
</member>
<member name="P:Krypton.Toolkit.KryptonIntegratedToolbarCutCommand.DisabledImage">
<summary>Gets the disabled image.</summary>
<value>The disabled image.</value>
</member>
<member name="P:Krypton.Toolkit.KryptonIntegratedToolbarCutCommand.NormalImage">
<summary>Gets the normal image.</summary>
<value>The normal image.</value>
</member>
<member name="P:Krypton.Toolkit.KryptonIntegratedToolbarCutCommand.PressedImage">
<summary>Gets the pressed image.</summary>
<value>The pressed image.</value>
</member>
<member name="M:Krypton.Toolkit.KryptonIntegratedToolbarCutCommand.#ctor">
<summary>Initializes a new instance of the <see cref="T:Krypton.Toolkit.KryptonIntegratedToolbarCutCommand" /> class.</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonIntegratedToolbarCutCommand.UpdateImage(System.Drawing.Image)">
<summary>Updates the image.</summary>
<param name="helpImage">The help image.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonIntegratedToolbarCutCommand.AddImageStates(System.Drawing.Image,System.Drawing.Image,System.Drawing.Image,System.Drawing.Image)">
<summary>Adds the image states.</summary>
<param name="activeImage">The active image.</param>
<param name="disabledImage">The disabled image.</param>
<param name="normalImage">The normal image.</param>
<param name="pressedImage">The pressed image.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonIntegratedToolbarCutCommand.UpdateActiveImage(System.Drawing.Image)">
<summary>Updates the active image.</summary>
<param name="activeImage">The active image.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonIntegratedToolbarCutCommand.UpdateDisabledImage(System.Drawing.Image)">
<summary>Updates the disabled image.</summary>
<param name="disabledImage">The disabled image.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonIntegratedToolbarCutCommand.UpdateNormalImage(System.Drawing.Image)">
<summary>Updates the normal image.</summary>
<param name="normalImage">The normal image.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonIntegratedToolbarCutCommand.UpdatePressedImage(System.Drawing.Image)">
<summary>Updates the pressed image.</summary>
<param name="pressedImage">The pressed image.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonIntegratedToolbarCutCommand.UpdateImage(Krypton.Toolkit.PaletteMode)">
<summary>Updates the image.</summary>
<param name="mode">The mode.</param>
<exception cref="T:System.ArgumentOutOfRangeException">mode - null</exception>
</member>
<member name="M:Krypton.Toolkit.KryptonIntegratedToolbarCutCommand.UpdateActiveImage(Krypton.Toolkit.PaletteMode)">
<summary>Updates the active image.</summary>
<param name="mode">The mode.</param>
<exception cref="T:System.ArgumentOutOfRangeException">mode - null</exception>
</member>
<member name="M:Krypton.Toolkit.KryptonIntegratedToolbarCutCommand.UpdateDisabledImage(Krypton.Toolkit.PaletteMode)">
<summary>Updates the disabled image.</summary>
<param name="mode">The mode.</param>
<exception cref="T:System.ArgumentOutOfRangeException">mode - null</exception>
</member>
<member name="M:Krypton.Toolkit.KryptonIntegratedToolbarCutCommand.UpdateNormalImage(Krypton.Toolkit.PaletteMode)">
<summary>Updates the normal image.</summary>
<param name="mode">The mode.</param>
<exception cref="T:System.ArgumentOutOfRangeException">mode - null</exception>
</member>
<member name="M:Krypton.Toolkit.KryptonIntegratedToolbarCutCommand.UpdatePressedImage(Krypton.Toolkit.PaletteMode)">
<summary>Updates the pressed image.</summary>
<param name="mode">The mode.</param>
<exception cref="T:System.ArgumentOutOfRangeException">mode - null</exception>
</member>
<member name="M:Krypton.Toolkit.KryptonIntegratedToolbarCutCommand.UpdateImageStates(Krypton.Toolkit.PaletteMode)">
<summary>Updates the image states.</summary>
<param name="mode">The mode.</param>
<exception cref="T:System.ArgumentOutOfRangeException">mode - null</exception>
</member>
<member name="T:Krypton.Toolkit.KryptonIntegratedToolBarManager">
<summary>Handles all the integrated toolbar functionality.</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonIntegratedToolBarManager.IntegratedToolBarButtons">
<summary>Gets the integrated tool bar buttons.</summary>
<value>The integrated tool bar buttons.</value>
</member>
<member name="P:Krypton.Toolkit.KryptonIntegratedToolBarManager.IntegratedToolBarButtonOrientation">
<summary>Gets or sets the integrated tool bar button orientation.</summary>
<value>The integrated tool bar button orientation.</value>
</member>
<member name="P:Krypton.Toolkit.KryptonIntegratedToolBarManager.IntegratedToolBarButtonAlignment">
<summary>Gets or sets the integrated tool bar button alignment.</summary>
<value>The integrated tool bar button alignment.</value>
</member>
<member name="P:Krypton.Toolkit.KryptonIntegratedToolBarManager.ParentForm">
<summary>Gets or sets the parent form.</summary>
<value>The parent form.</value>
</member>
<member name="P:Krypton.Toolkit.KryptonIntegratedToolBarManager.ShowNewButton">
<summary>Gets or sets a value indicating whether [show new button].</summary>
<value><c>true</c> if [show new button]; otherwise, <c>false</c>.</value>
</member>
<member name="P:Krypton.Toolkit.KryptonIntegratedToolBarManager.ShowOpenButton">
<summary>Gets or sets a value indicating whether [show open button].</summary>
<value><c>true</c> if [show open button]; otherwise, <c>false</c>.</value>
</member>
<member name="P:Krypton.Toolkit.KryptonIntegratedToolBarManager.ShowSaveButton">
<summary>Gets or sets a value indicating whether [show save button].</summary>
<value><c>true</c> if [show save button]; otherwise, <c>false</c>.</value>
</member>
<member name="P:Krypton.Toolkit.KryptonIntegratedToolBarManager.ShowSaveAllButton">
<summary>Gets or sets a value indicating whether [show save all button].</summary>
<value><c>true</c> if [show save all button]; otherwise, <c>false</c>.</value>
</member>
<member name="P:Krypton.Toolkit.KryptonIntegratedToolBarManager.ShowSaveAsButton">
<summary>Gets or sets a value indicating whether [show save as button].</summary>
<value><c>true</c> if [show save as button]; otherwise, <c>false</c>.</value>
</member>
<member name="P:Krypton.Toolkit.KryptonIntegratedToolBarManager.ShowCutButton">
<summary>Gets or sets a value indicating whether [show cut button].</summary>
<value><c>true</c> if [show cut button]; otherwise, <c>false</c>.</value>
</member>
<member name="P:Krypton.Toolkit.KryptonIntegratedToolBarManager.ShowCopyButton">
<summary>Gets or sets a value indicating whether [show copy button].</summary>
<value><c>true</c> if [show copy button]; otherwise, <c>false</c>.</value>
</member>
<member name="P:Krypton.Toolkit.KryptonIntegratedToolBarManager.ShowPasteButton">
<summary>Gets or sets a value indicating whether [show paste button].</summary>
<value><c>true</c> if [show paste button]; otherwise, <c>false</c>.</value>
</member>
<member name="P:Krypton.Toolkit.KryptonIntegratedToolBarManager.ShowUndoButton">
<summary>Gets or sets a value indicating whether [show undo button].</summary>
<value><c>true</c> if [show undo button]; otherwise, <c>false</c>.</value>
</member>
<member name="P:Krypton.Toolkit.KryptonIntegratedToolBarManager.ShowRedoButton">
<summary>Gets or sets a value indicating whether [show redo button].</summary>
<value><c>true</c> if [show redo button]; otherwise, <c>false</c>.</value>
</member>
<member name="P:Krypton.Toolkit.KryptonIntegratedToolBarManager.ShowPageSetupButton">
<summary>Gets or sets a value indicating whether [show page setup button].</summary>
<value><c>true</c> if [show page setup button]; otherwise, <c>false</c>.</value>
</member>
<member name="P:Krypton.Toolkit.KryptonIntegratedToolBarManager.ShowPrintPreviewButton">
<summary>Gets or sets a value indicating whether [show print preview button].</summary>
<value><c>true</c> if [show print preview button]; otherwise, <c>false</c>.</value>
</member>
<member name="P:Krypton.Toolkit.KryptonIntegratedToolBarManager.ShowPrintButton">
<summary>Gets or sets a value indicating whether [show print button].</summary>
<value><c>true</c> if [show print button]; otherwise, <c>false</c>.</value>
</member>
<member name="P:Krypton.Toolkit.KryptonIntegratedToolBarManager.ShowQuickPrintButton">
<summary>Gets or sets a value indicating whether [show quick print button].</summary>
<value><c>true</c> if [show quick print button]; otherwise, <c>false</c>.</value>
</member>
<member name="M:Krypton.Toolkit.KryptonIntegratedToolBarManager.#ctor">
<summary>Initializes a new instance of the <see cref="T:Krypton.Toolkit.KryptonIntegratedToolBarManager" /> class.</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonIntegratedToolBarManager.Reset">
<summary>Resets this instance.</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonIntegratedToolBarManager.SetupToolBar">
<summary>Setups the tool bar.</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonIntegratedToolBarManager.ShowIntegrateToolBar(System.Boolean,Krypton.Toolkit.KryptonForm)">
<summary>Shows the tool bar into parent form.</summary>
<param name="showIntegratedToolBar">if set to <c>true</c> [show integrated tool bar].</param>
<param name="parentForm">The parent form.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonIntegratedToolBarManager.AttachIntegratedToolBarToParent(Krypton.Toolkit.KryptonForm)">
<summary>Attaches the integrated tool bar to parent.</summary>
<param name="parentForm">The parent form.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonIntegratedToolBarManager.DetachIntegratedToolBarFromParent(Krypton.Toolkit.KryptonForm)">
<summary>Detaches the integrated tool bar from parent.</summary>
<param name="parentForm">The parent form.</param>
<exception cref="T:System.ArgumentNullException"></exception>
</member>
<member name="M:Krypton.Toolkit.KryptonIntegratedToolBarManager.UpdateButtonOrientation(Krypton.Toolkit.PaletteButtonOrientation)">
<summary>Updates the button orientation.</summary>
<param name="buttonOrientation">The button orientation.</param>
<exception cref="T:System.ArgumentOutOfRangeException">buttonOrientation - null</exception>
</member>
<member name="M:Krypton.Toolkit.KryptonIntegratedToolBarManager.UpdateButtonAlignment(Krypton.Toolkit.PaletteRelativeEdgeAlign)">
<summary>Updates the button alignment.</summary>
<param name="buttonAlignment">The button alignment.</param>
<exception cref="T:System.ArgumentOutOfRangeException">buttonAlignment - null</exception>
</member>
<member name="M:Krypton.Toolkit.KryptonIntegratedToolBarManager.UpdateButtonVisibility(System.Boolean)">
<summary>Updates the button visibility.</summary>
<param name="buttonVisibility">if set to <c>true</c> [button visibility].</param>
</member>
<member name="M:Krypton.Toolkit.KryptonIntegratedToolBarManager.ReturnIntegratedToolBarButtonArray">
<summary>Returns the integrated tool bar button array.</summary>
<returns></returns>
</member>
<member name="M:Krypton.Toolkit.KryptonIntegratedToolBarManager.ReturnIsButtonArrayFlipped">
<summary>Returns the is button array flipped.</summary>
<returns></returns>
</member>
<member name="T:Krypton.Toolkit.KryptonIntegratedToolbarNewCommand">
<summary>A <see cref="T:Krypton.Toolkit.KryptonCommand"/> created specifically for the <see cref="F:Krypton.Toolkit.PaletteButtonSpecStyle.New"/> button spec.</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonIntegratedToolbarNewCommand.ToolBarNewButton">
<summary>Gets or sets the new button.</summary>
<value>The new button.</value>
</member>
<member name="P:Krypton.Toolkit.KryptonIntegratedToolbarNewCommand.ActiveImage">
<summary>Gets the active image.</summary>
<value>The active image.</value>
</member>
<member name="P:Krypton.Toolkit.KryptonIntegratedToolbarNewCommand.DisabledImage">
<summary>Gets the disabled image.</summary>
<value>The disabled image.</value>
</member>
<member name="P:Krypton.Toolkit.KryptonIntegratedToolbarNewCommand.NormalImage">
<summary>Gets the normal image.</summary>
<value>The normal image.</value>
</member>
<member name="P:Krypton.Toolkit.KryptonIntegratedToolbarNewCommand.PressedImage">
<summary>Gets the pressed image.</summary>
<value>The pressed image.</value>
</member>
<member name="M:Krypton.Toolkit.KryptonIntegratedToolbarNewCommand.#ctor">
<summary>Initializes a new instance of the <see cref="T:Krypton.Toolkit.KryptonIntegratedToolbarNewCommand" /> class.</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonIntegratedToolbarNewCommand.UpdateImage(System.Drawing.Image)">
<summary>Updates the image.</summary>
<param name="helpImage">The help image.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonIntegratedToolbarNewCommand.AddImageStates(System.Drawing.Image,System.Drawing.Image,System.Drawing.Image,System.Drawing.Image)">
<summary>Adds the image states.</summary>
<param name="activeImage">The active image.</param>
<param name="disabledImage">The disabled image.</param>
<param name="normalImage">The normal image.</param>
<param name="pressedImage">The pressed image.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonIntegratedToolbarNewCommand.UpdateActiveImage(System.Drawing.Image)">
<summary>Updates the active image.</summary>
<param name="activeImage">The active image.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonIntegratedToolbarNewCommand.UpdateDisabledImage(System.Drawing.Image)">
<summary>Updates the disabled image.</summary>
<param name="disabledImage">The disabled image.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonIntegratedToolbarNewCommand.UpdateNormalImage(System.Drawing.Image)">
<summary>Updates the normal image.</summary>
<param name="normalImage">The normal image.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonIntegratedToolbarNewCommand.UpdatePressedImage(System.Drawing.Image)">
<summary>Updates the pressed image.</summary>
<param name="pressedImage">The pressed image.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonIntegratedToolbarNewCommand.UpdateImage(Krypton.Toolkit.PaletteMode)">
<summary>Updates the image.</summary>
<param name="mode">The mode.</param>
<exception cref="T:System.ArgumentOutOfRangeException">mode - null</exception>
</member>
<member name="M:Krypton.Toolkit.KryptonIntegratedToolbarNewCommand.UpdateActiveImage(Krypton.Toolkit.PaletteMode)">
<summary>Updates the active image.</summary>
<param name="mode">The mode.</param>
<exception cref="T:System.ArgumentOutOfRangeException">mode - null</exception>
</member>
<member name="M:Krypton.Toolkit.KryptonIntegratedToolbarNewCommand.UpdateDisabledImage(Krypton.Toolkit.PaletteMode)">
<summary>Updates the disabled image.</summary>
<param name="mode">The mode.</param>
<exception cref="T:System.ArgumentOutOfRangeException">mode - null</exception>
</member>
<member name="M:Krypton.Toolkit.KryptonIntegratedToolbarNewCommand.UpdateNormalImage(Krypton.Toolkit.PaletteMode)">
<summary>Updates the normal image.</summary>
<param name="mode">The mode.</param>
<exception cref="T:System.ArgumentOutOfRangeException">mode - null</exception>
</member>
<member name="M:Krypton.Toolkit.KryptonIntegratedToolbarNewCommand.UpdatePressedImage(Krypton.Toolkit.PaletteMode)">
<summary>Updates the pressed image.</summary>
<param name="mode">The mode.</param>
<exception cref="T:System.ArgumentOutOfRangeException">mode - null</exception>
</member>
<member name="M:Krypton.Toolkit.KryptonIntegratedToolbarNewCommand.UpdateImageStates(Krypton.Toolkit.PaletteMode)">
<summary>Updates the image states.</summary>
<param name="mode">The mode.</param>
<exception cref="T:System.ArgumentOutOfRangeException">mode - null</exception>
</member>
<member name="T:Krypton.Toolkit.KryptonIntegratedToolbarOpenCommand">
<summary>A <see cref="T:Krypton.Toolkit.KryptonCommand"/> created specifically for the <see cref="F:Krypton.Toolkit.PaletteButtonSpecStyle.Open"/> button spec.</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonIntegratedToolbarOpenCommand.ToolBarOpenButton">
<summary>Gets or sets the open button.</summary>
<value>The open button.</value>
</member>
<member name="P:Krypton.Toolkit.KryptonIntegratedToolbarOpenCommand.ActiveImage">
<summary>Gets the active image.</summary>
<value>The active image.</value>
</member>
<member name="P:Krypton.Toolkit.KryptonIntegratedToolbarOpenCommand.DisabledImage">
<summary>Gets the disabled image.</summary>
<value>The disabled image.</value>
</member>
<member name="P:Krypton.Toolkit.KryptonIntegratedToolbarOpenCommand.NormalImage">
<summary>Gets the normal image.</summary>
<value>The normal image.</value>
</member>
<member name="P:Krypton.Toolkit.KryptonIntegratedToolbarOpenCommand.PressedImage">
<summary>Gets the pressed image.</summary>
<value>The pressed image.</value>
</member>
<member name="M:Krypton.Toolkit.KryptonIntegratedToolbarOpenCommand.#ctor">
<summary>Initializes a new instance of the <see cref="T:Krypton.Toolkit.KryptonIntegratedToolbarOpenCommand" /> class.</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonIntegratedToolbarOpenCommand.UpdateImage(System.Drawing.Image)">
<summary>Updates the image.</summary>
<param name="helpImage">The help image.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonIntegratedToolbarOpenCommand.AddImageStates(System.Drawing.Image,System.Drawing.Image,System.Drawing.Image,System.Drawing.Image)">
<summary>Adds the image states.</summary>
<param name="activeImage">The active image.</param>
<param name="disabledImage">The disabled image.</param>
<param name="normalImage">The normal image.</param>
<param name="pressedImage">The pressed image.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonIntegratedToolbarOpenCommand.UpdateActiveImage(System.Drawing.Image)">
<summary>Updates the active image.</summary>
<param name="activeImage">The active image.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonIntegratedToolbarOpenCommand.UpdateDisabledImage(System.Drawing.Image)">
<summary>Updates the disabled image.</summary>
<param name="disabledImage">The disabled image.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonIntegratedToolbarOpenCommand.UpdateNormalImage(System.Drawing.Image)">
<summary>Updates the normal image.</summary>
<param name="normalImage">The normal image.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonIntegratedToolbarOpenCommand.UpdatePressedImage(System.Drawing.Image)">
<summary>Updates the pressed image.</summary>
<param name="pressedImage">The pressed image.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonIntegratedToolbarOpenCommand.UpdateImage(Krypton.Toolkit.PaletteMode)">
<summary>Updates the image.</summary>
<param name="mode">The mode.</param>
<exception cref="T:System.ArgumentOutOfRangeException">mode - null</exception>
</member>
<member name="M:Krypton.Toolkit.KryptonIntegratedToolbarOpenCommand.UpdateActiveImage(Krypton.Toolkit.PaletteMode)">
<summary>Updates the active image.</summary>
<param name="mode">The mode.</param>
<exception cref="T:System.ArgumentOutOfRangeException">mode - null</exception>
</member>
<member name="M:Krypton.Toolkit.KryptonIntegratedToolbarOpenCommand.UpdateDisabledImage(Krypton.Toolkit.PaletteMode)">
<summary>Updates the disabled image.</summary>
<param name="mode">The mode.</param>
<exception cref="T:System.ArgumentOutOfRangeException">mode - null</exception>
</member>
<member name="M:Krypton.Toolkit.KryptonIntegratedToolbarOpenCommand.UpdateNormalImage(Krypton.Toolkit.PaletteMode)">
<summary>Updates the normal image.</summary>
<param name="mode">The mode.</param>
<exception cref="T:System.ArgumentOutOfRangeException">mode - null</exception>
</member>
<member name="M:Krypton.Toolkit.KryptonIntegratedToolbarOpenCommand.UpdatePressedImage(Krypton.Toolkit.PaletteMode)">
<summary>Updates the pressed image.</summary>
<param name="mode">The mode.</param>
<exception cref="T:System.ArgumentOutOfRangeException">mode - null</exception>
</member>
<member name="M:Krypton.Toolkit.KryptonIntegratedToolbarOpenCommand.UpdateImageStates(Krypton.Toolkit.PaletteMode)">
<summary>Updates the image states.</summary>
<param name="mode">The mode.</param>
<exception cref="T:System.ArgumentOutOfRangeException">mode - null</exception>
</member>
<member name="T:Krypton.Toolkit.KryptonIntegratedToolbarPageSetupCommand">
<summary>A <see cref="T:Krypton.Toolkit.KryptonCommand"/> created specifically for the <see cref="F:Krypton.Toolkit.PaletteButtonSpecStyle.PageSetup"/> button spec.</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonIntegratedToolbarPageSetupCommand.ToolBarPageSetupButton">
<summary>Gets or sets the page setup button.</summary>
<value>The page setup button.</value>
</member>
<member name="P:Krypton.Toolkit.KryptonIntegratedToolbarPageSetupCommand.ActiveImage">
<summary>Gets the active image.</summary>
<value>The active image.</value>
</member>
<member name="P:Krypton.Toolkit.KryptonIntegratedToolbarPageSetupCommand.DisabledImage">
<summary>Gets the disabled image.</summary>
<value>The disabled image.</value>
</member>
<member name="P:Krypton.Toolkit.KryptonIntegratedToolbarPageSetupCommand.NormalImage">
<summary>Gets the normal image.</summary>
<value>The normal image.</value>
</member>
<member name="P:Krypton.Toolkit.KryptonIntegratedToolbarPageSetupCommand.PressedImage">
<summary>Gets the pressed image.</summary>
<value>The pressed image.</value>
</member>
<member name="M:Krypton.Toolkit.KryptonIntegratedToolbarPageSetupCommand.#ctor">
<summary>Initializes a new instance of the <see cref="T:Krypton.Toolkit.KryptonIntegratedToolbarPageSetupCommand" /> class.</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonIntegratedToolbarPageSetupCommand.UpdateImage(System.Drawing.Image)">
<summary>Updates the image.</summary>
<param name="helpImage">The help image.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonIntegratedToolbarPageSetupCommand.AddImageStates(System.Drawing.Image,System.Drawing.Image,System.Drawing.Image,System.Drawing.Image)">
<summary>Adds the image states.</summary>
<param name="activeImage">The active image.</param>
<param name="disabledImage">The disabled image.</param>
<param name="normalImage">The normal image.</param>
<param name="pressedImage">The pressed image.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonIntegratedToolbarPageSetupCommand.UpdateActiveImage(System.Drawing.Image)">
<summary>Updates the active image.</summary>
<param name="activeImage">The active image.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonIntegratedToolbarPageSetupCommand.UpdateDisabledImage(System.Drawing.Image)">
<summary>Updates the disabled image.</summary>
<param name="disabledImage">The disabled image.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonIntegratedToolbarPageSetupCommand.UpdateNormalImage(System.Drawing.Image)">
<summary>Updates the normal image.</summary>
<param name="normalImage">The normal image.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonIntegratedToolbarPageSetupCommand.UpdatePressedImage(System.Drawing.Image)">
<summary>Updates the pressed image.</summary>
<param name="pressedImage">The pressed image.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonIntegratedToolbarPageSetupCommand.UpdateImage(Krypton.Toolkit.PaletteMode)">
<summary>Updates the image.</summary>
<param name="mode">The mode.</param>
<exception cref="T:System.ArgumentOutOfRangeException">mode - null</exception>
</member>
<member name="M:Krypton.Toolkit.KryptonIntegratedToolbarPageSetupCommand.UpdateActiveImage(Krypton.Toolkit.PaletteMode)">
<summary>Updates the active image.</summary>
<param name="mode">The mode.</param>
<exception cref="T:System.ArgumentOutOfRangeException">mode - null</exception>
</member>
<member name="M:Krypton.Toolkit.KryptonIntegratedToolbarPageSetupCommand.UpdateDisabledImage(Krypton.Toolkit.PaletteMode)">
<summary>Updates the disabled image.</summary>
<param name="mode">The mode.</param>
<exception cref="T:System.ArgumentOutOfRangeException">mode - null</exception>
</member>
<member name="M:Krypton.Toolkit.KryptonIntegratedToolbarPageSetupCommand.UpdateNormalImage(Krypton.Toolkit.PaletteMode)">
<summary>Updates the normal image.</summary>
<param name="mode">The mode.</param>
<exception cref="T:System.ArgumentOutOfRangeException">mode - null</exception>
</member>
<member name="M:Krypton.Toolkit.KryptonIntegratedToolbarPageSetupCommand.UpdatePressedImage(Krypton.Toolkit.PaletteMode)">
<summary>Updates the pressed image.</summary>
<param name="mode">The mode.</param>
<exception cref="T:System.ArgumentOutOfRangeException">mode - null</exception>
</member>
<member name="M:Krypton.Toolkit.KryptonIntegratedToolbarPageSetupCommand.UpdateImageStates(Krypton.Toolkit.PaletteMode)">
<summary>Updates the image states.</summary>
<param name="mode">The mode.</param>
<exception cref="T:System.ArgumentOutOfRangeException">mode - null</exception>
</member>
<member name="T:Krypton.Toolkit.KryptonIntegratedToolbarPasteCommand">
<summary>A <see cref="T:Krypton.Toolkit.KryptonCommand"/> created specifically for the <see cref="F:Krypton.Toolkit.PaletteButtonSpecStyle.Paste"/> button spec.</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonIntegratedToolbarPasteCommand.ToolBarPasteButton">
<summary>Gets or sets the paste button.</summary>
<value>The paste button.</value>
</member>
<member name="P:Krypton.Toolkit.KryptonIntegratedToolbarPasteCommand.ActiveImage">
<summary>Gets the active image.</summary>
<value>The active image.</value>
</member>
<member name="P:Krypton.Toolkit.KryptonIntegratedToolbarPasteCommand.DisabledImage">
<summary>Gets the disabled image.</summary>
<value>The disabled image.</value>
</member>
<member name="P:Krypton.Toolkit.KryptonIntegratedToolbarPasteCommand.NormalImage">
<summary>Gets the normal image.</summary>
<value>The normal image.</value>
</member>
<member name="P:Krypton.Toolkit.KryptonIntegratedToolbarPasteCommand.PressedImage">
<summary>Gets the pressed image.</summary>
<value>The pressed image.</value>
</member>
<member name="M:Krypton.Toolkit.KryptonIntegratedToolbarPasteCommand.#ctor">
<summary>Initializes a new instance of the <see cref="T:Krypton.Toolkit.KryptonIntegratedToolbarPasteCommand" /> class.</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonIntegratedToolbarPasteCommand.UpdateImage(System.Drawing.Image)">
<summary>Updates the image.</summary>
<param name="helpImage">The help image.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonIntegratedToolbarPasteCommand.AddImageStates(System.Drawing.Image,System.Drawing.Image,System.Drawing.Image,System.Drawing.Image)">
<summary>Adds the image states.</summary>
<param name="activeImage">The active image.</param>
<param name="disabledImage">The disabled image.</param>
<param name="normalImage">The normal image.</param>
<param name="pressedImage">The pressed image.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonIntegratedToolbarPasteCommand.UpdateActiveImage(System.Drawing.Image)">
<summary>Updates the active image.</summary>
<param name="activeImage">The active image.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonIntegratedToolbarPasteCommand.UpdateDisabledImage(System.Drawing.Image)">
<summary>Updates the disabled image.</summary>
<param name="disabledImage">The disabled image.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonIntegratedToolbarPasteCommand.UpdateNormalImage(System.Drawing.Image)">
<summary>Updates the normal image.</summary>
<param name="normalImage">The normal image.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonIntegratedToolbarPasteCommand.UpdatePressedImage(System.Drawing.Image)">
<summary>Updates the pressed image.</summary>
<param name="pressedImage">The pressed image.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonIntegratedToolbarPasteCommand.UpdateImage(Krypton.Toolkit.PaletteMode)">
<summary>Updates the image.</summary>
<param name="mode">The mode.</param>
<exception cref="T:System.ArgumentOutOfRangeException">mode - null</exception>
</member>
<member name="M:Krypton.Toolkit.KryptonIntegratedToolbarPasteCommand.UpdateActiveImage(Krypton.Toolkit.PaletteMode)">
<summary>Updates the active image.</summary>
<param name="mode">The mode.</param>
<exception cref="T:System.ArgumentOutOfRangeException">mode - null</exception>
</member>
<member name="M:Krypton.Toolkit.KryptonIntegratedToolbarPasteCommand.UpdateDisabledImage(Krypton.Toolkit.PaletteMode)">
<summary>Updates the disabled image.</summary>
<param name="mode">The mode.</param>
<exception cref="T:System.ArgumentOutOfRangeException">mode - null</exception>
</member>
<member name="M:Krypton.Toolkit.KryptonIntegratedToolbarPasteCommand.UpdateNormalImage(Krypton.Toolkit.PaletteMode)">
<summary>Updates the normal image.</summary>
<param name="mode">The mode.</param>
<exception cref="T:System.ArgumentOutOfRangeException">mode - null</exception>
</member>
<member name="M:Krypton.Toolkit.KryptonIntegratedToolbarPasteCommand.UpdatePressedImage(Krypton.Toolkit.PaletteMode)">
<summary>Updates the pressed image.</summary>
<param name="mode">The mode.</param>
<exception cref="T:System.ArgumentOutOfRangeException">mode - null</exception>
</member>
<member name="M:Krypton.Toolkit.KryptonIntegratedToolbarPasteCommand.UpdateImageStates(Krypton.Toolkit.PaletteMode)">
<summary>Updates the image states.</summary>
<param name="mode">The mode.</param>
<exception cref="T:System.ArgumentOutOfRangeException">mode - null</exception>
</member>
<member name="T:Krypton.Toolkit.KryptonIntegratedToolbarPrintCommand">
<summary>A <see cref="T:Krypton.Toolkit.KryptonCommand"/> created specifically for the <see cref="F:Krypton.Toolkit.PaletteButtonSpecStyle.Print"/> button spec.</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonIntegratedToolbarPrintCommand.ButtonSpecStyle">
<summary>Gets the button spec style.</summary>
<value>The button spec style.</value>
</member>
<member name="P:Krypton.Toolkit.KryptonIntegratedToolbarPrintCommand.ToolBarPrintButton">
<summary>Gets or sets the print button.</summary>
<value>The print button.</value>
</member>
<member name="P:Krypton.Toolkit.KryptonIntegratedToolbarPrintCommand.ActiveImage">
<summary>Gets the active image.</summary>
<value>The active image.</value>
</member>
<member name="P:Krypton.Toolkit.KryptonIntegratedToolbarPrintCommand.DisabledImage">
<summary>Gets the disabled image.</summary>
<value>The disabled image.</value>
</member>
<member name="P:Krypton.Toolkit.KryptonIntegratedToolbarPrintCommand.NormalImage">
<summary>Gets the normal image.</summary>
<value>The normal image.</value>
</member>
<member name="P:Krypton.Toolkit.KryptonIntegratedToolbarPrintCommand.PressedImage">
<summary>Gets the pressed image.</summary>
<value>The pressed image.</value>
</member>
<member name="M:Krypton.Toolkit.KryptonIntegratedToolbarPrintCommand.#ctor">
<summary>Initializes a new instance of the <see cref="T:Krypton.Toolkit.KryptonIntegratedToolbarPrintCommand" /> class.</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonIntegratedToolbarPrintCommand.UpdateImage(System.Drawing.Image)">
<summary>Updates the image.</summary>
<param name="helpImage">The help image.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonIntegratedToolbarPrintCommand.AddImageStates(System.Drawing.Image,System.Drawing.Image,System.Drawing.Image,System.Drawing.Image)">
<summary>Adds the image states.</summary>
<param name="activeImage">The active image.</param>
<param name="disabledImage">The disabled image.</param>
<param name="normalImage">The normal image.</param>
<param name="pressedImage">The pressed image.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonIntegratedToolbarPrintCommand.UpdateActiveImage(System.Drawing.Image)">
<summary>Updates the active image.</summary>
<param name="activeImage">The active image.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonIntegratedToolbarPrintCommand.UpdateDisabledImage(System.Drawing.Image)">
<summary>Updates the disabled image.</summary>
<param name="disabledImage">The disabled image.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonIntegratedToolbarPrintCommand.UpdateNormalImage(System.Drawing.Image)">
<summary>Updates the normal image.</summary>
<param name="normalImage">The normal image.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonIntegratedToolbarPrintCommand.UpdatePressedImage(System.Drawing.Image)">
<summary>Updates the pressed image.</summary>
<param name="pressedImage">The pressed image.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonIntegratedToolbarPrintCommand.UpdateImage(Krypton.Toolkit.PaletteMode)">
<summary>Updates the image.</summary>
<param name="mode">The mode.</param>
<exception cref="T:System.ArgumentOutOfRangeException">mode - null</exception>
</member>
<member name="M:Krypton.Toolkit.KryptonIntegratedToolbarPrintCommand.UpdateActiveImage(Krypton.Toolkit.PaletteMode)">
<summary>Updates the active image.</summary>
<param name="mode">The mode.</param>
<exception cref="T:System.ArgumentOutOfRangeException">mode - null</exception>
</member>
<member name="M:Krypton.Toolkit.KryptonIntegratedToolbarPrintCommand.UpdateDisabledImage(Krypton.Toolkit.PaletteMode)">
<summary>Updates the disabled image.</summary>
<param name="mode">The mode.</param>
<exception cref="T:System.ArgumentOutOfRangeException">mode - null</exception>
</member>
<member name="M:Krypton.Toolkit.KryptonIntegratedToolbarPrintCommand.UpdateNormalImage(Krypton.Toolkit.PaletteMode)">
<summary>Updates the normal image.</summary>
<param name="mode">The mode.</param>
<exception cref="T:System.ArgumentOutOfRangeException">mode - null</exception>
</member>
<member name="M:Krypton.Toolkit.KryptonIntegratedToolbarPrintCommand.UpdatePressedImage(Krypton.Toolkit.PaletteMode)">
<summary>Updates the pressed image.</summary>
<param name="mode">The mode.</param>
<exception cref="T:System.ArgumentOutOfRangeException">mode - null</exception>
</member>
<member name="M:Krypton.Toolkit.KryptonIntegratedToolbarPrintCommand.UpdateImageStates(Krypton.Toolkit.PaletteMode)">
<summary>Updates the image states.</summary>
<param name="mode">The mode.</param>
<exception cref="T:System.ArgumentOutOfRangeException">mode - null</exception>
</member>
<member name="T:Krypton.Toolkit.KryptonIntegratedToolbarPrintPreviewCommand">
<summary>A <see cref="T:Krypton.Toolkit.KryptonCommand"/> created specifically for the <see cref="F:Krypton.Toolkit.PaletteButtonSpecStyle.PrintPreview"/> button spec.</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonIntegratedToolbarPrintPreviewCommand.ToolBarPrintPreviewButton">
<summary>Gets or sets the print preview button.</summary>
<value>The print preview button.</value>
</member>
<member name="P:Krypton.Toolkit.KryptonIntegratedToolbarPrintPreviewCommand.ActiveImage">
<summary>Gets the active image.</summary>
<value>The active image.</value>
</member>
<member name="P:Krypton.Toolkit.KryptonIntegratedToolbarPrintPreviewCommand.DisabledImage">
<summary>Gets the disabled image.</summary>
<value>The disabled image.</value>
</member>
<member name="P:Krypton.Toolkit.KryptonIntegratedToolbarPrintPreviewCommand.NormalImage">
<summary>Gets the normal image.</summary>
<value>The normal image.</value>
</member>
<member name="P:Krypton.Toolkit.KryptonIntegratedToolbarPrintPreviewCommand.PressedImage">
<summary>Gets the pressed image.</summary>
<value>The pressed image.</value>
</member>
<member name="M:Krypton.Toolkit.KryptonIntegratedToolbarPrintPreviewCommand.#ctor">
<summary>Initializes a new instance of the <see cref="T:Krypton.Toolkit.KryptonIntegratedToolbarPrintPreviewCommand" /> class.</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonIntegratedToolbarPrintPreviewCommand.UpdateImage(System.Drawing.Image)">
<summary>Updates the image.</summary>
<param name="helpImage">The help image.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonIntegratedToolbarPrintPreviewCommand.AddImageStates(System.Drawing.Image,System.Drawing.Image,System.Drawing.Image,System.Drawing.Image)">
<summary>Adds the image states.</summary>
<param name="activeImage">The active image.</param>
<param name="disabledImage">The disabled image.</param>
<param name="normalImage">The normal image.</param>
<param name="pressedImage">The pressed image.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonIntegratedToolbarPrintPreviewCommand.UpdateActiveImage(System.Drawing.Image)">
<summary>Updates the active image.</summary>
<param name="activeImage">The active image.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonIntegratedToolbarPrintPreviewCommand.UpdateDisabledImage(System.Drawing.Image)">
<summary>Updates the disabled image.</summary>
<param name="disabledImage">The disabled image.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonIntegratedToolbarPrintPreviewCommand.UpdateNormalImage(System.Drawing.Image)">
<summary>Updates the normal image.</summary>
<param name="normalImage">The normal image.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonIntegratedToolbarPrintPreviewCommand.UpdatePressedImage(System.Drawing.Image)">
<summary>Updates the pressed image.</summary>
<param name="pressedImage">The pressed image.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonIntegratedToolbarPrintPreviewCommand.UpdateImage(Krypton.Toolkit.PaletteMode)">
<summary>Updates the image.</summary>
<param name="mode">The mode.</param>
<exception cref="T:System.ArgumentOutOfRangeException">mode - null</exception>
</member>
<member name="M:Krypton.Toolkit.KryptonIntegratedToolbarPrintPreviewCommand.UpdateActiveImage(Krypton.Toolkit.PaletteMode)">
<summary>Updates the active image.</summary>
<param name="mode">The mode.</param>
<exception cref="T:System.ArgumentOutOfRangeException">mode - null</exception>
</member>
<member name="M:Krypton.Toolkit.KryptonIntegratedToolbarPrintPreviewCommand.UpdateDisabledImage(Krypton.Toolkit.PaletteMode)">
<summary>Updates the disabled image.</summary>
<param name="mode">The mode.</param>
<exception cref="T:System.ArgumentOutOfRangeException">mode - null</exception>
</member>
<member name="M:Krypton.Toolkit.KryptonIntegratedToolbarPrintPreviewCommand.UpdateNormalImage(Krypton.Toolkit.PaletteMode)">
<summary>Updates the normal image.</summary>
<param name="mode">The mode.</param>
<exception cref="T:System.ArgumentOutOfRangeException">mode - null</exception>
</member>
<member name="M:Krypton.Toolkit.KryptonIntegratedToolbarPrintPreviewCommand.UpdatePressedImage(Krypton.Toolkit.PaletteMode)">
<summary>Updates the pressed image.</summary>
<param name="mode">The mode.</param>
<exception cref="T:System.ArgumentOutOfRangeException">mode - null</exception>
</member>
<member name="M:Krypton.Toolkit.KryptonIntegratedToolbarPrintPreviewCommand.UpdateImageStates(Krypton.Toolkit.PaletteMode)">
<summary>Updates the image states.</summary>
<param name="mode">The mode.</param>
<exception cref="T:System.ArgumentOutOfRangeException">mode - null</exception>
</member>
<member name="T:Krypton.Toolkit.KryptonIntegratedToolbarQuickPrintCommand">
<summary>A <see cref="T:Krypton.Toolkit.KryptonCommand"/> created specifically for the <see cref="F:Krypton.Toolkit.PaletteButtonSpecStyle.QuickPrint"/> button spec.</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonIntegratedToolbarQuickPrintCommand.ToolBarQuickPrintButton">
<summary>Gets or sets the quick print button.</summary>
<value>The quick print button.</value>
</member>
<member name="P:Krypton.Toolkit.KryptonIntegratedToolbarQuickPrintCommand.ActiveImage">
<summary>Gets the active image.</summary>
<value>The active image.</value>
</member>
<member name="P:Krypton.Toolkit.KryptonIntegratedToolbarQuickPrintCommand.DisabledImage">
<summary>Gets the disabled image.</summary>
<value>The disabled image.</value>
</member>
<member name="P:Krypton.Toolkit.KryptonIntegratedToolbarQuickPrintCommand.NormalImage">
<summary>Gets the normal image.</summary>
<value>The normal image.</value>
</member>
<member name="P:Krypton.Toolkit.KryptonIntegratedToolbarQuickPrintCommand.PressedImage">
<summary>Gets the pressed image.</summary>
<value>The pressed image.</value>
</member>
<member name="M:Krypton.Toolkit.KryptonIntegratedToolbarQuickPrintCommand.#ctor">
<summary>Initializes a new instance of the <see cref="T:Krypton.Toolkit.KryptonIntegratedToolbarQuickPrintCommand" /> class.</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonIntegratedToolbarQuickPrintCommand.UpdateImage(System.Drawing.Image)">
<summary>Updates the image.</summary>
<param name="helpImage">The help image.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonIntegratedToolbarQuickPrintCommand.AddImageStates(System.Drawing.Image,System.Drawing.Image,System.Drawing.Image,System.Drawing.Image)">
<summary>Adds the image states.</summary>
<param name="activeImage">The active image.</param>
<param name="disabledImage">The disabled image.</param>
<param name="normalImage">The normal image.</param>
<param name="pressedImage">The pressed image.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonIntegratedToolbarQuickPrintCommand.UpdateActiveImage(System.Drawing.Image)">
<summary>Updates the active image.</summary>
<param name="activeImage">The active image.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonIntegratedToolbarQuickPrintCommand.UpdateDisabledImage(System.Drawing.Image)">
<summary>Updates the disabled image.</summary>
<param name="disabledImage">The disabled image.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonIntegratedToolbarQuickPrintCommand.UpdateNormalImage(System.Drawing.Image)">
<summary>Updates the normal image.</summary>
<param name="normalImage">The normal image.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonIntegratedToolbarQuickPrintCommand.UpdatePressedImage(System.Drawing.Image)">
<summary>Updates the pressed image.</summary>
<param name="pressedImage">The pressed image.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonIntegratedToolbarQuickPrintCommand.UpdateImage(Krypton.Toolkit.PaletteMode)">
<summary>Updates the image.</summary>
<param name="mode">The mode.</param>
<exception cref="T:System.ArgumentOutOfRangeException">mode - null</exception>
</member>
<member name="M:Krypton.Toolkit.KryptonIntegratedToolbarQuickPrintCommand.UpdateActiveImage(Krypton.Toolkit.PaletteMode)">
<summary>Updates the active image.</summary>
<param name="mode">The mode.</param>
<exception cref="T:System.ArgumentOutOfRangeException">mode - null</exception>
</member>
<member name="M:Krypton.Toolkit.KryptonIntegratedToolbarQuickPrintCommand.UpdateDisabledImage(Krypton.Toolkit.PaletteMode)">
<summary>Updates the disabled image.</summary>
<param name="mode">The mode.</param>
<exception cref="T:System.ArgumentOutOfRangeException">mode - null</exception>
</member>
<member name="M:Krypton.Toolkit.KryptonIntegratedToolbarQuickPrintCommand.UpdateNormalImage(Krypton.Toolkit.PaletteMode)">
<summary>Updates the normal image.</summary>
<param name="mode">The mode.</param>
<exception cref="T:System.ArgumentOutOfRangeException">mode - null</exception>
</member>
<member name="M:Krypton.Toolkit.KryptonIntegratedToolbarQuickPrintCommand.UpdatePressedImage(Krypton.Toolkit.PaletteMode)">
<summary>Updates the pressed image.</summary>
<param name="mode">The mode.</param>
<exception cref="T:System.ArgumentOutOfRangeException">mode - null</exception>
</member>
<member name="M:Krypton.Toolkit.KryptonIntegratedToolbarQuickPrintCommand.UpdateImageStates(Krypton.Toolkit.PaletteMode)">
<summary>Updates the image states.</summary>
<param name="mode">The mode.</param>
<exception cref="T:System.ArgumentOutOfRangeException">mode - null</exception>
</member>
<member name="T:Krypton.Toolkit.KryptonIntegratedToolbarRedoCommand">
<summary>A <see cref="T:Krypton.Toolkit.KryptonCommand"/> created specifically for the <see cref="F:Krypton.Toolkit.PaletteButtonSpecStyle.Redo"/> button spec.</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonIntegratedToolbarRedoCommand.ToolBarRedoButton">
<summary>Gets or sets the redo button.</summary>
<value>The redo button.</value>
</member>
<member name="P:Krypton.Toolkit.KryptonIntegratedToolbarRedoCommand.ActiveImage">
<summary>Gets the active image.</summary>
<value>The active image.</value>
</member>
<member name="P:Krypton.Toolkit.KryptonIntegratedToolbarRedoCommand.DisabledImage">
<summary>Gets the disabled image.</summary>
<value>The disabled image.</value>
</member>
<member name="P:Krypton.Toolkit.KryptonIntegratedToolbarRedoCommand.NormalImage">
<summary>Gets the normal image.</summary>
<value>The normal image.</value>
</member>
<member name="P:Krypton.Toolkit.KryptonIntegratedToolbarRedoCommand.PressedImage">
<summary>Gets the pressed image.</summary>
<value>The pressed image.</value>
</member>
<member name="M:Krypton.Toolkit.KryptonIntegratedToolbarRedoCommand.#ctor">
<summary>Initializes a new instance of the <see cref="T:Krypton.Toolkit.KryptonIntegratedToolbarRedoCommand" /> class.</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonIntegratedToolbarRedoCommand.UpdateImage(System.Drawing.Image)">
<summary>Updates the image.</summary>
<param name="helpImage">The help image.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonIntegratedToolbarRedoCommand.AddImageStates(System.Drawing.Image,System.Drawing.Image,System.Drawing.Image,System.Drawing.Image)">
<summary>Adds the image states.</summary>
<param name="activeImage">The active image.</param>
<param name="disabledImage">The disabled image.</param>
<param name="normalImage">The normal image.</param>
<param name="pressedImage">The pressed image.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonIntegratedToolbarRedoCommand.UpdateActiveImage(System.Drawing.Image)">
<summary>Updates the active image.</summary>
<param name="activeImage">The active image.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonIntegratedToolbarRedoCommand.UpdateDisabledImage(System.Drawing.Image)">
<summary>Updates the disabled image.</summary>
<param name="disabledImage">The disabled image.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonIntegratedToolbarRedoCommand.UpdateNormalImage(System.Drawing.Image)">
<summary>Updates the normal image.</summary>
<param name="normalImage">The normal image.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonIntegratedToolbarRedoCommand.UpdatePressedImage(System.Drawing.Image)">
<summary>Updates the pressed image.</summary>
<param name="pressedImage">The pressed image.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonIntegratedToolbarRedoCommand.UpdateImage(Krypton.Toolkit.PaletteMode)">
<summary>Updates the image.</summary>
<param name="mode">The mode.</param>
<exception cref="T:System.ArgumentOutOfRangeException">mode - null</exception>
</member>
<member name="M:Krypton.Toolkit.KryptonIntegratedToolbarRedoCommand.UpdateActiveImage(Krypton.Toolkit.PaletteMode)">
<summary>Updates the active image.</summary>
<param name="mode">The mode.</param>
<exception cref="T:System.ArgumentOutOfRangeException">mode - null</exception>
</member>
<member name="M:Krypton.Toolkit.KryptonIntegratedToolbarRedoCommand.UpdateDisabledImage(Krypton.Toolkit.PaletteMode)">
<summary>Updates the disabled image.</summary>
<param name="mode">The mode.</param>
<exception cref="T:System.ArgumentOutOfRangeException">mode - null</exception>
</member>
<member name="M:Krypton.Toolkit.KryptonIntegratedToolbarRedoCommand.UpdateNormalImage(Krypton.Toolkit.PaletteMode)">
<summary>Updates the normal image.</summary>
<param name="mode">The mode.</param>
<exception cref="T:System.ArgumentOutOfRangeException">mode - null</exception>
</member>
<member name="M:Krypton.Toolkit.KryptonIntegratedToolbarRedoCommand.UpdatePressedImage(Krypton.Toolkit.PaletteMode)">
<summary>Updates the pressed image.</summary>
<param name="mode">The mode.</param>
<exception cref="T:System.ArgumentOutOfRangeException">mode - null</exception>
</member>
<member name="M:Krypton.Toolkit.KryptonIntegratedToolbarRedoCommand.UpdateImageStates(Krypton.Toolkit.PaletteMode)">
<summary>Updates the image states.</summary>
<param name="mode">The mode.</param>
<exception cref="T:System.ArgumentOutOfRangeException">mode - null</exception>
</member>
<member name="T:Krypton.Toolkit.KryptonIntegratedToolbarSaveAllCommand">
<summary>A <see cref="T:Krypton.Toolkit.KryptonCommand"/> created specifically for the <see cref="F:Krypton.Toolkit.PaletteButtonSpecStyle.SaveAll"/> button spec.</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonIntegratedToolbarSaveAllCommand.ButtonSpecStyle">
<summary>Gets the button spec style.</summary>
<value>The button spec style.</value>
</member>
<member name="P:Krypton.Toolkit.KryptonIntegratedToolbarSaveAllCommand.ToolBarSaveAllButton">
<summary>Gets or sets the save all button.</summary>
<value>The save all button.</value>
</member>
<member name="P:Krypton.Toolkit.KryptonIntegratedToolbarSaveAllCommand.ActiveImage">
<summary>Gets the active image.</summary>
<value>The active image.</value>
</member>
<member name="P:Krypton.Toolkit.KryptonIntegratedToolbarSaveAllCommand.DisabledImage">
<summary>Gets the disabled image.</summary>
<value>The disabled image.</value>
</member>
<member name="P:Krypton.Toolkit.KryptonIntegratedToolbarSaveAllCommand.NormalImage">
<summary>Gets the normal image.</summary>
<value>The normal image.</value>
</member>
<member name="P:Krypton.Toolkit.KryptonIntegratedToolbarSaveAllCommand.PressedImage">
<summary>Gets the pressed image.</summary>
<value>The pressed image.</value>
</member>
<member name="M:Krypton.Toolkit.KryptonIntegratedToolbarSaveAllCommand.#ctor">
<summary>Initializes a new instance of the <see cref="T:Krypton.Toolkit.KryptonIntegratedToolbarSaveAllCommand" /> class.</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonIntegratedToolbarSaveAllCommand.UpdateImage(System.Drawing.Image)">
<summary>Updates the image.</summary>
<param name="helpImage">The help image.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonIntegratedToolbarSaveAllCommand.AddImageStates(System.Drawing.Image,System.Drawing.Image,System.Drawing.Image,System.Drawing.Image)">
<summary>Adds the image states.</summary>
<param name="activeImage">The active image.</param>
<param name="disabledImage">The disabled image.</param>
<param name="normalImage">The normal image.</param>
<param name="pressedImage">The pressed image.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonIntegratedToolbarSaveAllCommand.UpdateActiveImage(System.Drawing.Image)">
<summary>Updates the active image.</summary>
<param name="activeImage">The active image.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonIntegratedToolbarSaveAllCommand.UpdateDisabledImage(System.Drawing.Image)">
<summary>Updates the disabled image.</summary>
<param name="disabledImage">The disabled image.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonIntegratedToolbarSaveAllCommand.UpdateNormalImage(System.Drawing.Image)">
<summary>Updates the normal image.</summary>
<param name="normalImage">The normal image.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonIntegratedToolbarSaveAllCommand.UpdatePressedImage(System.Drawing.Image)">
<summary>Updates the pressed image.</summary>
<param name="pressedImage">The pressed image.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonIntegratedToolbarSaveAllCommand.UpdateImage(Krypton.Toolkit.PaletteMode)">
<summary>Updates the image.</summary>
<param name="mode">The mode.</param>
<exception cref="T:System.ArgumentOutOfRangeException">mode - null</exception>
</member>
<member name="M:Krypton.Toolkit.KryptonIntegratedToolbarSaveAllCommand.UpdateActiveImage(Krypton.Toolkit.PaletteMode)">
<summary>Updates the active image.</summary>
<param name="mode">The mode.</param>
<exception cref="T:System.ArgumentOutOfRangeException">mode - null</exception>
</member>
<member name="M:Krypton.Toolkit.KryptonIntegratedToolbarSaveAllCommand.UpdateDisabledImage(Krypton.Toolkit.PaletteMode)">
<summary>Updates the disabled image.</summary>
<param name="mode">The mode.</param>
<exception cref="T:System.ArgumentOutOfRangeException">mode - null</exception>
</member>
<member name="M:Krypton.Toolkit.KryptonIntegratedToolbarSaveAllCommand.UpdateNormalImage(Krypton.Toolkit.PaletteMode)">
<summary>Updates the normal image.</summary>
<param name="mode">The mode.</param>
<exception cref="T:System.ArgumentOutOfRangeException">mode - null</exception>
</member>
<member name="M:Krypton.Toolkit.KryptonIntegratedToolbarSaveAllCommand.UpdatePressedImage(Krypton.Toolkit.PaletteMode)">
<summary>Updates the pressed image.</summary>
<param name="mode">The mode.</param>
<exception cref="T:System.ArgumentOutOfRangeException">mode - null</exception>
</member>
<member name="M:Krypton.Toolkit.KryptonIntegratedToolbarSaveAllCommand.UpdateImageStates(Krypton.Toolkit.PaletteMode)">
<summary>Updates the image states.</summary>
<param name="mode">The mode.</param>
<exception cref="T:System.ArgumentOutOfRangeException">mode - null</exception>
</member>
<member name="T:Krypton.Toolkit.KryptonIntegratedToolbarSaveAsCommand">
<summary>A <see cref="T:Krypton.Toolkit.KryptonCommand"/> created specifically for the <see cref="F:Krypton.Toolkit.PaletteButtonSpecStyle.SaveAs"/> button spec.</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonIntegratedToolbarSaveAsCommand.ToolBarSaveAsButton">
<summary>Gets or sets the save as button.</summary>
<value>The save as button.</value>
</member>
<member name="P:Krypton.Toolkit.KryptonIntegratedToolbarSaveAsCommand.ActiveImage">
<summary>Gets the active image.</summary>
<value>The active image.</value>
</member>
<member name="P:Krypton.Toolkit.KryptonIntegratedToolbarSaveAsCommand.DisabledImage">
<summary>Gets the disabled image.</summary>
<value>The disabled image.</value>
</member>
<member name="P:Krypton.Toolkit.KryptonIntegratedToolbarSaveAsCommand.NormalImage">
<summary>Gets the normal image.</summary>
<value>The normal image.</value>
</member>
<member name="P:Krypton.Toolkit.KryptonIntegratedToolbarSaveAsCommand.PressedImage">
<summary>Gets the pressed image.</summary>
<value>The pressed image.</value>
</member>
<member name="M:Krypton.Toolkit.KryptonIntegratedToolbarSaveAsCommand.#ctor">
<summary>Initializes a new instance of the <see cref="T:Krypton.Toolkit.KryptonIntegratedToolbarSaveAsCommand" /> class.</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonIntegratedToolbarSaveAsCommand.UpdateImage(System.Drawing.Image)">
<summary>Updates the image.</summary>
<param name="helpImage">The help image.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonIntegratedToolbarSaveAsCommand.AddImageStates(System.Drawing.Image,System.Drawing.Image,System.Drawing.Image,System.Drawing.Image)">
<summary>Adds the image states.</summary>
<param name="activeImage">The active image.</param>
<param name="disabledImage">The disabled image.</param>
<param name="normalImage">The normal image.</param>
<param name="pressedImage">The pressed image.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonIntegratedToolbarSaveAsCommand.UpdateActiveImage(System.Drawing.Image)">
<summary>Updates the active image.</summary>
<param name="activeImage">The active image.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonIntegratedToolbarSaveAsCommand.UpdateDisabledImage(System.Drawing.Image)">
<summary>Updates the disabled image.</summary>
<param name="disabledImage">The disabled image.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonIntegratedToolbarSaveAsCommand.UpdateNormalImage(System.Drawing.Image)">
<summary>Updates the normal image.</summary>
<param name="normalImage">The normal image.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonIntegratedToolbarSaveAsCommand.UpdatePressedImage(System.Drawing.Image)">
<summary>Updates the pressed image.</summary>
<param name="pressedImage">The pressed image.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonIntegratedToolbarSaveAsCommand.UpdateImage(Krypton.Toolkit.PaletteMode)">
<summary>Updates the image.</summary>
<param name="mode">The mode.</param>
<exception cref="T:System.ArgumentOutOfRangeException">mode - null</exception>
</member>
<member name="M:Krypton.Toolkit.KryptonIntegratedToolbarSaveAsCommand.UpdateActiveImage(Krypton.Toolkit.PaletteMode)">
<summary>Updates the active image.</summary>
<param name="mode">The mode.</param>
<exception cref="T:System.ArgumentOutOfRangeException">mode - null</exception>
</member>
<member name="M:Krypton.Toolkit.KryptonIntegratedToolbarSaveAsCommand.UpdateDisabledImage(Krypton.Toolkit.PaletteMode)">
<summary>Updates the disabled image.</summary>
<param name="mode">The mode.</param>
<exception cref="T:System.ArgumentOutOfRangeException">mode - null</exception>
</member>
<member name="M:Krypton.Toolkit.KryptonIntegratedToolbarSaveAsCommand.UpdateNormalImage(Krypton.Toolkit.PaletteMode)">
<summary>Updates the normal image.</summary>
<param name="mode">The mode.</param>
<exception cref="T:System.ArgumentOutOfRangeException">mode - null</exception>
</member>
<member name="M:Krypton.Toolkit.KryptonIntegratedToolbarSaveAsCommand.UpdatePressedImage(Krypton.Toolkit.PaletteMode)">
<summary>Updates the pressed image.</summary>
<param name="mode">The mode.</param>
<exception cref="T:System.ArgumentOutOfRangeException">mode - null</exception>
</member>
<member name="M:Krypton.Toolkit.KryptonIntegratedToolbarSaveAsCommand.UpdateImageStates(Krypton.Toolkit.PaletteMode)">
<summary>Updates the image states.</summary>
<param name="mode">The mode.</param>
<exception cref="T:System.ArgumentOutOfRangeException">mode - null</exception>
</member>
<member name="T:Krypton.Toolkit.KryptonIntegratedToolbarSaveCommand">
<summary>A <see cref="T:Krypton.Toolkit.KryptonCommand"/> created specifically for the <see cref="F:Krypton.Toolkit.PaletteButtonSpecStyle.Save"/> button spec.</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonIntegratedToolbarSaveCommand.ToolBarSaveButton">
<summary>Gets or sets the save button.</summary>
<value>The save button.</value>
</member>
<member name="P:Krypton.Toolkit.KryptonIntegratedToolbarSaveCommand.ActiveImage">
<summary>Gets the active image.</summary>
<value>The active image.</value>
</member>
<member name="P:Krypton.Toolkit.KryptonIntegratedToolbarSaveCommand.DisabledImage">
<summary>Gets the disabled image.</summary>
<value>The disabled image.</value>
</member>
<member name="P:Krypton.Toolkit.KryptonIntegratedToolbarSaveCommand.NormalImage">
<summary>Gets the normal image.</summary>
<value>The normal image.</value>
</member>
<member name="P:Krypton.Toolkit.KryptonIntegratedToolbarSaveCommand.PressedImage">
<summary>Gets the pressed image.</summary>
<value>The pressed image.</value>
</member>
<member name="M:Krypton.Toolkit.KryptonIntegratedToolbarSaveCommand.#ctor">
<summary>Initializes a new instance of the <see cref="T:Krypton.Toolkit.KryptonIntegratedToolbarSaveCommand" /> class.</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonIntegratedToolbarSaveCommand.UpdateImage(System.Drawing.Image)">
<summary>Updates the image.</summary>
<param name="helpImage">The help image.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonIntegratedToolbarSaveCommand.AddImageStates(System.Drawing.Image,System.Drawing.Image,System.Drawing.Image,System.Drawing.Image)">
<summary>Adds the image states.</summary>
<param name="activeImage">The active image.</param>
<param name="disabledImage">The disabled image.</param>
<param name="normalImage">The normal image.</param>
<param name="pressedImage">The pressed image.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonIntegratedToolbarSaveCommand.UpdateActiveImage(System.Drawing.Image)">
<summary>Updates the active image.</summary>
<param name="activeImage">The active image.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonIntegratedToolbarSaveCommand.UpdateDisabledImage(System.Drawing.Image)">
<summary>Updates the disabled image.</summary>
<param name="disabledImage">The disabled image.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonIntegratedToolbarSaveCommand.UpdateNormalImage(System.Drawing.Image)">
<summary>Updates the normal image.</summary>
<param name="normalImage">The normal image.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonIntegratedToolbarSaveCommand.UpdatePressedImage(System.Drawing.Image)">
<summary>Updates the pressed image.</summary>
<param name="pressedImage">The pressed image.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonIntegratedToolbarSaveCommand.UpdateImage(Krypton.Toolkit.PaletteMode)">
<summary>Updates the image.</summary>
<param name="mode">The mode.</param>
<exception cref="T:System.ArgumentOutOfRangeException">mode - null</exception>
</member>
<member name="M:Krypton.Toolkit.KryptonIntegratedToolbarSaveCommand.UpdateActiveImage(Krypton.Toolkit.PaletteMode)">
<summary>Updates the active image.</summary>
<param name="mode">The mode.</param>
<exception cref="T:System.ArgumentOutOfRangeException">mode - null</exception>
</member>
<member name="M:Krypton.Toolkit.KryptonIntegratedToolbarSaveCommand.UpdateDisabledImage(Krypton.Toolkit.PaletteMode)">
<summary>Updates the disabled image.</summary>
<param name="mode">The mode.</param>
<exception cref="T:System.ArgumentOutOfRangeException">mode - null</exception>
</member>
<member name="M:Krypton.Toolkit.KryptonIntegratedToolbarSaveCommand.UpdateNormalImage(Krypton.Toolkit.PaletteMode)">
<summary>Updates the normal image.</summary>
<param name="mode">The mode.</param>
<exception cref="T:System.ArgumentOutOfRangeException">mode - null</exception>
</member>
<member name="M:Krypton.Toolkit.KryptonIntegratedToolbarSaveCommand.UpdatePressedImage(Krypton.Toolkit.PaletteMode)">
<summary>Updates the pressed image.</summary>
<param name="mode">The mode.</param>
<exception cref="T:System.ArgumentOutOfRangeException">mode - null</exception>
</member>
<member name="M:Krypton.Toolkit.KryptonIntegratedToolbarSaveCommand.UpdateImageStates(Krypton.Toolkit.PaletteMode)">
<summary>Updates the image states.</summary>
<param name="mode">The mode.</param>
<exception cref="T:System.ArgumentOutOfRangeException">mode - null</exception>
</member>
<member name="T:Krypton.Toolkit.KryptonIntegratedToolbarUndoCommand">
<summary>A <see cref="T:Krypton.Toolkit.KryptonCommand"/> created specifically for the <see cref="F:Krypton.Toolkit.PaletteButtonSpecStyle.Undo"/> button spec.</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonIntegratedToolbarUndoCommand.ToolBarUndoButton">
<summary>Gets or sets the undo button.</summary>
<value>The undo button.</value>
</member>
<member name="P:Krypton.Toolkit.KryptonIntegratedToolbarUndoCommand.ActiveImage">
<summary>Gets the active image.</summary>
<value>The active image.</value>
</member>
<member name="P:Krypton.Toolkit.KryptonIntegratedToolbarUndoCommand.DisabledImage">
<summary>Gets the disabled image.</summary>
<value>The disabled image.</value>
</member>
<member name="P:Krypton.Toolkit.KryptonIntegratedToolbarUndoCommand.NormalImage">
<summary>Gets the normal image.</summary>
<value>The normal image.</value>
</member>
<member name="P:Krypton.Toolkit.KryptonIntegratedToolbarUndoCommand.PressedImage">
<summary>Gets the pressed image.</summary>
<value>The pressed image.</value>
</member>
<member name="M:Krypton.Toolkit.KryptonIntegratedToolbarUndoCommand.#ctor">
<summary>Initializes a new instance of the <see cref="T:Krypton.Toolkit.KryptonIntegratedToolbarUndoCommand" /> class.</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonIntegratedToolbarUndoCommand.UpdateImage(System.Drawing.Image)">
<summary>Updates the image.</summary>
<param name="helpImage">The help image.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonIntegratedToolbarUndoCommand.AddImageStates(System.Drawing.Image,System.Drawing.Image,System.Drawing.Image,System.Drawing.Image)">
<summary>Adds the image states.</summary>
<param name="activeImage">The active image.</param>
<param name="disabledImage">The disabled image.</param>
<param name="normalImage">The normal image.</param>
<param name="pressedImage">The pressed image.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonIntegratedToolbarUndoCommand.UpdateActiveImage(System.Drawing.Image)">
<summary>Updates the active image.</summary>
<param name="activeImage">The active image.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonIntegratedToolbarUndoCommand.UpdateDisabledImage(System.Drawing.Image)">
<summary>Updates the disabled image.</summary>
<param name="disabledImage">The disabled image.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonIntegratedToolbarUndoCommand.UpdateNormalImage(System.Drawing.Image)">
<summary>Updates the normal image.</summary>
<param name="normalImage">The normal image.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonIntegratedToolbarUndoCommand.UpdatePressedImage(System.Drawing.Image)">
<summary>Updates the pressed image.</summary>
<param name="pressedImage">The pressed image.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonIntegratedToolbarUndoCommand.UpdateImage(Krypton.Toolkit.PaletteMode)">
<summary>Updates the image.</summary>
<param name="mode">The mode.</param>
<exception cref="T:System.ArgumentOutOfRangeException">mode - null</exception>
</member>
<member name="M:Krypton.Toolkit.KryptonIntegratedToolbarUndoCommand.UpdateActiveImage(Krypton.Toolkit.PaletteMode)">
<summary>Updates the active image.</summary>
<param name="mode">The mode.</param>
<exception cref="T:System.ArgumentOutOfRangeException">mode - null</exception>
</member>
<member name="M:Krypton.Toolkit.KryptonIntegratedToolbarUndoCommand.UpdateDisabledImage(Krypton.Toolkit.PaletteMode)">
<summary>Updates the disabled image.</summary>
<param name="mode">The mode.</param>
<exception cref="T:System.ArgumentOutOfRangeException">mode - null</exception>
</member>
<member name="M:Krypton.Toolkit.KryptonIntegratedToolbarUndoCommand.UpdateNormalImage(Krypton.Toolkit.PaletteMode)">
<summary>Updates the normal image.</summary>
<param name="mode">The mode.</param>
<exception cref="T:System.ArgumentOutOfRangeException">mode - null</exception>
</member>
<member name="M:Krypton.Toolkit.KryptonIntegratedToolbarUndoCommand.UpdatePressedImage(Krypton.Toolkit.PaletteMode)">
<summary>Updates the pressed image.</summary>
<param name="mode">The mode.</param>
<exception cref="T:System.ArgumentOutOfRangeException">mode - null</exception>
</member>
<member name="M:Krypton.Toolkit.KryptonIntegratedToolbarUndoCommand.UpdateImageStates(Krypton.Toolkit.PaletteMode)">
<summary>Updates the image states.</summary>
<param name="mode">The mode.</param>
<exception cref="T:System.ArgumentOutOfRangeException">mode - null</exception>
</member>
<member name="T:Krypton.Toolkit.KryptonLabel">
<summary>
Display text and images with the styling features of the Krypton Toolkit
</summary>
</member>
<member name="E:Krypton.Toolkit.KryptonLabel.KryptonCommandChanged">
<summary>
Occurs when the value of the KryptonCommand property changes.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonLabel.#ctor">
<summary>
Initialize a new instance of the KryptonLabel class.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonLabel.AutoSize">
<summary>
Gets and sets the automatic resize of the control to fit contents.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonLabel.AutoSizeMode">
<summary>
Gets and sets the mode for when auto sizing.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonLabel.Padding">
<summary>
Gets and sets the internal padding space.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonLabel.Text">
<summary>
Gets or sets the text associated with this control.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonLabel.ResetText">
<summary>
Resets the Text property to its default value.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonLabel.Orientation">
<summary>
Gets and sets the visual orientation of the control.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonLabel.LabelStyle">
<summary>
Gets and sets the label style.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonLabel.Values">
<summary>
Gets access to the label content.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonLabel.StateCommon">
<summary>
Gets access to the common label appearance that other states can override.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonLabel.StateDisabled">
<summary>
Gets access to the disabled label appearance entries.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonLabel.StateNormal">
<summary>
Gets access to the normal label appearance entries.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonLabel.UseMnemonic">
<summary>
Gets or sets a value indicating whether an ampersand is included in the text of the control.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonLabel.Target">
<summary>
Gets access to the target for mnemonic and click actions.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonLabel.KryptonCommand">
<summary>
Gets and sets the associated KryptonCommand.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonLabel.SetFixedState(Krypton.Toolkit.PaletteState)">
<summary>
Fix the control to a particular palette state.
</summary>
<param name="state">Palette state to fix.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonLabel.GetShortText">
<summary>
Gets the content short text.
</summary>
<returns>String value.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonLabel.GetLongText">
<summary>
Gets the content long text.
</summary>
<returns>String value.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonLabel.GetImage(Krypton.Toolkit.PaletteState)">
<summary>
Gets the content image.
</summary>
<param name="state">The state for which the image is needed.</param>
<returns>Image value.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonLabel.GetImageTransparentColor(Krypton.Toolkit.PaletteState)">
<summary>
Gets the image color that should be transparent.
</summary>
<param name="state">The state for which the image is needed.</param>
<returns>Color value.</returns>
</member>
<member name="P:Krypton.Toolkit.KryptonLabel.ViewDrawContent">
<summary>
Gets access to the view element for the label.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonLabel.EnabledTarget">
<summary>
Gets and sets the enabled state of the target functionality.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonLabel.SetLabelStyle(Krypton.Toolkit.LabelStyle)">
<summary>
Update the view elements based on the requested label style.
</summary>
<param name="style">New label style.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonLabel.ProcessMnemonic(System.Char)">
<summary>
Processes a mnemonic character.
</summary>
<param name="charCode">The mnemonic character entered.</param>
<returns>true if the mnemonic was processed; otherwise, false.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonLabel.OnClick(System.EventArgs)">
<summary>
Raises the Click event.
</summary>
<param name="e">An EventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonLabel.OnKryptonCommandChanged(System.EventArgs)">
<summary>
Raises the KryptonCommandChanged event.
</summary>
<param name="e">An EventArgs containing the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonLabel.OnCommandPropertyChanged(System.Object,System.ComponentModel.PropertyChangedEventArgs)">
<summary>
Handles a change in the property of an attached command.
</summary>
<param name="sender">Source of the event.</param>
<param name="e">A PropertyChangedEventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonLabel.OnEnabledChanged(System.EventArgs)">
<summary>
Raises the EnabledChanged event.
</summary>
<param name="e">An EventArgs that contains the event data.</param>
</member>
<member name="P:Krypton.Toolkit.KryptonLabel.DefaultSize">
<summary>
Gets the default size of the control.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonLabel.EvalTransparentPaint">
<summary>
Work out if this control needs to paint transparent areas.
</summary>
<returns>True if paint required; otherwise false.</returns>
</member>
<member name="T:Krypton.Toolkit.KryptonLinkLabel">
<summary>
Display text and images with the styling features of the Krypton Toolkit
</summary>
</member>
<member name="E:Krypton.Toolkit.KryptonLinkLabel.LinkClicked">
<summary>
Occurs when the link is clicked.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonLinkLabel.#ctor">
<summary>
Initialize a new instance of the KryptonLinkLabel class.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonLinkLabel.LinkBehavior">
<summary>
Gets and sets a value that determines the underline behavior of the link label.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonLinkLabel.LinkVisited">
<summary>
Gets and sets a value indicating if the label has been visited.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonLinkLabel.OverridePressed">
<summary>
Gets access to the pressed label appearance entries.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonLinkLabel.OverrideFocus">
<summary>
Gets access to the label appearance when it has focus.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonLinkLabel.OverrideVisited">
<summary>
Gets access to normal state modifications when label has been visited.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonLinkLabel.OverrideNotVisited">
<summary>
Gets access to normal state modifications when label has not been visited.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonLinkLabel.Target">
<summary>
Gets access to the target for mnemonic and click actions.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonLinkLabel.SetFixedState(Krypton.Toolkit.PaletteState)">
<summary>
Fix the control to a particular palette state.
</summary>
<param name="state">Palette state to fix.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonLinkLabel.OnLinkClicked(System.Windows.Forms.LinkClickedEventArgs)">
<summary>
Raises the LinkClicked event.
</summary>
<param name="e">An EventArgs containing the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonLinkLabel.OnEnabledChanged(System.EventArgs)">
<summary>
Raises the EnabledChanged event.
</summary>
<param name="e">An EventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonLinkLabel.OnGotFocus(System.EventArgs)">
<summary>
Raises the GotFocus event.
</summary>
<param name="e">An EventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonLinkLabel.OnLostFocus(System.EventArgs)">
<summary>
Raises the LostFocus event.
</summary>
<param name="e">An EventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonLinkLabel.SetLabelStyle(Krypton.Toolkit.LabelStyle)">
<summary>
Update the view elements based on the requested label style.
</summary>
<param name="style">New label style.</param>
</member>
<member name="T:Krypton.Toolkit.KryptonLinkWrapLabel">
<summary>
Display a windows forms label but with Krypton palette text and font settings.
</summary>
</member>
<member name="E:Krypton.Toolkit.KryptonLinkWrapLabel.PaletteChanged">
<summary>
Occurs when the palette changes.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonLinkWrapLabel.#ctor">
<summary>Initializes a new instance of the <see cref="T:Krypton.Toolkit.KryptonLinkWrapLabel" /> class.</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonLinkWrapLabel.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="P:Krypton.Toolkit.KryptonLinkWrapLabel.Target">
<summary>
Gets access to the target for mnemonic and click actions.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonLinkWrapLabel.TabIndex">
<summary>
Gets or sets the tab order of the KryptonSplitterPanel within its KryptonSplitContainer.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonLinkWrapLabel.TabStop">
<summary>
Gets or sets a value indicating whether the user can give the focus to this KryptonSplitterPanel using the TAB key.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonLinkWrapLabel.BackColor">
<summary>
Gets or sets the background color for the control.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonLinkWrapLabel.Font">
<summary>
Gets or sets the font of the text Displayed by the control.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonLinkWrapLabel.ForeColor">
<summary>
Gets or sets the foreground color for the control.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonLinkWrapLabel.BorderStyle">
<summary>
Determines if the label has a border.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonLinkWrapLabel.FlatStyle">
<summary>
Determines appearance of the control when the mouse pressed on the label.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonLinkWrapLabel.AutoSize">
<summary>
Gets and sets the automatic resize of the control to fit contents.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonLinkWrapLabel.StateCommon">
<summary>
Gets access to the common wrap label appearance that other states can override.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonLinkWrapLabel.StateDisabled">
<summary>
Gets access to the disabled wrap label appearance.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonLinkWrapLabel.StateNormal">
<summary>
Gets access to the normal wrap label appearance.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonLinkWrapLabel.LabelStyle">
<summary>
Gets and sets the label style.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonLinkWrapLabel.PaletteMode">
<summary>
Gets or sets the palette to be applied.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonLinkWrapLabel.ResetPaletteMode">
<summary>
Resets the PaletteMode property to its default value.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonLinkWrapLabel.Palette">
<summary>
Gets and sets the custom palette implementation.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonLinkWrapLabel.ResetPalette">
<summary>
Resets the Palette property to its default value.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonLinkWrapLabel.KryptonContextMenu">
<summary>
Gets and sets the KryptonContextMenu to show when right clicked.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonLinkWrapLabel.GetResolvedPalette">
<summary>
Gets the resolved palette to actually use when drawing.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonLinkWrapLabel.Renderer">
<summary>
Gets access to the current renderer.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonLinkWrapLabel.CreateToolStripRenderer">
<summary>
Create a tool strip renderer appropriate for the current renderer/palette pair.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonLinkWrapLabel.UpdateFont">
<summary>
Update the font property.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonLinkWrapLabel.AttachGlobalEvents">
<summary>
Attach the control to global events.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonLinkWrapLabel.UnattachGlobalEvents">
<summary>
Attach the control to global events.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonLinkWrapLabel.OnPaletteChanged(System.EventArgs)">
<summary>
Raises the PaletteChanged event.
</summary>
<param name="e">An EventArgs containing the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonLinkWrapLabel.OnPaint(System.Windows.Forms.PaintEventArgs)">
<summary>
Raises the Paint event.
</summary>
<param name="e">An EventArgs containing the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonLinkWrapLabel.OnPaintBackground(System.Windows.Forms.PaintEventArgs)">
<summary>
Raises the PaintBackground event.
</summary>
<param name="pEvent">An PaintEventArgs containing the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonLinkWrapLabel.CreateRedirector">
<summary>
Create the redirector instance.
</summary>
<returns>PaletteRedirect derived class.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonLinkWrapLabel.SetLabelStyle(Krypton.Toolkit.LabelStyle)">
<summary>
Update the view elements based on the requested label style.
</summary>
<param name="style">New label style.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonLinkWrapLabel.UpdateGlobalEvents(System.Boolean)">
<summary>
Update global event attachments.
</summary>
<param name="attach">True if attaching; otherwise false.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonLinkWrapLabel.ProcessCmdKey(System.Windows.Forms.Message@,System.Windows.Forms.Keys)">
<summary>
Processes a command key.
</summary>
<param name="msg">A Message, passed by reference, that represents the window message to process.</param>
<param name="keyData">One of the Keys values that represents the key to process.</param>
<returns>True is handled; otherwise false.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonLinkWrapLabel.ProcessMnemonic(System.Char)">
<summary>
Processes a mnemonic character.
</summary>
<param name="charCode">The mnemonic character entered.</param>
<returns>true if the mnemonic was processed; otherwise, false.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonLinkWrapLabel.WndProc(System.Windows.Forms.Message@)">
<summary>
Process Windows-based messages.
</summary>
<param name="m">A Windows-based message.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonLinkWrapLabel.ContextMenuClosed">
<summary>
Called when a context menu has just been closed.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonLinkWrapLabel.CanProcessMnemonic">
<summary>
Gets a value indicating is processing of mnemonics should be allowed.
</summary>
<returns>True to allow; otherwise false.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonLinkWrapLabel.SetPalette(Krypton.Toolkit.PaletteBase)">
<summary>Sets the palette.</summary>
<param name="palette">The palette.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonLinkWrapLabel.OnGlobalPaletteChanged(System.Object,System.EventArgs)">
<summary>Called when [global palette changed].</summary>
<param name="sender">The sender.</param>
<param name="e">The <see cref="T:System.EventArgs" /> instance containing the event data.</param>
</member>
<member name="T:Krypton.Toolkit.KryptonListBox">
<summary>
Provide a ListBox with Krypton styling applied.
</summary>
</member>
<member name="E:Krypton.Toolkit.KryptonListBox.InternalListBox.TrackMouseEnter">
<summary>
Occurs when the mouse enters the InternalListBox.
</summary>
</member>
<member name="E:Krypton.Toolkit.KryptonListBox.InternalListBox.TrackMouseLeave">
<summary>
Occurs when the mouse leaves the InternalListBox.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonListBox.InternalListBox.#ctor(Krypton.Toolkit.KryptonListBox)">
<summary>
Initialize a new instance of the InternalListBox class.
</summary>
<param name="kryptonListBox">Reference to owning control.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonListBox.InternalListBox.Dispose(System.Boolean)">
<summary>
Releases all resources used by the Control.
</summary>
<param name="disposing">true to release both managed and unmanaged resources; false to release only unmanaged resources.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonListBox.InternalListBox.Recreate">
<summary>
Recreate the window handle.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonListBox.InternalListBox.ViewDrawPanel">
<summary>
Gets access to the contained view draw panel instance.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonListBox.InternalListBox.MouseIndex">
<summary>
Gets the item index the mouse is over.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonListBox.InternalListBox.MouseOver">
<summary>
Gets and sets if the mouse is currently over the combo box.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonListBox.InternalListBox.DrawMode">
<summary>
Gets and sets the drawing mode of the checked list box.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonListBox.InternalListBox.RefreshItemSizes">
<summary>
Force the remeasure of items, so they are sized correctly.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonListBox.InternalListBox.OnLayout(System.Windows.Forms.LayoutEventArgs)">
<summary>
Raises the Layout event.
</summary>
<param name="levent">A LayoutEventArgs containing the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonListBox.InternalListBox.WndProc(System.Windows.Forms.Message@)">
<summary>
Process Windows-based messages.
</summary>
<param name="m">A Windows-based message.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonListBox.InternalListBox.OnTrackMouseEnter(System.EventArgs)">
<summary>
Raises the TrackMouseEnter event.
</summary>
<param name="e">An EventArgs containing the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonListBox.InternalListBox.OnTrackMouseLeave(System.EventArgs)">
<summary>
Raises the TrackMouseLeave event.
</summary>
<param name="e">An EventArgs containing the event data.</param>
</member>
<member name="E:Krypton.Toolkit.KryptonListBox.DataSourceChanged">
<summary>
Occurs when the value of the DataSource property changes.
</summary>
</member>
<member name="E:Krypton.Toolkit.KryptonListBox.DisplayMemberChanged">
<summary>
Occurs when the value of the DisplayMember property changes.
</summary>
</member>
<member name="E:Krypton.Toolkit.KryptonListBox.Format">
<summary>
Occurs when the property of a control is bound to a data value.
</summary>
</member>
<member name="E:Krypton.Toolkit.KryptonListBox.FormatInfoChanged">
<summary>
Occurs when the value of the FormatInfo property changes.
</summary>
</member>
<member name="E:Krypton.Toolkit.KryptonListBox.FormatStringChanged">
<summary>
Occurs when the value of the FormatString property changes.
</summary>
</member>
<member name="E:Krypton.Toolkit.KryptonListBox.FormattingEnabledChanged">
<summary>
Occurs when the value of the FormattingEnabled property changes.
</summary>
</member>
<member name="E:Krypton.Toolkit.KryptonListBox.SelectedValueChanged">
<summary>
Occurs when the value of the SelectedValue property changes.
</summary>
</member>
<member name="E:Krypton.Toolkit.KryptonListBox.SelectedIndexChanged">
<summary>
Occurs when the value of the SelectedIndex property changes.
</summary>
</member>
<member name="E:Krypton.Toolkit.KryptonListBox.ValueMemberChanged">
<summary>
Occurs when the value of the ValueMember property changes.
</summary>
</member>
<member name="E:Krypton.Toolkit.KryptonListBox.BackColorChanged">
<summary>
Occurs when the value of the BackColor property changes.
</summary>
</member>
<member name="E:Krypton.Toolkit.KryptonListBox.BackgroundImageChanged">
<summary>
Occurs when the value of the BackgroundImage property changes.
</summary>
</member>
<member name="E:Krypton.Toolkit.KryptonListBox.BackgroundImageLayoutChanged">
<summary>
Occurs when the value of the BackgroundImageLayout property changes.
</summary>
</member>
<member name="E:Krypton.Toolkit.KryptonListBox.ForeColorChanged">
<summary>
Occurs when the value of the ForeColor property changes.
</summary>
</member>
<member name="E:Krypton.Toolkit.KryptonListBox.PaddingChanged">
<summary>
Occurs when the value of the MouseClick property changes.
</summary>
</member>
<member name="E:Krypton.Toolkit.KryptonListBox.Paint">
<summary>
Occurs when the value of the MouseClick property changes.
</summary>
</member>
<member name="E:Krypton.Toolkit.KryptonListBox.TextChanged">
<summary>
Occurs when the value of the TextChanged property changes.
</summary>
</member>
<member name="E:Krypton.Toolkit.KryptonListBox.TrackMouseEnter">
<summary>
Occurs when the mouse enters the control.
</summary>
</member>
<member name="E:Krypton.Toolkit.KryptonListBox.TrackMouseLeave">
<summary>
Occurs when the mouse leaves the control.
</summary>
</member>
<member name="E:Krypton.Toolkit.KryptonListBox.DrawItem">
<summary>
Occurs when [draw item].
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonListBox.#ctor">
<summary>
Initialize a new instance of the KryptonListBox class.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonListBox.Dispose(System.Boolean)">
<summary>
Releases all resources used by the Control.
</summary>
<param name="disposing">true to release both managed and unmanaged resources; false to release only unmanaged resources.</param>
</member>
<member name="P:Krypton.Toolkit.KryptonListBox.ListBox">
<summary>
Gets access to the contained ListBox instance.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonListBox.ContainedControl">
<summary>
Gets access to the contained input control.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonListBox.Text">
<summary>
Gets or sets the text for the control.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonListBox.BackColor">
<summary>
Gets or sets the background color for the control.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonListBox.Font">
<summary>
Gets or sets the font of the text Displayed by the control.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonListBox.ForeColor">
<summary>
Gets or sets the foreground color for the control.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonListBox.Padding">
<summary>
Gets and sets the internal padding space.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonListBox.SelectedIndex">
<summary>
Gets or sets the zero-based index of the currently selected item in a KryptonListBox.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonListBox.SelectedValue">
<summary>
Gets the value of the selected item in the list control, or selects the item in the list control that contains the specified value.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonListBox.SelectedIndices">
<summary>
Gets a collection that contains the zero-based indexes of all currently selected items in the KryptonListBox.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonListBox.SelectedItem">
<summary>
Gets or sets the currently selected item in the KryptonListBox.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonListBox.SelectedItems">
<summary>
Gets a collection containing the currently selected items in the KryptonListBox.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonListBox.TopIndex">
<summary>
Gets or sets the index of the first visible item in the KryptonListBox.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonListBox.ItemStyle">
<summary>
Gets and sets the item style.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonListBox.HorizontalExtent">
<summary>
Gets or sets the width by which the horizontal scroll bar of a KryptonListBox can scroll.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonListBox.HorizontalScrollbar">
<summary>
Gets or sets a value indicating whether a horizontal scroll bar is Displayed in the control.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonListBox.ScrollAlwaysVisible">
<summary>
Gets or sets a value indicating whether the vertical scroll bar is shown at all times.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonListBox.SelectionMode">
<summary>
Gets or sets the selection mode of the KryptonListBox control.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonListBox.Sorted">
<summary>
Gets or sets a value indicating whether the items in the KryptonListBox are sorted alphabetically.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonListBox.ValueMember">
<summary>
Gets and sets the value member.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonListBox.DataSource">
<summary>
Gets and sets the list that this control will use to gets its items.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonListBox.DisplayMember">
<summary>
Gets and sets the property to display for the items in this control.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonListBox.Items">
<summary>
Gets the items of the KryptonListBox.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonListBox.FormatString">
<summary>
Gets or sets the format specifier characters that indicate how a value is to be Displayed.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonListBox.FormattingEnabled">
<summary>
Gets or sets if this property is true, the value of FormatString is used to convert the value of DisplayMember into a value that can be Displayed.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonListBox.BackStyle">
<summary>
Gets and sets the background style.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonListBox.BorderStyle">
<summary>
Gets and sets the border style.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonListBox.OverrideFocus">
<summary>
Gets access to the item appearance when it has focus.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonListBox.StateCommon">
<summary>
Gets access to the common appearance entries that other states can override.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonListBox.StateDisabled">
<summary>
Gets access to the disabled appearance entries.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonListBox.StateNormal">
<summary>
Gets access to the normal appearance entries.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonListBox.StateActive">
<summary>
Gets access to the active appearance entries.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonListBox.StateTracking">
<summary>
Gets access to the hot tracking item appearance entries.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonListBox.StatePressed">
<summary>
Gets access to the pressed item appearance entries.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonListBox.StateCheckedNormal">
<summary>
Gets access to the normal checked item appearance entries.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonListBox.StateCheckedTracking">
<summary>
Gets access to the hot tracking checked item appearance entries.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonListBox.StateCheckedPressed">
<summary>
Gets access to the pressed checked item appearance entries.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonListBox.AlwaysActive">
<summary>
Gets and sets Determines if the control is always active or only when the mouse is over the control or has focus.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonListBox.ClearSelected">
<summary>
Unselects all items in the KryptonListBox.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonListBox.FindString(System.String)">
<summary>
Finds the first item in the list box that starts with the specified string.
</summary>
<param name="str">The String to search for.</param>
<returns>The zero-based index of the first item found; returns -1 if no match is found.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonListBox.FindString(System.String,System.Int32)">
<summary>
Finds the first item after the given index which starts with the given string. The search is not case sensitive.
</summary>
<param name="str">The String to search for.</param>
<param name="startIndex">The zero-based index of the item before the first item to be searched. Set to -1 to search from the beginning of the control.</param>
<returns>The zero-based index of the first item found; returns -1 if no match is found, or 0 if the s parameter specifies Empty.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonListBox.FindStringExact(System.String)">
<summary>
Finds the first item in the list box that matches the specified string.
</summary>
<param name="str">The String to search for.</param>
<returns>The zero-based index of the first item found; returns -1 if no match is found.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonListBox.FindStringExact(System.String,System.Int32)">
<summary>
Finds the first item after the specified index that matches the specified string.
</summary>
<param name="str">The String to search for.</param>
<param name="startIndex">The zero-based index of the item before the first item to be searched. Set to -1 to search from the beginning of the control.</param>
<returns>The zero-based index of the first item found; returns -1 if no match is found, or 0 if the s parameter specifies Empty.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonListBox.GetItemHeight(System.Int32)">
<summary>
Returns the height of an item in the KryptonListBox.
</summary>
<param name="index">The index of the item to return the height of.</param>
<returns>The height, in pixels, of the item at the specified index.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonListBox.GetItemRectangle(System.Int32)">
<summary>
Returns the bounding rectangle for an item in the KryptonListBox.
</summary>
<param name="index">The zero-based index of item whose bounding rectangle you want to return.</param>
<returns>A Rectangle that represents the bounding rectangle for the specified item.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonListBox.GetSelected(System.Int32)">
<summary>
Returns a value indicating whether the specified item is selected.
</summary>
<param name="index">The zero-based index of the item that determines whether it is selected.</param>
<returns>true if the specified item is currently selected in the KryptonListBox; otherwise, false.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonListBox.IndexFromPoint(System.Drawing.Point)">
<summary>
Returns the zero-based index of the item at the specified coordinates.
</summary>
<param name="p">A Point object containing the coordinates used to obtain the item index.</param>
<returns>The zero-based index of the item found at the specified coordinates; returns ListBox.NoMatches if no match is found.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonListBox.IndexFromPoint(System.Int32,System.Int32)">
<summary>
Returns the zero-based index of the item at the specified coordinates.
</summary>
<param name="x">The x-coordinate of the location to search.</param>
<param name="y">The y-coordinate of the location to search.</param>
<returns>The zero-based index of the item found at the specified coordinates; returns ListBox.NoMatches if no match is found.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonListBox.SetSelected(System.Int32,System.Boolean)">
<summary>
Selects or clears the selection for the specified item in a KryptonListBox.
</summary>
<param name="index">The zero-based index of the item in a KryptonListBox to select or clear the selection for.</param>
<param name="value">true to select the specified item; otherwise, false.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonListBox.GetItemText(System.Object)">
<summary>
Returns the text representation of the specified item.
</summary>
<param name="item">The object from which to get the contents to display.</param>
<returns>If the DisplayMember property is not specified, the value returned by GetItemText is the value of the item's ToString method. Otherwise, the method returns the string value of the member specified in the DisplayMember property for the object specified in the item parameter.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonListBox.BeginUpdate">
<summary>
Maintains performance while items are added to the ListBox one at a time by preventing the control from drawing until the EndUpdate method is called.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonListBox.EndUpdate">
<summary>
Resumes painting the ListBox control after painting is suspended by the BeginUpdate method.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonListBox.SetFixedState(System.Boolean)">
<summary>
Sets the fixed state of the control.
</summary>
<param name="active">Should the control be fixed as active.</param>
</member>
<member name="P:Krypton.Toolkit.KryptonListBox.IsActive">
<summary>
Gets a value indicating if the input control is active.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonListBox.Focus">
<summary>
Sets input focus to the control.
</summary>
<returns>true if the input focus request was successful; otherwise, false.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonListBox.Select">
<summary>
Activates the control.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonListBox.ForceControlLayout">
<summary>
Force the layout logic to size and position the controls.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonListBox.OnDataSourceChanged(System.EventArgs)">
<summary>
Raises the DataSourceChanged event.
</summary>
<param name="e">An EventArgs containing the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonListBox.OnDisplayMemberChanged(System.EventArgs)">
<summary>
Raises the DisplayMemberChanged event.
</summary>
<param name="e">An EventArgs containing the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonListBox.OnValueMemberChanged(System.EventArgs)">
<summary>
Raises the ValueMemberChanged event.
</summary>
<param name="e">An EventArgs containing the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonListBox.OnSelectedIndexChanged(System.EventArgs)">
<summary>
Raises the SelectedIndexChanged event.
</summary>
<param name="e">An EventArgs containing the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonListBox.OnSelectedValueChanged(System.EventArgs)">
<summary>
Raises the SelectedValueChanged event.
</summary>
<param name="e">An EventArgs containing the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonListBox.OnFormat(System.Windows.Forms.ListControlConvertEventArgs)">
<summary>
Raises the Format event.
</summary>
<param name="e">An EventArgs containing the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonListBox.OnFormatInfoChanged(System.EventArgs)">
<summary>
Raises the FormatInfoChanged event.
</summary>
<param name="e">An EventArgs containing the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonListBox.OnFormatStringChanged(System.EventArgs)">
<summary>
Raises the FormatStringChanged event.
</summary>
<param name="e">An EventArgs containing the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonListBox.OnFormattingEnabledChanged(System.EventArgs)">
<summary>
Raises the FormattingEnabledChanged event.
</summary>
<param name="e">An EventArgs containing the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonListBox.CreateControlsInstance">
<summary>
Creates a new instance of the control collection for the KryptonListBox.
</summary>
<returns>A new instance of Control.ControlCollection assigned to the control.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonListBox.OnPaletteChanged(System.EventArgs)">
<summary>
Raises the PaletteChanged event.
</summary>
<param name="e">An EventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonListBox.OnPaletteNeedPaint(System.Object,Krypton.Toolkit.NeedLayoutEventArgs)">
<summary>
Processes a notification from palette of a paint and optional layout required.
</summary>
<param name="sender">Source of notification.</param>
<param name="e">An NeedLayoutEventArgs containing event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonListBox.OnEnabledChanged(System.EventArgs)">
<summary>
Raises the EnabledChanged event.
</summary>
<param name="e">An EventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonListBox.OnBackColorChanged(System.EventArgs)">
<summary>
Raises the BackColorChanged event.
</summary>
<param name="e">An EventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonListBox.OnBackgroundImageChanged(System.EventArgs)">
<summary>
Raises the BackgroundImageChanged event.
</summary>
<param name="e">An EventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonListBox.OnBackgroundImageLayoutChanged(System.EventArgs)">
<summary>
Raises the BackgroundImageLayoutChanged event.
</summary>
<param name="e">An EventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonListBox.OnForeColorChanged(System.EventArgs)">
<summary>
Raises the ForeColorChanged event.
</summary>
<param name="e">An EventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonListBox.OnPaddingChanged(System.EventArgs)">
<summary>
Raises the PaddingChanged event.
</summary>
<param name="e">An EventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonListBox.OnTabStopChanged(System.EventArgs)">
<summary>
Raises the TabStop event.
</summary>
<param name="e">An EventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonListBox.OnCausesValidationChanged(System.EventArgs)">
<summary>
Raises the CausesValidationChanged event.
</summary>
<param name="e">An EventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonListBox.OnPaint(System.Windows.Forms.PaintEventArgs)">
<summary>
Raises the Paint event.
</summary>
<param name="e">An PaintEventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonListBox.OnTextChanged(System.EventArgs)">
<summary>
Raises the TextChanged event.
</summary>
<param name="e">An EventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonListBox.OnTrackMouseEnter(System.EventArgs)">
<summary>
Raises the TrackMouseEnter event.
</summary>
<param name="e">An EventArgs containing the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonListBox.OnTrackMouseLeave(System.EventArgs)">
<summary>
Raises the TrackMouseLeave event.
</summary>
<param name="e">An EventArgs containing the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonListBox.OnHandleCreated(System.EventArgs)">
<summary>
Raises the HandleCreated event.
</summary>
<param name="e">An EventArgs containing the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonListBox.OnNeedPaint(System.Object,Krypton.Toolkit.NeedLayoutEventArgs)">
<summary>
Processes a notification from palette storage of a paint and optional layout required.
</summary>
<param name="sender">Source of notification.</param>
<param name="e">An NeedLayoutEventArgs containing event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonListBox.OnLayout(System.Windows.Forms.LayoutEventArgs)">
<summary>
Raises the Layout event.
</summary>
<param name="levent">An EventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonListBox.OnMouseEnter(System.EventArgs)">
<summary>
Raises the MouseEnter event.
</summary>
<param name="e">An EventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonListBox.OnMouseLeave(System.EventArgs)">
<summary>
Raises the MouseLeave event.
</summary>
<param name="e">An EventArgs that contains the event data.</param>
</member>
<member name="P:Krypton.Toolkit.KryptonListBox.DefaultSize">
<summary>
Gets the default size of the control.
</summary>
</member>
<member name="T:Krypton.Toolkit.KryptonListItem">
<summary>
Krypton object used inside list controls for providing content values.
</summary>
</member>
<member name="E:Krypton.Toolkit.KryptonListItem.PropertyChanged">
<summary>
Occurs when a property has changed value.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonListItem.#ctor">
<summary>
Initialize a new instance of the KryptonListItem class.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonListItem.#ctor(System.String)">
<summary>
Initialize a new instance of the KryptonListItem class.
</summary>
<param name="shortText">Initial short text value.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonListItem.#ctor(System.String,System.String)">
<summary>
Initialize a new instance of the KryptonListItem class.
</summary>
<param name="shortText">Initial short text value.</param>
<param name="longText">Initial long text value.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonListItem.#ctor(System.String,System.String,System.Drawing.Image)">
<summary>
Initialize a new instance of the KryptonListItem class.
</summary>
<param name="shortText">Initial short text value.</param>
<param name="longText">Initial long text value.</param>
<param name="image">Initial image value.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonListItem.#ctor(System.String,System.String,System.Drawing.Image,System.Drawing.Color)">
<summary>
Initialize a new instance of the KryptonListItem class.
</summary>
<param name="shortText">Initial short text value.</param>
<param name="longText">Initial long text value.</param>
<param name="image">Initial image value.</param>
<param name="imageTransparentColor">Initial transparent image color.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonListItem.ToString">
<summary>
Gets the string representation of the object.
</summary>
<returns></returns>
</member>
<member name="P:Krypton.Toolkit.KryptonListItem.ShortText">
<summary>
Gets and sets the short text.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonListItem.LongText">
<summary>
Gets and sets the long text.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonListItem.Image">
<summary>
Gets and sets the image.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonListItem.ImageTransparentColor">
<summary>
Gets and sets the image transparent color.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonListItem.Tag">
<summary>
Gets and sets user-defined data associated with the object.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonListItem.GetShortText">
<summary>
Gets the content short text.
</summary>
<returns>String value.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonListItem.GetImage(Krypton.Toolkit.PaletteState)">
<summary>
Gets the content image.
</summary>
<param name="state">The state for which the image is needed.</param>
<returns>Image value.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonListItem.GetImageTransparentColor(Krypton.Toolkit.PaletteState)">
<summary>
Gets the image color that should be transparent.
</summary>
<param name="state">The state for which the image is needed.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonListItem.GetLongText">
<summary>
Gets the content long text.
</summary>
<returns>String value.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonListItem.OnPropertyChanged(System.ComponentModel.PropertyChangedEventArgs)">
<summary>
Raises the PropertyChanged event.
</summary>
<param name="e">A PropertyChangedEventArgs containing the event data.</param>
</member>
<member name="T:Krypton.Toolkit.KryptonListView">
<summary>
Provide a ListView with Krypton styling applied.
</summary>
<seealso cref="P:Krypton.Toolkit.KryptonListView.ListView" />
</member>
<member name="E:Krypton.Toolkit.KryptonListView.InternalListView.TrackMouseEnter">
<summary>
Occurs when the mouse enters the InternalListView.
</summary>
</member>
<member name="E:Krypton.Toolkit.KryptonListView.InternalListView.TrackMouseLeave">
<summary>
Occurs when the mouse leaves the InternalListView.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonListView.InternalListView.#ctor(Krypton.Toolkit.KryptonListView)">
<summary>
Initialize a new instance of the InternalListView class.
</summary>
<param name="kryptonListView">Reference to owning control.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonListView.InternalListView.Dispose(System.Boolean)">
<summary>
Releases all resources used by the Control.
</summary>
<param name="disposing">true to release both managed and unmanaged resources; false to release only unmanaged resources.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonListView.InternalListView.Recreate">
<summary>
Recreate the window handle.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonListView.InternalListView.ViewDrawPanel">
<summary>
Gets access to the contained view draw panel instance.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonListView.InternalListView.MouseOver">
<summary>
Gets and sets if the mouse is currently over the combo box.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonListView.InternalListView.OnSystemColorsChanged(System.EventArgs)">
<summary>Raises the <see cref="E:System.Windows.Forms.Control.SystemColorsChanged" /> event.</summary>
<param name="e">An <see cref="T:System.EventArgs" /> that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonListView.InternalListView.OnLayout(System.Windows.Forms.LayoutEventArgs)">
<summary>
Raises the Layout event.
</summary>
<param name="levent">A LayoutEventArgs containing the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonListView.InternalListView.WndProc(System.Windows.Forms.Message@)">
<summary>
Process Windows-based messages.
</summary>
<param name="m">A Windows-based message.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonListView.InternalListView.OnTrackMouseEnter(System.EventArgs)">
<summary>
Raises the TrackMouseEnter event.
</summary>
<param name="e">An EventArgs containing the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonListView.InternalListView.OnTrackMouseLeave(System.EventArgs)">
<summary>
Raises the TrackMouseLeave event.
</summary>
<param name="e">An EventArgs containing the event data.</param>
</member>
<member name="E:Krypton.Toolkit.KryptonListView.AfterLabelEdit">
<summary>Occurs when the label for an item is edited by the user.</summary>
</member>
<member name="E:Krypton.Toolkit.KryptonListView.BeforeLabelEdit">
<summary>Occurs when the user starts editing the label of an item.</summary>
</member>
<member name="E:Krypton.Toolkit.KryptonListView.ColumnClick">
<summary>Occurs when the user clicks a column header within the list view control.</summary>
</member>
<member name="E:Krypton.Toolkit.KryptonListView.ItemActivate">
<summary>
</summary>
</member>
<member name="E:Krypton.Toolkit.KryptonListView.ItemCheck">
<summary>Occurs when the check state of an item changes.</summary>
</member>
<member name="E:Krypton.Toolkit.KryptonListView.ItemChecked">
<summary>Occurs when the checked state of an item changes.</summary>
</member>
<member name="E:Krypton.Toolkit.KryptonListView.ItemSelectionChanged">
<summary>Occurs when the selection state of an item changes.</summary>
</member>
<member name="E:Krypton.Toolkit.KryptonListView.SearchForVirtualItem">
<summary>Occurs when the <see cref="T:System.Windows.Forms.ListView" /> is in virtual mode and a search is taking place.</summary>
</member>
<member name="E:Krypton.Toolkit.KryptonListView.SelectedIndexChanged">
<summary>
</summary>
</member>
<member name="E:Krypton.Toolkit.KryptonListView.VirtualItemsSelectionRangeChanged">
<summary>Occurs when a <see cref="T:System.Windows.Forms.ListView" /> is in virtual mode and the selection state of a range of items has changed.</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonListView.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="P:Krypton.Toolkit.KryptonListView.ListView">
<summary>
Gets access to the contained TreeView instance.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonListView.ContainedControl">
<summary>
Gets access to the contained input control.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonListView.Activation">
<summary>Gets or sets the type of action the user must take to activate an item.</summary>
<returns>One of the <see cref="T:System.Windows.Forms.ItemActivation" /> values. The default is <see cref="F:System.Windows.Forms.ItemActivation.Standard" />.</returns>
<exception cref="T:System.ComponentModel.InvalidEnumArgumentException">The value specified is not one of the <see cref="T:System.Windows.Forms.ItemActivation" /> members.</exception>
</member>
<member name="P:Krypton.Toolkit.KryptonListView.Alignment">
<summary>Gets or sets the alignment of items in the control.</summary>
<returns>One of the <see cref="T:System.Windows.Forms.ListViewAlignment" /> values. The default is <see cref="F:System.Windows.Forms.ListViewAlignment.Top" />.</returns>
<exception cref="T:System.ComponentModel.InvalidEnumArgumentException">The value specified is not one of the <see cref="T:System.Windows.Forms.ListViewAlignment" /> values.</exception>
</member>
<member name="P:Krypton.Toolkit.KryptonListView.AllowColumnReorder">
<summary>Gets or sets a value indicating whether the user can drag column headers to reorder columns in the control.</summary>
<returns>
<see langword="true" /> if drag-and-drop column reordering is allowed; otherwise, <see langword="false" />. The default is <see langword="false" />.</returns>
</member>
<member name="P:Krypton.Toolkit.KryptonListView.AutoArrange">
<summary>Gets or sets whether icons are automatically kept arranged.</summary>
<returns>
<see langword="true" /> if icons are automatically kept arranged and snapped to the grid; otherwise, <see langword="false" />. The default is <see langword="true" />.</returns>
</member>
<member name="P:Krypton.Toolkit.KryptonListView.BackgroundImageTiled">
<summary>Gets or sets a value indicating whether the background image of the <see cref="T:System.Windows.Forms.ListView" /> should be tiled.</summary>
<returns>
<see langword="true" /> if the background image of the <see cref="T:System.Windows.Forms.ListView" /> should be tiled; otherwise, <see langword="false" />. The default is <see langword="false" />.</returns>
</member>
<member name="P:Krypton.Toolkit.KryptonListView.CheckBoxes">
<summary>Gets or sets a value indicating whether a check box appears next to each item in the control.</summary>
<returns>
<see langword="true" /> if a check box appears next to each item in the <see cref="T:System.Windows.Forms.ListView" /> control; otherwise, <see langword="false" />. The default is <see langword="false" />.</returns>
</member>
<member name="P:Krypton.Toolkit.KryptonListView.Text">
<summary>
Gets or sets the text for the control.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonListView.BackColor">
<summary>
Gets or sets the background color for the control.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonListView.Font">
<summary>
Gets or sets the font of the text Displayed by the control.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonListView.ForeColor">
<summary>
Gets or sets the foreground color for the control.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonListView.Padding">
<summary>
Gets and sets the internal padding space.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonListView.CheckedIndices">
<summary>Gets the indexes of the currently checked items in the control.</summary>
<returns>A <see cref="T:System.Windows.Forms.ListView.CheckedIndexCollection" /> that contains the indexes of the currently checked items. If no items are currently checked, an empty <see cref="T:System.Windows.Forms.ListView.CheckedIndexCollection" /> is returned.</returns>
</member>
<member name="P:Krypton.Toolkit.KryptonListView.CheckedItems">
<summary>Gets the currently checked items in the control.</summary>
<returns>A <see cref="T:System.Windows.Forms.ListView.CheckedListViewItemCollection" /> that contains the currently checked items. If no items are currently checked, an empty <see cref="T:System.Windows.Forms.ListView.CheckedListViewItemCollection" /> is returned.</returns>
</member>
<member name="P:Krypton.Toolkit.KryptonListView.Columns">
<summary>Gets the collection of all column headers that appear in the control.</summary>
<returns>A <see cref="T:System.Windows.Forms.ListView.ColumnHeaderCollection" /> that represents the column headers that appear when the <see cref="P:System.Windows.Forms.ListView.View" /> property is set to <see cref="F:System.Windows.Forms.View.Details" />.</returns>
</member>
<member name="P:Krypton.Toolkit.KryptonListView.FocusedItem">
<summary>Gets or sets the item in the control that currently has focus.</summary>
<returns>A <see cref="T:System.Windows.Forms.ListViewItem" /> that represents the item that has focus, or <see langword="null" /> if no item has the focus in the <see cref="T:System.Windows.Forms.ListView" />.</returns>
</member>
<member name="P:Krypton.Toolkit.KryptonListView.FullRowSelect">
<summary>Gets or sets a value indicating whether clicking an item selects all its subitems.</summary>
<returns>
<see langword="true" /> if clicking an item selects the item and all its subitems; <see langword="false" /> if clicking an item selects only the item itself. The default is <see langword="false" />.</returns>
</member>
<member name="P:Krypton.Toolkit.KryptonListView.GridLines">
<summary>Gets or sets a value indicating whether grid lines appear between the rows and columns containing the items and subitems in the control.</summary>
<returns>
<see langword="true" /> if grid lines are drawn around items and subitems; otherwise, <see langword="false" />. The default is <see langword="false" />.</returns>
</member>
<member name="P:Krypton.Toolkit.KryptonListView.Groups">
<summary>Gets the collection of <see cref="T:System.Windows.Forms.ListViewGroup" /> objects assigned to the control.</summary>
<returns>A <see cref="T:System.Windows.Forms.ListViewGroupCollection" /> that contains all the groups in the <see cref="T:System.Windows.Forms.ListView" /> control.</returns>
</member>
<member name="P:Krypton.Toolkit.KryptonListView.HeaderStyle">
<summary>Gets or sets the column header style.</summary>
<returns>One of the <see cref="T:System.Windows.Forms.ColumnHeaderStyle" /> values. The default is <see cref="F:System.Windows.Forms.ColumnHeaderStyle.Clickable" />.</returns>
<exception cref="T:System.ComponentModel.InvalidEnumArgumentException">The value specified is not one of the <see cref="T:System.Windows.Forms.ColumnHeaderStyle" /> values.</exception>
</member>
<member name="P:Krypton.Toolkit.KryptonListView.HideSelection">
<summary>Gets or sets a value indicating whether the selected item in the control remains highlighted when the control loses focus.</summary>
<returns>
<see langword="true" /> if the selected item does not appear highlighted when the control loses focus; <see langword="false" /> if the selected item still appears highlighted when the control loses focus. The default is <see langword="true" />.</returns>
</member>
<member name="P:Krypton.Toolkit.KryptonListView.HotTracking">
<summary>Gets or sets a value indicating whether the text of an item or subitem has the appearance of a hyperlink when the mouse pointer passes over it.</summary>
<returns>
<see langword="true" /> if the item text has the appearance of a hyperlink when the mouse passes over it; otherwise, <see langword="false" />. The default is <see langword="false" />.</returns>
</member>
<member name="P:Krypton.Toolkit.KryptonListView.HoverSelection">
<summary>Gets or sets a value indicating whether an item is automatically selected when the mouse pointer remains over the item for a few seconds.</summary>
<returns>
<see langword="true" /> if an item is automatically selected when the mouse pointer hovers over it; otherwise, <see langword="false" />. The default is <see langword="false" />.</returns>
</member>
<member name="P:Krypton.Toolkit.KryptonListView.Items">
<summary>Gets a collection containing all items in the control.</summary>
<returns>A <see cref="T:System.Windows.Forms.ListView.ListViewItemCollection" /> that contains all the items in the <see cref="T:System.Windows.Forms.ListView" /> control.</returns>
</member>
<member name="P:Krypton.Toolkit.KryptonListView.LabelEdit">
<summary>Gets or sets a value indicating whether the user can edit the labels of items in the control.</summary>
<returns>
<see langword="true" /> if the user can edit the labels of items at run time; otherwise, <see langword="false" />. The default is <see langword="false" />.</returns>
</member>
<member name="P:Krypton.Toolkit.KryptonListView.LabelWrap">
<summary>Gets or sets a value indicating whether item labels wrap when items are displayed in the control as icons.</summary>
<returns>
<see langword="true" /> if item labels wrap when items are displayed as icons; otherwise, <see langword="false" />. The default is <see langword="true" />.</returns>
</member>
<member name="P:Krypton.Toolkit.KryptonListView.LargeImageList">
<summary>Gets or sets the <see cref="T:System.Windows.Forms.ImageList" /> to use when displaying items as large icons in the control.</summary>
<returns>An <see cref="T:System.Windows.Forms.ImageList" /> that contains the icons to use when the <see cref="P:System.Windows.Forms.ListView.View" /> property is set to <see cref="F:System.Windows.Forms.View.LargeIcon" />. The default is <see langword="null" />.</returns>
</member>
<member name="P:Krypton.Toolkit.KryptonListView.ListViewItemSorter">
<summary>Gets or sets the sorting comparer for the control.</summary>
<returns>An <see cref="T:System.Collections.IComparer" /> that represents the sorting comparer for the control.</returns>
</member>
<member name="P:Krypton.Toolkit.KryptonListView.MultiSelect">
<summary>Gets or sets a value indicating whether multiple items can be selected.</summary>
<returns>
<see langword="true" /> if multiple items in the control can be selected at one time; otherwise, <see langword="false" />. The default is <see langword="true" />.</returns>
</member>
<member name="P:Krypton.Toolkit.KryptonListView.RightToLeftLayout">
<summary>Gets or sets a value indicating whether the control is laid out from right to left.</summary>
<returns>
<see langword="true" /> to indicate the <see cref="T:System.Windows.Forms.ListView" /> control is laid out from right to left; otherwise, <see langword="false" />.</returns>
</member>
<member name="P:Krypton.Toolkit.KryptonListView.Scrollable">
<summary>Gets or sets a value indicating whether a scroll bar is added to the control when there is not enough room to display all items.</summary>
<returns>
<see langword="true" /> if scroll bars are added to the control when necessary to allow the user to see all the items; otherwise, <see langword="false" />. The default is <see langword="true" />.</returns>
</member>
<member name="P:Krypton.Toolkit.KryptonListView.SelectedIndices">
<summary>Gets the indexes of the selected items in the control.</summary>
<returns>A <see cref="T:System.Windows.Forms.ListView.SelectedIndexCollection" /> that contains the indexes of the selected items. If no items are currently selected, an empty <see cref="T:System.Windows.Forms.ListView.SelectedIndexCollection" /> is returned.</returns>
</member>
<member name="P:Krypton.Toolkit.KryptonListView.SelectedItems">
<summary>Gets the items that are selected in the control.</summary>
<returns>A <see cref="T:System.Windows.Forms.ListView.SelectedListViewItemCollection" /> that contains the items that are selected in the control. If no items are currently selected, an empty <see cref="T:System.Windows.Forms.ListView.SelectedListViewItemCollection" /> is returned.</returns>
</member>
<member name="P:Krypton.Toolkit.KryptonListView.ShowGroups">
<summary>Gets or sets a value indicating whether items are displayed in groups.</summary>
<returns>
<see langword="true" /> to display items in groups; otherwise, <see langword="false" />. The default value is <see langword="true" />.</returns>
</member>
<member name="P:Krypton.Toolkit.KryptonListView.SmallImageList">
<summary>Gets or sets the <see cref="T:System.Windows.Forms.ImageList" /> to use when displaying items as small icons in the control.</summary>
<returns>An <see cref="T:System.Windows.Forms.ImageList" /> that contains the icons to use when the <see cref="P:System.Windows.Forms.ListView.View" /> property is set to <see cref="F:System.Windows.Forms.View.SmallIcon" />. The default is <see langword="null" />.</returns>
</member>
<member name="P:Krypton.Toolkit.KryptonListView.ShowItemToolTips">
<summary>Gets or sets a value indicating whether ToolTips are shown for the <see cref="T:System.Windows.Forms.ListViewItem" /> objects contained in the <see cref="T:System.Windows.Forms.ListView" />.</summary>
<returns>
<see langword="true" /> if <see cref="T:System.Windows.Forms.ListViewItem" /> ToolTips should be shown; otherwise, <see langword="false" />. The default is <see langword="true" />.</returns>
</member>
<member name="P:Krypton.Toolkit.KryptonListView.Sorting">
<summary>Gets or sets the sort order for items in the control.</summary>
<returns>One of the <see cref="T:System.Windows.Forms.SortOrder" /> values. The default is <see cref="F:System.Windows.Forms.SortOrder.None" />.</returns>
<exception cref="T:System.ComponentModel.InvalidEnumArgumentException">The value specified is not one of the <see cref="T:System.Windows.Forms.SortOrder" /> values.</exception>
</member>
<member name="P:Krypton.Toolkit.KryptonListView.StateImageList">
<summary>Gets or sets the <see cref="T:System.Windows.Forms.ImageList" /> associated with application-defined states in the control.</summary>
<returns>An <see cref="T:System.Windows.Forms.ImageList" /> that contains a set of state images that can be used to indicate an application-defined state of an item. The default is <see langword="null" />.</returns>
</member>
<member name="P:Krypton.Toolkit.KryptonListView.TileSize">
<summary>Gets or sets the size of the tiles shown in tile view.</summary>
<returns>A <see cref="T:System.Drawing.Size" /> that contains the new tile size.</returns>
</member>
<member name="P:Krypton.Toolkit.KryptonListView.TopItem">
<summary>Gets or sets the first visible item in the control.</summary>
<returns>A <see cref="T:System.Windows.Forms.ListViewItem" /> that represents the first visible item in the control.</returns>
<exception cref="T:System.InvalidOperationException">The <see cref="P:System.Windows.Forms.ListView.View" /> property is set to <see cref="F:System.Windows.Forms.View.LargeIcon" />, <see cref="F:System.Windows.Forms.View.SmallIcon" />, or <see cref="F:System.Windows.Forms.View.Tile" />.</exception>
</member>
<member name="P:Krypton.Toolkit.KryptonListView.View">
<summary>Gets or sets how items are displayed in the control.</summary>
<returns>One of the <see cref="T:System.Windows.Forms.View" /> values. The default is <see cref="F:System.Windows.Forms.View.LargeIcon" />.</returns>
<exception cref="T:System.ComponentModel.InvalidEnumArgumentException">The value specified is not one of the <see cref="T:System.Windows.Forms.View" /> values.</exception>
</member>
<member name="M:Krypton.Toolkit.KryptonListView.ArrangeIcons(System.Windows.Forms.ListViewAlignment)">
<summary>Arranges items in the control when they are displayed as icons with a specified alignment setting.</summary>
<param name="value">One of the <see cref="T:System.Windows.Forms.ListViewAlignment" /> values.</param>
<exception cref="T:System.ArgumentException">The value specified in the <paramref name="value" /> parameter is not a member of the <see cref="T:System.Windows.Forms.ListViewAlignment" /> enumeration.</exception>
</member>
<member name="M:Krypton.Toolkit.KryptonListView.ArrangeIcons">
<summary>Arranges items in the control when they are displayed as icons based on the value of the <see cref="P:System.Windows.Forms.ListView.Alignment" /> property.</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonListView.AutoResizeColumns(System.Windows.Forms.ColumnHeaderAutoResizeStyle)">
<summary>Resizes the width of the columns as indicated by the resize style.</summary>
<param name="headerAutoResize">One of the <see cref="T:System.Windows.Forms.ColumnHeaderAutoResizeStyle" /> values.</param>
<exception cref="T:System.InvalidOperationException">
<see cref="M:System.Windows.Forms.ListView.AutoResizeColumn(System.Int32,System.Windows.Forms.ColumnHeaderAutoResizeStyle)" /> is called with a value other than <see cref="F:System.Windows.Forms.ColumnHeaderAutoResizeStyle.None" /> when <see cref="P:System.Windows.Forms.ListView.View" /> is not set to <see cref="F:System.Windows.Forms.View.Details" />.</exception>
</member>
<member name="M:Krypton.Toolkit.KryptonListView.AutoResizeColumn(System.Int32,System.Windows.Forms.ColumnHeaderAutoResizeStyle)">
<summary>Resizes the width of the given column as indicated by the resize style.</summary>
<param name="columnIndex">The zero-based index of the column to resize.</param>
<param name="headerAutoResize">One of the <see cref="T:System.Windows.Forms.ColumnHeaderAutoResizeStyle" /> values.</param>
<exception cref="T:System.ArgumentOutOfRangeException">
<paramref name="columnIndex" /> is greater than 0 when <see cref="P:System.Windows.Forms.ListView.Columns" /> is <see langword="null" />
-or-
<paramref name="columnIndex" /> is less than 0 or greater than the number of columns set.</exception>
<exception cref="T:System.ComponentModel.InvalidEnumArgumentException">
<paramref name="headerAutoResize" /> is not a member of the <see cref="T:System.Windows.Forms.ColumnHeaderAutoResizeStyle" /> enumeration.</exception>
</member>
<member name="M:Krypton.Toolkit.KryptonListView.Clear">
<summary>Removes all items and columns from the control.</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonListView.FindItemWithText(System.String)">
<summary>Finds the first <see cref="T:System.Windows.Forms.ListViewItem" /> that begins with the specified text value.</summary>
<param name="text">The text to search for.</param>
<returns>The first <see cref="T:System.Windows.Forms.ListViewItem" /> that begins with the specified text value.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonListView.FindItemWithText(System.String,System.Boolean,System.Int32)">
<summary>Finds the first <see cref="T:System.Windows.Forms.ListViewItem" /> or <see cref="T:System.Windows.Forms.ListViewItem.ListViewSubItem" />, if indicated, that begins with the specified text value. The search starts at the specified index.</summary>
<param name="text">The text to search for.</param>
<param name="includeSubItemsInSearch">
<see langword="true" /> to include subitems in the search; otherwise, <see langword="false" />.</param>
<param name="startIndex">The index of the item at which to start the search.</param>
<returns>The first <see cref="T:System.Windows.Forms.ListViewItem" /> that begins with the specified text value.</returns>
<exception cref="T:System.ArgumentOutOfRangeException">
<paramref name="startIndex" /> is less 0 or more than the number items in the <see cref="T:System.Windows.Forms.ListView" />.</exception>
</member>
<member name="M:Krypton.Toolkit.KryptonListView.FindItemWithText(System.String,System.Boolean,System.Int32,System.Boolean)">
<summary>Finds the first <see cref="T:System.Windows.Forms.ListViewItem" /> or <see cref="T:System.Windows.Forms.ListViewItem.ListViewSubItem" />, if indicated, that begins with the specified text value. The search starts at the specified index.</summary>
<param name="text">The text to search for.</param>
<param name="includeSubItemsInSearch">
<see langword="true" /> to include subitems in the search; otherwise, <see langword="false" />.</param>
<param name="startIndex">The index of the item at which to start the search.</param>
<param name="isPrefixSearch">
<see langword="true" /> to allow partial matches; otherwise, <see langword="false" />.</param>
<returns>The first <see cref="T:System.Windows.Forms.ListViewItem" /> that begins with the specified text value.</returns>
<exception cref="T:System.ArgumentOutOfRangeException">
<paramref name="startIndex" /> is less than 0 or more than the number of items in the <see cref="T:System.Windows.Forms.ListView" />.</exception>
</member>
<member name="M:Krypton.Toolkit.KryptonListView.FindNearestItem(System.Windows.Forms.SearchDirectionHint,System.Drawing.Point)">
<summary>Finds the next item from the given point, searching in the specified direction</summary>
<param name="dir">One of the <see cref="T:System.Windows.Forms.SearchDirectionHint" /> values.</param>
<param name="point">The point at which to begin searching.</param>
<returns>The <see cref="T:System.Windows.Forms.ListViewItem" /> that is closest to the given point, searching in the specified direction.</returns>
<exception cref="T:System.InvalidOperationException">
<see cref="P:System.Windows.Forms.ListView.View" /> is set to a value other than <see cref="F:System.Windows.Forms.View.SmallIcon" /> or <see cref="F:System.Windows.Forms.View.LargeIcon" />.</exception>
</member>
<member name="M:Krypton.Toolkit.KryptonListView.FindNearestItem(System.Windows.Forms.SearchDirectionHint,System.Int32,System.Int32)">
<summary>Finds the next item from the given x- and y-coordinates, searching in the specified direction.</summary>
<param name="searchDirection">One of the <see cref="T:System.Windows.Forms.SearchDirectionHint" /> values.</param>
<param name="x">The x-coordinate for the point at which to begin searching.</param>
<param name="y">The y-coordinate for the point at which to begin searching.</param>
<returns>The <see cref="T:System.Windows.Forms.ListViewItem" /> that is closest to the given coordinates, searching in the specified direction.</returns>
<exception cref="T:System.InvalidOperationException">
<see cref="P:System.Windows.Forms.ListView.View" /> is set to a value other than <see cref="F:System.Windows.Forms.View.SmallIcon" /> or <see cref="F:System.Windows.Forms.View.LargeIcon" />.</exception>
</member>
<member name="M:Krypton.Toolkit.KryptonListView.GetItemAt(System.Int32,System.Int32)">
<summary>Retrieves the item at the specified location.</summary>
<param name="x">The x-coordinate of the location to search for an item (expressed in client coordinates).</param>
<param name="y">The y-coordinate of the location to search for an item (expressed in client coordinates).</param>
<returns>A <see cref="T:System.Windows.Forms.ListViewItem" /> that represents the item at the specified position. If there is no item at the specified location, the method returns <see langword="null" />.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonListView.GetItemRect(System.Int32)">
<summary>Retrieves the bounding rectangle for a specific item within the list view control.</summary>
<param name="index">The zero-based index of the item within the <see cref="T:System.Windows.Forms.ListView.ListViewItemCollection" /> whose bounding rectangle you want to return.</param>
<returns>A <see cref="T:System.Drawing.Rectangle" /> that represents the bounding rectangle of the specified <see cref="T:System.Windows.Forms.ListViewItem" />.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonListView.GetItemRect(System.Int32,System.Windows.Forms.ItemBoundsPortion)">
<summary>Retrieves the specified portion of the bounding rectangle for a specific item within the list view control.</summary>
<param name="index">The zero-based index of the item within the <see cref="T:System.Windows.Forms.ListView.ListViewItemCollection" /> whose bounding rectangle you want to return.</param>
<param name="portion">One of the <see cref="T:System.Windows.Forms.ItemBoundsPortion" /> values that represents a portion of the <see cref="T:System.Windows.Forms.ListViewItem" /> for which to retrieve the bounding rectangle.</param>
<returns>A <see cref="T:System.Drawing.Rectangle" /> that represents the bounding rectangle for the specified portion of the specified <see cref="T:System.Windows.Forms.ListViewItem" />.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonListView.HitTest(System.Drawing.Point)">
<summary>Provides item information, given a point.</summary>
<param name="point">The <see cref="T:System.Drawing.Point" /> at which to retrieve the item information. The coordinates are relative to the upper-left corner of the control.</param>
<returns>The item information, given a point.</returns>
<exception cref="T:System.ArgumentOutOfRangeException">The point contains coordinates that are less than 0.</exception>
</member>
<member name="M:Krypton.Toolkit.KryptonListView.HitTest(System.Int32,System.Int32)">
<summary>Provides item information, given x- and y-coordinates.</summary>
<param name="x">The x-coordinate at which to retrieve the item information. The coordinate is relative to the upper-left corner of the control.</param>
<param name="y">The y-coordinate at which to retrieve the item information. The coordinate is relative to the upper-left corner of the control.</param>
<returns>The item information, given x- and y- coordinates.</returns>
<exception cref="T:System.ArgumentOutOfRangeException">The x- or y-coordinate is less than 0.</exception>
</member>
<member name="M:Krypton.Toolkit.KryptonListView.RedrawItems(System.Int32,System.Int32,System.Boolean)">
<summary>Forces a range of <see cref="T:System.Windows.Forms.ListViewItem" /> objects to be redrawn.</summary>
<param name="startIndex">The index for the first item in the range to be redrawn.</param>
<param name="endIndex">The index for the last item of the range to be redrawn.</param>
<param name="invalidateOnly">
<see langword="true" /> to invalidate the range of items; <see langword="false" /> to invalidate and repaint the items.</param>
<exception cref="T:System.ArgumentOutOfRangeException">
<paramref name="startIndex" /> or <paramref name="endIndex" /> is less than 0, greater than or equal to the number of items in the <see cref="T:System.Windows.Forms.ListView" /> or, if in virtual mode, greater than the value of <see cref="P:System.Windows.Forms.ListView.VirtualListSize" />.
-or-
The given <paramref name="startIndex" /> is greater than the <paramref name="endIndex.." /></exception>
</member>
<member name="M:Krypton.Toolkit.KryptonListView.Sort">
<summary>Sorts the items of the list view.</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonListView.ToString">
<summary>Returns a string representation of the <see cref="T:System.Windows.Forms.ListView" /> control.</summary>
<returns>A string that states the control type, the count of items in the <see cref="T:System.Windows.Forms.ListView" /> control, and the type of the first item in the <see cref="T:System.Windows.Forms.ListView" />, if the count is not 0.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonListView.BeginUpdate">
<summary>
Maintains performance while items are added to the ListBox one at a time by preventing the control from drawing until the EndUpdate method is called.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonListView.EndUpdate">
<summary>
Resumes painting the ListBox control after painting is suspended by the BeginUpdate method.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonListView.EnsureVisible(System.Int32)">
<summary>Ensures that the specified item is visible within the control, scrolling the contents of the control if necessary.</summary>
<param name="index">The zero-based index of the item to scroll into view.</param>
</member>
<member name="P:Krypton.Toolkit.KryptonListView.StateCommon">
<summary>
Gets access to the common appearance entries that other states can override.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonListView.StateDisabled">
<summary>
Gets access to the disabled appearance entries.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonListView.StateNormal">
<summary>
Gets access to the normal appearance entries.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonListView.StateActive">
<summary>
Gets access to the active appearance entries.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonListView.StateTracking">
<summary>
Gets access to the hot tracking item appearance entries.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonListView.StateCheckedNormal">
<summary>
Gets access to the normal checked item appearance entries.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonListView.StateCheckedTracking">
<summary>
Gets access to the hot tracking checked item appearance entries.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonListView.AlwaysActive">
<summary>
Gets and sets Determines if the control is always active or only when the mouse is over the control or has focus.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonListView.SetFixedState(System.Boolean)">
<summary>
Sets the fixed state of the control.
</summary>
<param name="active">Should the control be fixed as active.</param>
</member>
<member name="P:Krypton.Toolkit.KryptonListView.IsActive">
<summary>
Gets a value indicating if the input control is active.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonListView.Focus">
<summary>
Sets input focus to the control.
</summary>
<returns>true if the input focus request was successful; otherwise, false.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonListView.Select">
<summary>
Activates the control.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonListView.WndProc(System.Windows.Forms.Message@)">
<summary>
Process Windows-based messages.
</summary>
<param name="m">A Windows-based message.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonListView.OnEnabledChanged(System.EventArgs)">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.KryptonListView.CreateControlsInstance">
<summary>
Creates a new instance of the control collection for the KryptonTreeView.
</summary>
<returns>A new instance of Control.ControlCollection assigned to the control.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonListView.OnPaletteChanged(System.EventArgs)">
<summary>
Raises the PaletteChanged event.
</summary>
<param name="e">An EventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonListView.OnTabStopChanged(System.EventArgs)">
<summary>
Raises the TabStop event.
</summary>
<param name="e">An EventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonListView.OnCausesValidationChanged(System.EventArgs)">
<summary>
Raises the CausesValidationChanged event.
</summary>
<param name="e">An EventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonListView.OnHandleCreated(System.EventArgs)">
<summary>
Raises the HandleCreated event.
</summary>
<param name="e">An EventArgs containing the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonListView.OnMouseDown(System.Windows.Forms.MouseEventArgs)">
<summary>
Raises the MouseDown event.
</summary>
<param name="e">A MouseEventArgs that contains the event data.</param>
</member>
<member name="P:Krypton.Toolkit.KryptonListView.DefaultSize">
<summary>
Gets the default size of the control.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonListView.CreateHandle">
<inheritdoc/>>
</member>
<member name="M:Krypton.Toolkit.KryptonListView.ForceControlLayout">
<summary>
Force the layout logic to size and position the controls.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonListView.OnNeedPaint(System.Object,Krypton.Toolkit.NeedLayoutEventArgs)">
<inheritdoc />
<summary>
Processes a notification from palette storage of a paint and optional layout required.
</summary>
<param name="sender">Source of notification.</param>
<param name="e">An NeedLayoutEventArgs containing event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonListView.OnLayout(System.Windows.Forms.LayoutEventArgs)">
<summary>
Raises the Layout event.
</summary>
<param name="levent">An EventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonListView.OnMouseEnter(System.EventArgs)">
<summary>
Raises the MouseEnter event.
</summary>
<param name="e">An EventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonListView.OnMouseLeave(System.EventArgs)">
<summary>
Raises the MouseLeave event.
</summary>
<param name="e">An EventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonListView.OnNotifyMessage(System.Windows.Forms.Message)">
<inheritdoc />
</member>
<member name="P:Krypton.Toolkit.KryptonListView.BackStyle">
<summary>
Gets and sets the background style.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonListView.BorderStyle">
<summary>
Gets and sets the border style.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonListView.OverrideFocus">
<summary>
Gets access to the item appearance when it has focus.
</summary>
</member>
<member name="T:Krypton.Toolkit.KryptonManager">
<summary>
Exposes global settings that affect all the Krypton controls.
</summary>
</member>
<member name="E:Krypton.Toolkit.KryptonManager.GlobalPaletteChanged">
<summary>
Occurs when the palette changes.
</summary>
</member>
<member name="E:Krypton.Toolkit.KryptonManager.GlobalUseThemeFormChromeBorderWidthChanged">
<summary>
Occurs when the UseThemeFormChromeBorderWidth property changes.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonManager.#ctor">
<summary>
Initialize a new instance of the KryptonManager class.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonManager.#ctor(System.ComponentModel.IContainer)">
<summary>
Initialize a new instance of the KryptonManager class.
</summary>
<param name="container">Container that owns the component.</param>
<exception cref="T:System.ArgumentNullException"></exception>
</member>
<member name="M:Krypton.Toolkit.KryptonManager.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="P:Krypton.Toolkit.KryptonManager.IsDefault">
<summary>
Have any of the global values been modified
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonManager.Reset">
<summary>
Reset All values
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonManager.GlobalPaletteMode">
<summary>
Gets or sets the global palette used for drawing.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonManager.GlobalCustomPalette">
<summary>
Gets and sets the global custom applied to drawing.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonManager.BaseFont">
<summary>Override the Current global palette font.</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonManager.GlobalApplyToolstrips">
<summary>
Gets or sets a value indicating if the palette colors are applied to the tool-strips.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonManager.UseKryptonFileDialogs">
<summary>Gets or sets a value indicating whether [use krypton file dialogs for internal openings like CustomPalette Import].</summary>
<value><c>true</c> if [use krypton file dialogs]; otherwise, <c>false</c>.</value>
</member>
<member name="P:Krypton.Toolkit.KryptonManager.GlobalUseThemeFormChromeBorderWidth">
<summary>
Gets or sets a value indicating if KryptonForm instances are allowed to UseThemeFormChromeBorderWidth.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonManager.ToolkitStrings">
<summary>Gets the toolkit strings that can be localised.</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonManager.Strings">
<summary>Gets the strings.</summary>
<value>The strings.</value>
</member>
<member name="P:Krypton.Toolkit.KryptonManager.Images">
<summary>Gets the images.</summary>
<value>The images.</value>
</member>
<member name="P:Krypton.Toolkit.KryptonManager.ApplyToolstrips">
<summary>
Gets and sets the global flag that decides if palette colors are applied to toolstrips.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonManager.UseThemeFormChromeBorderWidth">
<summary>
Gets and sets the global flag that decides if form chrome should be customized.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonManager.GetPaletteForMode(Krypton.Toolkit.PaletteMode)">
<summary>
Gets the implementation for the requested palette mode.
</summary>
<param name="mode">Requested palette mode.</param>
<returns>PaletteBase reference is available; otherwise null exception.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonManager.GetModeForPalette(Krypton.Toolkit.PaletteBase)">
<summary>
Gets the implementation for the requested palette mode.
</summary>
<param name="palette">Requested palette to mode.</param>
<returns>PaletteMode is available; otherwise Custom.</returns>
</member>
<member name="P:Krypton.Toolkit.KryptonManager.PaletteProfessionalSystem">
<summary>
Gets the single instance of the professional system palette.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonManager.PaletteProfessionalOffice2003">
<summary>
Gets the single instance of the professional office palette.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonManager.PaletteOffice2007DarkGray">
<summary>
Gets the single instance of the dark gray variant Office 2007 palette.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonManager.PaletteOffice2007Blue">
<summary>
Gets the single instance of the Blue variant Office 2007 palette.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonManager.PaletteOffice2007BlueDarkMode">
<summary>
Gets the single instance of the ### palette.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonManager.PaletteOffice2007BlueLightMode">
<summary>
Gets the single instance of the ### palette.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonManager.PaletteOffice2007Silver">
<summary>
Gets the single instance of the Silver variant Office 2007 palette.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonManager.PaletteOffice2007SilverDarkMode">
<summary>
Gets the single instance of the ### palette.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonManager.PaletteOffice2007SilverLightMode">
<summary>
Gets the single instance of the ### palette.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonManager.PaletteOffice2007White">
<summary>
Gets the single instance of the ### palette.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonManager.PaletteOffice2007Black">
<summary>
Gets the single instance of the Black variant Office 2007 palette.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonManager.PaletteOffice2007BlackDarkMode">
<summary>
Gets the single instance of the ### palette.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonManager.PaletteOffice2010DarkGray">
<summary>
Gets the single instance of the dark gray variant Office 2010 palette.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonManager.PaletteOffice2010Blue">
<summary>
Gets the single instance of the Blue variant Office 2010 palette.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonManager.PaletteOffice2010BlueDarkMode">
<summary>
Gets the single instance of the ### palette.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonManager.PaletteOffice2010BlueLightMode">
<summary>
Gets the single instance of the ### palette.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonManager.PaletteOffice2010Silver">
<summary>
Gets the single instance of the Silver variant Office 2010 palette.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonManager.PaletteOffice2010SilverDarkMode">
<summary>
Gets the single instance of the ### palette.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonManager.PaletteOffice2010SilverLightMode">
<summary>
Gets the single instance of the ### palette.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonManager.PaletteOffice2010Black">
<summary>
Gets the single instance of the Black variant Office 2010 palette.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonManager.PaletteOffice2010BlackDarkMode">
<summary>
Gets the single instance of the ### palette.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonManager.PaletteOffice2013DarkGray">
<summary>
Gets the single instance of the dark gray variant Office 2013 palette.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonManager.PaletteOffice2013LightGray">
<summary>
Gets the single instance of the Light gray variant Office 2013 palette.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonManager.PaletteOffice2010White">
<summary>
Gets the single instance of the ### palette.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonManager.PaletteOffice2013White">
<summary>
Gets the single instance of the Office 2013 palette.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonManager.PaletteMicrosoft365Black">
<summary>
Gets the palette Microsoft365 black.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonManager.PaletteMicrosoft365BlackDarkMode">
<summary>
Gets the palette Microsft 365 black dark mode.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonManager.PaletteMicrosoft365BlackDarkModeAlternate">
<summary>
Gets the palette Microsft 365 black dark mode alternate.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonManager.PaletteMicrosoft365Blue">
<summary>
Gets the palette Microsoft365 blue.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonManager.PaletteMicrosoft365BlueDarkMode">
<summary>
Gets the single instance of the ### palette.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonManager.PaletteMicrosoft365BlueLightMode">
<summary>
Gets the single instance of the ### palette.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonManager.PaletteMicrosoft365DarkGray">
<summary>
Gets the single instance of the ### palette.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonManager.PaletteMicrosoft365Silver">
<summary>
Gets the palette Microsoft365 silver.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonManager.PaletteMicrosoft365SilverDarkMode">
<summary>
Gets the single instance of the ### palette.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonManager.PaletteMicrosoft365SilverLightMode">
<summary>
Gets the single instance of the ### palette.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonManager.PaletteMicrosoft365White">
<summary>
Gets the single instance of the ### palette.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonManager.PaletteSparkleBlue">
<summary>
Gets the single instance of the Blue variant sparkle palette.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonManager.PaletteSparkleBlueDarkMode">
<summary>
Gets the single instance of the ### palette.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonManager.PaletteSparkleBlueLightMode">
<summary>
Gets the single instance of the ### palette.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonManager.PaletteSparkleOrange">
<summary>
Gets the single instance of the Orange variant sparkle palette.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonManager.PaletteSparkleOrangeDarkMode">
<summary>
Gets the single instance of the ### palette.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonManager.PaletteSparkleOrangeLightMode">
<summary>
Gets the single instance of the ### palette.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonManager.PaletteSparklePurple">
<summary>
Gets the single instance of the Purple variant sparkle palette.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonManager.PaletteSparklePurpleDarkMode">
<summary>
Gets palette Sparkle Purpke dark moode.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonManager.PaletteSparklePurpleLightMode">
<summary>
Gets palette Sparkle Purpke light moode.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonManager.PaletteVisualStudio2010Office2007Variation">
<summary>
Gets palette Visual Studio 2010 Office 2007 variant.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonManager.PaletteVisualStudio2010Office2010Variation">
<summary>
Gets palette Visual Studio 2010 Office 2010 variant.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonManager.PaletteVisualStudio2010Office2013Variation">
<summary>
Gets palette Visual Studio 2010 Office 2013 variant.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonManager.PaletteVisualStudio2010Microsoft365Variation">
<summary>
Gets palette Visual Studio 2010 Office 365 variant.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonManager.GetRendererForMode(Krypton.Toolkit.RendererMode)">
<summary>
Gets the implementation for the requested renderer mode.
</summary>
<param name="mode">Requested renderer mode.</param>
<returns>IRenderer reference is available; otherwise false.</returns>
</member>
<member name="P:Krypton.Toolkit.KryptonManager.RenderSparkle">
<summary>
Gets the single instance of the Sparkle renderer.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonManager.RenderOffice2007">
<summary>
Gets the single instance of the Office 2007 renderer.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonManager.RenderOffice2010">
<summary>
Gets the single instance of the Office 2010 renderer.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonManager.RenderOffice2013">
<summary>
Gets the single instance of the Office 2013 renderer.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonManager.RenderMicrosoft365">
<summary>
Gets the single instance of the 365 2013 renderer.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonManager.RenderProfessional">
<summary>
Gets the single instance of the professional renderer.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonManager.RenderVisualStudio">
<summary>
Gets the single instance of the Visual Studio renderer.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonManager.RenderVisualStudio2010With2007">
<summary>
Gets the single instance of the Visual Studio 2010 Office 2007 renderer.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonManager.RenderVisualStudio2010With2010">
<summary>
Gets the single instance of the Visual Studio 2010 Office 2010 renderer.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonManager.RenderVisualStudio2010With2013">
<summary>
Gets the single instance of the Visual Studio 2010 Office 2013 renderer.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonManager.RenderVisualStudio2010WithMicrosoft365">
<summary>
Gets the single instance of the Visual Studio 2010 Office 365 renderer.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonManager.RenderStandard">
<summary>
Gets the single instance of the standard renderer.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonManager.CurrentGlobalPaletteMode">
<summary>
What is the CurrentGlobalPaletteMode in use
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonManager.CurrentGlobalPalette">
<summary>
Access the Current Palette
</summary>
</member>
<member name="T:Krypton.Toolkit.KryptonMaskedTextBox">
<summary>
Provide a MaskedTextBox with Krypton styling applied.
</summary>
</member>
<member name="E:Krypton.Toolkit.KryptonMaskedTextBox.InternalMaskedTextBox.TrackMouseEnter">
<summary>
Occurs when the mouse enters the InternalMaskedTextBox.
</summary>
</member>
<member name="E:Krypton.Toolkit.KryptonMaskedTextBox.InternalMaskedTextBox.TrackMouseLeave">
<summary>
Occurs when the mouse leaves the InternalMaskedTextBox.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonMaskedTextBox.InternalMaskedTextBox.#ctor(Krypton.Toolkit.KryptonMaskedTextBox)">
<summary>
Initialize a new instance of the InternalMaskedTextBox class.
</summary>
<param name="kryptonMaskedTextBox">Reference to owning control.</param>
</member>
<member name="P:Krypton.Toolkit.KryptonMaskedTextBox.InternalMaskedTextBox.MouseOver">
<summary>
Gets and sets if the mouse is currently over the combo box.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonMaskedTextBox.InternalMaskedTextBox.WndProc(System.Windows.Forms.Message@)">
<summary>
Process Windows-based messages.
</summary>
<param name="m">A Windows-based message.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonMaskedTextBox.InternalMaskedTextBox.OnTrackMouseEnter(System.EventArgs)">
<summary>
Raises the TrackMouseEnter event.
</summary>
<param name="e">An EventArgs containing the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonMaskedTextBox.InternalMaskedTextBox.OnTrackMouseLeave(System.EventArgs)">
<summary>
Raises the TrackMouseLeave event.
</summary>
<param name="e">An EventArgs containing the event data.</param>
</member>
<member name="T:Krypton.Toolkit.KryptonMaskedTextBox.MaskedTextBoxButtonSpecCollection">
<summary>
Collection for managing ButtonSpecAny instances.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonMaskedTextBox.MaskedTextBoxButtonSpecCollection.#ctor(Krypton.Toolkit.KryptonMaskedTextBox)">
<summary>
Initialize a new instance of the MaskedTextBoxButtonSpecCollection class.
</summary>
<param name="owner">Reference to owning object.</param>
</member>
<member name="E:Krypton.Toolkit.KryptonMaskedTextBox.HideSelectionChanged">
<summary>
Occurs when the value of the HideSelection property changes.
</summary>
</member>
<member name="E:Krypton.Toolkit.KryptonMaskedTextBox.TextAlignChanged">
<summary>
Occurs when the value of the TextAlign property changes.
</summary>
</member>
<member name="E:Krypton.Toolkit.KryptonMaskedTextBox.ModifiedChanged">
<summary>
Occurs when the value of the Modified property changes.
</summary>
</member>
<member name="E:Krypton.Toolkit.KryptonMaskedTextBox.ReadOnlyChanged">
<summary>
Occurs when the value of the ReadOnly property changes.
</summary>
</member>
<member name="E:Krypton.Toolkit.KryptonMaskedTextBox.MaskChanged">
<summary>
Occurs when the value of the Mask property changes.
</summary>
</member>
<member name="E:Krypton.Toolkit.KryptonMaskedTextBox.IsOverwriteModeChanged">
<summary>
Occurs when the value of the IsOverwriteMode property changes.
</summary>
</member>
<member name="E:Krypton.Toolkit.KryptonMaskedTextBox.MaskInputRejected">
<summary>
Occurs when the input character or text does not comply with the mask specification.
</summary>
</member>
<member name="E:Krypton.Toolkit.KryptonMaskedTextBox.TypeValidationCompleted">
<summary>
Occurs when the validating type object has completed parsing the input text.
</summary>
</member>
<member name="E:Krypton.Toolkit.KryptonMaskedTextBox.TrackMouseEnter">
<summary>
Occurs when the mouse enters the control.
</summary>
</member>
<member name="E:Krypton.Toolkit.KryptonMaskedTextBox.TrackMouseLeave">
<summary>
Occurs when the mouse leaves the control.
</summary>
</member>
<member name="E:Krypton.Toolkit.KryptonMaskedTextBox.BackColorChanged">
<summary>
Occurs when the value of the BackColor property changes.
</summary>
</member>
<member name="E:Krypton.Toolkit.KryptonMaskedTextBox.BackgroundImageChanged">
<summary>
Occurs when the value of the BackgroundImage property changes.
</summary>
</member>
<member name="E:Krypton.Toolkit.KryptonMaskedTextBox.BackgroundImageLayoutChanged">
<summary>
Occurs when the value of the BackgroundImageLayout property changes.
</summary>
</member>
<member name="E:Krypton.Toolkit.KryptonMaskedTextBox.ForeColorChanged">
<summary>
Occurs when the value of the ForeColor property changes.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonMaskedTextBox.#ctor">
<summary>
Initialize a new instance of the KryptonMaskedTextBox class.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonMaskedTextBox.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="P:Krypton.Toolkit.KryptonMaskedTextBox.Hint">
<summary>
Hint text placed into empty control
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonMaskedTextBox.ResetHint">
<summary>
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonMaskedTextBox.ToString">
<summary>
Overridden. Returns a string that represents the current masked text box. This method overrides ToString.
</summary>
<returns></returns>
</member>
<member name="P:Krypton.Toolkit.KryptonMaskedTextBox.TabStop">
<summary>
Gets and sets if the control is in the tab chain.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonMaskedTextBox.InRibbonDesignMode">
<summary>
Gets and sets if the control is in the ribbon design mode.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonMaskedTextBox.MaskedTextBox">
<summary>
Gets access to the contained MaskedTextBox instance.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonMaskedTextBox.ContainedControl">
<summary>
Gets access to the contained input control.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonMaskedTextBox.Focused">
<summary>
Gets a value indicating whether the control has input focus.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonMaskedTextBox.AutoSize">
<summary>
Gets and sets a value indicating if the control is automatically sized.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonMaskedTextBox.BackColor">
<summary>
Gets or sets the background color for the control.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonMaskedTextBox.Font">
<summary>
Gets or sets the font of the text Displayed by the control.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonMaskedTextBox.ForeColor">
<summary>
Gets or sets the foreground color for the control.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonMaskedTextBox.Padding">
<summary>
Gets and sets the internal padding space.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonMaskedTextBox.Text">
<summary>
Gets and sets the text associated with the control.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonMaskedTextBox.ContextMenuStrip">
<summary>
Gets and sets the associated context menu strip.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonMaskedTextBox.Modified">
<summary>
Gets a value indicating whether the contents have changed since last last.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonMaskedTextBox.SelectedText">
<summary>
Gets and sets the selected text within the control.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonMaskedTextBox.SelectionLength">
<summary>
Gets and sets the selection length for the selected area.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonMaskedTextBox.SelectionStart">
<summary>
Gets and sets the starting point of text selected in the control.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonMaskedTextBox.TextLength">
<summary>
Gets the length of text in the control.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonMaskedTextBox.IsOverwriteMode">
<summary>
Gets a value that specifies whether new user input overwrites existing input.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonMaskedTextBox.MaskCompleted">
<summary>
Gets a value indicating whether all required inputs have been entered into the input mask.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonMaskedTextBox.MaskedTextProvider">
<summary>
Gets a clone of the mask provider associated with this instance of the masked text box control.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonMaskedTextBox.MaskFull">
<summary>
Gets a value indicating whether all required and optional inputs have been entered into the input mask.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonMaskedTextBox.MaxLength">
<summary>
Gets or sets the maximum number of characters that can be entered into the edit control.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonMaskedTextBox.ValidatingType">
<summary>
Gets or sets the data type used to verify the data input by the user.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonMaskedTextBox.UseMnemonic">
<summary>
Gets or sets a value indicating whether mnemonics will fire button spec buttons.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonMaskedTextBox.AlwaysActive">
<summary>
Gets and sets Determines if the control is always active or only when the mouse is over the control or has focus.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonMaskedTextBox.TextAlign">
<summary>
Gets or sets how the text should be aligned for edit controls.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonMaskedTextBox.PromptChar">
<summary>
Indicates the character used as the placeholder.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonMaskedTextBox.AllowPromptAsInput">
<summary>
Gets or sets a value indicating whether PromptChar can be entered as valid data by the user.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonMaskedTextBox.AsciiOnly">
<summary>
Gets or sets a value indicating whether the MaskedTextBox control accepts characters outside of the ASCII character set.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonMaskedTextBox.BeepOnError">
<summary>
Gets or sets a value indicating whether the masked text box control raises the system beep for each user key stroke that it rejects.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonMaskedTextBox.Culture">
<summary>
Gets or sets the culture information associated with the masked text box.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonMaskedTextBox.CutCopyMaskFormat">
<summary>
Gets or sets a value that determines whether literals and prompt characters are copied to the clipboard.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonMaskedTextBox.HidePromptOnLeave">
<summary>
Gets or sets a value indicating whether the prompt characters in the input mask are hidden when the masked text box loses focus.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonMaskedTextBox.InsertKeyMode">
<summary>
Gets or sets the text insertion mode of the masked text box control.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonMaskedTextBox.Mask">
<summary>
Gets or sets the input mask to use at run time.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonMaskedTextBox.HideSelection">
<summary>
Gets or sets a value indicating that the selection should be hidden when the edit control loses focus.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonMaskedTextBox.ReadOnly">
<summary>
Gets or sets a value indicating whether the text in the edit control can be changed or not.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonMaskedTextBox.RejectInputOnFirstFailure">
<summary>
Gets or sets a value indicating whether the parsing of user input should stop after the first invalid character is reached.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonMaskedTextBox.ResetOnPrompt">
<summary>
Gets or sets a value that determines how an input character that matches the prompt character should be handled.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonMaskedTextBox.ResetOnSpace">
<summary>
Gets or sets a value that determines how a space input character should be handled.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonMaskedTextBox.SkipLiterals">
<summary>
Gets or sets a value indicating whether the user is allowed to reenter literal values.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonMaskedTextBox.TextMaskFormat">
<summary>
Gets or sets a value that determines whether literals and prompt characters are included in the formatted string.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonMaskedTextBox.ShortcutsEnabled">
<summary>
Gets or sets a value indicating whether shortcuts defined for the control are enabled.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonMaskedTextBox.PasswordChar">
<summary>
Gets or sets a the character to display for password input for single-line edit controls.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonMaskedTextBox.UseSystemPasswordChar">
<summary>
Gets or sets a value indicating if the text in the edit control should appear as the default password character.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonMaskedTextBox.InputControlStyle">
<summary>
Gets and sets the input control style.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonMaskedTextBox.AllowButtonSpecToolTips">
<summary>
Gets and sets a value indicating if tooltips should be Displayed for button specs.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonMaskedTextBox.AllowButtonSpecToolTipPriority">
<summary>
Gets and sets a value indicating if button spec tooltips should remove the parent tooltip.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonMaskedTextBox.ButtonSpecs">
<summary>
Gets the collection of button specifications.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonMaskedTextBox.StateCommon">
<summary>
Gets access to the common textbox appearance entries that other states can override.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonMaskedTextBox.StateDisabled">
<summary>
Gets access to the disabled textbox appearance entries.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonMaskedTextBox.StateNormal">
<summary>
Gets access to the normal textbox appearance entries.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonMaskedTextBox.StateActive">
<summary>
Gets access to the active textbox appearance entries.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonMaskedTextBox.AppendText(System.String)">
<summary>
Appends text to the current text of a rich text box.
</summary>
<param name="text">The text to append to the current contents of the text box.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonMaskedTextBox.Clear">
<summary>
Clears all text from the text box control.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonMaskedTextBox.Copy">
<summary>
Copies the current selection in the text box to the Clipboard.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonMaskedTextBox.Cut">
<summary>
Moves the current selection in the text box to the Clipboard.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonMaskedTextBox.Paste">
<summary>
Replaces the current selection in the text box with the contents of the Clipboard.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonMaskedTextBox.Select(System.Int32,System.Int32)">
<summary>
Selects a range of text in the control.
</summary>
<param name="start">The position of the first character in the current text selection within the text box.</param>
<param name="length">The number of characters to select.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonMaskedTextBox.SelectAll">
<summary>
Selects all text in the control.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonMaskedTextBox.DeselectAll">
<summary>
Specifies that the value of the SelectionLength property is zero so that no characters are selected in the control.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonMaskedTextBox.GetCharFromPosition(System.Drawing.Point)">
<summary>
Retrieves the character that is closest to the specified location within the control.
</summary>
<param name="pt">The location from which to seek the nearest character.</param>
<returns>The character at the specified location.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonMaskedTextBox.GetCharIndexFromPosition(System.Drawing.Point)">
<summary>
Retrieves the index of the character nearest to the specified location.
</summary>
<param name="pt">The location to search.</param>
<returns>The zero-based character index at the specified location.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonMaskedTextBox.GetPositionFromCharIndex(System.Int32)">
<summary>
Retrieves the location within the control at the specified character index.
</summary>
<param name="index">The index of the character for which to retrieve the location.</param>
<returns>The location of the specified character.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonMaskedTextBox.SetFixedState(System.Boolean)">
<summary>
Sets the fixed state of the control.
</summary>
<param name="active">Should the control be fixed as active.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonMaskedTextBox.ValidateText">
<summary>
Converts the user input string to an instance of the validating type.
</summary>
<returns></returns>
</member>
<member name="P:Krypton.Toolkit.KryptonMaskedTextBox.ToolTipManager">
<summary>
Gets access to the ToolTipManager used for displaying tool tips.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonMaskedTextBox.IsActive">
<summary>
Gets a value indicating if the input control is active.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonMaskedTextBox.Focus">
<summary>
Sets input focus to the control.
</summary>
<returns>true if the input focus request was successful; otherwise, false.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonMaskedTextBox.Select">
<summary>
Activates the control.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonMaskedTextBox.GetPreferredSize(System.Drawing.Size)">
<summary>
Get the preferred size of the control based on a proposed size.
</summary>
<param name="proposedSize">Starting size proposed by the caller.</param>
<returns>Calculated preferred size.</returns>
</member>
<member name="P:Krypton.Toolkit.KryptonMaskedTextBox.DisplayRectangle">
<summary>
Gets the rectangle that represents the display area of the control.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonMaskedTextBox.SetLayoutDisplayPadding(System.Windows.Forms.Padding)">
<summary>
Override the display padding for the layout fill.
</summary>
<param name="padding">Display padding value.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonMaskedTextBox.DesignerGetHitTest(System.Drawing.Point)">
<summary>
Internal design time method.
</summary>
<param name="pt">Mouse location.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonMaskedTextBox.DesignerComponentFromPoint(System.Drawing.Point)">
<summary>
Internal design time method.
</summary>
<param name="pt">Mouse location.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonMaskedTextBox.DesignerMouseLeave">
<summary>
Internal design time method.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonMaskedTextBox.ForceControlLayout">
<summary>
Force the layout logic to size and position the controls.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonMaskedTextBox.OnTextAlignChanged(System.EventArgs)">
<summary>
Raises the TextAlignChanged event.
</summary>
<param name="e">An EventArgs containing the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonMaskedTextBox.OnHideSelectionChanged(System.EventArgs)">
<summary>
Raises the HideSelectionChanged event.
</summary>
<param name="e">An EventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonMaskedTextBox.OnModifiedChanged(System.EventArgs)">
<summary>
Raises the ModifiedChanged event.
</summary>
<param name="e">An EventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonMaskedTextBox.OnReadOnlyChanged(System.EventArgs)">
<summary>
Raises the ReadOnlyChanged event.
</summary>
<param name="e">An EventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonMaskedTextBox.OnMaskChanged(System.EventArgs)">
<summary>
Raises the MaskChanged event.
</summary>
<param name="e">An EventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonMaskedTextBox.OnIsOverwriteModeChanged(System.EventArgs)">
<summary>
Raises the IsOverwriteModeChanged event.
</summary>
<param name="e">An EventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonMaskedTextBox.OnMaskInputRejected(System.Windows.Forms.MaskInputRejectedEventArgs)">
<summary>
Raises the MaskInputRejected event.
</summary>
<param name="e">An MaskInputRejectedEventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonMaskedTextBox.OnTypeValidationCompleted(System.Windows.Forms.TypeValidationEventArgs)">
<summary>
Raises the TypeValidationCompleted event.
</summary>
<param name="e">An EventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonMaskedTextBox.OnTrackMouseEnter(System.EventArgs)">
<summary>
Raises the TrackMouseEnter event.
</summary>
<param name="e">An EventArgs containing the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonMaskedTextBox.OnTrackMouseLeave(System.EventArgs)">
<summary>
Raises the TrackMouseLeave event.
</summary>
<param name="e">An EventArgs containing the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonMaskedTextBox.CreateControlsInstance">
<summary>
Creates a new instance of the control collection for the KryptonTextBox.
</summary>
<returns>A new instance of Control.ControlCollection assigned to the control.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonMaskedTextBox.OnHandleCreated(System.EventArgs)">
<summary>
Raises the HandleCreated event.
</summary>
<param name="e">An EventArgs containing the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonMaskedTextBox.OnEnabledChanged(System.EventArgs)">
<summary>
Raises the EnabledChanged event.
</summary>
<param name="e">An EventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonMaskedTextBox.OnBackColorChanged(System.EventArgs)">
<summary>
Raises the BackColorChanged event.
</summary>
<param name="e">An EventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonMaskedTextBox.OnBackgroundImageChanged(System.EventArgs)">
<summary>
Raises the BackgroundImageChanged event.
</summary>
<param name="e">An EventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonMaskedTextBox.OnBackgroundImageLayoutChanged(System.EventArgs)">
<summary>
Raises the BackgroundImageLayoutChanged event.
</summary>
<param name="e">An EventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonMaskedTextBox.OnForeColorChanged(System.EventArgs)">
<summary>
Raises the ForeColorChanged event.
</summary>
<param name="e">An EventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonMaskedTextBox.OnResize(System.EventArgs)">
<summary>
Raises the Resize event.
</summary>
<param name="e">An EventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonMaskedTextBox.OnLayout(System.Windows.Forms.LayoutEventArgs)">
<summary>
Raises the Layout event.
</summary>
<param name="levent">An EventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonMaskedTextBox.OnMouseEnter(System.EventArgs)">
<summary>
Raises the MouseEnter event.
</summary>
<param name="e">An EventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonMaskedTextBox.OnMouseLeave(System.EventArgs)">
<summary>
Raises the MouseLeave event.
</summary>
<param name="e">An EventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonMaskedTextBox.OnGotFocus(System.EventArgs)">
<summary>
Raises the GotFocus event.
</summary>
<param name="e">An EventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonMaskedTextBox.SetBoundsCore(System.Int32,System.Int32,System.Int32,System.Int32,System.Windows.Forms.BoundsSpecified)">
<summary>
Performs the work of setting the specified bounds of this control.
</summary>
<param name="x">The new Left property value of the control.</param>
<param name="y">The new Top property value of the control.</param>
<param name="width">The new Width property value of the control.</param>
<param name="height">The new Height property value of the control.</param>
<param name="specified">A bitwise combination of the BoundsSpecified values.</param>
</member>
<member name="P:Krypton.Toolkit.KryptonMaskedTextBox.DefaultSize">
<summary>
Gets the default size of the control.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonMaskedTextBox.OnNeedPaint(System.Object,Krypton.Toolkit.NeedLayoutEventArgs)">
<summary>
Processes a notification from palette storage of a paint and optional layout required.
</summary>
<param name="sender">Source of notification.</param>
<param name="e">An NeedLayoutEventArgs containing event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonMaskedTextBox.OnPaddingChanged(System.EventArgs)">
<summary>
Raises the PaddingChanged event.
</summary>
<param name="e">An NeedLayoutEventArgs containing event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonMaskedTextBox.OnTabStopChanged(System.EventArgs)">
<summary>
Raises the TabStop event.
</summary>
<param name="e">An EventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonMaskedTextBox.OnCausesValidationChanged(System.EventArgs)">
<summary>
Raises the CausesValidationChanged event.
</summary>
<param name="e">An EventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonMaskedTextBox.WndProc(System.Windows.Forms.Message@)">
<summary>
Process Windows-based messages.
</summary>
<param name="m">A Windows-based message.</param>
</member>
<member name="T:Krypton.Toolkit.KryptonMessageBox">
<summary>
Displays a message box that can contain text, buttons, and symbols that inform and instruct the user.
The API's mimic the "legacy ones" from WinForms, with the addition of optional params to
- force ShowCtrl
- Hide the close button
- "displayHelpButton" has been moved in order to not collide with the above options
"HelpInfo" is used instead of passing individual elements to the help location(s)
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonMessageBox.Show(System.String,System.Nullable{System.Boolean},System.Nullable{System.Boolean})">
<summary>
Displays a message box in front+center of the application and with the specified text, caption and buttons.
</summary>
<param name="text">The text to display in the message box.</param>
<param name="showCtrlCopy">Show extraText in title. If null (default) then only when Warning or Error icon is used.</param>
<param name="showCloseButton">Displays the close button. If null (default), then the close button will be displayed.</param>
<returns>One of the System.Windows.Forms.DialogResult values.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonMessageBox.Show(System.String,System.String,System.Nullable{System.Boolean},System.Nullable{System.Boolean})">
<summary>
Displays a message box in front+center of the application and with the specified text, caption and buttons.
</summary>
<param name="text">The text to display in the message box.</param>
<param name="caption" default="string.Empty">The text to display in the title bar of the message box. default="string.Empty"</param>
<param name="showCtrlCopy">Show extraText in title. If null (default) then only when Warning or Error icon is used.</param>
<param name="showCloseButton">Displays the close button. If null (default), then the close button will be displayed.</param>
<returns>One of the System.Windows.Forms.DialogResult values.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonMessageBox.Show(System.String,System.String,Krypton.Toolkit.KryptonMessageBoxButtons,System.Nullable{System.Boolean},System.Nullable{System.Boolean})">
<summary>
Displays a message box in front+center of the application and with the specified text, caption and buttons.
</summary>
<param name="text">The text to display in the message box.</param>
<param name="caption" default="string.Empty">The text to display in the title bar of the message box. default="string.Empty"</param>
<param name="buttons">One of the System.Windows.Forms.KryptonMessageBoxButtons values that specifies which buttons to display in the message box.</param>
<param name="showCtrlCopy">Show extraText in title. If null (default) then only when Warning or Error icon is used.</param>
<param name="showCloseButton">Displays the close button. If null (default), then the close button will be displayed.</param>
<returns>One of the System.Windows.Forms.DialogResult values.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonMessageBox.Show(System.String,System.String,Krypton.Toolkit.KryptonMessageBoxButtons,Krypton.Toolkit.KryptonMessageBoxIcon,System.Nullable{System.Boolean},System.Nullable{System.Boolean})">
<summary>
Displays a message box in front+center of the application and with the specified text, caption and buttons.
</summary>
<param name="text">The text to display in the message box.</param>
<param name="caption" default="string.Empty">The text to display in the title bar of the message box. default="string.Empty"</param>
<param name="buttons">One of the System.Windows.Forms.KryptonMessageBoxButtons values that specifies which buttons to display in the message box.</param>
<param name="icon">One of the KryptonMessageBoxIcon values that specifies which icon to display in the message box.</param>
<param name="showCtrlCopy">Show extraText in title. If null (default) then only when Warning or Error icon is used.</param>
<param name="showCloseButton">Displays the close button. If null (default), then the close button will be displayed.</param>
<returns>One of the System.Windows.Forms.DialogResult values.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonMessageBox.Show(System.String,System.String,Krypton.Toolkit.KryptonMessageBoxButtons,Krypton.Toolkit.KryptonMessageBoxIcon,Krypton.Toolkit.KryptonMessageBoxDefaultButton,System.Nullable{System.Boolean},System.Nullable{System.Boolean})">
<summary>
Displays a message box in front+center of the application and with the specified text, caption and buttons.
</summary>
<param name="text">The text to display in the message box.</param>
<param name="caption" default="string.Empty">The text to display in the title bar of the message box. default="string.Empty"</param>
<param name="buttons">One of the System.Windows.Forms.KryptonMessageBoxButtons values that specifies which buttons to display in the message box.</param>
<param name="icon">One of the KryptonMessageBoxIcon values that specifies which icon to display in the message box.</param>
<param name="showCtrlCopy">Show extraText in title. If null (default) then only when Warning or Error icon is used.</param>
<param name="showCloseButton">Displays the close button. If null (default), then the close button will be displayed.</param>
<param name="defaultButton">One of the KryptonMessageBoxDefaultButton values that specifies the default button for the message box.</param>
<returns>One of the System.Windows.Forms.DialogResult values.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonMessageBox.Show(System.String,System.String,Krypton.Toolkit.KryptonMessageBoxButtons,Krypton.Toolkit.KryptonMessageBoxIcon,Krypton.Toolkit.KryptonMessageBoxDefaultButton,System.Windows.Forms.MessageBoxOptions,System.Nullable{System.Boolean},System.Nullable{System.Boolean})">
<summary>
Displays a message box in front+center of the application and with the specified text, caption and buttons.
</summary>
<param name="text">The text to display in the message box.</param>
<param name="caption" default="string.Empty">The text to display in the title bar of the message box. default="string.Empty"</param>
<param name="buttons">One of the System.Windows.Forms.KryptonMessageBoxButtons values that specifies which buttons to display in the message box.</param>
<param name="icon">One of the KryptonMessageBoxIcon values that specifies which icon to display in the message box.</param>
<param name="showCtrlCopy">Show extraText in title. If null (default) then only when Warning or Error icon is used.</param>
<param name="showCloseButton">Displays the close button. If null (default), then the close button will be displayed.</param>
<param name="defaultButton">One of the KryptonMessageBoxDefaultButton values that specifies the default button for the message box.</param>
<param name="options">One of the System.Windows.Forms.MessageBoxOptions 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 System.Windows.Forms.DialogResult values.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonMessageBox.Show(System.String,System.String,Krypton.Toolkit.KryptonMessageBoxButtons,Krypton.Toolkit.KryptonMessageBoxIcon,Krypton.Toolkit.KryptonMessageBoxDefaultButton,System.Windows.Forms.MessageBoxOptions,Krypton.Toolkit.HelpInfo,System.Nullable{System.Boolean},System.Nullable{System.Boolean})">
<summary>
Displays a message box in front+center of the application and with the specified text, caption and buttons.
</summary>
<param name="text">The text to display in the message box.</param>
<param name="caption" default="string.Empty">The text to display in the title bar of the message box. default="string.Empty"</param>
<param name="buttons">One of the System.Windows.Forms.KryptonMessageBoxButtons values that specifies which buttons to display in the message box.</param>
<param name="icon">One of the KryptonMessageBoxIcon values that specifies which icon to display in the message box.</param>
<param name="showCtrlCopy">Show extraText in title. If null (default) then only when Warning or Error icon is used.</param>
<param name="showCloseButton">Displays the close button. If null (default), then the close button will be displayed.</param>
<param name="defaultButton">One of the KryptonMessageBoxDefaultButton values that specifies the default button for the message box.</param>
<param name="options">One of the System.Windows.Forms.MessageBoxOptions 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="helpInfo">Contains the help data of the <see cref="T:Krypton.Toolkit.KryptonMessageBox"/>.</param>
<returns>One of the System.Windows.Forms.DialogResult values.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonMessageBox.Show(System.String,System.String,Krypton.Toolkit.KryptonMessageBoxButtons,System.Boolean,Krypton.Toolkit.KryptonMessageBoxIcon,Krypton.Toolkit.KryptonMessageBoxDefaultButton,System.Windows.Forms.MessageBoxOptions,System.Nullable{System.Boolean},System.Nullable{System.Boolean})">
<summary>
Displays a message box in front+center of the application and with the specified text, caption and buttons.
</summary>
<param name="text">The text to display in the message box.</param>
<param name="caption" default="string.Empty">The text to display in the title bar of the message box. default="string.Empty"</param>
<param name="buttons">One of the System.Windows.Forms.KryptonMessageBoxButtons values that specifies which buttons to display in the message box.</param>
<param name="displayHelpButton">Displays a 'Help' button, as seen in .NET 6 and higher.</param>
<param name="icon">One of the KryptonMessageBoxIcon values that specifies which icon to display in the message box.</param>
<param name="showCtrlCopy">Show extraText in title. If null (default) then only when Warning or Error icon is used.</param>
<param name="showCloseButton">Displays the close button. If null (default), then the close button will be displayed.</param>
<param name="defaultButton">One of the KryptonMessageBoxDefaultButton values that specifies the default button for the message box.</param>
<param name="options">One of the System.Windows.Forms.MessageBoxOptions 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 System.Windows.Forms.DialogResult values.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonMessageBox.Show(System.Windows.Forms.IWin32Window,System.String,System.Nullable{System.Boolean},System.Nullable{System.Boolean})">
<summary>
Displays a message box in front+center of the application and with the specified text, caption and buttons.
</summary>
<param name="owner">Owner of the modal dialog box.</param>
<param name="text">The text to display in the message box.</param>
<param name="showCtrlCopy">Show extraText in title. If null (default) then only when Warning or Error icon is used.</param>
<param name="showCloseButton">Displays the close button. If null (default), then the close button will be displayed.</param>
<returns>One of the System.Windows.Forms.DialogResult values.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonMessageBox.Show(System.Windows.Forms.IWin32Window,System.String,System.String,System.Nullable{System.Boolean},System.Nullable{System.Boolean})">
<summary>
Displays a message box in front+center of the application and with the specified text, caption and buttons.
</summary>
<param name="owner">Owner of the modal dialog box.</param>
<param name="text">The text to display in the message box.</param>
<param name="caption" default="string.Empty">The text to display in the title bar of the message box. default="string.Empty"</param>
<param name="showCtrlCopy">Show extraText in title. If null (default) then only when Warning or Error icon is used.</param>
<param name="showCloseButton">Displays the close button. If null (default), then the close button will be displayed.</param>
<returns>One of the System.Windows.Forms.DialogResult values.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonMessageBox.Show(System.Windows.Forms.IWin32Window,System.String,System.String,Krypton.Toolkit.KryptonMessageBoxButtons,System.Nullable{System.Boolean},System.Nullable{System.Boolean})">
<summary>
Displays a message box in front+center of the application and with the specified text, caption and buttons.
</summary>
<param name="owner">Owner of the modal dialog box.</param>
<param name="text">The text to display in the message box.</param>
<param name="caption" default="string.Empty">The text to display in the title bar of the message box. default="string.Empty"</param>
<param name="buttons">One of the System.Windows.Forms.KryptonMessageBoxButtons values that specifies which buttons to display in the message box.</param>
<param name="showCtrlCopy">Show extraText in title. If null (default) then only when Warning or Error icon is used.</param>
<param name="showCloseButton">Displays the close button. If null (default), then the close button will be displayed.</param>
<returns>One of the System.Windows.Forms.DialogResult values.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonMessageBox.Show(System.Windows.Forms.IWin32Window,System.String,System.String,Krypton.Toolkit.KryptonMessageBoxButtons,Krypton.Toolkit.KryptonMessageBoxIcon,System.Nullable{System.Boolean},System.Nullable{System.Boolean})">
<summary>
Displays a message box in front+center of the application and with the specified text, caption and buttons.
</summary>
<param name="owner">Owner of the modal dialog box.</param>
<param name="text">The text to display in the message box.</param>
<param name="caption" default="string.Empty">The text to display in the title bar of the message box. default="string.Empty"</param>
<param name="buttons">One of the System.Windows.Forms.KryptonMessageBoxButtons values that specifies which buttons to display in the message box.</param>
<param name="icon">One of the KryptonMessageBoxIcon values that specifies which icon to display in the message box.</param>
<param name="showCtrlCopy">Show extraText in title. If null (default) then only when Warning or Error icon is used.</param>
<param name="showCloseButton">Displays the close button. If null (default), then the close button will be displayed.</param>
<returns>One of the System.Windows.Forms.DialogResult values.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonMessageBox.Show(System.Windows.Forms.IWin32Window,System.String,System.String,Krypton.Toolkit.KryptonMessageBoxButtons,Krypton.Toolkit.KryptonMessageBoxIcon,Krypton.Toolkit.KryptonMessageBoxDefaultButton,System.Nullable{System.Boolean},System.Nullable{System.Boolean})">
<summary>
Displays a message box in front+center of the application and with the specified text, caption and buttons.
</summary>
<param name="owner">Owner of the modal dialog box.</param>
<param name="text">The text to display in the message box.</param>
<param name="caption" default="string.Empty">The text to display in the title bar of the message box. default="string.Empty"</param>
<param name="buttons">One of the System.Windows.Forms.KryptonMessageBoxButtons values that specifies which buttons to display in the message box.</param>
<param name="icon">One of the KryptonMessageBoxIcon values that specifies which icon to display in the message box.</param>
<param name="showCtrlCopy">Show extraText in title. If null (default) then only when Warning or Error icon is used.</param>
<param name="showCloseButton">Displays the close button. If null (default), then the close button will be displayed.</param>
<param name="defaultButton">One of the KryptonMessageBoxDefaultButton values that specifies the default button for the message box.</param>
<returns>One of the System.Windows.Forms.DialogResult values.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonMessageBox.Show(System.Windows.Forms.IWin32Window,System.String,System.String,Krypton.Toolkit.KryptonMessageBoxButtons,Krypton.Toolkit.KryptonMessageBoxIcon,Krypton.Toolkit.KryptonMessageBoxDefaultButton,System.Windows.Forms.MessageBoxOptions,System.Nullable{System.Boolean},System.Nullable{System.Boolean})">
<summary>
Displays a message box in front+center of the application and with the specified text, caption and buttons.
</summary>
<param name="owner">Owner of the modal dialog box.</param>
<param name="text">The text to display in the message box.</param>
<param name="caption" default="string.Empty">The text to display in the title bar of the message box. default="string.Empty"</param>
<param name="buttons">One of the System.Windows.Forms.KryptonMessageBoxButtons values that specifies which buttons to display in the message box.</param>
<param name="icon">One of the KryptonMessageBoxIcon values that specifies which icon to display in the message box.</param>
<param name="showCtrlCopy">Show extraText in title. If null (default) then only when Warning or Error icon is used.</param>
<param name="showCloseButton">Displays the close button. If null (default), then the close button will be displayed.</param>
<param name="defaultButton">One of the KryptonMessageBoxDefaultButton values that specifies the default button for the message box.</param>
<param name="options">One of the System.Windows.Forms.MessageBoxOptions 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 System.Windows.Forms.DialogResult values.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonMessageBox.Show(System.Windows.Forms.IWin32Window,System.String,System.String,Krypton.Toolkit.KryptonMessageBoxButtons,Krypton.Toolkit.KryptonMessageBoxIcon,Krypton.Toolkit.KryptonMessageBoxDefaultButton,System.Windows.Forms.MessageBoxOptions,Krypton.Toolkit.HelpInfo,System.Nullable{System.Boolean},System.Nullable{System.Boolean})">
<summary>
Displays a message box in front+center of the application and with the specified text, caption and buttons.
</summary>
<param name="owner">Owner of the modal dialog box.</param>
<param name="text">The text to display in the message box.</param>
<param name="caption" default="string.Empty">The text to display in the title bar of the message box. default="string.Empty"</param>
<param name="buttons">One of the System.Windows.Forms.KryptonMessageBoxButtons values that specifies which buttons to display in the message box.</param>
<param name="icon">One of the KryptonMessageBoxIcon values that specifies which icon to display in the message box.</param>
<param name="showCtrlCopy">Show extraText in title. If null (default) then only when Warning or Error icon is used.</param>
<param name="showCloseButton">Displays the close button. If null (default), then the close button will be displayed.</param>
<param name="defaultButton">One of the KryptonMessageBoxDefaultButton values that specifies the default button for the message box.</param>
<param name="options">One of the System.Windows.Forms.MessageBoxOptions 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="helpInfo">Contains the help data of the <see cref="T:Krypton.Toolkit.KryptonMessageBox"/>.</param>
<returns>One of the System.Windows.Forms.DialogResult values.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonMessageBox.Show(System.Windows.Forms.IWin32Window,System.String,System.String,Krypton.Toolkit.KryptonMessageBoxButtons,System.Boolean,Krypton.Toolkit.KryptonMessageBoxIcon,Krypton.Toolkit.KryptonMessageBoxDefaultButton,System.Windows.Forms.MessageBoxOptions,System.Nullable{System.Boolean},System.Nullable{System.Boolean})">
<summary>
Displays a message box in front+center of the application and with the specified text, caption and buttons.
</summary>
<param name="owner">Owner of the modal dialog box.</param>
<param name="text">The text to display in the message box.</param>
<param name="caption" default="string.Empty">The text to display in the title bar of the message box. default="string.Empty"</param>
<param name="buttons">One of the System.Windows.Forms.KryptonMessageBoxButtons values that specifies which buttons to display in the message box.</param>
<param name="displayHelpButton">Displays a 'Help' button, as seen in .NET 6 and higher.</param>
<param name="icon">One of the KryptonMessageBoxIcon values that specifies which icon to display in the message box.</param>
<param name="showCtrlCopy">Show extraText in title. If null (default) then only when Warning or Error icon is used.</param>
<param name="showCloseButton">Displays the close button. If null (default), then the close button will be displayed.</param>
<param name="defaultButton">One of the KryptonMessageBoxDefaultButton values that specifies the default button for the message box.</param>
<param name="options">One of the System.Windows.Forms.MessageBoxOptions 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 System.Windows.Forms.DialogResult values.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonMessageBox.ShowCore(System.Windows.Forms.IWin32Window,System.String,System.String,Krypton.Toolkit.KryptonMessageBoxButtons,Krypton.Toolkit.KryptonMessageBoxIcon,Krypton.Toolkit.KryptonMessageBoxDefaultButton,System.Windows.Forms.MessageBoxOptions,Krypton.Toolkit.HelpInfo,System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Nullable{System.Boolean})">
<summary>
Displays a message box with the specified text, caption, buttons, icon, default button, options, and Help button, using the specified Help file, HelpNavigator, and Help topic.
</summary>
<param name="owner">Owner of 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>
<param name="buttons">One of the System.Windows.Forms.KryptonMessageBoxButtons values that specifies which buttons to display in the message box.</param>
<param name="icon">One of the KryptonMessageBoxIcon values that specifies which icon to display in the message box.</param>
<param name="defaultButton">One of the KryptonMessageBoxDefaultButton values that specifies the default button for the message box.</param>
<param name="options">One of the System.Windows.Forms.MessageBoxOptions 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="helpInfo">Contains the help data of the <see cref="T:Krypton.Toolkit.KryptonMessageBox"/>.</param>
<param name="showCtrlCopy">Show extraText in title. If null (default) then only when Warning or Error icon is used.</param>
<param name="showHelpButton">Displays a 'Help' button, as seen in .NET 6 and higher.</param>
<param name="showCloseButton">Displays the close button. If null (default), then the close button will be displayed.</param>
<returns>One of the System.Windows.Forms.DialogResult values.</returns>
</member>
<member name="T:Krypton.Toolkit.KryptonMessageBoxDep">
<summary>
Displays a message box, that has extended controls.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonMessageBoxDep.Show(System.String,System.String,System.Nullable{System.Boolean},System.Nullable{Krypton.Toolkit.MessageBoxContentAreaType},Krypton.Toolkit.KryptonCommand,System.Diagnostics.ProcessStartInfo,System.Nullable{System.Windows.Forms.LinkArea},System.Nullable{System.Boolean})">
<summary>
Displays a message box in front+center of the application and with the specified text, caption and buttons.
</summary>
<param name="text">The text to display in the message box.</param>
<param name="caption" default="string.Empty">The text to display in the title bar of the message box. default="string.Empty"</param>
<param name="showCtrlCopy">Show extraText in title. If null (default) then only when Warning or Error icon is used.</param>
<param name="contentAreaType">Specifies the <see cref="T:MessageBoxContentAreaType"/>.</param>
<param name="linkAreaCommand">Specifies a <see cref="T:KryptonCommand"/> if using the <see cref="T:MessageBoxContentAreaType.LinkLabel"/> type.</param>
<param name="linkLaunchArgument">Specifies the <see cref="T:System.Diagnostics.ProcessStartInfo"/> if a <paramref name="linkAreaCommand"> has not been defined.</paramref></param>
<param name="contentLinkArea">Specifies the area within the <see cref="T:Krypton.Toolkit.KryptonLinkWrapLabel"/> to be regarded as a link. See <see cref="T:System.Windows.Forms.LinkArea"/>.</param>
<param name="showCloseButton">Displays the close button. If null (default), then the close button will be displayed.</param>
<returns>One of the System.Windows.Forms.DialogResult values.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonMessageBoxDep.Show(System.String,System.Nullable{System.Boolean},System.Nullable{Krypton.Toolkit.MessageBoxContentAreaType},Krypton.Toolkit.KryptonCommand,System.Diagnostics.ProcessStartInfo,System.Nullable{System.Windows.Forms.LinkArea},System.Nullable{System.Boolean})">
<summary>
Displays a message box in front+center of the application and with the specified text, caption and buttons.
</summary>
<param name="text">The text to display in the message box.</param>
<param name="showCtrlCopy">Show extraText in title. If null (default) then only when Warning or Error icon is used.</param>
<param name="contentAreaType">Specifies the <see cref="T:MessageBoxContentAreaType"/>.</param>
<param name="linkAreaCommand">Specifies a <see cref="T:KryptonCommand"/> if using the <see cref="T:MessageBoxContentAreaType.LinkLabel"/> type.</param>
<param name="linkLaunchArgument">Specifies the <see cref="T:System.Diagnostics.ProcessStartInfo"/> if a <paramref name="linkAreaCommand"> has not been defined.</paramref></param>
<param name="contentLinkArea">Specifies the area within the <see cref="T:Krypton.Toolkit.KryptonLinkWrapLabel"/> to be regarded as a link. See <see cref="T:System.Windows.Forms.LinkArea"/>.</param>
<param name="showCloseButton">Displays the close button. If null (default), then the close button will be displayed.</param>
<returns>One of the System.Windows.Forms.DialogResult values.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonMessageBoxDep.Show(System.Windows.Forms.IWin32Window,System.String,System.Nullable{System.Boolean},System.Nullable{Krypton.Toolkit.MessageBoxContentAreaType},Krypton.Toolkit.KryptonCommand,System.Diagnostics.ProcessStartInfo,System.Nullable{System.Windows.Forms.LinkArea},System.Nullable{System.Boolean})">
<summary>
Displays a message box in front+center of the specified object and with the specified text, caption, buttons, icon, default button, and options.
</summary>
<param name="owner">Owner of the modal dialog box.</param>
<param name="text">The text to display in the message box.</param>
<param name="showCtrlCopy">Show extraText in title. If null (default) then only when Warning or Error icon is used.</param>
<param name="contentAreaType">Specifies the <see cref="T:MessageBoxContentAreaType"/>.</param>
<param name="linkAreaCommand">Specifies a <see cref="T:KryptonCommand"/> if using the <see cref="T:MessageBoxContentAreaType.LinkLabel"/> type.</param>
<param name="linkLaunchArgument">Specifies the <see cref="T:System.Diagnostics.ProcessStartInfo"/> if a <paramref name="linkAreaCommand"> has not been defined.</paramref></param>
<param name="contentLinkArea">Specifies the area within the <see cref="T:Krypton.Toolkit.KryptonLinkWrapLabel"/> to be regarded as a link. See <see cref="T:System.Windows.Forms.LinkArea"/>.</param>
<param name="showCloseButton">Displays the close button. If null (default), then the close button will be displayed.</param>
<returns>One of the System.Windows.Forms.DialogResult values.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonMessageBoxDep.Show(System.Windows.Forms.IWin32Window,System.String,System.String,System.Nullable{System.Boolean},System.Nullable{Krypton.Toolkit.MessageBoxContentAreaType},Krypton.Toolkit.KryptonCommand,System.Diagnostics.ProcessStartInfo,System.Nullable{System.Windows.Forms.LinkArea},System.Nullable{System.Boolean})">
<summary>
Displays a message box in front+center of the specified object and with the specified text, caption, buttons, icon, default button, and options.
</summary>
<param name="owner">Owner of the modal dialog box.</param>
<param name="text">The text to display in the message box.</param>
<param name="caption" default="string.Empty">The text to display in the title bar of the message box. default="string.Empty"</param>
<param name="showCtrlCopy">Show extraText in title. If null (default) then only when Warning or Error icon is used.</param>
<param name="contentAreaType">Specifies the <see cref="T:MessageBoxContentAreaType"/>.</param>
<param name="linkAreaCommand">Specifies a <see cref="T:KryptonCommand"/> if using the <see cref="T:MessageBoxContentAreaType.LinkLabel"/> type.</param>
<param name="linkLaunchArgument">Specifies the <see cref="T:System.Diagnostics.ProcessStartInfo"/> if a <paramref name="linkAreaCommand"> has not been defined.</paramref></param>
<param name="contentLinkArea">Specifies the area within the <see cref="T:Krypton.Toolkit.KryptonLinkWrapLabel"/> to be regarded as a link. See <see cref="T:System.Windows.Forms.LinkArea"/>.</param>
<param name="showCloseButton">Displays the close button. If null (default), then the close button will be displayed.</param>
<returns>One of the System.Windows.Forms.DialogResult values.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonMessageBoxDep.Show(System.String,System.String,Krypton.Toolkit.KryptonMessageBoxButtons,System.Nullable{System.Boolean},System.Nullable{Krypton.Toolkit.MessageBoxContentAreaType},Krypton.Toolkit.KryptonCommand,System.Diagnostics.ProcessStartInfo,System.Nullable{System.Windows.Forms.LinkArea},System.Nullable{System.Boolean})">
<summary>
Displays a message box in front+center of the application and with the specified text, caption and buttons.
</summary>
<param name="text">The text to display in the message box.</param>
<param name="caption" default="string.Empty">The text to display in the title bar of the message box. default="string.Empty"</param>
<param name="buttons">One of the System.Windows.Forms.KryptonMessageBoxButtons values that specifies which buttons to display in the message box.</param>
<param name="showCtrlCopy">Show extraText in title. If null (default) then only when Warning or Error icon is used.</param>
<param name="contentAreaType">Specifies the <see cref="T:MessageBoxContentAreaType"/>.</param>
<param name="linkAreaCommand">Specifies a <see cref="T:KryptonCommand"/> if using the <see cref="T:MessageBoxContentAreaType.LinkLabel"/> type.</param>
<param name="linkLaunchArgument">Specifies the <see cref="T:System.Diagnostics.ProcessStartInfo"/> if a <paramref name="linkAreaCommand"> has not been defined.</paramref></param>
<param name="contentLinkArea">Specifies the area within the <see cref="T:Krypton.Toolkit.KryptonLinkWrapLabel"/> to be regarded as a link. See <see cref="T:System.Windows.Forms.LinkArea"/>.</param>
<param name="showCloseButton">Displays the close button. If null (default), then the close button will be displayed.</param>
<returns>One of the System.Windows.Forms.DialogResult values.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonMessageBoxDep.Show(System.String,System.String,Krypton.Toolkit.KryptonMessageBoxButtons,Krypton.Toolkit.KryptonMessageBoxIcon,Krypton.Toolkit.KryptonMessageBoxDefaultButton,System.Windows.Forms.MessageBoxOptions,System.Boolean,System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Diagnostics.ProcessStartInfo,System.Drawing.Image,System.String,System.Nullable{Krypton.Toolkit.MessageBoxContentAreaType},Krypton.Toolkit.KryptonCommand,System.Nullable{System.Windows.Forms.LinkArea},System.Nullable{System.Boolean},System.Nullable{System.Boolean})">
<summary>
Displays a message box in front+center of the application and 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" default="string.Empty">The text to display in the title bar of the message box. default="string.Empty"</param>
<param name="buttons">One of the System.Windows.Forms.KryptonMessageBoxButtons values that specifies which buttons to display in the message box.</param>
<param name="icon" >One of the KryptonMessageBoxIcon values that specifies which icon to display in the message box.</param>
<param name="defaultButton" default="KryptonMessageBoxDefaultButton.Button4">One of the KryptonMessageBoxDefaultButton values that specifies the default button for the message box.</param>
<param name="options" default="0">One of the System.Windows.Forms.MessageBoxOptions 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" default="false">Displays a message box with the specified text, caption, buttons, icon, default button, options, and Help button.</param>
<param name="showCtrlCopy">Show extraText in title. If null (default) then only when Warning or Error icon is used.</param>
<param name="showHelpButton">Displays a 'Help' button, as seen in .NET 6 and higher.</param>
<param name="applicationImage">The image of the application.</param>
<param name="applicationPath">The application path. To be used in conjunction with <see cref="T:KryptonMessageBoxIcon.Application"/> type.</param>
<param name="contentAreaType">Specifies the <see cref="T:MessageBoxContentAreaType"/>.</param>
<param name="linkAreaCommand">Specifies a <see cref="T:KryptonCommand"/> if using the <see cref="T:MessageBoxContentAreaType.LinkLabel"/> type.</param>
<param name="linkLaunchArgument">Specifies the <see cref="T:System.Diagnostics.ProcessStartInfo"/> if a <paramref name="linkAreaCommand"> has not been defined.</paramref></param>
<param name="contentLinkArea">Specifies the area within the <see cref="T:Krypton.Toolkit.KryptonLinkWrapLabel"/> to be regarded as a link. See <see cref="T:System.Windows.Forms.LinkArea"/>.</param>
<param name="forceUseOfOperatingSystemIcons">If set to true, the <see cref="T:Krypton.Toolkit.VisualMessageBoxForm"/> will use standard operating system icons.</param>
<param name="showCloseButton">Displays the close button. If null (default), then the close button will be displayed.</param>
<returns>One of the System.Windows.Forms.DialogResult values.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonMessageBoxDep.Show(System.Windows.Forms.IWin32Window,System.String,System.String,Krypton.Toolkit.KryptonMessageBoxButtons,Krypton.Toolkit.KryptonMessageBoxIcon,Krypton.Toolkit.KryptonMessageBoxDefaultButton,System.Windows.Forms.MessageBoxOptions,System.Boolean,System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Drawing.Image,System.String,System.Nullable{Krypton.Toolkit.MessageBoxContentAreaType},Krypton.Toolkit.KryptonCommand,System.Diagnostics.ProcessStartInfo,System.Nullable{System.Windows.Forms.LinkArea},System.Nullable{System.Boolean},System.Nullable{System.Boolean})">
<summary>
Displays a message box in front+center of the specified object and with the specified text, caption, buttons, icon, default button, and options.
</summary>
<param name="owner">Owner of 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. default="string.Empty"</param>
<param name="buttons">One of the System.Windows.Forms.KryptonMessageBoxButtons values that specifies which buttons to display in the message box.</param>
<param name="icon">One of the KryptonMessageBoxIcon values that specifies which icon to display in the message box.</param>
<param name="defaultButton" default="KryptonMessageBoxDefaultButton.Button4">One of the KryptonMessageBoxDefaultButton values that specifies the default button for the message box.</param>
<param name="options" default="0">One of the System.Windows.Forms.MessageBoxOptions 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" default="false">Displays a message box with the specified text, caption, buttons, icon, default button, options, and Help button.</param>
<param name="showCtrlCopy">Show extraText in title. If null (default) then only when Warning or Error icon is used.</param>
<param name="showHelpButton">Displays a 'Help' button, as seen in .NET 6 and higher.</param>
<param name="applicationImage">The image of the application.</param>
<param name="applicationPath">The application path. To be used in conjunction with <see cref="T:KryptonMessageBoxIcon.Application"/> type.</param>
<param name="contentAreaType">Specifies the <see cref="T:MessageBoxContentAreaType"/>.</param>
<param name="linkAreaCommand">Specifies a <see cref="T:KryptonCommand"/> if using the <see cref="T:MessageBoxContentAreaType.LinkLabel"/> type.</param>
<param name="linkLaunchArgument">Specifies the <see cref="T:System.Diagnostics.ProcessStartInfo"/> if a <paramref name="linkAreaCommand"> has not been defined.</paramref></param>
<param name="contentLinkArea">Specifies the area within the <see cref="T:Krypton.Toolkit.KryptonLinkWrapLabel"/> to be regarded as a link. See <see cref="T:System.Windows.Forms.LinkArea"/>.</param>
<param name="forceUseOfOperatingSystemIcons">If set to true, the <see cref="T:Krypton.Toolkit.VisualMessageBoxForm"/> will use standard operating system icons.</param>
<param name="showCloseButton">Displays the close button. If null (default), then the close button will be displayed.</param>
<returns>One of the System.Windows.Forms.DialogResult values.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonMessageBoxDep.Show(System.String,System.String,Krypton.Toolkit.KryptonMessageBoxButtons,Krypton.Toolkit.KryptonMessageBoxIcon,Krypton.Toolkit.KryptonMessageBoxDefaultButton,System.Windows.Forms.MessageBoxOptions,System.String,System.Windows.Forms.HelpNavigator,System.Object,System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Drawing.Image,System.String,System.Nullable{Krypton.Toolkit.MessageBoxContentAreaType},Krypton.Toolkit.KryptonCommand,System.Diagnostics.ProcessStartInfo,System.Nullable{System.Windows.Forms.LinkArea},System.Nullable{System.Boolean},System.Nullable{System.Boolean})">
<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. default="string.Empty"</param>
<param name="buttons" >One of the System.Windows.Forms.KryptonMessageBoxButtons values that specifies which buttons to display in the message box.</param>
<param name="icon" >One of the KryptonMessageBoxIcon values that specifies which icon to display in the message box.</param>
<param name="defaultButton" >One of the KryptonMessageBoxDefaultButton values that specifies the default button for the message box.</param>
<param name="options" >One of the System.Windows.Forms.MessageBoxOptions 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="helpFilePath">The path and name of the Help file to display when the user clicks the Help button.</param>
<param name="navigator">One of the System.Windows.Forms.HelpNavigator values.</param>
<param name="param">The numeric ID of the Help topic to display when the user clicks the Help button.</param>
<param name="showCtrlCopy">Show extraText in title. If null (default) then only when Warning or Error icon is used.</param>
<param name="showHelpButton">Displays a 'Help' button, as seen in .NET 6 and higher.</param>
<param name="applicationImage">The image of the application.</param>
<param name="applicationPath">The application path. To be used in conjunction with <see cref="T:KryptonMessageBoxIcon.Application"/> type.</param>
<param name="contentAreaType">Specifies the <see cref="T:MessageBoxContentAreaType"/>.</param>
<param name="linkAreaCommand">Specifies a <see cref="T:KryptonCommand"/> if using the <see cref="T:MessageBoxContentAreaType.LinkLabel"/> type.</param>
<param name="linkLaunchArgument">Specifies the <see cref="T:System.Diagnostics.ProcessStartInfo"/> if a <paramref name="linkAreaCommand"> has not been defined.</paramref></param>
<param name="contentLinkArea">Specifies the area within the <see cref="T:Krypton.Toolkit.KryptonLinkWrapLabel"/> to be regarded as a link. See <see cref="T:System.Windows.Forms.LinkArea"/>.</param>
<param name="forceUseOfOperatingSystemIcons">If set to true, the <see cref="T:Krypton.Toolkit.VisualMessageBoxForm"/> will use standard operating system icons.</param>
<param name="showCloseButton">Displays the close button. If null (default), then the close button will be displayed.</param>
<returns>One of the System.Windows.Forms.DialogResult values.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonMessageBoxDep.Show(System.Windows.Forms.IWin32Window,System.String,System.String,Krypton.Toolkit.KryptonMessageBoxButtons,Krypton.Toolkit.KryptonMessageBoxIcon,Krypton.Toolkit.KryptonMessageBoxDefaultButton,System.Windows.Forms.MessageBoxOptions,System.String,System.Windows.Forms.HelpNavigator,System.Object,System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Drawing.Image,System.String,System.Nullable{Krypton.Toolkit.MessageBoxContentAreaType},Krypton.Toolkit.KryptonCommand,System.Diagnostics.ProcessStartInfo,System.Nullable{System.Windows.Forms.LinkArea},System.Nullable{System.Boolean},System.Nullable{System.Boolean})">
<summary>
Displays a message box with the specified text, caption, buttons, icon, default button, options, and Help button, using the specified Help file, HelpNavigator, and Help topic.
</summary>
<param name="owner">Owner of 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>
<param name="buttons">One of the System.Windows.Forms.KryptonMessageBoxButtons values that specifies which buttons to display in the message box.</param>
<param name="icon">One of the KryptonMessageBoxIcon values that specifies which icon to display in the message box.</param>
<param name="defaultButton">One of the KryptonMessageBoxDefaultButton values that specifies the default button for the message box.</param>
<param name="options">One of the System.Windows.Forms.MessageBoxOptions 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="helpFilePath">The path and name of the Help file to display when the user clicks the Help button.</param>
<param name="navigator">One of the System.Windows.Forms.HelpNavigator values.</param>
<param name="param">The numeric ID of the Help topic to display when the user clicks the Help button.</param>
<param name="showCtrlCopy">Show extraText in title. If null (default) then only when Warning or Error icon is used.</param>
<param name="showHelpButton">Displays a 'Help' button, as seen in .NET 6 and higher.</param>
<param name="applicationImage">The image of the application.</param>
<param name="applicationPath">The application path. To be used in conjunction with <see cref="T:KryptonMessageBoxIcon.Application"/> type.</param>
<param name="contentAreaType">Specifies the <see cref="T:MessageBoxContentAreaType"/>.</param>
<param name="linkAreaCommand">Specifies a <see cref="T:KryptonCommand"/> if using the <see cref="T:MessageBoxContentAreaType.LinkLabel"/> type.</param>
<param name="linkLaunchArgument">Specifies the <see cref="T:System.Diagnostics.ProcessStartInfo"/> if a <paramref name="linkAreaCommand"> has not been defined.</paramref></param>
<param name="contentLinkArea">Specifies the area within the <see cref="T:Krypton.Toolkit.KryptonLinkWrapLabel"/> to be regarded as a link. See <see cref="T:System.Windows.Forms.LinkArea"/>.</param>
<param name="forceUseOfOperatingSystemIcons">If set to true, the <see cref="T:Krypton.Toolkit.VisualMessageBoxForm"/> will use standard operating system icons.</param>
<param name="showCloseButton">Displays the close button. If null (default), then the close button will be displayed.</param>
<returns>One of the System.Windows.Forms.DialogResult values.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonMessageBoxDep.Show(Krypton.Toolkit.KryptonMessageBoxDataDep)">
<summary>Displays a message box with the specified text, caption, buttons, icon, default button, options, and Help button, using the specified Help file, HelpNavigator, and Help topic.</summary>
<param name="messageBoxData">The message box data.</param>
<returns>One of the System.Windows.Forms.DialogResult values.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonMessageBoxDep.ShowCore(System.Windows.Forms.IWin32Window,System.String,System.String,Krypton.Toolkit.KryptonMessageBoxButtons,Krypton.Toolkit.KryptonMessageBoxIcon,Krypton.Toolkit.KryptonMessageBoxDefaultButton,System.Windows.Forms.MessageBoxOptions,Krypton.Toolkit.HelpInfo,System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Drawing.Image,System.String,System.Nullable{Krypton.Toolkit.MessageBoxContentAreaType},Krypton.Toolkit.KryptonCommand,System.Diagnostics.ProcessStartInfo,System.Nullable{System.Windows.Forms.LinkArea},System.Nullable{System.Boolean},System.Nullable{System.Boolean})">
<summary>
Displays a message box with the specified text, caption, buttons, icon, default button, options, and Help button, using the specified Help file, HelpNavigator, and Help topic.
</summary>
<param name="owner">Owner of 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>
<param name="buttons">One of the System.Windows.Forms.KryptonMessageBoxButtons values that specifies which buttons to display in the message box.</param>
<param name="icon">One of the KryptonMessageBoxIcon values that specifies which icon to display in the message box.</param>
<param name="defaultButton">One of the KryptonMessageBoxDefaultButton values that specifies the default button for the message box.</param>
<param name="options">One of the System.Windows.Forms.MessageBoxOptions 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="helpInfo">Contains the help data of the <see cref="T:Krypton.Toolkit.KryptonMessageBox"/>.</param>
<param name="showCtrlCopy">Show extraText in title. If null (default) then only when Warning or Error icon is used.</param>
<param name="showHelpButton">Displays a 'Help' button, as seen in .NET 6 and higher.</param>
<param name="applicationImage">The image of the application.</param>
<param name="applicationPath">The application path. To be used in conjunction with <see cref="T:KryptonMessageBoxIcon.Application"/> type.</param>
<param name="contentAreaType">Specifies the <see cref="T:MessageBoxContentAreaType"/>.</param>
<param name="linkLabelCommand">Specifies a <see cref="T:KryptonCommand"/> if using the <see cref="T:MessageBoxContentAreaType.LinkLabel"/> type.</param>
<param name="linkLaunchArgument">Specifies the <see cref="T:System.Diagnostics.ProcessStartInfo"/> if a <paramref name="linkLabelCommand"> has not been defined.</paramref></param>
<param name="contentLinkArea">Specifies the area within the <see cref="T:Krypton.Toolkit.KryptonLinkWrapLabel"/> to be regarded as a link. See <see cref="T:System.Windows.Forms.LinkArea"/>.</param>
<param name="forceUseOfOperatingSystemIcons">If set to true, the <see cref="T:Krypton.Toolkit.VisualMessageBoxForm"/> will use standard operating system icons.</param>
<param name="showCloseButton">Displays the close button. If null (default), then the close button will be displayed.</param>
<returns>One of the System.Windows.Forms.DialogResult values.</returns>
</member>
<member name="T:Krypton.Toolkit.KryptonMonthCalendar">
<summary>
Enables the user to select a date using a visual monthly calendar display.
</summary>
</member>
<member name="E:Krypton.Toolkit.KryptonMonthCalendar.DateChanged">
<summary>
Occurs when the selected date changes.
</summary>
</member>
<member name="E:Krypton.Toolkit.KryptonMonthCalendar.DateSelected">
<summary>Occurs when the date is selected.</summary>
</member>
<member name="E:Krypton.Toolkit.KryptonMonthCalendar.SelectionStartChanged">
<summary>
Occurs when the selected start date changes.
</summary>
</member>
<member name="E:Krypton.Toolkit.KryptonMonthCalendar.SelectionEndChanged">
<summary>
Occurs when the selected end date changes.
</summary>
</member>
<member name="E:Krypton.Toolkit.KryptonMonthCalendar.Click">
<summary>
Occurs when the control is clicked.
</summary>
</member>
<member name="E:Krypton.Toolkit.KryptonMonthCalendar.DoubleClick">
<summary>
Occurs when the control is double clicked.
</summary>
</member>
<member name="E:Krypton.Toolkit.KryptonMonthCalendar.TextChanged">
<summary>
Occurs when the text value changes.
</summary>
</member>
<member name="E:Krypton.Toolkit.KryptonMonthCalendar.ForeColorChanged">
<summary>
Occurs when the foreground color value changes.
</summary>
</member>
<member name="E:Krypton.Toolkit.KryptonMonthCalendar.FontChanged">
<summary>
Occurs when the font value changes.
</summary>
</member>
<member name="E:Krypton.Toolkit.KryptonMonthCalendar.BackgroundImageChanged">
<summary>
Occurs when the background image value changes.
</summary>
</member>
<member name="E:Krypton.Toolkit.KryptonMonthCalendar.BackgroundImageLayoutChanged">
<summary>
Occurs when the background image layout value changes.
</summary>
</member>
<member name="E:Krypton.Toolkit.KryptonMonthCalendar.BackColorChanged">
<summary>
Occurs when the background color value changes.
</summary>
</member>
<member name="E:Krypton.Toolkit.KryptonMonthCalendar.PaddingChanged">
<summary>
Occurs when the padding value changes.
</summary>
</member>
<member name="E:Krypton.Toolkit.KryptonMonthCalendar.Paint">
<summary>
Occurs when the control needs to paint.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonMonthCalendar.#ctor">
<summary>
Initialize a new instance of the KryptonMonthCalendar class.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonMonthCalendar.SetDate(System.DateTime)">
<summary>
Sets date as the current selected date. The start and begin of
the selection range will both be equal to date.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonMonthCalendar.Text">
<summary>
Gets or sets the text associated with this control.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonMonthCalendar.AutoSizeMode">
<summary>
Gets or sets the text associated with this control.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonMonthCalendar.ImeMode">
<summary>
Gets or sets the Input Method Editor (IME) mode of the control.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonMonthCalendar.Padding">
<summary>
Gets or sets the padding internal to the control.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonMonthCalendar.MinDate">
<summary>
Gets or sets the minimum allowable date.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonMonthCalendar.TodayFormat">
<summary>
Gets or sets the today date format string.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonMonthCalendar.ScrollChange">
<summary>
Gets or sets the number of months to scroll when next/prev buttons are used.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonMonthCalendar.TodayDate">
<summary>
Gets or sets today's date.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonMonthCalendar.AnnuallyBoldedDates">
<summary>
Gets or sets the array of DateTime objects that determines which annual days are Displayed in bold.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonMonthCalendar.MonthlyBoldedDates">
<summary>
Gets or sets the array of DateTime objects that determine which monthly days to bold.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonMonthCalendar.BoldedDates">
<summary>
Gets or sets the array of DateTime objects that determines which nonrecurring dates are Displayed in bold.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonMonthCalendar.MaxDate">
<summary>
Gets or sets the maximum allowable date.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonMonthCalendar.MaxSelectionCount">
<summary>
Gets or sets the maximum number of days that can be selected in a month calendar control.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonMonthCalendar.SelectionStart">
<summary>
Gets or sets the start date of the selected range of dates.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonMonthCalendar.SelectionEnd">
<summary>
Gets or sets the end date of the selected range of dates.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonMonthCalendar.SelectionRange">
<summary>
Gets or sets the selected range of dates for a month calendar control.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonMonthCalendar.CalendarDimensions">
<summary>
Gets or sets the number of columns and rows of months Displayed.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonMonthCalendar.FirstDayOfWeek">
<summary>
First day of the week.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonMonthCalendar.ControlBackStyle">
<summary>
Gets and sets the background style for the month calendar.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonMonthCalendar.ControlBorderStyle">
<summary>
Gets and sets the border style for the month calendar.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonMonthCalendar.HeaderStyle">
<summary>
Gets and sets the header style for the month calendar.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonMonthCalendar.DayStyle">
<summary>
Gets and sets the content style for the day entries.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonMonthCalendar.DayOfWeekStyle">
<summary>
Gets and sets the content style for the day of week labels.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonMonthCalendar.ShowToday">
<summary>
Gets and sets if the control will display todays date.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonMonthCalendar.ShowTodayCircle">
<summary>
Gets and sets if the control will circle the today date.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonMonthCalendar.ShowWeekNumbers">
<summary>
Gets and sets if week numbers to the left of each row.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonMonthCalendar.OverrideFocus">
<summary>
Gets access to the day appearance when it has focus.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonMonthCalendar.OverrideBolded">
<summary>
Gets access to the day appearance when it is bolded.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonMonthCalendar.OverrideToday">
<summary>
Gets access to the day appearance when it is todays.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonMonthCalendar.StateCommon">
<summary>
Gets access to the common month calendar appearance that other states can override.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonMonthCalendar.StateDisabled">
<summary>
Gets access to the month calendar disabled appearance entries.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonMonthCalendar.StateNormal">
<summary>
Gets access to the month calendar normal appearance entries.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonMonthCalendar.StateTracking">
<summary>
Gets access to the tracking month calendar appearance entries.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonMonthCalendar.StatePressed">
<summary>
Gets access to the pressed month calendar appearance entries.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonMonthCalendar.StateCheckedNormal">
<summary>
Gets access to the checked normal month calendar appearance entries.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonMonthCalendar.StateCheckedTracking">
<summary>
Gets access to the checked tracking month calendar appearance entries.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonMonthCalendar.StateCheckedPressed">
<summary>
Gets access to the checked pressed month calendar appearance entries.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonMonthCalendar.ButtonSpecs">
<summary>
Gets the collection of button specifications.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonMonthCalendar.AllowButtonSpecToolTips">
<summary>
Gets and sets a value indicating if tooltips should be Displayed for button specs.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonMonthCalendar.AddAnnuallyBoldedDate(System.DateTime)">
<summary>
Adds a day that is Displayed in bold on an annual basis in the month calendar.
</summary>
<param name="date">The date to be Displayed in bold.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonMonthCalendar.AddBoldedDate(System.DateTime)">
<summary>
Adds a day to be Displayed in bold in the month calendar.
</summary>
<param name="date">The date to be Displayed in bold.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonMonthCalendar.AddMonthlyBoldedDate(System.DateTime)">
<summary>
Adds a day that is Displayed in bold on a monthly basis in the month calendar.
</summary>
<param name="date">The date to be Displayed in bold.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonMonthCalendar.RemoveAllAnnuallyBoldedDates">
<summary>
Removes all the annually bold dates.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonMonthCalendar.RemoveAllBoldedDates">
<summary>
Removes all the nonrecurring bold dates.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonMonthCalendar.RemoveAllMonthlyBoldedDates">
<summary>
Removes all the monthly bold dates.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonMonthCalendar.CalendarControl">
<summary>
Gets access to the owning control
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonMonthCalendar.InDesignMode">
<summary>
Gets if the control is in design mode.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonMonthCalendar.GetRenderer">
<summary>
Get the renderer.
</summary>
<returns>Render instance.</returns>
</member>
<member name="P:Krypton.Toolkit.KryptonMonthCalendar.OverrideDisabled">
<summary>
Gets access to the override for disabled day.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonMonthCalendar.OverrideNormal">
<summary>
Gets access to the override for disabled day.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonMonthCalendar.OverrideTracking">
<summary>
Gets access to the override for tracking day.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonMonthCalendar.OverridePressed">
<summary>
Gets access to the override for pressed day.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonMonthCalendar.OverrideCheckedNormal">
<summary>
Gets access to the override for checked normal day.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonMonthCalendar.OverrideCheckedTracking">
<summary>
Gets access to the override for checked tracking day.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonMonthCalendar.OverrideCheckedPressed">
<summary>
Gets access to the override for checked pressed day.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonMonthCalendar.BoldedDatesList">
<summary>
Dates to be bolded.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonMonthCalendar.MonthlyBoldedDatesMask">
<summary>
Monthly days to be bolded.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonMonthCalendar.AnnuallyBoldedDatesMask">
<summary>
Array of annual days per month to be bolded.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonMonthCalendar.SetSelectionRange(System.DateTime,System.DateTime)">
<summary>
Set the selection range.
</summary>
<param name="start">New starting date.</param>
<param name="end">New ending date.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
</member>
<member name="P:Krypton.Toolkit.KryptonMonthCalendar.FocusDay">
<summary>
Gets the focus day.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonMonthCalendar.SetBoldedOverride(System.Boolean)">
<summary>
Update usage of bolded overrides.
</summary>
<param name="bolded">New bolded state.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonMonthCalendar.SetTodayOverride(System.Boolean)">
<summary>
Update usage of today overrides.
</summary>
<param name="today">New today state.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonMonthCalendar.SetFocusOverride(System.Boolean)">
<summary>
Update usage of focus overrides.
</summary>
<param name="focus">Should show focus.</param>
</member>
<member name="P:Krypton.Toolkit.KryptonMonthCalendar.GetToolStripDelegate">
<summary>
Gets a delegate for creating tool strip renderers.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonMonthCalendar.DesignerGetHitTest(System.Drawing.Point)">
<summary>
Internal design time method.
</summary>
<param name="pt">Mouse location.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonMonthCalendar.DesignerComponentFromPoint(System.Drawing.Point)">
<summary>
Internal design time method.
</summary>
<param name="pt">Mouse location.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonMonthCalendar.DesignerMouseLeave">
<summary>
Internal design time method.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonMonthCalendar.OnButtonSpecChanged(System.Object,System.EventArgs)">
<summary>
Processes a notification from palette storage of a button spec change.
</summary>
<param name="sender">Source of notification.</param>
<param name="e">An EventArgs containing event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonMonthCalendar.IsInputChar(System.Char)">
<summary>
Determines if a character is an input character that the control recognizes.
</summary>
<param name="charCode">The character to test.</param>
<returns>true if the character should be sent directly to the control and not preprocessed; otherwise, false.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonMonthCalendar.IsInputKey(System.Windows.Forms.Keys)">
<summary>
Determines whether the specified key is a regular input key or a special key that requires preprocessing.
</summary>
<param name="keyData">One of the Keys values.</param>
<returns>true if the specified key is a regular input key; otherwise, false.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonMonthCalendar.OnKeyDown(System.Windows.Forms.KeyEventArgs)">
<summary>
Raises the KeyDown event.
</summary>
<param name="e">A KeyEventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonMonthCalendar.OnDateChanged(System.Windows.Forms.DateRangeEventArgs)">
<summary>
Raises when the DateChanged event.
</summary>
<param name="e">An EventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonMonthCalendar.OnSelectionStartChanged(System.EventArgs)">
<summary>
Raises when the SelectionStartChanged event.
</summary>
<param name="e">An EventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonMonthCalendar.OnSelectionEndChanged(System.EventArgs)">
<summary>
Raises when the SelectionEndChanged event.
</summary>
<param name="e">An EventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonMonthCalendar.OnGotFocus(System.EventArgs)">
<summary>
Raises when the GotFocus event.
</summary>
<param name="e">An EventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonMonthCalendar.OnLostFocus(System.EventArgs)">
<summary>
Raises when the LostFocus event.
</summary>
<param name="e">An EventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonMonthCalendar.OnPaint(System.Windows.Forms.PaintEventArgs)">
<summary>
Raises the Paint event.
</summary>
<param name="e">An PaintEventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonMonthCalendar.OnClick(System.EventArgs)">
<summary>
Raises the Click event.
</summary>
<param name="e">An EventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonMonthCalendar.OnDoubleClick(System.EventArgs)">
<summary>
Raises the DoubleClick event.
</summary>
<param name="e">An EventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonMonthCalendar.OnTextChanged(System.EventArgs)">
<summary>
Raises the TextChanged event.
</summary>
<param name="e">An EventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonMonthCalendar.OnForeColorChanged(System.EventArgs)">
<summary>
Raises the ForeColorChanged event.
</summary>
<param name="e">An EventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonMonthCalendar.OnFontChanged(System.EventArgs)">
<summary>
Raises the FontChanged event.
</summary>
<param name="e">An EventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonMonthCalendar.OnBackgroundImageChanged(System.EventArgs)">
<summary>
Raises the BackgroundImageChanged event.
</summary>
<param name="e">An EventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonMonthCalendar.OnBackgroundImageLayoutChanged(System.EventArgs)">
<summary>
Raises the BackgroundImageLayoutChanged event.
</summary>
<param name="e">An EventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonMonthCalendar.OnBackColorChanged(System.EventArgs)">
<summary>
Raises the BackColorChanged event.
</summary>
<param name="e">An EventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonMonthCalendar.OnPaddingChanged(System.EventArgs)">
<summary>
Raises the PaddingChanged event.
</summary>
<param name="e">An EventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonMonthCalendar.OnEnabledChanged(System.EventArgs)">
<summary>
Raises the EnabledChanged event.
</summary>
<param name="e">An EventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonMonthCalendar.OnLayout(System.Windows.Forms.LayoutEventArgs)">
<summary>
Raises the Layout event.
</summary>
<param name="levent">A LayoutEventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonMonthCalendar.SetBoundsCore(System.Int32,System.Int32,System.Int32,System.Int32,System.Windows.Forms.BoundsSpecified)">
<summary>
Performs the work of setting the specified bounds of this control.
</summary>
<param name="x">The new Left property value of the control.</param>
<param name="y">The new Top property value of the control.</param>
<param name="width">The new Width property value of the control.</param>
<param name="height">The new Height property value of the control.</param>
<param name="specified">A bitwise combination of the BoundsSpecified values.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonMonthCalendar.FormatDate(System.DateTime)">
<summary>
Return a localized string representation of the given DateTime value.
Used for throwing exceptions, etc.
</summary>
</member>
<member name="T:Krypton.Toolkit.KryptonMultilineStringEditor">
<summary>Public API to display the <see cref="T:Krypton.Toolkit.VisualMultilineStringEditorForm"/>.</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonMultilineStringEditor.Show">
<summary>Shows a new <see cref="T:Krypton.Toolkit.VisualMultilineStringEditorForm"/> with default options.</summary>
<returns>A new <see cref="T:Krypton.Toolkit.VisualMultilineStringEditorForm"/> with default data.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonMultilineStringEditor.Show(System.String[])">
<summary>Shows a new <see cref="T:Krypton.Toolkit.VisualMultilineStringEditorForm"/> with specified options.</summary>
<param name="contents">The string contents array.</param>
<returns>A new <see cref="T:Krypton.Toolkit.VisualMultilineStringEditorForm"/> with specified data.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonMultilineStringEditor.Show(System.String[],System.Nullable{System.Boolean})">
<summary>Shows a new <see cref="T:Krypton.Toolkit.VisualMultilineStringEditorForm"/> with specified options.</summary>
<param name="contents">The string contents array.</param>
<param name="useRichTextBox">The use rich text box.</param>
<returns>A new <see cref="T:Krypton.Toolkit.VisualMultilineStringEditorForm"/> with specified data.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonMultilineStringEditor.Show(System.String[],System.Nullable{System.Boolean},System.String,System.String)">
<summary>Shows a new <see cref="T:Krypton.Toolkit.VisualMultilineStringEditorForm"/> with specified options.</summary>
<param name="contents">The string contents array.</param>
<param name="useRichTextBox">The use rich text box.</param>
<param name="headerText">The header text.</param>
<param name="windowText">The window text.</param>
<returns>A new <see cref="T:Krypton.Toolkit.VisualMultilineStringEditorForm"/> with specified data.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonMultilineStringEditor.Show(System.Collections.Specialized.StringCollection)">
<summary>Shows a new <see cref="T:Krypton.Toolkit.VisualMultilineStringEditorForm"/> with specified options.</summary>
<param name="collection">The string collection.</param>
<returns>A new <see cref="T:Krypton.Toolkit.VisualMultilineStringEditorForm"/> with specified data.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonMultilineStringEditor.Show(System.Collections.Specialized.StringCollection,System.Nullable{System.Boolean})">
<summary>Shows a new <see cref="T:Krypton.Toolkit.VisualMultilineStringEditorForm"/> with specified options.</summary>
<param name="collection">The string collection.</param>
<param name="useRichTextBox">The use rich text box.</param>
<returns>A new <see cref="T:Krypton.Toolkit.VisualMultilineStringEditorForm"/> with specified data.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonMultilineStringEditor.Show(System.Collections.Specialized.StringCollection,System.Nullable{System.Boolean},System.String,System.String)">
<summary>Shows a new <see cref="T:Krypton.Toolkit.VisualMultilineStringEditorForm"/> with specified options.</summary>
<param name="collection">The string collection.</param>
<param name="useRichTextBox">The use rich text box.</param>
<param name="headerText">The header text.</param>
<param name="windowText">The window text.</param>
<returns>A new <see cref="T:Krypton.Toolkit.VisualMultilineStringEditorForm"/> with specified data.</returns>
</member>
<member name="T:Krypton.Toolkit.KryptonNumericUpDown">
<summary>
Provide a NumericUpDown with Krypton styling applied.
</summary>
</member>
<member name="E:Krypton.Toolkit.KryptonNumericUpDown.InternalNumericUpDown.TrackMouseEnter">
<summary>
Occurs when the mouse enters the InternalTextBox.
</summary>
</member>
<member name="E:Krypton.Toolkit.KryptonNumericUpDown.InternalNumericUpDown.TrackMouseLeave">
<summary>
Occurs when the mouse leaves the InternalTextBox.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonNumericUpDown.InternalNumericUpDown.#ctor(Krypton.Toolkit.KryptonNumericUpDown)">
<summary>
Initialize a new instance of the InternalTextBox class.
</summary>
<param name="kryptonNumericUpDown">Reference to owning control.</param>
</member>
<member name="P:Krypton.Toolkit.KryptonNumericUpDown.InternalNumericUpDown.MouseOver">
<summary>
Gets and sets if the mouse is currently over the combo box.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonNumericUpDown.InternalNumericUpDown.WndProc(System.Windows.Forms.Message@)">
<summary>
Process Windows-based messages.
</summary>
<param name="m">A Windows-based message.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonNumericUpDown.InternalNumericUpDown.OnTrackMouseEnter(System.EventArgs)">
<summary>
Raises the TrackMouseEnter event.
</summary>
<param name="e">An EventArgs containing the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonNumericUpDown.InternalNumericUpDown.OnTrackMouseLeave(System.EventArgs)">
<summary>
Raises the TrackMouseLeave event.
</summary>
<param name="e">An EventArgs containing the event data.</param>
</member>
<member name="P:Krypton.Toolkit.KryptonNumericUpDown.InternalNumericUpDown.InternalUserEdit">
<summary>
Gets or sets a value indicating whether a value has been entered by the user.
</summary>
</member>
<member name="E:Krypton.Toolkit.KryptonNumericUpDown.SubclassEdit.TrackMouseEnter">
<summary>
Occurs when the mouse enters the InternalNumericUpDown.
</summary>
</member>
<member name="E:Krypton.Toolkit.KryptonNumericUpDown.SubclassEdit.TrackMouseLeave">
<summary>
Occurs when the mouse leaves the InternalNumericUpDown.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonNumericUpDown.SubclassEdit.#ctor(System.IntPtr,Krypton.Toolkit.KryptonNumericUpDown,Krypton.Toolkit.KryptonNumericUpDown.InternalNumericUpDown)">
<summary>
Initialize a new instance of the SubclassEdit class.
</summary>
<param name="editControl">Handle of the Edit control to subclass.</param>
<param name="kryptonNumericUpDown">Reference to top level control.</param>
<param name="internalNumericUpDown">Reference to numeric internal control.</param>
</member>
<member name="P:Krypton.Toolkit.KryptonNumericUpDown.SubclassEdit.MouseOver">
<summary>
Gets and sets if the mouse is currently over the combo box.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonNumericUpDown.SubclassEdit.MousePoint">
<summary>
Gets the last mouse point if the mouse is over the control.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonNumericUpDown.SubclassEdit.Visible">
<summary>
Sets the visible state of the control.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonNumericUpDown.SubclassEdit.NumericUpDown">
<summary>
Gets access to the owning numeric up down control.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonNumericUpDown.SubclassEdit.WndProc(System.Windows.Forms.Message@)">
<summary>
Process Windows-based messages.
</summary>
<param name="m">A Windows-based message.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonNumericUpDown.SubclassEdit.OnTrackMouseEnter(System.EventArgs)">
<summary>
Raises the TrackMouseEnter event.
</summary>
<param name="e">An EventArgs containing the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonNumericUpDown.SubclassEdit.OnTrackMouseLeave(System.EventArgs)">
<summary>
Raises the TrackMouseLeave event.
</summary>
<param name="e">An EventArgs containing the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonNumericUpDown.SubclassButtons.#ctor(System.IntPtr,Krypton.Toolkit.KryptonNumericUpDown,Krypton.Toolkit.KryptonNumericUpDown.InternalNumericUpDown)">
<summary>
Initialize a new instance of the SubclassButtons class.
</summary>
<param name="buttonsPtr">Handle of the Buttons control to subclass.</param>
<param name="kryptonNumericUpDown">Reference to top level control.</param>
<param name="internalNumericUpDown">Reference to internal numeric control.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonNumericUpDown.SubclassButtons.Dispose">
<summary>
Clean up any resources being used.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonNumericUpDown.SubclassButtons.GetShortText">
<summary>
Gets the content short text.
</summary>
<returns>String value.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonNumericUpDown.SubclassButtons.GetImage(Krypton.Toolkit.PaletteState)">
<summary>
Gets the content image.
</summary>
<param name="state">The state for which the image is needed.</param>
<returns>Image value.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonNumericUpDown.SubclassButtons.GetImageTransparentColor(Krypton.Toolkit.PaletteState)">
<summary>
Gets the image color that should be transparent.
</summary>
<param name="state">The state for which the image is needed.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonNumericUpDown.SubclassButtons.GetLongText">
<summary>
Gets the content long text.
</summary>
<returns>String value.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonNumericUpDown.SubclassButtons.WndProc(System.Windows.Forms.Message@)">
<summary>
Process Windows-based messages.
</summary>
<param name="m">A Windows-based message.</param>
</member>
<member name="T:Krypton.Toolkit.KryptonNumericUpDown.NumericUpDownButtonSpecCollection">
<summary>
Collection for managing ButtonSpecAny instances.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonNumericUpDown.NumericUpDownButtonSpecCollection.#ctor(Krypton.Toolkit.KryptonNumericUpDown)">
<summary>
Initialize a new instance of the NumericUpDownButtonSpecCollection class.
</summary>
<param name="owner">Reference to owning object.</param>
</member>
<member name="E:Krypton.Toolkit.KryptonNumericUpDown.ValueChanged">
<summary>
Occurs when the value of the Value property changes.
</summary>
</member>
<member name="E:Krypton.Toolkit.KryptonNumericUpDown.TextChanged">
<summary>
Occurs when the value of the TextChanged property changes.
</summary>
</member>
<member name="E:Krypton.Toolkit.KryptonNumericUpDown.TrackMouseEnter">
<summary>
Occurs when the mouse enters the control.
</summary>
</member>
<member name="E:Krypton.Toolkit.KryptonNumericUpDown.TrackMouseLeave">
<summary>
Occurs when the mouse leaves the control.
</summary>
</member>
<member name="E:Krypton.Toolkit.KryptonNumericUpDown.BackColorChanged">
<summary>
Occurs when the value of the BackColor property changes.
</summary>
</member>
<member name="E:Krypton.Toolkit.KryptonNumericUpDown.BackgroundImageChanged">
<summary>
Occurs when the value of the BackgroundImage property changes.
</summary>
</member>
<member name="E:Krypton.Toolkit.KryptonNumericUpDown.BackgroundImageLayoutChanged">
<summary>
Occurs when the value of the BackgroundImageLayout property changes.
</summary>
</member>
<member name="E:Krypton.Toolkit.KryptonNumericUpDown.ForeColorChanged">
<summary>
Occurs when the value of the ForeColor property changes.
</summary>
</member>
<member name="E:Krypton.Toolkit.KryptonNumericUpDown.PaddingChanged">
<summary>
Occurs when the value of the PaddingChanged property changes.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonNumericUpDown.#ctor">
<summary>
Initialize a new instance of the KryptonNumericUpDown class.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonNumericUpDown.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="P:Krypton.Toolkit.KryptonNumericUpDown.TabStop">
<summary>
Gets and sets if the control is in the tab chain.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonNumericUpDown.InRibbonDesignMode">
<summary>
Gets and sets if the control is in the ribbon design mode.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonNumericUpDown.NumericUpDown">
<summary>
Gets access to the contained NumericUpDown instance.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonNumericUpDown.ContainedControl">
<summary>
Gets access to the contained input control.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonNumericUpDown.Focused">
<summary>
Gets a value indicating whether the control has input focus.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonNumericUpDown.BackColor">
<summary>
Gets or sets the background color for the control.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonNumericUpDown.Font">
<summary>
Gets or sets the font of the text Displayed by the control.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonNumericUpDown.ForeColor">
<summary>
Gets or sets the foreground color for the control.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonNumericUpDown.Padding">
<summary>
Gets and sets the internal padding space.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonNumericUpDown.Text">
<summary>
Gets and sets the Text value.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonNumericUpDown.ContextMenuStrip">
<summary>
Gets and sets the associated context menu strip.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonNumericUpDown.DecimalPlaces">
<summary>
Gets or sets the number of decimal places to display.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonNumericUpDown.AllowDecimals">
<summary>
Gets or sets whether the control accepts decimal values.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonNumericUpDown.TrailingZeroes">
<summary>
Gets or sets whether the control displays trailing zeroes.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonNumericUpDown.UseMnemonic">
<summary>
Gets or sets a value indicating whether mnemonics will fire button spec buttons.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonNumericUpDown.Increment">
<summary>
Gets or sets the amount to increment or decrement one each button click.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonNumericUpDown.Maximum">
<summary>
Gets or sets the maximum value for the numeric up-down control.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonNumericUpDown.Minimum">
<summary>
Gets or sets the minimum value for the numeric up-down control.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonNumericUpDown.ThousandsSeparator">
<summary>
Gets or sets whether the thousands separator wil be inserted between each three decimal digits.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonNumericUpDown.Value">
<summary>
Gets or sets the current value of the numeric up-down control.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonNumericUpDown.TextAlign">
<summary>
Gets or sets how the text should be aligned for edit controls.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonNumericUpDown.Hexadecimal">
<summary>
Gets or sets weather the numeric up-down should display its value in hexadecimal.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonNumericUpDown.UpDownAlign">
<summary>
Gets or sets how the up-down control will position the up down buttons relative to its text box.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonNumericUpDown.InterceptArrowKeys">
<summary>
Gets or sets whether the up-down control will increment and decrement the value when the UP ARROW and DOWN ARROW are used.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonNumericUpDown.ReadOnly">
<summary>
Gets or sets a value indicating whether the text in the edit control can be changed or not.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonNumericUpDown.AlwaysActive">
<summary>
Gets and sets Determines if the control is always active or only when the mouse is over the control or has focus.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonNumericUpDown.InputControlStyle">
<summary>
Gets and sets the input control style.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonNumericUpDown.UpDownButtonStyle">
<summary>
Gets and sets the up and down buttons style.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonNumericUpDown.AllowButtonSpecToolTips">
<summary>
Gets and sets a value indicating if tooltips should be Displayed for button specs.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonNumericUpDown.AllowButtonSpecToolTipPriority">
<summary>
Gets and sets a value indicating if button spec tooltips should remove the parent tooltip.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonNumericUpDown.ButtonSpecs">
<summary>
Gets the collection of button specifications.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonNumericUpDown.StateCommon">
<summary>
Gets access to the common textbox appearance entries that other states can override.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonNumericUpDown.StateDisabled">
<summary>
Gets access to the disabled textbox appearance entries.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonNumericUpDown.StateNormal">
<summary>
Gets access to the normal textbox appearance entries.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonNumericUpDown.StateActive">
<summary>
Gets access to the active textbox appearance entries.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonNumericUpDown.Select(System.Int32,System.Int32)">
<summary>
Selects a range of text in the control.
</summary>
<param name="start">The position of the first character in the current text selection within the text box.</param>
<param name="length">The number of characters to select.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonNumericUpDown.SetFixedState(System.Boolean)">
<summary>
Sets the fixed state of the control.
</summary>
<param name="active">Should the control be fixed as active.</param>
</member>
<member name="P:Krypton.Toolkit.KryptonNumericUpDown.ToolTipManager">
<summary>
Gets access to the ToolTipManager used for displaying tool tips.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonNumericUpDown.IsActive">
<summary>
Gets a value indicating if the input control is active.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonNumericUpDown.Focus">
<summary>
Sets input focus to the control.
</summary>
<returns>true if the input focus request was successful; otherwise, false.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonNumericUpDown.Select">
<summary>
Activates the control.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonNumericUpDown.UpButton">
<summary>
Displays the previous item in the collection.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonNumericUpDown.DownButton">
<summary>
Displays the next item in the collection.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonNumericUpDown.GetPreferredSize(System.Drawing.Size)">
<summary>
Get the preferred size of the control based on a proposed size.
</summary>
<param name="proposedSize">Starting size proposed by the caller.</param>
<returns>Calculated preferred size.</returns>
</member>
<member name="P:Krypton.Toolkit.KryptonNumericUpDown.Anchor">
<summary>https://github.com/Krypton-Suite/Standard-Toolkit/issues/688</summary>
<returns>A bitwise combination of the <see cref="T:System.Windows.Forms.AnchorStyles" /> values. The default is <see langword="Top" /> and <see langword="Left" />.</returns>
</member>
<member name="P:Krypton.Toolkit.KryptonNumericUpDown.DisplayRectangle">
<summary>
Gets the rectangle that represents the display area of the control.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonNumericUpDown.SetLayoutDisplayPadding(System.Windows.Forms.Padding)">
<summary>
Override the display padding for the layout fill.
</summary>
<param name="padding">Display padding value.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonNumericUpDown.DesignerGetHitTest(System.Drawing.Point)">
<summary>
Internal design time method.
</summary>
<param name="pt">Mouse location.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonNumericUpDown.DesignerComponentFromPoint(System.Drawing.Point)">
<summary>
Internal design time method.
</summary>
<param name="pt">Mouse location.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonNumericUpDown.DesignerMouseLeave">
<summary>
Internal design time method.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonNumericUpDown.ForceControlLayout">
<summary>
Force the layout logic to size and position the controls.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonNumericUpDown.UserEdit">
<summary>
Gets or sets a value indicating whether a value has been entered by the user.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonNumericUpDown.OnValueChanged(System.EventArgs)">
<summary>
Raises the ValueChanged event.
</summary>
<param name="e">An EventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonNumericUpDown.OnTrackMouseEnter(System.EventArgs)">
<summary>
Raises the TrackMouseEnter event.
</summary>
<param name="e">An EventArgs containing the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonNumericUpDown.OnTrackMouseLeave(System.EventArgs)">
<summary>
Raises the TrackMouseLeave event.
</summary>
<param name="e">An EventArgs containing the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonNumericUpDown.CreateControlsInstance">
<summary>
Creates a new instance of the control collection for the KryptonTextBox.
</summary>
<returns>A new instance of Control.ControlCollection assigned to the control.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonNumericUpDown.OnHandleCreated(System.EventArgs)">
<summary>
Raises the HandleCreated event.
</summary>
<param name="e">An EventArgs containing the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonNumericUpDown.OnEnabledChanged(System.EventArgs)">
<summary>
Raises the EnabledChanged event.
</summary>
<param name="e">An EventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonNumericUpDown.OnPaletteChanged(System.EventArgs)">
<summary>
Raises the PaletteChanged event.
</summary>
<param name="e">An EventArgs containing the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonNumericUpDown.OnPaletteNeedPaint(System.Object,Krypton.Toolkit.NeedLayoutEventArgs)">
<summary>
Processes a notification from palette of a paint and optional layout required.
</summary>
<param name="sender">Source of notification.</param>
<param name="e">An NeedLayoutEventArgs containing event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonNumericUpDown.OnBackColorChanged(System.EventArgs)">
<summary>
Raises the BackColorChanged event.
</summary>
<param name="e">An EventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonNumericUpDown.OnBackgroundImageChanged(System.EventArgs)">
<summary>
Raises the BackgroundImageChanged event.
</summary>
<param name="e">An EventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonNumericUpDown.OnBackgroundImageLayoutChanged(System.EventArgs)">
<summary>
Raises the BackgroundImageLayoutChanged event.
</summary>
<param name="e">An EventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonNumericUpDown.OnForeColorChanged(System.EventArgs)">
<summary>
Raises the ForeColorChanged event.
</summary>
<param name="e">An EventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonNumericUpDown.OnResize(System.EventArgs)">
<summary>
Raises the Resize event.
</summary>
<param name="e">An EventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonNumericUpDown.OnLayout(System.Windows.Forms.LayoutEventArgs)">
<summary>
Raises the Layout event.
</summary>
<param name="levent">An EventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonNumericUpDown.OnMouseEnter(System.EventArgs)">
<summary>
Raises the MouseEnter event.
</summary>
<param name="e">An EventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonNumericUpDown.OnMouseLeave(System.EventArgs)">
<summary>
Raises the MouseLeave event.
</summary>
<param name="e">An EventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonNumericUpDown.OnGotFocus(System.EventArgs)">
<summary>
Raises the GotFocus event.
</summary>
<param name="e">An EventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonNumericUpDown.SetBoundsCore(System.Int32,System.Int32,System.Int32,System.Int32,System.Windows.Forms.BoundsSpecified)">
<summary>
Performs the work of setting the specified bounds of this control.
</summary>
<param name="x">The new Left property value of the control.</param>
<param name="y">The new Top property value of the control.</param>
<param name="width">The new Width property value of the control.</param>
<param name="height">The new Height property value of the control.</param>
<param name="specified">A bitwise combination of the BoundsSpecified values.</param>
</member>
<member name="P:Krypton.Toolkit.KryptonNumericUpDown.DefaultSize">
<summary>
Gets the default size of the control.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonNumericUpDown.OnNeedPaint(System.Object,Krypton.Toolkit.NeedLayoutEventArgs)">
<summary>
Processes a notification from palette storage of a paint and optional layout required.
</summary>
<param name="sender">Source of notification.</param>
<param name="e">An NeedLayoutEventArgs containing event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonNumericUpDown.OnPaddingChanged(System.EventArgs)">
<summary>
Raises the PaddingChanged event.
</summary>
<param name="e">An NeedLayoutEventArgs containing event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonNumericUpDown.OnTabStopChanged(System.EventArgs)">
<summary>
Raises the TabStop event.
</summary>
<param name="e">An EventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonNumericUpDown.OnCausesValidationChanged(System.EventArgs)">
<summary>
Raises the CausesValidationChanged event.
</summary>
<param name="e">An EventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonNumericUpDown.OnTextChanged(System.EventArgs)">
<summary>
Raises the TextChanged event.
</summary>
<param name="e">An NeedLayoutEventArgs containing event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonNumericUpDown.WndProc(System.Windows.Forms.Message@)">
<summary>
Process Windows-based messages.
</summary>
<param name="m">A Windows-based message.</param>
</member>
<member name="T:Krypton.Toolkit.KryptonOpenFileDialog">
<summary>
Displays a dialog window from which the user can select a file.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonOpenFileDialog.ShowActualDialog(System.Windows.Forms.IWin32Window)">
<inheritdoc />
</member>
<member name="P:Krypton.Toolkit.KryptonOpenFileDialog.Multiselect">
<summary>Gets or sets a value indicating whether the dialog box allows multiple files to be selected.</summary>
<returns>
<see langword="true" /> if the dialog box allows multiple files to be selected together or concurrently; otherwise, <see langword="false" />. The default value is <see langword="false" />.</returns>
</member>
<member name="P:Krypton.Toolkit.KryptonOpenFileDialog.ReadOnlyChecked">
<summary>Gets or sets a value indicating whether the read-only check box is selected.</summary>
<returns>
<see langword="true" /> if the read-only check box is selected; otherwise, <see langword="false" />. The default value is <see langword="false" />.</returns>
</member>
<member name="P:Krypton.Toolkit.KryptonOpenFileDialog.ShowReadOnly">
<summary>Gets or sets a value indicating whether the dialog box contains a read-only check box.</summary>
<returns>
<see langword="true" /> if the dialog box contains a read-only check box; otherwise, <see langword="false" />. The default value is <see langword="false" />.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonOpenFileDialog.OpenFile">
<summary>Opens the file selected by the user, with read-only permission. The file is specified by the <see cref="P:System.Windows.Forms.FileDialog.FileName" /> property.</summary>
<returns>A <see cref="T:System.IO.Stream" /> that specifies the read-only file selected by the user.</returns>
<exception cref="T:System.ArgumentNullException">The file name is <see langword="null" />.</exception>
</member>
<member name="P:Krypton.Toolkit.KryptonOpenFileDialog.AddExtension">
<inheritdoc />
</member>
<member name="P:Krypton.Toolkit.KryptonOpenFileDialog.CheckFileExists">
<inheritdoc />
</member>
<member name="P:Krypton.Toolkit.KryptonOpenFileDialog.CheckPathExists">
<inheritdoc />
</member>
<member name="P:Krypton.Toolkit.KryptonOpenFileDialog.DefaultExt">
<inheritdoc />
</member>
<member name="P:Krypton.Toolkit.KryptonOpenFileDialog.DereferenceLinks">
<inheritdoc />
</member>
<member name="P:Krypton.Toolkit.KryptonOpenFileDialog.FileName">
<inheritdoc />
</member>
<member name="P:Krypton.Toolkit.KryptonOpenFileDialog.FileNames">
<inheritdoc />
</member>
<member name="P:Krypton.Toolkit.KryptonOpenFileDialog.Filter">
<inheritdoc />
</member>
<member name="P:Krypton.Toolkit.KryptonOpenFileDialog.FilterIndex">
<inheritdoc />
</member>
<member name="P:Krypton.Toolkit.KryptonOpenFileDialog.InitialDirectory">
<inheritdoc />
</member>
<member name="P:Krypton.Toolkit.KryptonOpenFileDialog.RestoreDirectory">
<inheritdoc />
</member>
<member name="P:Krypton.Toolkit.KryptonOpenFileDialog.SupportMultiDottedExtensions">
<inheritdoc />
</member>
<member name="P:Krypton.Toolkit.KryptonOpenFileDialog.Title">
<inheritdoc />
</member>
<member name="P:Krypton.Toolkit.KryptonOpenFileDialog.ValidateNames">
<inheritdoc />
</member>
<member name="E:Krypton.Toolkit.KryptonOpenFileDialog.FileOk">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.KryptonOpenFileDialog.Reset">
<summary>Resets all properties to their default values.</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonOpenFileDialog.ToString">
<inheritdoc />
</member>
<member name="P:Krypton.Toolkit.KryptonOpenFileDialog.CustomPlaces">
<inheritdoc />
</member>
<member name="P:Krypton.Toolkit.KryptonOpenFileDialog.SafeFileName">
<summary>Gets the file name and extension for the file selected in the dialog box. The file name does not include the path.</summary>
<returns>The file name and extension for the file selected in the dialog box. The file name does not include the path. The default value is an empty string.</returns>
</member>
<member name="P:Krypton.Toolkit.KryptonOpenFileDialog.SafeFileNames">
<summary>Gets an array of file names and extensions for all the selected files in the dialog box. The file names do not include the path.</summary>
<returns>An array of file names and extensions for all the selected files in the dialog box. The file names do not include the path. If no files are selected, an empty array is returned.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonOpenFileDialog.Dispose">
<inheritdoc />
</member>
<member name="T:Krypton.Toolkit.KryptonOutlookGrid">
<summary>
Krypton DataGridView allowing nested grouping and unlimited sorting
</summary>
<seealso cref="T:Krypton.Toolkit.KryptonDataGridView" />
</member>
<member name="E:Krypton.Toolkit.KryptonOutlookGrid.GroupImageClick">
<summary>
Group Image Click Event
</summary>
</member>
<member name="E:Krypton.Toolkit.KryptonOutlookGrid.NodeExpanding">
<summary>
Node expanding event
</summary>
</member>
<member name="E:Krypton.Toolkit.KryptonOutlookGrid.NodeExpanded">
<summary>
Node Expanded event
</summary>
</member>
<member name="E:Krypton.Toolkit.KryptonOutlookGrid.NodeCollapsing">
<summary>
Node Collapsing Event
</summary>
</member>
<member name="E:Krypton.Toolkit.KryptonOutlookGrid.NodeCollapsed">
<summary>
Node Collapsed event
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonOutlookGrid.#ctor">
<summary>
Constructor
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonOutlookGrid.CreateParams">
<summary>
Definitely removes flickering - may not work on some systems/can cause higher CPU usage.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonOutlookGrid.RowTemplate">
<summary>
Gets the RowTemplate of the grid.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonOutlookGrid.IsGridGrouped">
<summary>
Gets if the grid is grouped
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonOutlookGrid.GroupBox">
<summary>
Gets or sets the OutlookGridGroupBox
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonOutlookGrid.InternalRows">
<summary>
Gets or sets the list of rows in the grid (without grouping,... for having a copy)
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonOutlookGrid.PreviousSelectedGroupRow">
<summary>
Gets or sets the previous selected group row
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonOutlookGrid.GridPalette">
<summary>
Gets the Krypton Palette of the OutlookGrid
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonOutlookGrid.GroupCollection">
<summary>
Gets or sets the group collection.
</summary>
<value>OutlookGridGroupCollection.</value>
</member>
<member name="P:Krypton.Toolkit.KryptonOutlookGrid.HideColumnOnGrouping">
<summary>
Gets or sets the HideColumnOnGrouping property.
</summary>
<value>True if the column should be hidden when it is grouped, false otherwise.</value>
</member>
<member name="P:Krypton.Toolkit.KryptonOutlookGrid.ConditionalFormatting">
<summary>
Gets or sets the conditional formatting items list.
</summary>
<value>
The conditional formatting items list.
</value>
</member>
<member name="P:Krypton.Toolkit.KryptonOutlookGrid.ShowLines">
<summary>
Gets or sets a value indicating whether the lines are shown between nodes.
</summary>
<value>
<c>true</c> if [show lines]; otherwise, <c>false</c>.
</value>
</member>
<member name="P:Krypton.Toolkit.KryptonOutlookGrid.FillMode">
<summary>
Gets or sets the fill mode.
</summary>
<value>
The fill mode.
</value>
</member>
<member name="P:Krypton.Toolkit.KryptonOutlookGrid.RightToLeftLayout">
<summary>
Indicates wether the component should draw right to left for RTL languagues.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonOutlookGrid.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:Krypton.Toolkit.KryptonOutlookGrid.OnCellBeginEdit(System.Windows.Forms.DataGridViewCellCancelEventArgs)">
<summary>
Raises the <see cref="E:CellBeginEdit" /> event.
</summary>
<param name="e">The <see cref="T:System.Windows.Forms.DataGridViewCellCancelEventArgs"/> instance containing the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonOutlookGrid.OnCellDoubleClick(System.Windows.Forms.DataGridViewCellEventArgs)">
<summary>
Raises the <see cref="E:CellDoubleClick" /> event.
</summary>
<param name="e">The <see cref="T:System.Windows.Forms.DataGridViewCellEventArgs"/> instance containing the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonOutlookGrid.OnMouseUp(System.Windows.Forms.MouseEventArgs)">
<summary>
Raises the <see cref="E:MouseUp" /> event.
</summary>
<param name="e">The <see cref="T:System.Windows.Forms.MouseEventArgs"/> instance containing the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonOutlookGrid.OnMouseDown(System.Windows.Forms.MouseEventArgs)">
<summary>
Raises the <see cref="E:MouseDown" /> event.
</summary>
<param name="e">The <see cref="T:System.Windows.Forms.MouseEventArgs"/> instance containing the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonOutlookGrid.OnMouseMove(System.Windows.Forms.MouseEventArgs)">
<summary>
Raises the <see cref="E:MouseMove" /> event.
</summary>
<param name="e">The <see cref="T:System.Windows.Forms.MouseEventArgs"/> instance containing the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonOutlookGrid.OnDragLeave(System.EventArgs)">
<summary>
Raises the <see cref="E:DragLeave" /> event.
</summary>
<param name="e">The <see cref="T:System.EventArgs"/> instance containing the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonOutlookGrid.OnDragOver(System.Windows.Forms.DragEventArgs)">
<summary>
Raises the <see cref="E:DragOver" /> event.
</summary>
<param name="drgevent">The <see cref="T:System.Windows.Forms.DragEventArgs"/> instance containing the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonOutlookGrid.OnDragDrop(System.Windows.Forms.DragEventArgs)">
<summary>
Raises the <see cref="E:DragDrop" /> event.
</summary>
<param name="drgevent">The <see cref="T:System.Windows.Forms.DragEventArgs"/> instance containing the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonOutlookGrid.OnCellPainting(System.Windows.Forms.DataGridViewCellPaintingEventArgs)">
<summary>
Raises the <see cref="E:CellPainting" /> event.
</summary>
<param name="e">The <see cref="T:System.Windows.Forms.DataGridViewCellPaintingEventArgs"/> instance containing the event data.</param>
<remarks>Draws a line for drag and drop</remarks>
</member>
<member name="M:Krypton.Toolkit.KryptonOutlookGrid.OnCellMouseEnter(System.Windows.Forms.DataGridViewCellEventArgs)">
<summary>
Overrides OnCellMouseEnter
</summary>
<param name="e">DataGridViewCellEventArgs</param>
</member>
<member name="M:Krypton.Toolkit.KryptonOutlookGrid.OnCellMouseDown(System.Windows.Forms.DataGridViewCellMouseEventArgs)">
<summary>
Overrides OnCellMouseDown - Check if the user has clicked on +/- of a group row
</summary>
<param name="e"></param>
</member>
<member name="M:Krypton.Toolkit.KryptonOutlookGrid.OnColumnHeaderMouseClick(System.Windows.Forms.DataGridViewCellMouseEventArgs)">
<summary>
Overrides OnColumnHeaderMouseClick
</summary>
<param name="e">DataGridViewCellMouseEventArgs</param>
</member>
<member name="M:Krypton.Toolkit.KryptonOutlookGrid.OnCellFormatting(System.Windows.Forms.DataGridViewCellFormattingEventArgs)">
<summary>
Raises the <see cref="E:CellFormatting" /> event.
</summary>
<param name="e">The <see cref="T:System.Windows.Forms.DataGridViewCellFormattingEventArgs"/> instance containing the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonOutlookGrid.OnPalettePaint(System.Object,Krypton.Toolkit.PaletteLayoutEventArgs)">
<summary>
Called when [palette paint].
</summary>
<param name="sender">The sender.</param>
<param name="e">The <see cref="T:Krypton.Toolkit.PaletteLayoutEventArgs"/> instance containing the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonOutlookGrid.OnGlobalPaletteChanged(System.Object,System.EventArgs)">
<summary>
Called when [global palette changed].
</summary>
<param name="sender">The sender.</param>
<param name="e">The <see cref="T:System.EventArgs"/> instance containing the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonOutlookGrid.OnColumnClearSorting(System.Object,System.EventArgs)">
<summary>
Clear sorting for the column selected by the menu
</summary>
<param name="sender"></param>
<param name="e"></param>
</member>
<member name="M:Krypton.Toolkit.KryptonOutlookGrid.OnColumnSortAscending(System.Object,System.EventArgs)">
<summary>
Ascending sort for the column selected by the menu
</summary>
<param name="sender"></param>
<param name="e"></param>
</member>
<member name="M:Krypton.Toolkit.KryptonOutlookGrid.OnColumnSortDescending(System.Object,System.EventArgs)">
<summary>
Descending sort for the column selected by the menu
</summary>
<param name="sender"></param>
<param name="e"></param>
</member>
<member name="M:Krypton.Toolkit.KryptonOutlookGrid.OnGroupByThisColumn(System.Object,System.EventArgs)">
<summary>
Grouping for the column selected by the menu
</summary>
<param name="sender"></param>
<param name="e"></param>
</member>
<member name="M:Krypton.Toolkit.KryptonOutlookGrid.OnUnGroupByThisColumn(System.Object,System.EventArgs)">
<summary>
Ungrouping for the column selected by the menu
</summary>
<param name="sender"></param>
<param name="e"></param>
</member>
<member name="M:Krypton.Toolkit.KryptonOutlookGrid.OnShowGroupBox(System.Object,System.EventArgs)">
<summary>
Shows the groupbox
</summary>
<param name="sender"></param>
<param name="e"></param>
</member>
<member name="M:Krypton.Toolkit.KryptonOutlookGrid.OnHideGroupBox(System.Object,System.EventArgs)">
<summary>
Hide the groupbox
</summary>
<param name="sender"></param>
<param name="e"></param>
</member>
<member name="M:Krypton.Toolkit.KryptonOutlookGrid.OnBestFitColumn(System.Object,System.EventArgs)">
<summary>
Resizes the selected column by the menu to best fit
</summary>
<param name="sender"></param>
<param name="e"></param>
</member>
<member name="M:Krypton.Toolkit.KryptonOutlookGrid.OnBestFitAllColumns(System.Object,System.EventArgs)">
<summary>
Resizes all columns to best fit
</summary>
<param name="sender"></param>
<param name="e"></param>
</member>
<member name="M:Krypton.Toolkit.KryptonOutlookGrid.ColumnSortChangedEvent(System.Object,Krypton.Toolkit.OutlookGridColumnEventArgs)">
<summary>
Handles the ColumnSortChangedEvent event. Update the header (glyph) and fill the grid too.
</summary>
<param name="sender">Source of the event.</param>
<param name="e">A OutlookGridColumnEventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonOutlookGrid.ColumnGroupAddedEvent(System.Object,Krypton.Toolkit.OutlookGridColumnEventArgs)">
<summary>
Handles the ColumnGroupAddedEvent event. Fill the grid too.
</summary>
<param name="sender">Source of the event.</param>
<param name="e">A OutlookGridColumnEventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonOutlookGrid.ColumnGroupRemovedEvent(System.Object,Krypton.Toolkit.OutlookGridColumnEventArgs)">
<summary>
Handles the ColumnGroupRemovedEvent event. Fill the grid too.
</summary>
<param name="sender">Source of the event.</param>
<param name="e">A OutlookGridColumnEventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonOutlookGrid.ClearGroupingEvent(System.Object,System.EventArgs)">
<summary>
Handles the ClearGroupingEvent event. Fill the grid too.
</summary>
<param name="sender">Source of the event.</param>
<param name="e">A EventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonOutlookGrid.FullCollapseEvent(System.Object,System.EventArgs)">
<summary>
Handles the FullCollapseEvent event.
</summary>
<param name="sender">Source of the event.</param>
<param name="e">A EventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonOutlookGrid.FullExpandEvent(System.Object,System.EventArgs)">
<summary>
Handles the FullExpandEvent event.
</summary>
<param name="sender">Source of the event.</param>
<param name="e">A EventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonOutlookGrid.GridGroupExpandEvent(System.Object,Krypton.Toolkit.OutlookGridColumnEventArgs)">
<summary>
Handles the GroupExpandEvent event.
</summary>
<param name="sender"></param>
<param name="e"></param>
</member>
<member name="M:Krypton.Toolkit.KryptonOutlookGrid.OnGroupImageClick(Krypton.Toolkit.OutlookGridGroupImageEventArgs)">
<summary>
Raises the GroupImageClick event.
</summary>
<param name="e">A OutlookGridGroupImageEventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonOutlookGrid.OnNodeExpanding(Krypton.Toolkit.ExpandingEventArgs)">
<summary>
Raises the NodeExpanding event.
</summary>
<param name="e">A ExpandingEventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonOutlookGrid.OnNodeExpanded(Krypton.Toolkit.ExpandedEventArgs)">
<summary>
Raises the NodeExpanded event.
</summary>
<param name="e">A ExpandedEventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonOutlookGrid.OnNodeCollapsing(Krypton.Toolkit.CollapsingEventArgs)">
<summary>
Raises the NodeCollapsing event.
</summary>
<param name="e">A CollapsingEventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonOutlookGrid.OnNodeCollapsed(Krypton.Toolkit.CollapsedEventArgs)">
<summary>
Raises the NodeCollapsed event.
</summary>
<param name="e">A CollapsedEventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonOutlookGrid.AddInternalColumn(System.Windows.Forms.DataGridViewColumn,Krypton.Toolkit.IOutlookGridGroup,System.Windows.Forms.SortOrder,System.Int32,System.Int32,System.Collections.IComparer)">
<summary>
Add a column for internal uses of the OutlookGrid. The column must already exists in the datagridview. Do this *BEFORE* using the grid (sorting and grouping, filling,...)
</summary>
<param name="col">The DataGridViewColumn.</param>
<param name="group">The group type for the column.</param>
<param name="sortDirection">The sort direction.</param>
<param name="groupIndex">The column's position in grouping and at which level.</param>
<param name="sortIndex">the column's position among sorted columns.</param>
<param name="comparer">The comparer if needed</param>
</member>
<member name="M:Krypton.Toolkit.KryptonOutlookGrid.AddInternalColumn(System.Windows.Forms.DataGridViewColumn,Krypton.Toolkit.IOutlookGridGroup,System.Windows.Forms.SortOrder,System.Int32,System.Int32)">
<summary>
Add a column for internal uses of the OutlookGrid. The column must already exists in the datagridview. Do this *BEFORE* using the grid (sorting and grouping, filling,...)
</summary>
<param name="col">The DataGridViewColumn.</param>
<param name="group">The group type for the column.</param>
<param name="sortDirection">The sort direction.</param>
<param name="groupIndex">The column's position in grouping and at which level.</param>
<param name="sortIndex">the column's position among sorted columns.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonOutlookGrid.AddInternalColumn(Krypton.Toolkit.OutlookGridColumn)">
<summary>
Add a column for internal uses of the OutlookGrid. The column must already exists in the datagridview. Do this *BEFORE* using the grid (sorting and grouping, filling,...)
</summary>
<param name="col">The configured OutlookGridColumn.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonOutlookGrid.AddRangeInternalColumns(Krypton.Toolkit.OutlookGridColumn[])">
<summary>
Add an array of OutlookGridColumns for internal use of OutlookGrid. The columns must already exist in the datagridview. Do this *BEFORE* using the grid (sorting and grouping, filling,...)
</summary>
<param name="cols">The array of columns</param>
</member>
<member name="M:Krypton.Toolkit.KryptonOutlookGrid.AddRangeInternalColumns(System.Collections.Generic.List{Krypton.Toolkit.OutlookGridColumn})">
<summary>
Add an array of OutlookGridColumns for internal use of OutlookGrid. The columns must already exist in the datagridview. Do this *BEFORE* using the grid (sorting and grouping, filling,...)
</summary>
<param name="cols">The list of columns.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonOutlookGrid.GroupColumn(System.String,System.Windows.Forms.SortOrder,Krypton.Toolkit.IOutlookGridGroup)">
<summary>
Group a column
</summary>
<param name="columnName">The name of the column.</param>
<param name="sortDirection">The sort direction of the group./</param>
<param name="gr">The IOutlookGridGroup object.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonOutlookGrid.GroupColumn(Krypton.Toolkit.OutlookGridColumn,System.Windows.Forms.SortOrder,Krypton.Toolkit.IOutlookGridGroup)">
<summary>
Group a column
</summary>
<param name="col">The name of the column.</param>
<param name="sortDirection">The sort direction of the group./</param>
<param name="gr">The IOutlookGridGroup object.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonOutlookGrid.UnGroupColumn(System.String)">
<summary>
Ungroup a column
</summary>
<param name="columnName">The OutlookGridColumn.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonOutlookGrid.UnGroupColumn(Krypton.Toolkit.OutlookGridColumn)">
<summary>
Ungroup a column
</summary>
<param name="col">The OutlookGridColumn.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonOutlookGrid.SortColumn(Krypton.Toolkit.OutlookGridColumn,System.Windows.Forms.SortOrder)">
<summary>
Sort the column. Call Fill after to make the changes
</summary>
<param name="col">The outlookGridColumn</param>
<param name="sort">The new SortOrder.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonOutlookGrid.UnSortColumn(Krypton.Toolkit.OutlookGridColumn)">
<summary>
UnSort the column. Call Fill after to make the changes
</summary>
<param name="col">The outlookGridColumn.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonOutlookGrid.CollapseAll">
<summary>
Collapse all groups
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonOutlookGrid.ExpandAll">
<summary>
Expand all groups
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonOutlookGrid.Expand(System.String)">
<summary>
Expand all groups associated to a specific column
</summary>
<param name="col">The DataGridViewColumn</param>
</member>
<member name="M:Krypton.Toolkit.KryptonOutlookGrid.Collapse(System.String)">
<summary>
Collapse all groups associated to a specific column
</summary>
<param name="col">The DataGridViewColumn</param>
</member>
<member name="M:Krypton.Toolkit.KryptonOutlookGrid.Expand(System.Int32)">
<summary>
Expand a group row
</summary>
<param name="row">Index of the row</param>
</member>
<member name="M:Krypton.Toolkit.KryptonOutlookGrid.Collapse(System.Int32)">
<summary>
Collapse a group row
</summary>
<param name="row">Index of the row</param>
</member>
<member name="M:Krypton.Toolkit.KryptonOutlookGrid.ClearGroups">
<summary>
Clear all groups. Performs a fill grid too.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonOutlookGrid.ClearGroupsWithoutFilling">
<summary>
Clear all groups. No FillGrid calls.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonOutlookGrid.PreviousGroupRowIndex(System.Int32)">
<summary>
Gets the index of the previous group row if any.
</summary>
<param name="currentRow">Current row index</param>
<returns>Index of the group row, -1 otherwise</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonOutlookGrid.GetSubRows(System.Collections.Generic.List{Krypton.Toolkit.OutlookGridRow}@,Krypton.Toolkit.IOutlookGridGroup)">
<summary>
Gets all the subrows of a grouprow (recursive)
</summary>
<param name="list">The result list of OutlookGridRows</param>
<param name="groupRow">The IOutlookGridGroup that contains rows to inspect.</param>
<returns>A list of OutlookGridRows</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonOutlookGrid.RegisterGroupBoxEvents">
<summary>
Register for events concerning the groupbox
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonOutlookGrid.ForceRefreshGroupBox">
<summary>
Synchronize the OutlookGrid Group Box with the current status of the grid
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonOutlookGrid.ShowColumnHeaderContextMenu(System.Int32)">
<summary>
Show the context menu header
</summary>
<param name="columnIndex">The column used by the context menu.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonOutlookGrid.ResetAllSortingColumns">
<summary>
Clear all sorting columns only (not the grouped ones)
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonOutlookGrid.ClearInternalRows">
<summary>
Clears the internal rows.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonOutlookGrid.AssignRows(System.Collections.Generic.List{Krypton.Toolkit.OutlookGridRow})">
<summary>
Assign the rows to the internal list.
</summary>
<param name="l">List of OutlookGridRows</param>
</member>
<member name="M:Krypton.Toolkit.KryptonOutlookGrid.AssignRows(System.Windows.Forms.DataGridViewRowCollection)">
<summary>
Assign the rows to the internal list.
</summary>
<param name="col">DataGridViewRowCollection</param>
</member>
<member name="M:Krypton.Toolkit.KryptonOutlookGrid.SetGroupCollapse(System.Boolean)">
<summary>
Collapse/Expand all group rows
</summary>
<param name="collapsed">True if collapsed, false if expanded</param>
</member>
<member name="M:Krypton.Toolkit.KryptonOutlookGrid.SetGroupCollapse(System.Int32,System.Boolean)">
<summary>
Collapse/Expand a group row
</summary>
<param name="rowindex">The index of the group row.</param>
<param name="collapsed">True if collapsed, false if expanded.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonOutlookGrid.ExpandAllNodes">
<summary>
Expand all nodes
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonOutlookGrid.CollapseAllNodes">
<summary>
Collapse all nodes
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonOutlookGrid.EnsureVisibleNode(Krypton.Toolkit.OutlookGridRow)">
<summary>
Ensure the node is visible (all parents exanded)
</summary>
<param name="r">The OutlookGridRow which needs to be visible.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonOutlookGrid.CollapseNode(Krypton.Toolkit.OutlookGridRow)">
<summary>
Collapses the node.
</summary>
<param name="node">The OutlookGridRow node.</param>
<returns></returns>
</member>
<member name="M:Krypton.Toolkit.KryptonOutlookGrid.ExpandNode(Krypton.Toolkit.OutlookGridRow)">
<summary>
Expands the node.
</summary>
<param name="node">The OutlookGridRow node.</param>
<returns></returns>
</member>
<member name="M:Krypton.Toolkit.KryptonOutlookGrid.ExpandNodeAndSubNodes(Krypton.Toolkit.OutlookGridRow)">
<summary>
Expand Node and all its subnodes (without events)
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonOutlookGrid.CollapseNodeAndSubNodes(Krypton.Toolkit.OutlookGridRow)">
<summary>
Collapse Node and all its subnodes (without events)
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonOutlookGrid.Fill">
<summary>
Fill the grid (grouping, sorting,...)
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonOutlookGrid.RecursiveSort(Krypton.Toolkit.OutlookGridGroupCollection,System.Collections.Generic.List{System.Tuple{System.Int32,System.Windows.Forms.SortOrder,System.Collections.IComparer}})">
<summary>
Sort recursively the OutlookGridRows within groups
</summary>
<param name="groupCollection">The OutlookGridGroupCollection.</param>
<param name="sortList">The list of sorted columns</param>
</member>
<member name="M:Krypton.Toolkit.KryptonOutlookGrid.RecursiveIncrementParentGroupCounters(Krypton.Toolkit.IOutlookGridGroup)">
<summary>
Update all the parents counters of a group
</summary>
<param name="l">The group whic</param>
</member>
<member name="M:Krypton.Toolkit.KryptonOutlookGrid.RecursiveFillOutlookGridRows(Krypton.Toolkit.OutlookGridGroupCollection,System.Collections.Generic.List{Krypton.Toolkit.OutlookGridRow})">
<summary>
Transform a group in a list of OutlookGridRows. Recursive call
</summary>
<param name="l">The OutlookGridGroupCollection that contains the groups and associated rows.</param>
<param name="tmp">A List of OutlookGridRow</param>
</member>
<member name="M:Krypton.Toolkit.KryptonOutlookGrid.PersistConfiguration(System.String,System.String)">
<summary>
Persist the configuration of the KryptonOutlookGrid
</summary>
<param name="path">The path where the .xml file will be saved.</param>
<param name="version">The version of the config file.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonOutlookGrid.ClearEverything">
<summary>
Clears everything in the OutlookGrid (groups, rows, columns, DataGridViewColumns). Ready for a completely new start.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonOutlookGrid.FindFromColumnName(System.String)">
<summary>
Finds the column from its name.
</summary>
<param name="name">The name.</param>
<returns></returns>
</member>
<member name="M:Krypton.Toolkit.KryptonOutlookGrid.FindFromColumnIndex(System.Int32)">
<summary>
Finds the column from its index.
</summary>
<param name="index">The index.</param>
<returns></returns>
</member>
<member name="T:Krypton.Toolkit.KryptonOutlookGridGroupBox">
<summary>
GroupBox for the Krypton OutlookGrid
</summary>
</member>
<member name="E:Krypton.Toolkit.KryptonOutlookGridGroupBox.ColumnSortChanged">
<summary>
Column Sort Changed Event
</summary>
</member>
<member name="E:Krypton.Toolkit.KryptonOutlookGridGroupBox.ColumnGroupAdded">
<summary>
Column Group Added Event
</summary>
</member>
<member name="E:Krypton.Toolkit.KryptonOutlookGridGroupBox.ColumnGroupRemoved">
<summary>
Column Group removed Event
</summary>
</member>
<member name="E:Krypton.Toolkit.KryptonOutlookGridGroupBox.ClearGrouping">
<summary>
Clear grouping event
</summary>
</member>
<member name="E:Krypton.Toolkit.KryptonOutlookGridGroupBox.FullExpand">
<summary>
Full Expand event
</summary>
</member>
<member name="E:Krypton.Toolkit.KryptonOutlookGridGroupBox.FullCollapse">
<summary>
Full Collapse event
</summary>
</member>
<member name="E:Krypton.Toolkit.KryptonOutlookGridGroupBox.GroupExpand">
<summary>
Group Expand event
</summary>
</member>
<member name="E:Krypton.Toolkit.KryptonOutlookGridGroupBox.GroupCollapse">
<summary>
Group Collapse event
</summary>
</member>
<member name="E:Krypton.Toolkit.KryptonOutlookGridGroupBox.ColumnGroupOrderChanged">
<summary>
Column Group Order Changed Event
</summary>
</member>
<member name="E:Krypton.Toolkit.KryptonOutlookGridGroupBox.GroupIntervalClick">
<summary>
Group Interval Click event
</summary>
</member>
<member name="E:Krypton.Toolkit.KryptonOutlookGridGroupBox.SortBySummaryCount">
<summary>
Sort by Summary Count event
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonOutlookGridGroupBox.#ctor">
<summary>
Constructor
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonOutlookGridGroupBox.Border">
<summary>
Gets access to the common textbox appearance entries that other states can override.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonOutlookGridGroupBox.DragColumnToGroupText">
<summary>
Getsor sets the text that appears when no column is grouped.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonOutlookGridGroupBox.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:Krypton.Toolkit.KryptonOutlookGridGroupBox.OnPaint(System.Windows.Forms.PaintEventArgs)">
<summary>
Overrides the paint event
</summary>
<param name="e">PaintEventArgs</param>
</member>
<member name="M:Krypton.Toolkit.KryptonOutlookGridGroupBox.OnMouseDown(System.Windows.Forms.MouseEventArgs)">
<summary>
Overrides the MouseDown event.
</summary>
<param name="e">A MouseEventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonOutlookGridGroupBox.OnMouseUp(System.Windows.Forms.MouseEventArgs)">
<summary>
Overrides the MouseUp event.
</summary>
<param name="e">A MouseEventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonOutlookGridGroupBox.OnMouseClick(System.Windows.Forms.MouseEventArgs)">
<summary>
Overrides the MouseClick event.
</summary>
<param name="e">A MouseEventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonOutlookGridGroupBox.OnMouseMove(System.Windows.Forms.MouseEventArgs)">
<summary>
Overrides the MouseMove event.
</summary>
<param name="e">A MouseEventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonOutlookGridGroupBox.OnPalettePaint(System.Object,Krypton.Toolkit.PaletteLayoutEventArgs)">
<summary>
Handles OnPalettePaint Event
</summary>
<param name="sender">Source of the event.</param>
<param name="e">A PaletteLayoutEventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonOutlookGridGroupBox.OnGlobalPaletteChanged(System.Object,System.EventArgs)">
<summary>
Handles OnGlobalPaletteChanged event
</summary>
<param name="sender">Source of the event.</param>
<param name="e">A EventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonOutlookGridGroupBox.OnColumnSortChanged(Krypton.Toolkit.OutlookGridColumnEventArgs)">
<summary>
Raises the ColumnSortChanged event.
</summary>
<param name="e">A OutlookGridColumnEventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonOutlookGridGroupBox.OnColumnGroupAdded(Krypton.Toolkit.OutlookGridColumnEventArgs)">
<summary>
Raises the ColumnGroupAdded event.
</summary>
<param name="e">A OutlookGridColumnEventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonOutlookGridGroupBox.OnColumnGroupRemoved(Krypton.Toolkit.OutlookGridColumnEventArgs)">
<summary>
Raises the ColumnGroupRemoved event.
</summary>
<param name="e">A OutlookGridColumnEventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonOutlookGridGroupBox.OnColumnGroupOrderChanged(Krypton.Toolkit.OutlookGridColumnEventArgs)">
<summary>
Raises the ColumnGroupOrderChanged event.
</summary>
<param name="e">A OutlookGridColumnEventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonOutlookGridGroupBox.OnClearGrouping(System.EventArgs)">
<summary>
Raises the ClearGrouping event.
</summary>
<param name="e">A EventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonOutlookGridGroupBox.OnFullExpand(System.EventArgs)">
<summary>
Raises the FullExpand event.
</summary>
<param name="e">A EventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonOutlookGridGroupBox.OnFullCollapse(System.EventArgs)">
<summary>
Raises the FullCollapse event.
</summary>
<param name="e">A EventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonOutlookGridGroupBox.OnGroupExpand(Krypton.Toolkit.OutlookGridColumnEventArgs)">
<summary>
Raises the Group Expand event.
</summary>
<param name="e">A EventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonOutlookGridGroupBox.OnGroupCollapse(Krypton.Toolkit.OutlookGridColumnEventArgs)">
<summary>
Raises the Group Collapse event.
</summary>
<param name="e">A EventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonOutlookGridGroupBox.OnGroupIntervalClick(Krypton.Toolkit.OutlookGridColumnEventArgs)">
<summary>
Raises the GroupIntervalClick event.
</summary>
<param name="e">A EventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonOutlookGridGroupBox.OnSortBySummaryCount(Krypton.Toolkit.OutlookGridColumnEventArgs)">
<summary>
Raises the OnSortBySummaryCount event.
</summary>
<param name="e">A EventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonOutlookGridGroupBox.OnHideGroupBox(System.Object,System.EventArgs)">
<summary>
Handles the HideGroupBox event
</summary>
<param name="sender">Source of the event.</param>
<param name="e">A EventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonOutlookGridGroupBox.OnClearGrouping(System.Object,System.EventArgs)">
<summary>
Handles the ClearGrouping event
</summary>
<param name="sender">Source of the event.</param>
<param name="e">A EventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonOutlookGridGroupBox.OnFullCollapse(System.Object,System.EventArgs)">
<summary>
Handles the FullCollapse event
</summary>
<param name="sender">Source of the event.</param>
<param name="e">A EventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonOutlookGridGroupBox.OnFullExpand(System.Object,System.EventArgs)">
<summary>
Handles the FullExpand event
</summary>
<param name="sender">Source of the event.</param>
<param name="e">A EventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonOutlookGridGroupBox.OnGroupCollapse(System.Object,System.EventArgs)">
<summary>
Handles the GroupCollapse event
</summary>
<param name="sender">Source of the event.</param>
<param name="e">A OutlookGridColumnEventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonOutlookGridGroupBox.OnGroupExpand(System.Object,System.EventArgs)">
<summary>
Handles the GroupExpand event
</summary>
<param name="sender">Source of the event.</param>
<param name="e">A OutlookGridColumnEventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonOutlookGridGroupBox.OnSortAscending(System.Object,System.EventArgs)">
<summary>
Handles the SortAscending event
</summary>
<param name="sender">Source of the event.</param>
<param name="e">A EventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonOutlookGridGroupBox.OnSortDescending(System.Object,System.EventArgs)">
<summary>
Handles the SortDescending event
</summary>
<param name="sender">Source of the event.</param>
<param name="e">A EventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonOutlookGridGroupBox.OnUngroup(System.Object,System.EventArgs)">
<summary>
Handles the UnGroup event
</summary>
<param name="sender">Source of the event.</param>
<param name="e">A EventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonOutlookGridGroupBox.OnGroupIntervalClick(System.Object,System.EventArgs)">
<summary>
Handles the GroupIntervalClick event
</summary>
<param name="sender">Source of the event.</param>
<param name="e">A EventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonOutlookGridGroupBox.OnSortBySummaryCount(System.Object,System.EventArgs)">
<summary>
Handles the OnSortBySummaryCount event
</summary>
<param name="sender">Source of the event.</param>
<param name="e">A EventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonOutlookGridGroupBox.KryptonOutlookGridGroupBox_DragDrop(System.Object,System.Windows.Forms.DragEventArgs)">
<summary>
Handles the DragDrop event. Add a new grouping column following a drag drop from the grid
</summary>
<param name="sender">Source of the event.</param>
<param name="e">A DragEventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonOutlookGridGroupBox.KryptonOutlookGridGroupBox_DragEnter(System.Object,System.Windows.Forms.DragEventArgs)">
<summary>
Hnadles the DragEnter event.
</summary>
<param name="sender">Source of the event.</param>
<param name="e">A DragEventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonOutlookGridGroupBox.CreateGroupBox(System.Windows.Forms.DataGridViewColumn,System.String,System.Windows.Forms.SortOrder,System.Boolean)">
<summary>Creates the group box.</summary>
<param name="column">The column.</param>
<param name="groupingType">Type of the grouping.</param>
<param name="order">The order.</param>
<param name="sortBySummary">if set to <c>true</c> [sort by summary].</param>
</member>
<member name="M:Krypton.Toolkit.KryptonOutlookGridGroupBox.ShowColumnBoxContextMenu">
<summary>
Show the context menu for column box
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonOutlookGridGroupBox.UpdateGroupingColumns(System.Collections.Generic.List{Krypton.Toolkit.OutlookGridColumn})">
<summary>
DO NOT USE THIS FUNCTION YOURSELF, USE the corresponding function in OutlookGrid
Update the grouping columns.
</summary>
<param name="list">The list of OutlookGridColumn</param>
</member>
<member name="M:Krypton.Toolkit.KryptonOutlookGridGroupBox.Contains(System.String)">
<summary>
Checks if the column exists in the GroupBox control
</summary>
<param name="columnName">The column name.</param>
<returns>True if exists, otherwise false.</returns>
</member>
<member name="T:Krypton.Toolkit.KryptonPanel">
<summary>
Provides an identifiable area for containing other controls.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonPanel.#ctor">
<summary>
Initialize a new instance of the KryptonPanel class.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonPanel.#ctor(Krypton.Toolkit.PaletteDoubleRedirect,Krypton.Toolkit.PaletteDouble,Krypton.Toolkit.PaletteDouble)">
<summary>
Initialize a new instance of the KryptonPanel class.
</summary>
<param name="stateCommon">Common appearance state to inherit from.</param>
<param name="stateDisabled">Disabled appearance state.</param>
<param name="stateNormal">Normal appearance state.</param>
</member>
<member name="P:Krypton.Toolkit.KryptonPanel.PanelBackStyle">
<summary>
Gets and sets the panel style.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPanel.StateCommon">
<summary>
Gets access to the common panel appearance that other states can override.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPanel.StateDisabled">
<summary>
Gets access to the disabled panel appearance.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPanel.StateNormal">
<summary>
Gets access to the normal panel appearance.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonPanel.SetFixedState(Krypton.Toolkit.PaletteState)">
<summary>
Fix the control to a particular palette state.
</summary>
<param name="state">Palette state to fix.</param>
</member>
<member name="P:Krypton.Toolkit.KryptonPanel.ViewDrawPanel">
<summary>
Gets access to the view element used to draw the KryptonPanel.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonPanel.OnEnabledChanged(System.EventArgs)">
<summary>
Raises the EnabledChanged event.
</summary>
<param name="e">An EventArgs that contains the event data.</param>
</member>
<member name="T:Krypton.Toolkit.KryptonPrintDialog">
<summary>
Allows users to select a printer and choose which portions of the document to print.
Note: Does not support UseExDialog
</summary>
<remarks>
The PrintDlgEx does not have a "Good" way of grabbing the controls after they have been created.
So have decided to keep the code commented out (It works as a control, just not a Kryptonised one, and just needs to have false for the embedding)
This may go into the extended toolkit as a "Full replacement" if it is deemed necessary.
</remarks>
</member>
<member name="P:Krypton.Toolkit.KryptonPrintDialog.Title">
<summary>
Changes the title of the common Print Dialog
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPrintDialog.Icon">
<summary>
Changes the default Icon to Developer set
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPrintDialog.ShowIcon">
<summary>
Changes the default Icon to Developer set
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonPrintDialog.#ctor">
<summary>
Initializes a new instance of the <see cref='T:Krypton.Toolkit.KryptonPrintDialog'/> class.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonPrintDialog.HookProc(System.IntPtr,System.Int32,System.IntPtr,System.IntPtr)">
<inheritdoc />
</member>
<member name="P:Krypton.Toolkit.KryptonPrintDialog.AllowCurrentPage">
<summary>
Gets or sets a value indicating whether the Current Page option button is enabled.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPrintDialog.AllowSomePages">
<summary>
Gets or sets a value indicating whether the Pages option button is enabled.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPrintDialog.AllowPrintToFile">
<summary>
Gets or sets a value indicating whether the Print to file check box is enabled.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPrintDialog.AllowSelection">
<summary>
Gets or sets a value indicating whether the From... To... Page option button is enabled.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPrintDialog.Document">
<summary>
Gets or sets a value indicating the <see cref='T:System.Drawing.Printing.PrintDocument'/> used to obtain Drawing.Printing.PrinterSettings.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPrintDialog.PrinterSettings">
<summary>
Gets or sets the Drawing.Printing.PrinterSettings the
dialog box will be modifying.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPrintDialog.PrintToFile">
<summary>
Gets or sets a value indicating whether the Print to file check box is checked.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPrintDialog.ShowHelp">
<summary>
Gets or sets a value indicating whether the Help button is Displayed.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPrintDialog.ShowNetwork">
<summary>
Gets or sets a value indicating whether the Network button is Displayed.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonPrintDialog.Reset">
<summary>
Resets all options, the last selected printer, and the page
settings to their default values.
</summary>
</member>
<member name="T:Krypton.Toolkit.KryptonProgressBar">
<summary>Represents a Krypton progress bar control.</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonProgressBar.#ctor">
<summary>
Initialize a new instance of the KryptonProgressBar class.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonProgressBar.Dispose(System.Boolean)">
<inheritdoc />
</member>
<member name="P:Krypton.Toolkit.KryptonProgressBar.Values">
<summary>
Gets access to the Progress Bar Label values.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonProgressBar.StateCommon">
<summary>
Gets access to the common ProgressBar appearance that other states can override.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonProgressBar.StateDisabled">
<summary>
Gets access to the disabled ProgressBar appearance entries.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonProgressBar.StateNormal">
<summary>
Gets access to the normal ProgressBar appearance entries.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonProgressBar.Style">
<summary>Gets or sets the manner in which progress should be indicated on the progress bar.</summary>
<returns>One of the <see cref="T:System.Windows.Forms.ProgressBarStyle" /> values. The default is <see cref="F:System.Windows.Forms.ProgressBarStyle.Blocks" /></returns>
<exception cref="T:System.ComponentModel.InvalidEnumArgumentException">The value is not a member of the <see cref="T:System.Windows.Forms.ProgressBarStyle" /> enumeration.</exception>
</member>
<member name="P:Krypton.Toolkit.KryptonProgressBar.BlockCount">
<summary>Gets or sets the number of blocks to render for Blocks style; 0 means automatic sizing based on height.</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonProgressBar.ValueBackColorStyle">
<summary>Gets or sets the color drawing style of the filled value area.</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonProgressBar.MarqueeAnimationSpeed">
<summary>Gets or sets the time period, in milliseconds, that it takes the progress block to scroll across the progress bar.</summary>
<returns>The time period, in milliseconds, that it takes the progress block to scroll across the progress bar.</returns>
<exception cref="T:System.ArgumentOutOfRangeException">The indicated time period is less than 0.</exception>
</member>
<member name="P:Krypton.Toolkit.KryptonProgressBar.Maximum">
<summary>Gets or sets the maximum value of the range of the control.</summary>
<returns>The maximum value of the range. The default is 100.</returns>
<exception cref="T:System.ArgumentException">The value specified is less than 0.</exception>
</member>
<member name="P:Krypton.Toolkit.KryptonProgressBar.Minimum">
<summary>Gets or sets the minimum value of the range of the control.</summary>
<returns>The minimum value of the range. The default is 0.</returns>
<exception cref="T:System.ArgumentException">The value specified for the property is less than 0.</exception>
</member>
<member name="P:Krypton.Toolkit.KryptonProgressBar.Step">
<summary>Gets or sets the amount by which a call to the <see cref="M:System.Windows.Forms.ProgressBar.PerformStep" /> method increases the current position of the progress bar.</summary>
<returns>The amount by which to increment the progress bar with each call to the <see cref="M:System.Windows.Forms.ProgressBar.PerformStep" /> method. The default is 10.</returns>
</member>
<member name="P:Krypton.Toolkit.KryptonProgressBar.Value">
<summary>Gets or sets the current position of the progress bar.</summary>
<returns>The position within the range of the progress bar. The default is 0.</returns>
<exception cref="T:System.ArgumentException">The value specified is greater than the value of the <see cref="P:System.Windows.Forms.ProgressBar.Maximum" /> property.
-or-
The value specified is less than the value of the <see cref="P:System.Windows.Forms.ProgressBar.Minimum" /> property.</exception>
</member>
<member name="P:Krypton.Toolkit.KryptonProgressBar.Text">
<summary>
Gets or sets the text associated with this control.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonProgressBar.ResetText">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.KryptonProgressBar.Increment(System.Int32)">
<summary>Advances the current position of the progress bar by the specified amount.</summary>
<param name="value">The amount by which to increment the progress bar's current position.</param>
<exception cref="T:System.InvalidOperationException">The <see cref="P:System.Windows.Forms.ProgressBar.Style" /> property is set to <see cref="F:System.Windows.Forms.ProgressBarStyle.Marquee" /></exception>
</member>
<member name="M:Krypton.Toolkit.KryptonProgressBar.PerformStep">
<summary>Advances the current position of the progress bar by the amount of the <see cref="P:System.Windows.Forms.ProgressBar.Step" /> property.</summary>
<exception cref="T:System.InvalidOperationException">
<see cref="P:System.Windows.Forms.ProgressBar.Style" /> is set to <see cref="F:System.Windows.Forms.ProgressBarStyle.Marquee" />.</exception>
</member>
<member name="M:Krypton.Toolkit.KryptonProgressBar.ToString">
<summary>Returns a string that represents the <see cref="T:System.Windows.Forms.ProgressBar" /> control.</summary>
<returns>A string that represents the current <see cref="T:System.Windows.Forms.ProgressBar" />.</returns>
</member>
<member name="P:Krypton.Toolkit.KryptonProgressBar.Orientation">
<summary>
Gets and sets the visual orientation of the control.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonProgressBar.UseValueAsText">
<summary>Gets or sets a value indicating whether [use value as text].</summary>
<value><c>true</c> if [use value as text]; otherwise, <c>false</c>.</value>
</member>
<member name="M:Krypton.Toolkit.KryptonProgressBar.GetShortText">
<summary>
Gets the content short text.
</summary>
<returns>String value.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonProgressBar.GetLongText">
<summary>
Gets the content long text.
</summary>
<returns>String value.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonProgressBar.GetImage(Krypton.Toolkit.PaletteState)">
<summary>
Gets the content image.
</summary>
<param name="state">The state for which the image is needed.</param>
<returns>Image value.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonProgressBar.GetImageTransparentColor(Krypton.Toolkit.PaletteState)">
<summary>
Gets the image colour that should be transparent.
</summary>
<param name="state">The state for which the image is needed.</param>
<returns>Colour value.</returns>
</member>
<member name="P:Krypton.Toolkit.KryptonProgressBar.DefaultSize">
<summary>
Gets the default size of the control.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonProgressBar.DefaultImeMode">
<summary>
Gets the default Input Method Editor (IME) mode supported by this control.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonProgressBar.OnEnabledChanged(System.EventArgs)">
<summary>
Raises the EnabledChanged event.
</summary>
<param name="e">An EventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonProgressBar.OnLayout(System.Windows.Forms.LayoutEventArgs)">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.KryptonProgressBar.OnPaint(System.Windows.Forms.PaintEventArgs)">
<inheritdoc />
</member>
<member name="P:Krypton.Toolkit.KryptonProgressBar.AllowDrop">
<inheritdoc />
</member>
<member name="P:Krypton.Toolkit.KryptonProgressBar.BackColor">
<inheritdoc />
</member>
<member name="P:Krypton.Toolkit.KryptonProgressBar.BackgroundImage">
<inheritdoc />
</member>
<member name="E:Krypton.Toolkit.KryptonProgressBar.BackgroundImageChanged">
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.ProgressBar.BackgroundImage" /> property changes.</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonProgressBar.BackgroundImageLayout">
<inheritdoc />
</member>
<member name="E:Krypton.Toolkit.KryptonProgressBar.BackgroundImageLayoutChanged">
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.ProgressBar.BackgroundImageLayout" /> property changes.</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonProgressBar.CausesValidation">
<summary>Gets or sets a value indicating whether the control, when it receives focus, causes validation to be performed on any controls that require validation.</summary>
<returns>
<see langword="true" /> if the control, when it receives focus, causes validation to be performed on any controls that require validation; otherwise, <see langword="false" />. The default is <see langword="true" />.</returns>
</member>
<member name="E:Krypton.Toolkit.KryptonProgressBar.CausesValidationChanged">
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.ProgressBar.CausesValidation" /> property changes.</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonProgressBar.ContextMenuStrip">
<inheritdoc />
</member>
<member name="P:Krypton.Toolkit.KryptonProgressBar.DoubleBuffered">
<inheritdoc />
</member>
<member name="P:Krypton.Toolkit.KryptonProgressBar.Font">
<inheritdoc />
</member>
<member name="E:Krypton.Toolkit.KryptonProgressBar.FontChanged">
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.ProgressBar.Font" /> property changes.</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonProgressBar.ForeColor">
<inheritdoc />
</member>
<member name="P:Krypton.Toolkit.KryptonProgressBar.ImeMode">
<summary>Gets or sets the input method editor (IME) for the <see cref="T:System.Windows.Forms.ProgressBar" /></summary>
<returns>One of the <see cref="T:System.Windows.Forms.ImeMode" /> values.</returns>
</member>
<member name="E:Krypton.Toolkit.KryptonProgressBar.ImeModeChanged">
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.ProgressBar.ImeMode" /> property changes.</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonProgressBar.Padding">
<summary>Gets or sets the space between the edges of a <see cref="T:System.Windows.Forms.ProgressBar" /> control and its contents.</summary>
<returns>
<see cref="F:System.Windows.Forms.Padding.Empty" /> in all cases.</returns>
</member>
<member name="E:Krypton.Toolkit.KryptonProgressBar.PaddingChanged">
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.ProgressBar.Padding" /> property changes.</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonProgressBar.TabStop">
<summary>Overrides <see cref="P:System.Windows.Forms.Control.TabStop" />.</summary>
<returns>true if the user can set the focus to the control by using the TAB key; otherwise, false. The default is true.</returns>
</member>
<member name="E:Krypton.Toolkit.KryptonProgressBar.TabStopChanged">
<summary>Occurs when the <see cref="P:System.Windows.Forms.ProgressBar.TabStop" /> property changes.</summary>
</member>
<member name="E:Krypton.Toolkit.KryptonProgressBar.TextChanged">
<summary>Occurs when the <see cref="P:System.Windows.Forms.ProgressBar.Text" /> property changes.</summary>
</member>
<member name="E:Krypton.Toolkit.KryptonProgressBar.DoubleClick">
<summary>Occurs when the user double-clicks the control.</summary>
</member>
<member name="E:Krypton.Toolkit.KryptonProgressBar.MouseDoubleClick">
<summary>Occurs when the user double-clicks the control.</summary>
</member>
<member name="E:Krypton.Toolkit.KryptonProgressBar.KeyUp">
<summary>Occurs when the user releases a key while the control has focus.</summary>
</member>
<member name="E:Krypton.Toolkit.KryptonProgressBar.KeyDown">
<summary>Occurs when the user presses a key while the control has focus.</summary>
</member>
<member name="E:Krypton.Toolkit.KryptonProgressBar.KeyPress">
<summary>Occurs when the user presses a key while the control has focus.</summary>
</member>
<member name="E:Krypton.Toolkit.KryptonProgressBar.Enter">
<summary>Occurs when focus enters the <see cref="T:System.Windows.Forms.ProgressBar" /> control.</summary>
</member>
<member name="E:Krypton.Toolkit.KryptonProgressBar.Leave">
<summary>Occurs when focus leaves the <see cref="T:System.Windows.Forms.ProgressBar" /> control.</summary>
</member>
<member name="E:Krypton.Toolkit.KryptonProgressBar.Paint">
<summary>Occurs when the <see cref="T:System.Windows.Forms.ProgressBar" /> is drawn.</summary>
</member>
<member name="T:Krypton.Toolkit.KryptonProgressBarToolStripItem">
<summary>Represents a tool strip Krypton progress bar control.</summary>
<seealso cref="T:Krypton.Toolkit.ToolStripControlHostFixed" />
</member>
<member name="M:Krypton.Toolkit.KryptonProgressBarToolStripItem.#ctor">
<summary>Initializes a new instance of the <see cref="T:Krypton.Toolkit.KryptonProgressBarToolStripItem" /> class.</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonProgressBarToolStripItem.KryptonProgressBarHost">
<summary>Gets the krypton progress bar host.</summary>
<value>The krypton progress bar host.</value>
</member>
<member name="P:Krypton.Toolkit.KryptonProgressBarToolStripItem.Values">
<summary>
Gets access to the Progress Bar Label values.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonProgressBarToolStripItem.StateCommon">
<summary>
Gets access to the common ProgressBar appearance that other states can override.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonProgressBarToolStripItem.StateDisabled">
<summary>
Gets access to the disabled ProgressBar appearance entries.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonProgressBarToolStripItem.StateNormal">
<summary>
Gets access to the normal ProgressBar appearance entries.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonProgressBarToolStripItem.Style">
<summary>Gets or sets the manner in which progress should be indicated on the progress bar.</summary>
<returns>One of the <see cref="T:System.Windows.Forms.ProgressBarStyle" /> values. The default is <see cref="F:System.Windows.Forms.ProgressBarStyle.Blocks" /></returns>
<exception cref="T:System.ComponentModel.InvalidEnumArgumentException">The value is not a member of the <see cref="T:System.Windows.Forms.ProgressBarStyle" /> enumeration.</exception>
</member>
<member name="P:Krypton.Toolkit.KryptonProgressBarToolStripItem.MarqueeAnimationSpeed">
<summary>Gets or sets the time period, in milliseconds, that it takes the progress block to scroll across the progress bar.</summary>
<returns>The time period, in milliseconds, that it takes the progress block to scroll across the progress bar.</returns>
<exception cref="T:System.ArgumentOutOfRangeException">The indicated time period is less than 0.</exception>
</member>
<member name="P:Krypton.Toolkit.KryptonProgressBarToolStripItem.Maximum">
<summary>Gets or sets the maximum value of the range of the control.</summary>
<returns>The maximum value of the range. The default is 100.</returns>
<exception cref="T:System.ArgumentException">The value specified is less than 0.</exception>
</member>
<member name="P:Krypton.Toolkit.KryptonProgressBarToolStripItem.Minimum">
<summary>Gets or sets the minimum value of the range of the control.</summary>
<returns>The minimum value of the range. The default is 0.</returns>
<exception cref="T:System.ArgumentException">The value specified for the property is less than 0.</exception>
</member>
<member name="P:Krypton.Toolkit.KryptonProgressBarToolStripItem.Step">
<summary>Gets or sets the amount by which a call to the <see cref="M:System.Windows.Forms.ProgressBar.PerformStep" /> method increases the current position of the progress bar.</summary>
<returns>The amount by which to increment the progress bar with each call to the <see cref="M:System.Windows.Forms.ProgressBar.PerformStep" /> method. The default is 10.</returns>
</member>
<member name="P:Krypton.Toolkit.KryptonProgressBarToolStripItem.Value">
<summary>Gets or sets the current position of the progress bar.</summary>
<returns>The position within the range of the progress bar. The default is 0.</returns>
<exception cref="T:System.ArgumentException">The value specified is greater than the value of the <see cref="P:System.Windows.Forms.ProgressBar.Maximum" /> property.
-or-
The value specified is less than the value of the <see cref="P:System.Windows.Forms.ProgressBar.Minimum" /> property.</exception>
</member>
<member name="P:Krypton.Toolkit.KryptonProgressBarToolStripItem.Text">
<inheritdoc/>
</member>
<member name="P:Krypton.Toolkit.KryptonProgressBarToolStripItem.UseValueAsText">
<summary>Gets or sets a value indicating whether [use value as text].</summary>
<value><c>true</c> if [use value as text]; otherwise, <c>false</c>.</value>
</member>
<member name="P:Krypton.Toolkit.KryptonProgressBarToolStripItem.Size">
<inheritdoc />
</member>
<member name="P:Krypton.Toolkit.KryptonProgressBarToolStripItem.BackColor">
<inheritdoc />
</member>
<member name="P:Krypton.Toolkit.KryptonProgressBarToolStripItem.ForeColor">
<inheritdoc />
</member>
<member name="T:Krypton.Toolkit.KryptonPropertyGrid">
<summary>A property grid control that supports the Krypton render.</summary>
/// <seealso cref="P:Krypton.Toolkit.KryptonPropertyGrid.PropertyGrid" />
</member>
<member name="M:Krypton.Toolkit.KryptonPropertyGrid.InternalPropertyGrid.#ctor(Krypton.Toolkit.KryptonPropertyGrid)">
<summary>
Initialize a new instance of the InternalPropertyGrid class.
</summary>
<param name="kryptonPropertyGrid">Reference to owning control.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonPropertyGrid.InternalPropertyGrid.Dispose(System.Boolean)">
<summary>
Releases all resources used by the Control.
</summary>
<param name="disposing">true to release both managed and unmanaged resources; false to release only unmanaged resources.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonPropertyGrid.InternalPropertyGrid.Recreate">
<summary>
Recreate the window handle.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPropertyGrid.InternalPropertyGrid.ViewDrawPanel">
<summary>
Gets access to the contained view draw panel instance.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonPropertyGrid.InternalPropertyGrid.OnSystemColorsChanged(System.EventArgs)">
<summary>Raises the <see cref="E:System.Windows.Forms.Control.SystemColorsChanged" /> event.</summary>
<param name="e">An <see cref="T:System.EventArgs" /> that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonPropertyGrid.InternalPropertyGrid.OnLayout(System.Windows.Forms.LayoutEventArgs)">
<summary>
Raises the Layout event.
</summary>
<param name="levent">A LayoutEventArgs containing the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonPropertyGrid.InternalPropertyGrid.WndProc(System.Windows.Forms.Message@)">
<summary>
Process Windows-based messages.
</summary>
<param name="m">A Windows-based message.</param>
</member>
<member name="E:Krypton.Toolkit.KryptonPropertyGrid.PreviewKeyDown">
<summary>Occurs before a key is pressed while the control has focus.</summary>
</member>
<member name="E:Krypton.Toolkit.KryptonPropertyGrid.PropertySortChanged">
<summary>Occurs when the property sort changes.</summary>
</member>
<member name="E:Krypton.Toolkit.KryptonPropertyGrid.PropertyTabChanged">
<summary>Occurs when the property tab changes.</summary>
</member>
<member name="E:Krypton.Toolkit.KryptonPropertyGrid.PropertyValueChanged">
<summary>Occurs when the property value changes.</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonPropertyGrid.#ctor">
<summary>Initializes a new instance of the <see cref="T:Krypton.Toolkit.KryptonPropertyGrid" /> class.</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonPropertyGrid.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="P:Krypton.Toolkit.KryptonPropertyGrid.PropertyGrid">
<summary>
Gets access to the contained TreeView instance.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPropertyGrid.ContainedControl">
<summary>
Gets access to the contained input control.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPropertyGrid.StateCommon">
<summary>
Gets access to the common appearance entries that other states can override.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPropertyGrid.StateDisabled">
<summary>
Gets access to the disabled appearance entries.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPropertyGrid.StateNormal">
<summary>
Gets access to the normal appearance entries.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPropertyGrid.StateActive">
<summary>
Gets access to the active appearance entries.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPropertyGrid.AlwaysActive">
<summary>
Gets and sets Determines if the control is always active or has focus.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonPropertyGrid.SetFixedState(System.Boolean)">
<summary>
Sets the fixed state of the control.
</summary>
<param name="active">Should the control be fixed as active.</param>
</member>
<member name="P:Krypton.Toolkit.KryptonPropertyGrid.IsActive">
<summary>
Gets a value indicating if the input control is active.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonPropertyGrid.Focus">
<summary>
Sets input focus to the control.
</summary>
<returns>true if the input focus request was successful; otherwise, false.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonPropertyGrid.Select">
<summary>
Activates the control.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPropertyGrid.CommandsVisibleIfAvailable">
<summary>
Returns true if the commands pane will be shown for objects
that expose verbs.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPropertyGrid.HelpVisible">
<summary>
Sets or gets the visibility state of the help pane.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPropertyGrid.CanShowVisualStyleGlyphs">
<summary>
Gets or sets a value that indicates whether OS-specific visual style glyphs are used for the expansion
nodes in the grid area.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPropertyGrid.PropertySort">
<summary>
Sets or gets the current property sort type, which can be
PropertySort.Categorized or PropertySort.Alphabetical.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPropertyGrid.SelectedObject">
<summary>
Sets a single object into the grid to be browsed. If multiple objects are being browsed, this property
will return the first one in the list. If no objects are selected, null is returned.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPropertyGrid.BackColor">
<summary>Gets or sets the background color for the control.</summary>
<returns>A <see cref="T:System.Drawing.Color" /> that represents the background color of the control. The default is the value of the <see cref="P:System.Windows.Forms.Control.DefaultBackColor" /> property.</returns>
</member>
<member name="P:Krypton.Toolkit.KryptonPropertyGrid.ForeColor">
<summary>Gets or sets the foreground color of the control.</summary>
<returns>The foreground <see cref="T:System.Drawing.Color" /> of the control. The default is the value of the <see cref="P:System.Windows.Forms.Control.DefaultForeColor" /> property.</returns>
</member>
<member name="P:Krypton.Toolkit.KryptonPropertyGrid.Font">
<summary>Gets or sets the font of the text displayed by the control.</summary>
<returns>The <see cref="T:System.Drawing.Font" /> to apply to the text displayed by the control. The default is the value of the <see cref="P:System.Windows.Forms.Control.DefaultFont" /> property.</returns>
</member>
<member name="P:Krypton.Toolkit.KryptonPropertyGrid.ToolbarVisible">
<summary>
Sets or gets the visibility state of the toolStrip.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonPropertyGrid.CollapseAllGridItems">
<summary> Collapses all the nodes in the PropertyGrid</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonPropertyGrid.ExpandAllGridItems">
<summary>Expands all the categories in the <see cref="T:System.Windows.Forms.PropertyGrid" />.</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonPropertyGrid.RefreshTabs(System.ComponentModel.PropertyTabScope)">
<summary>
Refreshes the tabs of the specified <paramref name="tabScope"/>.
</summary>
<param name="tabScope">
Either <see cref="F:System.ComponentModel.PropertyTabScope.Component"/> or <see cref="F:System.ComponentModel.PropertyTabScope.Document"/>.
</param>
<remarks>
<para>
The <see cref="M:Krypton.Toolkit.KryptonPropertyGrid.RefreshTabs(System.ComponentModel.PropertyTabScope)"/> method first deletes the property tabs of the specified
scope, it then requires the objects and documents to rebuild the tabs.
</para>
</remarks>
</member>
<member name="M:Krypton.Toolkit.KryptonPropertyGrid.ResetSelectedProperty">
<summary>Resets the selected property to its default value.</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonPropertyGrid.UpdateStateAndPalettes">
<summary>Initialises the colours.</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonPropertyGrid.WndProc(System.Windows.Forms.Message@)">
<summary>
Process Windows-based messages.
</summary>
<param name="m">A Windows-based message.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonPropertyGrid.OnTabStopChanged(System.EventArgs)">
<summary>
Raises the TabStop event.
</summary>
<param name="e">An EventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonPropertyGrid.OnCausesValidationChanged(System.EventArgs)">
<summary>
Raises the CausesValidationChanged event.
</summary>
<param name="e">An EventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonPropertyGrid.OnHandleCreated(System.EventArgs)">
<summary>
Raises the HandleCreated event.
</summary>
<param name="e">An EventArgs containing the event data.</param>
</member>
<member name="P:Krypton.Toolkit.KryptonPropertyGrid.DefaultSize">
<summary>
Gets the default size of the control.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonPropertyGrid.CreateHandle">
<inheritdoc/>>
</member>
<member name="M:Krypton.Toolkit.KryptonPropertyGrid.ForceControlLayout">
<summary>
Force the layout logic to size and position the controls.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonPropertyGrid.OnNeedPaint(System.Object,Krypton.Toolkit.NeedLayoutEventArgs)">
<inheritdoc />
<summary>
Processes a notification from palette storage of a paint and optional layout required.
</summary>
<param name="sender">Source of notification.</param>
<param name="e">An NeedLayoutEventArgs containing event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonPropertyGrid.OnLayout(System.Windows.Forms.LayoutEventArgs)">
<summary>
Raises the Layout event.
</summary>
<param name="levent">An EventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonPropertyGrid.OnNotifyMessage(System.Windows.Forms.Message)">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.KryptonPropertyGrid.OnEnabledChanged(System.EventArgs)">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.KryptonPropertyGrid.CreateControlsInstance">
<summary>
Creates a new instance of the control collection for the KryptonTreeView.
</summary>
<returns>A new instance of Control.ControlCollection assigned to the control.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonPropertyGrid.CanResetCurrentProperty">
<summary>
Determine if currently selected property can be reset.
</summary>
<returns>True when reset is possible.</returns>
</member>
<member name="T:Krypton.Toolkit.KryptonRadioButton">
<summary>
Display radio button with text and images with the styling features of the Krypton Toolkit
</summary>
</member>
<member name="E:Krypton.Toolkit.KryptonRadioButton.DoubleClick">
<summary>
Occurs when the control is double clicked with the mouse.
</summary>
</member>
<member name="E:Krypton.Toolkit.KryptonRadioButton.MouseDoubleClick">
<summary>
Occurs when the control is mouse double clicked with the mouse.
</summary>
</member>
<member name="E:Krypton.Toolkit.KryptonRadioButton.ImeModeChanged">
<summary>
Occurs when the value of the ImeMode property is changed.
</summary>
</member>
<member name="E:Krypton.Toolkit.KryptonRadioButton.CheckedChanged">
<summary>
Occurs when the value of the Checked property has changed.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonRadioButton.#ctor">
<summary>
Initialize a new instance of the RadioButton class.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonRadioButton.AutoSize">
<summary>
Gets and sets the automatic resize of the control to fit contents.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonRadioButton.AutoSizeMode">
<summary>
Gets and sets the mode for when auto sizing.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonRadioButton.Padding">
<summary>
Gets and sets the internal padding space.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonRadioButton.Text">
<summary>
Gets or sets the text associated with this control.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonRadioButton.ResetText">
<summary>
Resets the Text property to its default value.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonRadioButton.Orientation">
<summary>
Gets and sets the visual orientation of the control.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonRadioButton.CheckPosition">
<summary>
Gets and sets the position of the radio button.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonRadioButton.LabelStyle">
<summary>
Gets and sets the label style.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonRadioButton.Values">
<summary>
Gets access to the label content.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonRadioButton.Images">
<summary>
Gets access to the image value overrides.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonRadioButton.StateCommon">
<summary>
Gets access to the common label appearance that other states can override.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonRadioButton.StateDisabled">
<summary>
Gets access to the disabled label appearance entries.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonRadioButton.StateNormal">
<summary>
Gets access to the normal label appearance entries.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonRadioButton.OverrideFocus">
<summary>
Gets access to the label appearance when it has focus.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonRadioButton.UseMnemonic">
<summary>
Gets or sets a value indicating whether an ampersand is included in the text of the control.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonRadioButton.Checked">
<summary>
Gets or sets a value indicating if the component is in the checked state.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonRadioButton.AutoCheck">
<summary>
Gets or sets a value indicating if the radio button is automatically changed state when clicked.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonRadioButton.Focus">
<summary>
Sets input focus to the control.
</summary>
<returns>true if the input focus request was successful; otherwise, false.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonRadioButton.Select">
<summary>
Activates the control.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonRadioButton.SetFixedState(System.Boolean,System.Boolean,System.Boolean,System.Boolean)">
<summary>
Fix the control to a particular palette state.
</summary>
<param name="focus">Focus state for display.</param>
<param name="enabled">Enabled state for display.</param>
<param name="tracking">Tracking state for display.</param>
<param name="pressed">Pressed state for display.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonRadioButton.OnDoubleClick(System.EventArgs)">
<summary>
Raises the DoubleClick event.
</summary>
<param name="e">An EventArgs containing the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonRadioButton.OnMouseDoubleClick(System.EventArgs)">
<summary>
Raises the MouseDoubleClick event.
</summary>
<param name="e">An EventArgs containing the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonRadioButton.OnMouseImeModeChanged(System.EventArgs)">
<summary>
Raises the ImeModeChanged event.
</summary>
<param name="e">An EventArgs containing the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonRadioButton.OnCheckedChanged(System.EventArgs)">
<summary>
Raises the CheckedChanged event.
</summary>
<param name="e">An EventArgs containing the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonRadioButton.OnGotFocus(System.EventArgs)">
<summary>
Raises the GotFocus event.
</summary>
<param name="e">An EventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonRadioButton.OnLostFocus(System.EventArgs)">
<summary>
Raises the LostFocus event.
</summary>
<param name="e">An EventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonRadioButton.OnClick(System.EventArgs)">
<summary>
Raises the Click event.
</summary>
<param name="e">An EventArgs containing the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonRadioButton.SetLabelStyle(Krypton.Toolkit.LabelStyle)">
<summary>
Update the view elements based on the requested label style.
</summary>
<param name="style">New label style.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonRadioButton.ProcessMnemonic(System.Char)">
<summary>
Processes a mnemonic character.
</summary>
<param name="charCode">The mnemonic character entered.</param>
<returns>true if the mnemonic was processed; otherwise, false.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonRadioButton.OnEnabledChanged(System.EventArgs)">
<summary>
Raises the EnabledChanged event.
</summary>
<param name="e">An EventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonRadioButton.OnRightToLeftChanged(System.EventArgs)">
<summary>
Raises the RightToLeftChanged event.
</summary>
<param name="e">An EventArgs containing event data.</param>
</member>
<member name="P:Krypton.Toolkit.KryptonRadioButton.DefaultSize">
<summary>
Gets the default size of the control.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonRadioButton.EvalTransparentPaint">
<summary>
Work out if this control needs to paint transparent areas.
</summary>
<returns>True if paint required; otherwise false.</returns>
</member>
<member name="T:Krypton.Toolkit.KryptonRichTextBox">
<summary>
Provide a RichTextBox with Krypton styling applied.
</summary>
</member>
<member name="E:Krypton.Toolkit.KryptonRichTextBox.InternalRichTextBox.TrackMouseEnter">
<summary>
Occurs when the mouse enters the InternalComboBox.
</summary>
</member>
<member name="E:Krypton.Toolkit.KryptonRichTextBox.InternalRichTextBox.TrackMouseLeave">
<summary>
Occurs when the mouse leaves the InternalComboBox.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonRichTextBox.InternalRichTextBox.#ctor(Krypton.Toolkit.KryptonRichTextBox)">
<summary>
Initialize a new instance of the InternalTextBox class.
</summary>
<param name="kryptonRichTextBox">Reference to owning control.</param>
</member>
<member name="P:Krypton.Toolkit.KryptonRichTextBox.InternalRichTextBox.MouseOver">
<summary>
Gets and sets if the mouse is currently over the combo box.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonRichTextBox.InternalRichTextBox.Print(System.Int32,System.Int32,System.Drawing.Graphics,System.Drawing.Rectangle)">
<summary>
Print the specified range of characters.
</summary>
<param name="charFrom">Start character.</param>
<param name="charTo">End character.</param>
<param name="gr">Graphics instance to use.</param>
<param name="bounds">Drawing bounds.</param>
<returns>Pointer to returned result.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonRichTextBox.InternalRichTextBox.WndProc(System.Windows.Forms.Message@)">
<summary>
Process Windows-based messages.
</summary>
<param name="m">A Windows-based message.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonRichTextBox.InternalRichTextBox.OnTrackMouseEnter(System.EventArgs)">
<summary>
Raises the TrackMouseEnter event.
</summary>
<param name="e">An EventArgs containing the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonRichTextBox.InternalRichTextBox.OnTrackMouseLeave(System.EventArgs)">
<summary>
Raises the TrackMouseLeave event.
</summary>
<param name="e">An EventArgs containing the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonRichTextBox.InternalRichTextBox.OnMouseMove(System.Windows.Forms.MouseEventArgs)">
<summary>
Raises the OnMouseMove event.
</summary>
<param name="e">An EventArgs containing the event data.</param>
</member>
<member name="T:Krypton.Toolkit.KryptonRichTextBox.RichTextBoxButtonSpecCollection">
<summary>
Collection for managing ButtonSpecAny instances.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonRichTextBox.RichTextBoxButtonSpecCollection.#ctor(Krypton.Toolkit.KryptonRichTextBox)">
<summary>
Initialize a new instance of the RichTextBoxButtonSpecCollection class.
</summary>
<param name="owner">Reference to owning object.</param>
</member>
<member name="E:Krypton.Toolkit.KryptonRichTextBox.AcceptsTabChanged">
<summary>
Occurs when the value of the AcceptsTab property changes.
</summary>
</member>
<member name="E:Krypton.Toolkit.KryptonRichTextBox.HideSelectionChanged">
<summary>
Occurs when the value of the HideSelection property changes.
</summary>
</member>
<member name="E:Krypton.Toolkit.KryptonRichTextBox.ModifiedChanged">
<summary>
Occurs when the value of the Modified property changes.
</summary>
</member>
<member name="E:Krypton.Toolkit.KryptonRichTextBox.MultilineChanged">
<summary>
Occurs when the value of the Multiline property changes.
</summary>
</member>
<member name="E:Krypton.Toolkit.KryptonRichTextBox.ReadOnlyChanged">
<summary>
Occurs when the value of the ReadOnly property changes.
</summary>
</member>
<member name="E:Krypton.Toolkit.KryptonRichTextBox.SelectionChanged">
<summary>
Occurs when the current selection has changed.
</summary>
</member>
<member name="E:Krypton.Toolkit.KryptonRichTextBox.Protected">
<summary>
Occurs when the user takes an action that would change a protected range of text.
</summary>
</member>
<member name="E:Krypton.Toolkit.KryptonRichTextBox.LinkClicked">
<summary>
Occurs when a hyperlink in the text is clicked.
</summary>
</member>
<member name="E:Krypton.Toolkit.KryptonRichTextBox.HScroll">
<summary>
Occurs when the horizontal scroll bar is clicked.
</summary>
</member>
<member name="E:Krypton.Toolkit.KryptonRichTextBox.VScroll">
<summary>
Occurs when the vertical scroll bar is clicked.
</summary>
</member>
<member name="E:Krypton.Toolkit.KryptonRichTextBox.TrackMouseEnter">
<summary>
Occurs when the mouse enters the control.
</summary>
</member>
<member name="E:Krypton.Toolkit.KryptonRichTextBox.TrackMouseLeave">
<summary>
Occurs when the mouse leaves the control.
</summary>
</member>
<member name="E:Krypton.Toolkit.KryptonRichTextBox.BackColorChanged">
<summary>
Occurs when the value of the BackColor property changes.
</summary>
</member>
<member name="E:Krypton.Toolkit.KryptonRichTextBox.BackgroundImageChanged">
<summary>
Occurs when the value of the BackgroundImage property changes.
</summary>
</member>
<member name="E:Krypton.Toolkit.KryptonRichTextBox.BackgroundImageLayoutChanged">
<summary>
Occurs when the value of the BackgroundImageLayout property changes.
</summary>
</member>
<member name="E:Krypton.Toolkit.KryptonRichTextBox.ForeColorChanged">
<summary>
Occurs when the value of the ForeColor property changes.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonRichTextBox.#ctor">
<summary>
Initialize a new instance of the KryptonRichTextBox class.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonRichTextBox.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="P:Krypton.Toolkit.KryptonRichTextBox.TabStop">
<summary>
Gets and sets if the control is in the tab chain.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonRichTextBox.InRibbonDesignMode">
<summary>
Gets and sets if the control is in the ribbon design mode.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonRichTextBox.RichTextBox">
<summary>
Gets access to the contained RichTextBox instance.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonRichTextBox.ContainedControl">
<summary>
Gets access to the contained input control.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonRichTextBox.Focused">
<summary>
Gets a value indicating whether the control has input focus.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonRichTextBox.AllowDrop">
<summary>
Gets or sets the ability to drag/drop onto the control.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonRichTextBox.AutoSize">
<summary>
Gets and sets a value indicating if the control is automatically sized.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonRichTextBox.BackColor">
<summary>
Gets or sets the background color for the control.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonRichTextBox.Font">
<summary>
Gets or sets the font of the text Displayed by the control.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonRichTextBox.ForeColor">
<summary>
Gets or sets the foreground color for the control.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonRichTextBox.Padding">
<summary>
Gets and sets the internal padding space.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonRichTextBox.Text">
<summary>
Gets and sets the text associated associated with the control.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonRichTextBox.TextLength">
<summary>
Gets the length of text in the control.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonRichTextBox.ContextMenuStrip">
<summary>
Gets and sets the associated context menu strip.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonRichTextBox.CanRedo">
<summary>
Gets and sets if the control can redo a previously undo operation.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonRichTextBox.CanUndo">
<summary>
Gets a value indicating whether the user can undo the previous operation in a rich text box control.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonRichTextBox.Modified">
<summary>
Gets a value indicating whether the contents have changed since last last.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonRichTextBox.LanguageOption">
<summary>
Gets and sets the language option.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonRichTextBox.RedoActionName">
<summary>
Gets and sets the name of the action to be redone.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonRichTextBox.UndoActionName">
<summary>
Gets and sets the name of the action to be undone.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonRichTextBox.RichTextShortcutsEnabled">
<summary>
Gets and sets if keyboard shortcuts are enabled.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonRichTextBox.Rtf">
<summary>
Gets and sets the text in rich text format.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonRichTextBox.SelectedRtf">
<summary>
Gets and sets the selection portion of the rich text format.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonRichTextBox.SelectedText">
<summary>
Gets and sets the selected text within the control.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonRichTextBox.SelectionAlignment">
<summary>
Gets and sets the alignment of the selection.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonRichTextBox.SelectionBackColor">
<summary>
Gets and sets the background color of the selected area.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonRichTextBox.SelectionBullet">
<summary>
Gets and sets the bullet indentation of the selected area.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonRichTextBox.SelectionCharOffset">
<summary>
Gets and sets the character offset of the selection.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonRichTextBox.SelectionColor">
<summary>
Gets and sets the text color of the selected area.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonRichTextBox.SelectionFont">
<summary>
Gets and sets the text font for the selected area.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonRichTextBox.SelectionHangingIndent">
<summary>
Gets and sets the hanging indent for the selected area.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonRichTextBox.SelectionIndent">
<summary>
Gets and sets the indent for the selected area.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonRichTextBox.SelectionLength">
<summary>
Gets and sets the selection length for the selected area.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonRichTextBox.SelectionProtected">
<summary>
Gets and sets the protected setting for the selected area.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonRichTextBox.SelectionRightIndent">
<summary>
Gets and sets the right indent for the selected area.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonRichTextBox.SelectionStart">
<summary>
Gets and sets the starting point of text selected in the control.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonRichTextBox.SelectionTabs">
<summary>
Gets and sets the tab settings for the selected area.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonRichTextBox.SelectionType">
<summary>
Gets and sets the type of selection.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonRichTextBox.UseMnemonic">
<summary>
Gets or sets a value indicating whether mnemonics will fire button spec buttons.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonRichTextBox.AlwaysActive">
<summary>
Gets and sets Determines if the control is always active or only when the mouse is over the control or has focus.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonRichTextBox.Lines">
<summary>
Gets or sets the lines of text in a multiline edit, as an array of String values.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonRichTextBox.ScrollBars">
<summary>
Gets or sets, for multiline edit controls, which scroll bars will be shown for this control.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonRichTextBox.WordWrap">
<summary>
Indicates if lines are automatically word-wrapped for multiline edit controls.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonRichTextBox.RightMargin">
<summary>
Defines the right margin dimensions.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonRichTextBox.ShowSelectionMargin">
<summary>
Turns on/off the selection margin.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonRichTextBox.ZoomFactor">
<summary>
Defines the current scaling factor of the KryptonRichTextBox display; 1.0 is normal viewing.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonRichTextBox.Multiline">
<summary>
Gets and sets whether the text in the control can span more than one line.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonRichTextBox.AcceptsTab">
<summary>
Gets or sets a value indicating if tab characters are accepted as input for multiline edit controls.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonRichTextBox.HideSelection">
<summary>
Gets or sets a value indicating that the selection should be hidden when the edit control loses focus.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonRichTextBox.MaxLength">
<summary>
Gets or sets the maximum number of characters that can be entered into the edit control.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonRichTextBox.AutoWordSelection">
<summary>
Turns on/off automatic word selection.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonRichTextBox.BulletIndent">
<summary>
Defines the indent for bullets in the control.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonRichTextBox.DetectUrls">
<summary>
Indicates whether URLs are automatically formatted as links.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonRichTextBox.EnableAutoDragDrop">
<summary>
Enable drag/drop of text, pictures and other data.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonRichTextBox.ReadOnly">
<summary>
Gets or sets a value indicating whether the text in the edit control can be changed or not.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonRichTextBox.ShortcutsEnabled">
<summary>
Gets or sets a value indicating whether shortcuts defined for the control are enabled.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonRichTextBox.InputControlStyle">
<summary>
Gets and sets the input control style.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonRichTextBox.AllowButtonSpecToolTips">
<summary>
Gets and sets a value indicating if tooltips should be Displayed for button specs.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonRichTextBox.AllowButtonSpecToolTipPriority">
<summary>
Gets and sets a value indicating if button spec tooltips should remove the parent tooltip.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonRichTextBox.ButtonSpecs">
<summary>
Gets the collection of button specifications.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonRichTextBox.StateCommon">
<summary>
Gets access to the common textbox appearance entries that other states can override.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonRichTextBox.StateDisabled">
<summary>
Gets access to the disabled textbox appearance entries.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonRichTextBox.StateNormal">
<summary>
Gets access to the normal textbox appearance entries.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonRichTextBox.StateActive">
<summary>
Gets access to the active textbox appearance entries.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonRichTextBox.AppendText(System.String)">
<summary>
Appends text to the current text of a rich text box.
</summary>
<param name="text">The text to append to the current contents of the text box.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonRichTextBox.Clear">
<summary>
Clears all text from the text box control.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonRichTextBox.ClearUndo">
<summary>
Clears information about the most recent operation from the undo buffer of the rich text box.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonRichTextBox.Copy">
<summary>
Copies the current selection in the text box to the Clipboard.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonRichTextBox.Cut">
<summary>
Moves the current selection in the text box to the Clipboard.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonRichTextBox.DeselectAll">
<summary>
Specifies that the value of the SelectionLength property is zero so that no characters are selected in the control.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonRichTextBox.CanPaste(System.Windows.Forms.DataFormats.Format)">
<summary>
Determines whether you can paste information from the Clipboard in the specified data format.
</summary>
<param name="clipFormat">One of the System.Windows.Forms.DataFormats.Format values.</param>
<returns>true if you can paste data from the Clipboard in the specified data format; otherwise, false.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonRichTextBox.Find(System.String)">
<summary>
Searches the text in a RichTextBox control for a string.
</summary>
<param name="str">The text to locate in the control.</param>
<returns>The location within the control where the search text was found or -1 if the search string is not found or an empty search string is specified in the str parameter.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonRichTextBox.Find(System.Char[])">
<summary>
Searches the text of a RichTextBox control for the first instance of a character from a list of characters.
</summary>
<param name="characterSet">The array of characters to search for.</param>
<returns>The location within the control where the search characters were found or -1 if the search characters are not found or an empty search character set is specified in the char parameter.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonRichTextBox.Find(System.Char[],System.Int32)">
<summary>
Searches the text of a RichTextBox control, at a specific starting point, for the first instance of a character from a list of characters.
</summary>
<param name="characterSet">The array of characters to search for.</param>
<param name="start">The location within the control's text at which to begin searching.</param>
<returns>The location within the control where the search characters are found.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonRichTextBox.Find(System.String,System.Windows.Forms.RichTextBoxFinds)">
<summary>
Searches the text in a RichTextBox control for a string with specific options applied to the search.
</summary>
<param name="str">The text to locate in the control.</param>
<param name="options">A bitwise combination of the RichTextBoxFinds values.</param>
<returns>The location within the control where the search text was found.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonRichTextBox.Find(System.Char[],System.Int32,System.Int32)">
<summary>
Searches a range of text in a RichTextBox control for the first instance of a character from a list of characters.
</summary>
<param name="characterSet">The array of characters to search for.</param>
<param name="start">The location within the control's text at which to begin searching.</param>
<param name="end">The location within the control's text at which to end searching.</param>
<returns>The location within the control where the search characters are found.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonRichTextBox.Find(System.String,System.Int32,System.Windows.Forms.RichTextBoxFinds)">
<summary>
Searches the text in a RichTextBox control for a string at a specific location within the control and with specific options applied to the search.
</summary>
<param name="str">The text to locate in the control.</param>
<param name="start">The location within the control's text at which to begin searching.</param>
<param name="options">A bitwise combination of the RichTextBoxFinds values.</param>
<returns>The location within the control where the search text was found.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonRichTextBox.Find(System.String,System.Int32,System.Int32,System.Windows.Forms.RichTextBoxFinds)">
<summary>
Searches the text in a RichTextBox control for a string within a range of text within the control and with specific options applied to the search.
</summary>
<param name="str">The text to locate in the control.</param>
<param name="start">The location within the control's text at which to begin searching.</param>
<param name="end">The location within the control's text at which to end searching. This value must be equal to negative one (-1) or greater than or equal to the start parameter.</param>
<param name="options">A bitwise combination of the RichTextBoxFinds values.</param>
<returns></returns>
</member>
<member name="M:Krypton.Toolkit.KryptonRichTextBox.GetCharFromPosition(System.Drawing.Point)">
<summary>
Retrieves the character that is closest to the specified location within the control.
</summary>
<param name="pt">The location from which to seek the nearest character.</param>
<returns>The character at the specified location.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonRichTextBox.GetCharIndexFromPosition(System.Drawing.Point)">
<summary>
Retrieves the index of the character nearest to the specified location.
</summary>
<param name="pt">The location to search.</param>
<returns>The zero-based character index at the specified location.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonRichTextBox.GetFirstCharIndexFromLine(System.Int32)">
<summary>
Retrieves the index of the first character of a given line.
</summary>
<param name="lineNumber">The line for which to get the index of its first character.</param>
<returns>The zero-based character index in the specified line.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonRichTextBox.GetFirstCharIndexOfCurrentLine">
<summary>
Retrieves the index of the first character of the current line.
</summary>
<returns>The zero-based character index in the current line.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonRichTextBox.GetLineFromCharIndex(System.Int32)">
<summary>
Retrieves the line number from the specified character position within the text of the RichTextBox control.
</summary>
<param name="index">The character index position to search.</param>
<returns>The zero-based line number in which the character index is located.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonRichTextBox.GetPositionFromCharIndex(System.Int32)">
<summary>
Retrieves the location within the control at the specified character index.
</summary>
<param name="index">The index of the character for which to retrieve the location.</param>
<returns>The location of the specified character.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonRichTextBox.LoadFile(System.String)">
<summary>
Loads a rich text format (RTF) or standard ASCII text file into the RichTextBox control.
</summary>
<param name="path">The name and location of the file to load into the control.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonRichTextBox.LoadFile(System.IO.Stream,System.Windows.Forms.RichTextBoxStreamType)">
<summary>
Loads the contents of an existing data stream into the RichTextBox control.
</summary>
<param name="data">A stream of data to load into the RichTextBox control.</param>
<param name="fileType">One of the RichTextBoxStreamType values.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonRichTextBox.LoadFile(System.String,System.Windows.Forms.RichTextBoxStreamType)">
<summary>
Loads a specific type of file into the RichTextBox control.
</summary>
<param name="path">The name and location of the file to load into the control.</param>
<param name="fileType">One of the RichTextBoxStreamType values.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonRichTextBox.Paste">
<summary>
Replaces the current selection in the text box with the contents of the Clipboard.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonRichTextBox.Undo">
<summary>
Undoes the last edit operation in the text box.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonRichTextBox.Paste(System.Windows.Forms.DataFormats.Format)">
<summary>
Pastes the contents of the Clipboard in the specified Clipboard format.
</summary>
<param name="clipFormat">The Clipboard format in which the data should be obtained from the Clipboard.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonRichTextBox.Redo">
<summary>
Reapplies the last operation that was undone in the control.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonRichTextBox.SaveFile(System.String)">
<summary>
Saves the contents of the RichTextBox to a rich text format (RTF) file.
</summary>
<param name="path">The name and location of the file to save.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonRichTextBox.SaveFile(System.IO.Stream,System.Windows.Forms.RichTextBoxStreamType)">
<summary>
Saves the contents of a RichTextBox control to an open data stream.
</summary>
<param name="data">The data stream that contains the file to save to.</param>
<param name="fileType">One of the RichTextBoxStreamType values.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonRichTextBox.SaveFile(System.String,System.Windows.Forms.RichTextBoxStreamType)">
<summary>
Saves the contents of the KryptonRichTextBox to a specific type of file.
</summary>
<param name="path">The name and location of the file to save.</param>
<param name="fileType">One of the RichTextBoxStreamType values.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonRichTextBox.ScrollToCaret">
<summary>
Scrolls the contents of the control to the current caret position.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonRichTextBox.Select(System.Int32,System.Int32)">
<summary>
Selects a range of text in the control.
</summary>
<param name="start">The position of the first character in the current text selection within the text box.</param>
<param name="length">The number of characters to select.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonRichTextBox.SelectAll">
<summary>
Selects all text in the control.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonRichTextBox.SetFixedState(System.Boolean)">
<summary>
Sets the fixed state of the control.
</summary>
<param name="active">Should the control be fixed as active.</param>
</member>
<member name="P:Krypton.Toolkit.KryptonRichTextBox.ToolTipManager">
<summary>
Gets access to the ToolTipManager used for displaying tool tips.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonRichTextBox.IsActive">
<summary>
Gets a value indicating if the input control is active.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonRichTextBox.Focus">
<summary>
Sets input focus to the control.
</summary>
<returns>true if the input focus request was successful; otherwise, false.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonRichTextBox.Select">
<summary>
Activates the control.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonRichTextBox.GetPreferredSize(System.Drawing.Size)">
<summary>
Get the preferred size of the control based on a proposed size.
</summary>
<param name="proposedSize">Starting size proposed by the caller.</param>
<returns>Calculated preferred size.</returns>
</member>
<member name="P:Krypton.Toolkit.KryptonRichTextBox.DisplayRectangle">
<summary>
Gets the rectangle that represents the display area of the control.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonRichTextBox.Print(System.Int32,System.Int32,System.Drawing.Graphics,System.Drawing.Rectangle)">
<summary>
Print the specified range of characters.
</summary>
<param name="charFrom">Start character.</param>
<param name="charTo">End character.</param>
<param name="gr">Graphics instance to use.</param>
<param name="bounds">Drawing bounds.</param>
<returns>Pointer to returned result.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonRichTextBox.SetLayoutDisplayPadding(System.Windows.Forms.Padding)">
<summary>
Override the display padding for the layout fill.
</summary>
<param name="padding">Display padding value.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonRichTextBox.DesignerGetHitTest(System.Drawing.Point)">
<summary>
Internal design time method.
</summary>
<param name="pt">Mouse location.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonRichTextBox.DesignerComponentFromPoint(System.Drawing.Point)">
<summary>
Internal design time method.
</summary>
<param name="pt">Mouse location.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonRichTextBox.DesignerMouseLeave">
<summary>
Internal design time method.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonRichTextBox.ForceControlLayout">
<summary>
Force the layout logic to size and position the controls.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonRichTextBox.OnAcceptsTabChanged(System.EventArgs)">
<summary>
Raises the AcceptsTabChanged event.
</summary>
<param name="e">An EventArgs containing the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonRichTextBox.OnHideSelectionChanged(System.EventArgs)">
<summary>
Raises the HideSelectionChanged event.
</summary>
<param name="e">An EventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonRichTextBox.OnModifiedChanged(System.EventArgs)">
<summary>
Raises the ModifiedChanged event.
</summary>
<param name="e">An EventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonRichTextBox.OnMultilineChanged(System.EventArgs)">
<summary>
Raises the MultilineChanged event.
</summary>
<param name="e">An EventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonRichTextBox.OnReadOnlyChanged(System.EventArgs)">
<summary>
Raises the ReadOnlyChanged event.
</summary>
<param name="e">An EventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonRichTextBox.OnVScroll(System.EventArgs)">
<summary>
Raises the VScroll event.
</summary>
<param name="e">An EventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonRichTextBox.OnHScroll(System.EventArgs)">
<summary>
Raises the HScroll event.
</summary>
<param name="e">An EventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonRichTextBox.OnSelectionChanged(System.EventArgs)">
<summary>
Raises the SelectionChanged event.
</summary>
<param name="e">An EventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonRichTextBox.OnProtected(System.EventArgs)">
<summary>
Raises the Protected event.
</summary>
<param name="e">An EventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonRichTextBox.OnLinkClicked(System.Windows.Forms.LinkClickedEventArgs)">
<summary>
Raises the LinkClicked event.
</summary>
<param name="e">A LinkClickedEventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonRichTextBox.OnTrackMouseEnter(System.EventArgs)">
<summary>
Raises the TrackMouseEnter event.
</summary>
<param name="e">An EventArgs containing the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonRichTextBox.OnTrackMouseLeave(System.EventArgs)">
<summary>
Raises the TrackMouseLeave event.
</summary>
<param name="e">An EventArgs containing the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonRichTextBox.CreateControlsInstance">
<summary>
Creates a new instance of the control collection for the KryptonTextBox.
</summary>
<returns>A new instance of Control.ControlCollection assigned to the control.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonRichTextBox.OnHandleCreated(System.EventArgs)">
<summary>
Raises the HandleCreated event.
</summary>
<param name="e">An EventArgs containing the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonRichTextBox.OnEnabledChanged(System.EventArgs)">
<summary>
Raises the EnabledChanged event.
</summary>
<param name="e">An EventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonRichTextBox.OnBackColorChanged(System.EventArgs)">
<summary>
Raises the BackColorChanged event.
</summary>
<param name="e">An EventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonRichTextBox.OnBackgroundImageChanged(System.EventArgs)">
<summary>
Raises the BackgroundImageChanged event.
</summary>
<param name="e">An EventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonRichTextBox.OnBackgroundImageLayoutChanged(System.EventArgs)">
<summary>
Raises the BackgroundImageLayoutChanged event.
</summary>
<param name="e">An EventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonRichTextBox.OnForeColorChanged(System.EventArgs)">
<summary>
Raises the ForeColorChanged event.
</summary>
<param name="e">An EventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonRichTextBox.OnResize(System.EventArgs)">
<summary>
Raises the Resize event.
</summary>
<param name="e">An EventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonRichTextBox.OnTabStopChanged(System.EventArgs)">
<summary>
Raises the TabStop event.
</summary>
<param name="e">An EventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonRichTextBox.OnCausesValidationChanged(System.EventArgs)">
<summary>
Raises the CausesValidationChanged event.
</summary>
<param name="e">An EventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonRichTextBox.OnLayout(System.Windows.Forms.LayoutEventArgs)">
<summary>
Raises the Layout event.
</summary>
<param name="levent">An EventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonRichTextBox.OnMouseEnter(System.EventArgs)">
<summary>
Raises the MouseEnter event.
</summary>
<param name="e">An EventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonRichTextBox.OnMouseLeave(System.EventArgs)">
<summary>
Raises the MouseLeave event.
</summary>
<param name="e">An EventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonRichTextBox.OnGotFocus(System.EventArgs)">
<summary>
Raises the GotFocus event.
</summary>
<param name="e">An EventArgs that contains the event data.</param>
</member>
<member name="P:Krypton.Toolkit.KryptonRichTextBox.DefaultSize">
<summary>
Gets the default size of the control.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonRichTextBox.OnNeedPaint(System.Object,Krypton.Toolkit.NeedLayoutEventArgs)">
<summary>
Processes a notification from palette storage of a paint and optional layout required.
</summary>
<param name="sender">Source of notification.</param>
<param name="e">An NeedLayoutEventArgs containing event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonRichTextBox.OnPaint(System.Windows.Forms.PaintEventArgs)">
<summary>
Raises the Paint event.
</summary>
<param name="e">A PaintEventArgs containing the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonRichTextBox.WndProc(System.Windows.Forms.Message@)">
<summary>
Process Windows-based messages.
</summary>
<param name="m">A Windows-based message.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonRichTextBox.OnCursorChanged(System.EventArgs)">
<summary>
Fixes the cursor changing issue.
</summary>
<param name="e"></param>
</member>
<member name="T:Krypton.Toolkit.KryptonSaveFileDialog">
<summary>
Displays a dialog window from which the user can select a file.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonSaveFileDialog.ShowActualDialog(System.Windows.Forms.IWin32Window)">
<inheritdoc />
</member>
<member name="P:Krypton.Toolkit.KryptonSaveFileDialog.CreatePrompt">
<summary>
Gets or sets a value indicating whether the dialog box prompts the user for
permission to create a file if the user specifies a file that does not exist.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonSaveFileDialog.OverwritePrompt">
<summary>
Gets or sets a value indicating whether the Save As dialog box displays a warning if the user specifies
a file name that already exists.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonSaveFileDialog.OpenFile">
<summary>Opens the file selected by the user, with read-only permission. The file is specified by the <see cref="P:System.Windows.Forms.FileDialog.FileName" /> property.</summary>
<returns>A <see cref="T:System.IO.Stream" /> that specifies the read-only file selected by the user.</returns>
<exception cref="T:System.ArgumentNullException">The file name is <see langword="null" />.</exception>
</member>
<member name="P:Krypton.Toolkit.KryptonSaveFileDialog.AddExtension">
<inheritdoc />
</member>
<member name="P:Krypton.Toolkit.KryptonSaveFileDialog.CheckFileExists">
<inheritdoc />
</member>
<member name="P:Krypton.Toolkit.KryptonSaveFileDialog.CheckPathExists">
<inheritdoc />
</member>
<member name="P:Krypton.Toolkit.KryptonSaveFileDialog.DefaultExt">
<inheritdoc />
</member>
<member name="P:Krypton.Toolkit.KryptonSaveFileDialog.DereferenceLinks">
<inheritdoc />
</member>
<member name="P:Krypton.Toolkit.KryptonSaveFileDialog.FileName">
<inheritdoc />
</member>
<member name="P:Krypton.Toolkit.KryptonSaveFileDialog.FileNames">
<inheritdoc />
</member>
<member name="P:Krypton.Toolkit.KryptonSaveFileDialog.Filter">
<inheritdoc />
</member>
<member name="P:Krypton.Toolkit.KryptonSaveFileDialog.FilterIndex">
<inheritdoc />
</member>
<member name="P:Krypton.Toolkit.KryptonSaveFileDialog.InitialDirectory">
<inheritdoc />
</member>
<member name="P:Krypton.Toolkit.KryptonSaveFileDialog.RestoreDirectory">
<inheritdoc />
</member>
<member name="P:Krypton.Toolkit.KryptonSaveFileDialog.SupportMultiDottedExtensions">
<inheritdoc />
</member>
<member name="P:Krypton.Toolkit.KryptonSaveFileDialog.Title">
<inheritdoc />
</member>
<member name="P:Krypton.Toolkit.KryptonSaveFileDialog.ValidateNames">
<inheritdoc />
</member>
<member name="E:Krypton.Toolkit.KryptonSaveFileDialog.FileOk">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.KryptonSaveFileDialog.Reset">
<summary>Resets all properties to their default values.</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonSaveFileDialog.ToString">
<inheritdoc />
</member>
<member name="P:Krypton.Toolkit.KryptonSaveFileDialog.CustomPlaces">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.KryptonSaveFileDialog.Dispose">
<inheritdoc />
</member>
<member name="T:Krypton.Toolkit.KryptonScrollBar">
<summary>
A custom scrollbar control.
</summary>
</member>
<member name="F:Krypton.Toolkit.KryptonScrollBar._inUpdate">
<summary>
Indicates many changes to the scrollbar are happening, so stop painting till finished.
</summary>
</member>
<member name="F:Krypton.Toolkit.KryptonScrollBar._orientation">
<summary>
The scrollbar orientation - horizontal / VERTICAL.
</summary>
</member>
<member name="F:Krypton.Toolkit.KryptonScrollBar._scrollOrientation">
<summary>
The scroll orientation in scroll events.
</summary>
</member>
<member name="F:Krypton.Toolkit.KryptonScrollBar._progressTimer">
<summary>
The progress timer for moving the thumb.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonScrollBar.ScrollBarWidth">
<summary>Gets or sets the width of the scroll bar.</summary>
<value>The width of the scroll bar.</value>
</member>
<member name="P:Krypton.Toolkit.KryptonScrollBar.Text">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.KryptonScrollBar.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Krypton.Toolkit.KryptonScrollBar"/> class.
</summary>
</member>
<member name="E:Krypton.Toolkit.KryptonScrollBar.Scroll">
<summary>
Occurs when the scrollbar scrolled.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonScrollBar.Orientation">
<summary>
Gets or sets the orientation.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonScrollBar.Minimum">
<summary>
Gets or sets the minimum value.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonScrollBar.Maximum">
<summary>
Gets or sets the maximum value.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonScrollBar.SmallChange">
<summary>
Gets or sets the small change amount.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonScrollBar.LargeChange">
<summary>
Gets or sets the large change amount.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonScrollBar.Value">
<summary>
Gets or sets the value.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonScrollBar.BorderColor">
<summary>
Gets or sets the border color.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonScrollBar.DisabledBorderColor">
<summary>
Gets or sets the border color in disabled state.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonScrollBar.Opacity">
<summary>
Gets or sets the opacity of the context menu (from 0 - 1).
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonScrollBar.BeginUpdate">
<summary>
Prevents the drawing of the control until <see cref="M:Krypton.Toolkit.KryptonScrollBar.EndUpdate"/> is called.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonScrollBar.EndUpdate">
<summary>
Ends the updating process and the control can draw itself again.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonScrollBar.OnScroll(System.Windows.Forms.ScrollEventArgs)">
<summary>
Raises the <see cref="E:Krypton.Toolkit.KryptonScrollBar.Scroll"/> event.
</summary>
<param name="e">The <see cref="T:System.Windows.Forms.ScrollEventArgs"/> that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonScrollBar.OnPaintBackground(System.Windows.Forms.PaintEventArgs)">
<summary>
Paints the background of the control.
</summary>
<param name="e">A <see cref="T:System.Windows.Forms.PaintEventArgs"/> that contains information about the control to paint.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonScrollBar.OnPaint(System.Windows.Forms.PaintEventArgs)">
<summary>
Paints the control.
</summary>
<param name="e">A <see cref="T:System.Windows.Forms.PaintEventArgs"/> that contains information about the control to paint.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonScrollBar.OnMouseDown(System.Windows.Forms.MouseEventArgs)">
<summary>
Raises the MouseDown event.
</summary>
<param name="e">A <see cref="T:System.Windows.Forms.MouseEventArgs"/> that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonScrollBar.OnMouseUp(System.Windows.Forms.MouseEventArgs)">
<summary>
Raises the MouseUp event.
</summary>
<param name="e">A <see cref="T:System.Windows.Forms.MouseEventArgs"/> that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonScrollBar.OnMouseEnter(System.EventArgs)">
<summary>
Raises the MouseEnter event.
</summary>
<param name="e">A <see cref="T:System.EventArgs"/> that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonScrollBar.OnMouseLeave(System.EventArgs)">
<summary>
Raises the MouseLeave event.
</summary>
<param name="e">A <see cref="T:System.EventArgs"/> that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonScrollBar.OnMouseMove(System.Windows.Forms.MouseEventArgs)">
<summary>
Raises the MouseMove event.
</summary>
<param name="e">A <see cref="T:System.Windows.Forms.MouseEventArgs"/> that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonScrollBar.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:Krypton.Toolkit.KryptonScrollBar.ProcessDialogKey(System.Windows.Forms.Keys)">
<summary>
Processes a dialog key.
</summary>
<param name="keyData">One of the <see cref="T:System.Windows.Forms.Keys"/> values that represents the key to process.</param>
<returns>true, if the key was processed by the control, false otherwise.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonScrollBar.OnEnabledChanged(System.EventArgs)">
<summary>
Raises the <see cref="E:System.Windows.Forms.Control.EnabledChanged"/> event.
</summary>
<param name="e">An <see cref="T:System.EventArgs"/> that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonScrollBar.SetUpScrollBar">
<summary>
Sets up the scrollbar.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonScrollBar.ProgressTimerTick(System.Object,System.EventArgs)">
<summary>
Handles the updating of the thumb.
</summary>
<param name="sender">The sender.</param>
<param name="e">An object that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonScrollBar.ResetScrollStatus">
<summary>
Resets the scroll status of the scrollbar.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonScrollBar.GetValue(System.Boolean,System.Boolean)">
<summary>
Calculates the new value of the scrollbar.
</summary>
<param name="smallIncrement">true for a small change, false otherwise.</param>
<param name="up">true for up movement, false otherwise.</param>
<returns>The new scrollbar value.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonScrollBar.GetThumbPosition">
<summary>
Calculates the new thumb position.
</summary>
<returns>The new thumb position.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonScrollBar.GetThumbSize">
<summary>
Calculates the height of the thumb.
</summary>
<returns>The height of the thumb.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonScrollBar.EnableTimer">
<summary>
Enables the timer.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonScrollBar.StopTimer">
<summary>
Stops the progress timer.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonScrollBar.ChangeThumbPosition(System.Int32)">
<summary>
Changes the position of the thumb.
</summary>
<param name="position">The new position.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonScrollBar.ProgressThumb(System.Boolean)">
<summary>
Controls the movement of the thumb.
</summary>
<param name="enableTimer">true for enabling the timer, false otherwise.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonScrollBar.ChangeContextMenuItems">
<summary>
Changes the Displayed text of the context menu items dependent of the current <see cref="T:Krypton.Toolkit.ScrollBarOrientation"/>.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonScrollBar.InitializeComponent">
<summary>
Initializes the context menu.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonScrollBar.ScrollHereClick(System.Object,System.EventArgs)">
<summary>
Context menu handler.
</summary>
<param name="sender">The sender.</param>
<param name="e">The event arguments.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonScrollBar.TopClick(System.Object,System.EventArgs)">
<summary>
Context menu handler.
</summary>
<param name="sender">The sender.</param>
<param name="e">The event arguments.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonScrollBar.BottomClick(System.Object,System.EventArgs)">
<summary>
Context menu handler.
</summary>
<param name="sender">The sender.</param>
<param name="e">The event arguments.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonScrollBar.LargeUpClick(System.Object,System.EventArgs)">
<summary>
Context menu handler.
</summary>
<param name="sender">The sender.</param>
<param name="e">The event arguments.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonScrollBar.LargeDownClick(System.Object,System.EventArgs)">
<summary>
Context menu handler.
</summary>
<param name="sender">The sender.</param>
<param name="e">The event arguments.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonScrollBar.SmallUpClick(System.Object,System.EventArgs)">
<summary>
Context menu handler.
</summary>
<param name="sender">The sender.</param>
<param name="e">The event arguments.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonScrollBar.SmallDownClick(System.Object,System.EventArgs)">
<summary>
Context menu handler.
</summary>
<param name="sender">The sender.</param>
<param name="e">The event arguments.</param>
</member>
<member name="T:Krypton.Toolkit.KryptonSeparator">
<summary>
Display a separator with generated events to operation.
</summary>
</member>
<member name="E:Krypton.Toolkit.KryptonSeparator.AutoSizeChanged">
<summary>
Occurs when the value of the AutoSize property changes.
</summary>
</member>
<member name="E:Krypton.Toolkit.KryptonSeparator.BackgroundImageChanged">
<summary>
Occurs when the value of the BackgroundImage property changes.
</summary>
</member>
<member name="E:Krypton.Toolkit.KryptonSeparator.BackgroundImageLayoutChanged">
<summary>
Occurs when the value of the BackgroundImageLayout property changes.
</summary>
</member>
<member name="E:Krypton.Toolkit.KryptonSeparator.ControlAdded">
<summary>
Occurs when the value of the ControlAdded property changes.
</summary>
</member>
<member name="E:Krypton.Toolkit.KryptonSeparator.ControlRemoved">
<summary>
Occurs when the value of the ControlRemoved property changes.
</summary>
</member>
<member name="E:Krypton.Toolkit.KryptonSeparator.SplitterMoveRect">
<summary>
Occurs when the separator is about to be moved and requests the rectangle of allowed movement.
</summary>
</member>
<member name="E:Krypton.Toolkit.KryptonSeparator.SplitterMoved">
<summary>
Occurs when the separator move finishes and a move has occurred.
</summary>
</member>
<member name="E:Krypton.Toolkit.KryptonSeparator.SplitterNotMoved">
<summary>
Occurs when the separator move finishes and a move has not occurred.
</summary>
</member>
<member name="E:Krypton.Toolkit.KryptonSeparator.SplitterMoving">
<summary>
Occurs when the separator is currently in the process of moving.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonSeparator.#ctor">
<summary>
Initialize a new instance of the KryptonSeparator class.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonSeparator.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="P:Krypton.Toolkit.KryptonSeparator.Text">
<summary>
Gets or sets the text associated with this control.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonSeparator.BackColor">
<summary>
Gets or sets the background color for the control.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonSeparator.Font">
<summary>
Gets or sets the font of the text Displayed by the control.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonSeparator.ForeColor">
<summary>
Gets or sets the foreground color for the control.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonSeparator.ContainerBackStyle">
<summary>
Gets and sets the separator background style.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonSeparator.SeparatorStyle">
<summary>
Gets and sets the separator style.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonSeparator.StateCommon">
<summary>
Gets access to the common separator appearance that other states can override.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonSeparator.StateDisabled">
<summary>
Gets access to the disabled separator appearance.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonSeparator.StateNormal">
<summary>
Gets access to the normal separator appearance.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonSeparator.StateTracking">
<summary>
Gets access to the hot tracking separator appearance entries.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonSeparator.StatePressed">
<summary>
Gets access to the pressed separator appearance entries.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonSeparator.SplitterWidth">
<summary>
Gets and sets the thickness of the splitter.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonSeparator.SplitterIncrements">
<summary>
Gets and sets the increment used for moving.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonSeparator.Orientation">
<summary>
Gets or sets a value indicating the horizontal or vertical orientation of the separator.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonSeparator.AllowMove">
<summary>
Gets or sets a value indicating if the separator is allowed to notify a move.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonSeparator.DrawMoveIndicator">
<summary>
Gets and sets the drawing of the movement indicator.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonSeparator.SeparatorControl">
<summary>
Gets the top level control of the source.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonSeparator.SeparatorOrientation">
<summary>
Gets the orientation of the separator.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonSeparator.SeparatorCanMove">
<summary>
Can the separator be moved by the user.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonSeparator.SeparatorIncrements">
<summary>
Gets the amount the splitter can be incremented.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonSeparator.SeparatorMoveBox">
<summary>
Gets the box representing the minimum and maximum allowed splitter movement.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonSeparator.SeparatorMoving(System.Drawing.Point,System.Drawing.Point)">
<summary>
Indicates the separator is moving.
</summary>
<param name="mouse">Current mouse position in client area.</param>
<param name="splitter">Current position of the splitter.</param>
<returns>True if movement should be cancelled; otherwise false.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonSeparator.SeparatorMoved(System.Drawing.Point,System.Drawing.Point)">
<summary>
Indicates the separator has finished and been moved.
</summary>
<param name="mouse">Current mouse position in client area.</param>
<param name="splitter">Current position of the splitter.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonSeparator.SeparatorNotMoved">
<summary>
Indicates the separator has not been moved.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonSeparator.Padding">
<summary>
Gets or sets padding within the control.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonSeparator.OnSplitterMoveRect(Krypton.Toolkit.SplitterMoveRectMenuArgs)">
<summary>
Raises the SplitterMoveRect event.
</summary>
<param name="e">A SplitterMoveRectMenuArgs containing the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonSeparator.OnSplitterMoved(System.Windows.Forms.SplitterEventArgs)">
<summary>
Raises the SplitterMoved event.
</summary>
<param name="e">A SplitterEventArgs containing the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonSeparator.OnSplitterNotMoved(System.EventArgs)">
<summary>
Raises the SplitterNotMoved event.
</summary>
<param name="e">An EventArgs containing the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonSeparator.OnSplitterMoving(System.Windows.Forms.SplitterCancelEventArgs)">
<summary>
Raises the SplitterMoving event.
</summary>
<param name="e">A SplitterEventArgs containing the event data.</param>
</member>
<member name="P:Krypton.Toolkit.KryptonSeparator.DefaultSize">
<summary>
Gets the default size of the control.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonSeparator.OnInitialized(System.EventArgs)">
<summary>
Raises the Initialized event.
</summary>
<param name="e">An EventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonSeparator.OnDockChanged(System.EventArgs)">
<summary>
Raises the DockChanged event.
</summary>
<param name="e">An EventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonSeparator.OnEnabledChanged(System.EventArgs)">
<summary>
Raises the EnabledChanged event.
</summary>
<param name="e">An EventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonSeparator.OnAutoSizeChanged(System.EventArgs)">
<summary>
Raises the AutoSizeChanged event.
</summary>
<param name="e">An EventArgs containing the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonSeparator.OnBackgroundImageChanged(System.EventArgs)">
<summary>
Raises the BackgroundImageChanged event.
</summary>
<param name="e">An EventArgs containing the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonSeparator.OnBackgroundImageLayoutChanged(System.EventArgs)">
<summary>
Raises the BackgroundImageLayoutChanged event.
</summary>
<param name="e">An EventArgs containing the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonSeparator.OnControlAdded(System.Windows.Forms.ControlEventArgs)">
<summary>
Raises the ControlAdded event.
</summary>
<param name="e">An ControlEventArgs containing the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonSeparator.OnControlRemoved(System.Windows.Forms.ControlEventArgs)">
<summary>
Raises the ControlRemoved event.
</summary>
<param name="e">An ControlEventArgs containing the event data.</param>
</member>
<member name="T:Krypton.Toolkit.KryptonSplitContainer">
<summary>
Control the sizing of two panels.
</summary>
</member>
<member name="E:Krypton.Toolkit.KryptonSplitContainer.AutoSizeChanged">
<summary>
Occurs when the value of the AutoSize property changes.
</summary>
</member>
<member name="E:Krypton.Toolkit.KryptonSplitContainer.BackgroundImageChanged">
<summary>
Occurs when the value of the BackgroundImage property changes.
</summary>
</member>
<member name="E:Krypton.Toolkit.KryptonSplitContainer.BackgroundImageLayoutChanged">
<summary>
Occurs when the value of the BackgroundImageLayout property changes.
</summary>
</member>
<member name="E:Krypton.Toolkit.KryptonSplitContainer.ControlAdded">
<summary>
Occurs when the value of the ControlAdded property changes.
</summary>
</member>
<member name="E:Krypton.Toolkit.KryptonSplitContainer.ControlRemoved">
<summary>
Occurs when the value of the ControlRemoved property changes.
</summary>
</member>
<member name="E:Krypton.Toolkit.KryptonSplitContainer.SplitterMoved">
<summary>
Occurs when the splitter control is moved.
</summary>
</member>
<member name="E:Krypton.Toolkit.KryptonSplitContainer.SplitterMoving">
<summary>
Occurs when the splitter control is in the process of moving.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonSplitContainer.#ctor">
<summary>
Initialize a new instance of the KryptonSplitContainer class.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonSplitContainer.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="P:Krypton.Toolkit.KryptonSplitContainer.Name">
<summary>
Gets and sets the name of the control.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonSplitContainer.ContainerBackStyle">
<summary>
Gets and sets the container background style.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonSplitContainer.SeparatorStyle">
<summary>
Gets and sets the separator style.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonSplitContainer.StateCommon">
<summary>
Gets access to the common split container appearance that other states can override.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonSplitContainer.StateDisabled">
<summary>
Gets access to the disabled split container appearance.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonSplitContainer.StateNormal">
<summary>
Gets access to the normal split container appearance.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonSplitContainer.StateTracking">
<summary>
Gets access to the hot tracking separator appearance entries.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonSplitContainer.StatePressed">
<summary>
Gets access to the pressed separator appearance entries.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonSplitContainer.Panel1">
<summary>
Gets access to the first krypton splitter panel.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonSplitContainer.Panel1MinSize">
<summary>
Gets and sets the minium size of panel1.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonSplitContainer.Panel1Collapsed">
<summary>
Gets and sets collapsed state of Panel1.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonSplitContainer.Panel2">
<summary>
Gets access to the second krypton splitter panel.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonSplitContainer.Panel2MinSize">
<summary>
Gets and sets the minium size of panel2.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonSplitContainer.Panel2Collapsed">
<summary>
Gets and sets collapsed state of Panel2.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonSplitContainer.IsSplitterFixed">
<summary>
Gets and sets a value indicating if the splitter can be moved.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonSplitContainer.FixedPanel">
<summary>
Gets and sets the panel to keep the same size when resizing.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonSplitContainer.SplitterDistance">
<summary>
Gets and sets the distance of the splitter.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonSplitContainer.SplitterWidth">
<summary>
Gets and sets the thickness of the splitter.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonSplitContainer.SplitterIncrement">
<summary>
Gets and sets the number of pixels the splitter moves in increments.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonSplitContainer.Orientation">
<summary>
Gets or sets a value indicating the horizontal or vertical orientation of the KryptonSplitContainer panels.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonSplitContainer.SetFixedState(Krypton.Toolkit.PaletteState,Krypton.Toolkit.PaletteState)">
<summary>
Fix the control to a particular palette state.
</summary>
<param name="stateSplit">Palette state to fix against the split container.</param>
<param name="stateSeparator">Palette state to fix against the separator.</param>
</member>
<member name="P:Krypton.Toolkit.KryptonSplitContainer.SeparatorControl">
<summary>
Gets the top level control of the source.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonSplitContainer.SeparatorOrientation">
<summary>
Gets the orientation of the separator.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonSplitContainer.SeparatorCanMove">
<summary>
Can the separator be moved by the user.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonSplitContainer.SeparatorIncrements">
<summary>
Gets the amount the splitter can be incremented.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonSplitContainer.SeparatorMoveBox">
<summary>
Gets the box representing the minimum and maximum allowed splitter movement.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonSplitContainer.SeparatorMoving(System.Drawing.Point,System.Drawing.Point)">
<summary>
Indicates the separator is moving.
</summary>
<param name="mouse">Current mouse position in client area.</param>
<param name="splitter">Current position of the splitter.</param>
<returns>True if movement should be cancelled; otherwise false.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonSplitContainer.SeparatorMoved(System.Drawing.Point,System.Drawing.Point)">
<summary>
Indicates the separator has finished and been moved.
</summary>
<param name="mouse">Current mouse position in client area.</param>
<param name="splitter">Current position of the splitter.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonSplitContainer.SeparatorNotMoved">
<summary>
Indicates the separator has not been moved.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonSplitContainer.Controls">
<summary>
Gets the collection of controls contained within the control.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonSplitContainer.Padding">
<summary>
Gets or sets padding within the control.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonSplitContainer.DesignGetHitTest(System.Drawing.Point)">
<summary>
Internal design time usage only.
</summary>
<param name="pt">Mouse location.</param>
<returns>Cursor to show.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonSplitContainer.DesignMouseEnter">
<summary>
Internal design time method.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonSplitContainer.DesignMouseDown(System.Drawing.Point,System.Windows.Forms.MouseButtons)">
<summary>
Internal design time method.
</summary>
<param name="pt">Mouse location.</param>
<param name="button">Mouse button.</param>
<returns>Process mouse down.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonSplitContainer.DesignMouseMove(System.Drawing.Point)">
<summary>
Internal design time method.
</summary>
<param name="pt">Mouse location.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonSplitContainer.DesignMouseUp(System.Windows.Forms.MouseButtons)">
<summary>
Internal design time method.
</summary>
<param name="button">Mouse button.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonSplitContainer.DesignMouseLeave">
<summary>
Internal design time method.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonSplitContainer.DesignAbortMoving">
<summary>
Internal design time method.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonSplitContainer.OnSplitterMoved(System.Windows.Forms.SplitterEventArgs)">
<summary>
Raises the SplitterMoved event.
</summary>
<param name="e">A SplitterEventArgs containing the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonSplitContainer.OnSplitterMoving(System.Windows.Forms.SplitterCancelEventArgs)">
<summary>
Raises the SplitterMoving event.
</summary>
<param name="e">A SplitterEventArgs containing the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonSplitContainer.ForceControlLayout">
<summary>
Force the layout logic to size and position the panels.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonSplitContainer.DefaultSize">
<summary>
Gets the default size of the control.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonSplitContainer.OnInitialized(System.EventArgs)">
<summary>
Raises the Initialized event.
</summary>
<param name="e">An EventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonSplitContainer.OnEnabledChanged(System.EventArgs)">
<summary>
Raises the EnabledChanged event.
</summary>
<param name="e">An EventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonSplitContainer.OnResize(System.EventArgs)">
<summary>
Raises the Resize event.
</summary>
<param name="e">An EventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonSplitContainer.OnPaint(System.Windows.Forms.PaintEventArgs)">
<summary>
Raises the Paint event.
</summary>
<param name="e">A PaintEventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonSplitContainer.OnLayout(System.Windows.Forms.LayoutEventArgs)">
<summary>
Raises the Layout event.
</summary>
<param name="levent">A LayoutEventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonSplitContainer.CreateControlsInstance">
<summary>
Creates a new instance of the control collection for the KryptonSplitContainer.
</summary>
<returns>A new instance of Control.ControlCollection assigned to the control.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonSplitContainer.OnAutoSizeChanged(System.EventArgs)">
<summary>
Raises the AutoSizeChanged event.
</summary>
<param name="e">An EventArgs containing the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonSplitContainer.OnBackgroundImageChanged(System.EventArgs)">
<summary>
Raises the BackgroundImageChanged event.
</summary>
<param name="e">An EventArgs containing the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonSplitContainer.OnBackgroundImageLayoutChanged(System.EventArgs)">
<summary>
Raises the BackgroundImageLayoutChanged event.
</summary>
<param name="e">An EventArgs containing the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonSplitContainer.OnControlAdded(System.Windows.Forms.ControlEventArgs)">
<summary>
Raises the ControlAdded event.
</summary>
<param name="e">An ControlEventArgs containing the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonSplitContainer.OnControlRemoved(System.Windows.Forms.ControlEventArgs)">
<summary>
Raises the ControlRemoved event.
</summary>
<param name="e">An ControlEventArgs containing the event data.</param>
</member>
<member name="T:Krypton.Toolkit.KryptonSplitterPanel">
<summary>
Special panel used in the KryptonSplitContainer.
</summary>
</member>
<member name="E:Krypton.Toolkit.KryptonSplitterPanel.AutoSizeChanged">
<summary>
Occurs when the value of the AutoSize property changes.
</summary>
</member>
<member name="E:Krypton.Toolkit.KryptonSplitterPanel.DockChanged">
<summary>
Occurs when the value of the Dock property changes.
</summary>
</member>
<member name="E:Krypton.Toolkit.KryptonSplitterPanel.LocationChanged">
<summary>
Occurs when the value of the Location property changes.
</summary>
</member>
<member name="E:Krypton.Toolkit.KryptonSplitterPanel.TabIndexChanged">
<summary>
Occurs when the value of the TabIndex property changes.
</summary>
</member>
<member name="E:Krypton.Toolkit.KryptonSplitterPanel.TabStopChanged">
<summary>
Occurs when the value of the TabStop property changes.
</summary>
</member>
<member name="E:Krypton.Toolkit.KryptonSplitterPanel.VisibleChanged">
<summary>
Occurs when the value of the Visible property changes.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonSplitterPanel.#ctor(Krypton.Toolkit.KryptonSplitContainer)">
<summary>
Initialize a new instance of the KryptonSplitterPanel class.
</summary>
<param name="container">Reference to owning container.</param>
</member>
<member name="P:Krypton.Toolkit.KryptonSplitterPanel.Anchor">
<summary>
Gets or sets how a KryptonSplitterPanel attaches to the edges of the KryptonSplitContainer.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonSplitterPanel.AutoSize">
<summary>
Gets or sets a value indicating whether the KryptonSplitterPanel is automatically resized to display its entire contents.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonSplitterPanel.AutoSizeMode">
<summary>
Gets or sets a value indicating whether the control is automatically resized to display its entire contents.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonSplitterPanel.BorderStyle">
<summary>
Gets or sets the border style for the KryptonSplitterPanel.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonSplitterPanel.Dock">
<summary>
Gets or sets which edge of the KryptonSplitContainer that the KryptonSplitterPanel is docked to.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonSplitterPanel.DockPadding">
<summary>
Gets the internal spacing between the KryptonSplitterPanel and its edges.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonSplitterPanel.Height">
<summary>
Gets or sets the height of the KryptonSplitterPanel.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonSplitterPanel.Location">
<summary>
Gets or sets the coordinates of the upper-left corner of the KryptonSplitterPanel relative to the upper-left corner of its KryptonSplitContainer.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonSplitterPanel.MaximumSize">
<summary>
Gets or sets the size that is the upper limit that GetPreferredSize can specify.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonSplitterPanel.MinimumSize">
<summary>
Gets or sets the size that is the lower limit that GetPreferredSize can specify.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonSplitterPanel.Name">
<summary>
The name of this KryptonSplitterPanel.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonSplitterPanel.Parent">
<summary>
The name of this KryptonSplitterPanel.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonSplitterPanel.Size">
<summary>
Gets or sets the height and width of the KryptonSplitterPanel.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonSplitterPanel.TabIndex">
<summary>
Gets or sets the tab order of the KryptonSplitterPanel within its KryptonSplitContainer.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonSplitterPanel.TabStop">
<summary>
Gets or sets a value indicating whether the user can give the focus to this KryptonSplitterPanel using the TAB key.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonSplitterPanel.Visible">
<summary>
Gets or sets a value indicating whether the KryptonSplitterPanel is Displayed.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonSplitterPanel.Width">
<summary>
Gets or sets the width of the KryptonSplitterPanel.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonSplitterPanel.DefaultMargin">
<summary>
Gets the space, in pixels, that is specified by default between controls.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonSplitterPanel.OnAutoSizeChanged(System.EventArgs)">
<summary>
Raises the AutoSizeChanged event.
</summary>
<param name="e">An EventArgs containing the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonSplitterPanel.OnDockChanged(System.EventArgs)">
<summary>
Raises the DockChanged event.
</summary>
<param name="e">An EventArgs containing the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonSplitterPanel.OnLocationChanged(System.EventArgs)">
<summary>
Raises the LocationChanged event.
</summary>
<param name="e">An EventArgs containing the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonSplitterPanel.OnTabIndexChanged(System.EventArgs)">
<summary>
Raises the TabIndexChanged event.
</summary>
<param name="e">An EventArgs containing the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonSplitterPanel.OnTabStopChanged(System.EventArgs)">
<summary>
Raises the TabStopChanged event.
</summary>
<param name="e">An EventArgs containing the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonSplitterPanel.OnVisibleChanged(System.EventArgs)">
<summary>
Raises the VisibleChanged event.
</summary>
<param name="e">An EventArgs containing the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonStringCollectionEditor.Show(System.String[],System.Boolean,System.String,System.String)">
<summary>Shows the string collection editor.</summary>
<param name="inputStrings">The input strings.</param>
<param name="useRichTextBox">if set to <c>true</c> [use rich text box].</param>
<param name="headerText">The header text.</param>
<param name="windowText">The window text.</param>
<returns>An array of strings.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonStringCollectionEditor.InternalShow(System.Windows.Forms.IWin32Window,System.String[],System.Nullable{System.Boolean},System.String,System.String)">
<summary>Shows the string collection editor.</summary>
<param name="owner">The owner.</param>
<param name="input">The input.</param>
<param name="useRichTextBox">The use rich text box.</param>
<param name="headerText">The header text.</param>
<param name="windowTitle">The window title.</param>
<returns>A collection of string items.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonStringCollectionEditor.InternalShowStringCollection(System.Windows.Forms.IWin32Window,System.Collections.Specialized.StringCollection,System.Boolean,System.String,System.String)">
<summary>Shows the string collection editor.</summary>
<param name="owner">The owner.</param>
<param name="input">The input.</param>
<param name="useRichTextBox">The use rich text box.</param>
<param name="headerText">The header text.</param>
<param name="windowTitle">The window title.</param>
<returns>A collection of string items.</returns>
</member>
<member name="T:Krypton.Toolkit.KryptonTableLayoutPanel">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.KryptonTableLayoutPanel.#ctor">
<summary>
Initialize a new instance of the KryptonTableLayoutPanel class.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonTableLayoutPanel.BackColor">
<summary>
Gets or sets the background color for the control.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonTableLayoutPanel.Font">
<summary>
Gets or sets the font of the text Displayed by the control.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonTableLayoutPanel.ForeColor">
<summary>
Gets or sets the foreground color for the control.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonTableLayoutPanel.BackgroundImage">
<summary>
Gets or sets the background image Displayed in the control.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonTableLayoutPanel.BackgroundImageLayout">
<summary>
Gets or sets the background image layout.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonTableLayoutPanel.KryptonContextMenu">
<summary>
Gets and sets the KryptonContextMenu to show when right clicked.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonTableLayoutPanel.PaletteMode">
<summary>
Gets or sets the palette to be applied.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonTableLayoutPanel.ResetPaletteMode">
<summary>
Resets the PaletteMode property to its default value.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonTableLayoutPanel.Palette">
<summary>
Gets and sets the custom palette implementation.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonTableLayoutPanel.PanelBackStyle">
<summary>
Gets and sets the panel style.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonTableLayoutPanel.StateCommon">
<summary>
Gets access to the common panel appearance that other states can override.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonTableLayoutPanel.StateDisabled">
<summary>
Gets access to the disabled panel appearance.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonTableLayoutPanel.StateNormal">
<summary>
Gets access to the normal panel appearance.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonTableLayoutPanel.SetFixedState(Krypton.Toolkit.PaletteState)">
<summary>
Fix the control to a particular palette state.
</summary>
<param name="state">Palette state to fix.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonTableLayoutPanel.OnEnabledChanged(System.EventArgs)">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.KryptonTableLayoutPanel.OnSizeChanged(System.EventArgs)">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.KryptonTableLayoutPanel.OnLocationChanged(System.EventArgs)">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.KryptonTableLayoutPanel.WndProc(System.Windows.Forms.Message@)">
<summary>
Process Windows-based messages.
</summary>
<param name="m">A Windows-based message.</param>
</member>
<member name="T:Krypton.Toolkit.KryptonTaskDialog">
<summary>
Represents a task dialog for presenting different options to the user.
</summary>
</member>
<member name="E:Krypton.Toolkit.KryptonTaskDialog.FooterHyperlinkClicked">
<summary>
Occurs when the users clicks the footer hyperlink.
</summary>
</member>
<member name="E:Krypton.Toolkit.KryptonTaskDialog.PropertyChanged">
<summary>
Occurs when a property has changed value.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonTaskDialog.#ctor">
<summary>
Initialize a new instance of the KryptonTaskDialog class.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonTaskDialog.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="P:Krypton.Toolkit.KryptonTaskDialog.WindowTitle">
<summary>
Gets and sets the caption of the window.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonTaskDialog.MainInstruction">
<summary>
Gets and sets the principal text.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonTaskDialog.Content">
<summary>
Gets and sets the extra text.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonTaskDialog.Icon">
<summary>
Gets and sets the predefined icon.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonTaskDialog.CustomIcon">
<summary>
Gets and sets the custom icon.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonTaskDialog.RadioButtons">
<summary>
Gets access to the collection of radio button definitions.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonTaskDialog.CommandButtons">
<summary>
Gets access to the collection of command button definitions.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonTaskDialog.CommonButtons">
<summary>
Gets and sets the common dialog buttons.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonTaskDialog.DefaultRadioButton">
<summary>
Gets and sets the default radio button.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonTaskDialog.DefaultButton">
<summary>
Gets and sets the default common button.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonTaskDialog.FooterIcon">
<summary>
Gets and sets the predefined footer icon.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonTaskDialog.CustomFooterIcon">
<summary>
Gets and sets the custom footer icon.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonTaskDialog.FooterText">
<summary>
Gets and sets the footer text.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonTaskDialog.FooterHyperlink">
<summary>
Gets and sets the footer hyperlink.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonTaskDialog.CheckboxText">
<summary>
Gets and sets the Checkbox text.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonTaskDialog.CheckboxState">
<summary>
Gets and sets the Checkbox text.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonTaskDialog.AllowDialogClose">
<summary>
Gets and sets if the window can be closed.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonTaskDialog.UseNativeOSIcons">
<summary>Gets or sets a value indicating whether [use native os icons].</summary>
<value><c>true</c> if [use native os icons]; otherwise, <c>false</c>.</value>
</member>
<member name="P:Krypton.Toolkit.KryptonTaskDialog.Tag">
<summary>
Gets and sets user-defined data associated with the object.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonTaskDialog.TextExtra">
<summary>
Allows user to override the default "Ctrl+c to copy" in window caption
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonTaskDialog.ShowDialog">
<summary>
Shows the task dialog as a modal dialog box with the currently active window set as its owner.
</summary>
<returns>One of the DialogResult values.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonTaskDialog.ShowDialog(System.Windows.Forms.IWin32Window)">
<summary>
Shows the form as a modal dialog box with the specified owner.
</summary>
<param name="owner">Any object that implements IWin32Window that represents the top-level window that will own the modal dialog box.</param>
<returns>One of the DialogResult values.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonTaskDialog.Show(System.String,System.String,System.String,Krypton.Toolkit.KryptonMessageBoxIcon,Krypton.Toolkit.TaskDialogButtons,System.Nullable{System.Boolean})">
<summary>
Show a task dialog using the specified values as content.
</summary>
<param name="windowTitle">Caption of the window.</param>
<param name="mainInstruction">Principal text.</param>
<param name="content">Extra text.</param>
<param name="icon">Predefined icon.</param>
<param name="commonButtons">Common buttons.</param>
<param name="useNativeOSIcons">Use the OS set of icons.</param>
<returns>One of the DialogResult values.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonTaskDialog.OnFooterHyperlinkClicked(System.EventArgs)">
<summary>
Raises the PropertyFooterHyperlinkClickedChanged event.
</summary>
<param name="e">An EventArgs containing the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonTaskDialog.OnPropertyChanged(System.ComponentModel.PropertyChangedEventArgs)">
<summary>
Raises the PropertyChanged event.
</summary>
<param name="e">A PropertyChangedEventArgs containing the event data.</param>
</member>
<member name="T:Krypton.Toolkit.KryptonTaskDialogCommand">
<summary>
Defines state and events for a single task dialog command.
</summary>
</member>
<member name="E:Krypton.Toolkit.KryptonTaskDialogCommand.Execute">
<summary>
Occurs when the command needs executing.
</summary>
</member>
<member name="E:Krypton.Toolkit.KryptonTaskDialogCommand.PropertyChanged">
<summary>
Occurs when a property has changed value.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonTaskDialogCommand.#ctor">
<summary>
Initialize a new instance of the KryptonCommand class.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonTaskDialogCommand.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="P:Krypton.Toolkit.KryptonTaskDialogCommand.DialogResult">
<summary>
Gets and sets DialogResult to use when the command is pressed.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonTaskDialogCommand.Enabled">
<summary>
Gets and sets the enabled state of the command.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonTaskDialogCommand.Text">
<summary>
Gets and sets the command text.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonTaskDialogCommand.ExtraText">
<summary>
Gets and sets the command extra text.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonTaskDialogCommand.Image">
<summary>
Gets and sets the command small image.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonTaskDialogCommand.ImageTransparentColor">
<summary>
Gets and sets the command image transparent color.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonTaskDialogCommand.Tag">
<summary>
Gets and sets user-defined data associated with the object.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonTaskDialogCommand.PerformExecute">
<summary>
Generates a Execute event for a button.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonTaskDialogCommand.OnExecute(System.EventArgs)">
<summary>
Raises the Execute event.
</summary>
<param name="e">An EventArgs containing the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonTaskDialogCommand.OnPropertyChanged(System.ComponentModel.PropertyChangedEventArgs)">
<summary>
Raises the PropertyChanged event.
</summary>
<param name="e">A PropertyChangedEventArgs containing the event data.</param>
</member>
<member name="P:Krypton.Toolkit.KryptonTaskDialogCommand.Krypton#Toolkit#IKryptonCommand#ImageSmall">
<summary>
Gets and sets the command small image.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonTaskDialogCommand.Krypton#Toolkit#IKryptonCommand#ImageLarge">
<summary>
Gets and sets the command large image.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonTaskDialogCommand.Krypton#Toolkit#IKryptonCommand#TextLine1">
<summary>
Gets and sets the text line 1 property.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonTaskDialogCommand.Krypton#Toolkit#IKryptonCommand#TextLine2">
<summary>
Gets and sets the text line 2 property.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonTaskDialogCommand.Krypton#Toolkit#IKryptonCommand#Checked">
<summary>
Gets and sets the checked state of the command.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonTaskDialogCommand.Krypton#Toolkit#IKryptonCommand#CheckState">
<summary>
Gets and sets the check state of the command.
</summary>
</member>
<member name="T:Krypton.Toolkit.KryptonTaskDialogCommandCollection">
<summary>
Manages a collection of KryptonTaskDialogCommand instances.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonTaskDialogCommandCollection.Item(System.String)">
<summary>
Gets the item with the provided name.
</summary>
<param name="name">Name to find.</param>
<returns>Item with matching name.</returns>
</member>
<member name="T:Krypton.Toolkit.KryptonTextBox">
<summary>
Provide a TextBox with Krypton styling applied.
</summary>
</member>
<member name="E:Krypton.Toolkit.KryptonTextBox.InternalTextBox.TrackMouseEnter">
<summary>
Occurs when the mouse enters the InternalTextBox.
</summary>
</member>
<member name="E:Krypton.Toolkit.KryptonTextBox.InternalTextBox.TrackMouseLeave">
<summary>
Occurs when the mouse leaves the InternalTextBox.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonTextBox.InternalTextBox.#ctor(Krypton.Toolkit.KryptonTextBox)">
<summary>
Initialize a new instance of the InternalTextBox class.
</summary>
<param name="kryptonTextBox">Reference to owning control.</param>
</member>
<member name="P:Krypton.Toolkit.KryptonTextBox.InternalTextBox.MouseOver">
<summary>
Gets and sets if the mouse is currently over the combo box.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonTextBox.InternalTextBox.WndProc(System.Windows.Forms.Message@)">
<summary>
Process Windows-based messages.
</summary>
<param name="m">A Windows-based message.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonTextBox.InternalTextBox.OnTrackMouseEnter(System.EventArgs)">
<summary>
Raises the TrackMouseEnter event.
</summary>
<param name="e">An EventArgs containing the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonTextBox.InternalTextBox.OnTrackMouseLeave(System.EventArgs)">
<summary>
Raises the TrackMouseLeave event.
</summary>
<param name="e">An EventArgs containing the event data.</param>
</member>
<member name="T:Krypton.Toolkit.KryptonTextBox.TextBoxButtonSpecCollection">
<summary>
Collection for managing ButtonSpecAny instances.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonTextBox.TextBoxButtonSpecCollection.#ctor(Krypton.Toolkit.KryptonTextBox)">
<summary>
Initialize a new instance of the TextBoxButtonSpecCollection class.
</summary>
<param name="owner">Reference to owning object.</param>
</member>
<member name="E:Krypton.Toolkit.KryptonTextBox.AcceptsTabChanged">
<summary>
Occurs when the value of the AcceptsTab property changes.
</summary>
</member>
<member name="E:Krypton.Toolkit.KryptonTextBox.HideSelectionChanged">
<summary>
Occurs when the value of the HideSelection property changes.
</summary>
</member>
<member name="E:Krypton.Toolkit.KryptonTextBox.TextAlignChanged">
<summary>
Occurs when the value of the TextAlign property changes.
</summary>
</member>
<member name="E:Krypton.Toolkit.KryptonTextBox.ModifiedChanged">
<summary>
Occurs when the value of the Modified property changes.
</summary>
</member>
<member name="E:Krypton.Toolkit.KryptonTextBox.MultilineChanged">
<summary>
Occurs when the value of the Multiline property changes.
</summary>
</member>
<member name="E:Krypton.Toolkit.KryptonTextBox.ReadOnlyChanged">
<summary>
Occurs when the value of the ReadOnly property changes.
</summary>
</member>
<member name="E:Krypton.Toolkit.KryptonTextBox.TrackMouseEnter">
<summary>
Occurs when the mouse enters the control.
</summary>
</member>
<member name="E:Krypton.Toolkit.KryptonTextBox.TrackMouseLeave">
<summary>
Occurs when the mouse leaves the control.
</summary>
</member>
<member name="E:Krypton.Toolkit.KryptonTextBox.BackColorChanged">
<summary>
Occurs when the value of the BackColor property changes.
</summary>
</member>
<member name="E:Krypton.Toolkit.KryptonTextBox.BackgroundImageChanged">
<summary>
Occurs when the value of the BackgroundImage property changes.
</summary>
</member>
<member name="E:Krypton.Toolkit.KryptonTextBox.BackgroundImageLayoutChanged">
<summary>
Occurs when the value of the BackgroundImageLayout property changes.
</summary>
</member>
<member name="E:Krypton.Toolkit.KryptonTextBox.ForeColorChanged">
<summary>
Occurs when the value of the ForeColor property changes.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonTextBox.#ctor">
<summary>
Initialize a new instance of the KryptonTextBox class.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonTextBox.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="P:Krypton.Toolkit.KryptonTextBox.CueHint">
<summary>
Gets access to the common textbox appearance entries that other states can override.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonTextBox.Hint">
<summary>
Gets and sets control watermark.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonTextBox.TabStop">
<summary>
Gets and sets if the control is in the tab chain.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonTextBox.InRibbonDesignMode">
<summary>
Gets and sets if the control is in the ribbon design mode.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonTextBox.MultilineStringEditor">
<summary>
Gets and sets if the control uses the multiline string editor widget.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonTextBox.ShowEllipsisButton">
<summary>Gets or sets a value indicating whether [show ellipsis button].</summary>
<value><c>true</c> if [show ellipsis button]; otherwise, <c>false</c>.</value>
</member>
<member name="P:Krypton.Toolkit.KryptonTextBox.TextBox">
<summary>
Gets access to the contained TextBox instance.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonTextBox.ContainedControl">
<summary>
Gets access to the contained input control.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonTextBox.AutoSize">
<summary>
Gets and sets a value indicating if the control is automatically sized.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonTextBox.Focused">
<summary>
Gets a value indicating whether the control has input focus.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonTextBox.BackColor">
<summary>
Gets or sets the background color for the control.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonTextBox.Font">
<summary>
Gets or sets the font of the text Displayed by the control.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonTextBox.ForeColor">
<summary>
Gets or sets the foreground color for the control.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonTextBox.Padding">
<summary>
Gets and sets the internal padding space.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonTextBox.Text">
<summary>
Gets and sets the text associated with the control.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonTextBox.ContextMenuStrip">
<summary>
Gets and sets the associated context menu strip.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonTextBox.CanUndo">
<summary>
Gets a value indicating whether the user can undo the previous operation in a rich text box control.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonTextBox.Modified">
<summary>
Gets a value indicating whether the contents have changed since last last.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonTextBox.SelectedText">
<summary>
Gets and sets the selected text within the control.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonTextBox.SelectionLength">
<summary>
Gets and sets the selection length for the selected area.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonTextBox.SelectionStart">
<summary>
Gets and sets the starting point of text selected in the control.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonTextBox.TextLength">
<summary>
Gets the length of text in the control.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonTextBox.UseMnemonic">
<summary>
Gets or sets a value indicating whether mnemonics will fire button spec buttons.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonTextBox.AlwaysActive">
<summary>
Gets and sets Determines if the control is always active or only when the mouse is over the control or has focus.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonTextBox.Lines">
<summary>
Gets or sets the lines of text in a multiline edit, as an array of String values.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonTextBox.ScrollBars">
<summary>
Gets or sets, for multiline edit controls, which scroll bars will be shown for this control.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonTextBox.TextAlign">
<summary>
Gets or sets how the text should be aligned for edit controls.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonTextBox.WordWrap">
<summary>
Indicates if lines are automatically word-wrapped for multiline edit controls.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonTextBox.Multiline">
<summary>
Gets and sets whether the text in the control can span more than one line.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonTextBox.AcceptsReturn">
<summary>
Gets or sets a value indicating if return characters are accepted as input for multiline edit controls.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonTextBox.AcceptsTab">
<summary>
Gets or sets a value indicating if tab characters are accepted as input for multiline edit controls.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonTextBox.CharacterCasing">
<summary>
Gets or sets a value indicating if all the characters should be left alone or converted to uppercase or lowercase.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonTextBox.HideSelection">
<summary>
Gets or sets a value indicating that the selection should be hidden when the edit control loses focus.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonTextBox.MaxLength">
<summary>
Gets or sets the maximum number of characters that can be entered into the edit control.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonTextBox.ReadOnly">
<summary>
Gets or sets a value indicating whether the text in the edit control can be changed or not.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonTextBox.ShortcutsEnabled">
<summary>
Gets or sets a value indicating whether shortcuts defined for the control are enabled.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonTextBox.PasswordChar">
<summary>
Gets or sets the character to display for password input for single-line edit controls.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonTextBox.UseSystemPasswordChar">
<summary>
Gets or sets a value indicating if the text in the edit control should appear as the default password character.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonTextBox.InputControlStyle">
<summary>
Gets and sets the input control style.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonTextBox.AutoCompleteCustomSource">
<summary>
Gets or sets the StringCollection to use when the AutoCompleteSource property is set to CustomSource.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonTextBox.AutoCompleteMode">
<summary>
Gets or sets the text completion behavior of the textbox.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonTextBox.AutoCompleteSource">
<summary>
Gets or sets the autocomplete source, which can be one of the values from AutoCompleteSource enumeration.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonTextBox.AllowButtonSpecToolTips">
<summary>
Gets and sets a value indicating if tooltips should be Displayed for button specs.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonTextBox.AllowButtonSpecToolTipPriority">
<summary>
Gets and sets a value indicating if button spec tooltips should remove the parent tooltip.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonTextBox.ButtonSpecs">
<summary>
Gets the collection of button specifications.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonTextBox.StateCommon">
<summary>
Gets access to the common textbox appearance entries that other states can override.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonTextBox.StateDisabled">
<summary>
Gets access to the disabled textbox appearance entries.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonTextBox.StateNormal">
<summary>
Gets access to the normal textbox appearance entries.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonTextBox.StateActive">
<summary>
Gets access to the active textbox appearance entries.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonTextBox.AppendText(System.String)">
<summary>
Appends text to the current text of a rich text box.
</summary>
<param name="text">The text to append to the current contents of the text box.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonTextBox.Clear">
<summary>
Clears all text from the text box control.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonTextBox.ClearUndo">
<summary>
Clears information about the most recent operation from the undo buffer of the rich text box.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonTextBox.Copy">
<summary>
Copies the current selection in the text box to the Clipboard.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonTextBox.Cut">
<summary>
Moves the current selection in the text box to the Clipboard.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonTextBox.Paste">
<summary>
Replaces the current selection in the text box with the contents of the Clipboard.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonTextBox.ScrollToCaret">
<summary>
Scrolls the contents of the control to the current caret position.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonTextBox.Select(System.Int32,System.Int32)">
<summary>
Selects a range of text in the control.
</summary>
<param name="start">The position of the first character in the current text selection within the text box.</param>
<param name="length">The number of characters to select.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonTextBox.SelectAll">
<summary>
Selects all text in the control.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonTextBox.Undo">
<summary>
Undoes the last edit operation in the text box.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonTextBox.DeselectAll">
<summary>
Specifies that the value of the SelectionLength property is zero so that no characters are selected in the control.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonTextBox.GetCharFromPosition(System.Drawing.Point)">
<summary>
Retrieves the character that is closest to the specified location within the control.
</summary>
<param name="pt">The location from which to seek the nearest character.</param>
<returns>The character at the specified location.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonTextBox.GetCharIndexFromPosition(System.Drawing.Point)">
<summary>
Retrieves the index of the character nearest to the specified location.
</summary>
<param name="pt">The location to search.</param>
<returns>The zero-based character index at the specified location.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonTextBox.GetFirstCharIndexFromLine(System.Int32)">
<summary>
Retrieves the index of the first character of a given line.
</summary>
<param name="lineNumber">The line for which to get the index of its first character.</param>
<returns>The zero-based character index in the specified line.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonTextBox.GetFirstCharIndexOfCurrentLine">
<summary>
Retrieves the index of the first character of the current line.
</summary>
<returns>The zero-based character index in the current line.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonTextBox.GetLineFromCharIndex(System.Int32)">
<summary>
Retrieves the line number from the specified character position within the text of the RichTextBox control.
</summary>
<param name="index">The character index position to search.</param>
<returns>The zero-based line number in which the character index is located.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonTextBox.GetPositionFromCharIndex(System.Int32)">
<summary>
Retrieves the location within the control at the specified character index.
</summary>
<param name="index">The index of the character for which to retrieve the location.</param>
<returns>The location of the specified character.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonTextBox.SetFixedState(System.Boolean)">
<summary>
Sets the fixed state of the control.
</summary>
<param name="active">Should the control be fixed as active.</param>
</member>
<member name="P:Krypton.Toolkit.KryptonTextBox.ToolTipManager">
<summary>
Gets access to the ToolTipManager used for displaying tool tips.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonTextBox.IsActive">
<summary>
Gets a value indicating if the input control is active.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonTextBox.Focus">
<summary>
Sets input focus to the control.
</summary>
<returns>true if the input focus request was successful; otherwise, false.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonTextBox.Select">
<summary>
Activates the control.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonTextBox.GetPreferredSize(System.Drawing.Size)">
<summary>
Get the preferred size of the control based on a proposed size.
</summary>
<param name="proposedSize">Starting size proposed by the caller.</param>
<returns>Calculated preferred size.</returns>
</member>
<member name="P:Krypton.Toolkit.KryptonTextBox.DisplayRectangle">
<summary>
Gets the rectangle that represents the display area of the control.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonTextBox.DesignerGetHitTest(System.Drawing.Point)">
<summary>
Internal design time method.
</summary>
<param name="pt">Mouse location.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonTextBox.DesignerComponentFromPoint(System.Drawing.Point)">
<summary>
Internal design time method.
</summary>
<param name="pt">Mouse location.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonTextBox.DesignerMouseLeave">
<summary>
Internal design time method.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonTextBox.ForceControlLayout">
<summary>
Force the layout logic to size and position the controls.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonTextBox.SetMultilineStringEditor(System.Boolean)">
<summary>
Sets up the multiline string editor for the control.
</summary>
<param name="value">
true to enable the multiline string editor; otherwise false.
</param>
</member>
<member name="M:Krypton.Toolkit.KryptonTextBox.OnAcceptsTabChanged(System.EventArgs)">
<summary>
Raises the AcceptsTabChanged event.
</summary>
<param name="e">An EventArgs containing the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonTextBox.OnTextAlignChanged(System.EventArgs)">
<summary>
Raises the TextAlignChanged event.
</summary>
<param name="e">An EventArgs containing the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonTextBox.OnHideSelectionChanged(System.EventArgs)">
<summary>
Raises the HideSelectionChanged event.
</summary>
<param name="e">An EventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonTextBox.OnModifiedChanged(System.EventArgs)">
<summary>
Raises the ModifiedChanged event.
</summary>
<param name="e">An EventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonTextBox.OnMultilineChanged(System.EventArgs)">
<summary>
Raises the MultilineChanged event.
</summary>
<param name="e">An EventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonTextBox.OnReadOnlyChanged(System.EventArgs)">
<summary>
Raises the ReadOnlyChanged event.
</summary>
<param name="e">An EventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonTextBox.OnTrackMouseEnter(System.EventArgs)">
<summary>
Raises the TrackMouseEnter event.
</summary>
<param name="e">An EventArgs containing the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonTextBox.OnTrackMouseLeave(System.EventArgs)">
<summary>
Raises the TrackMouseLeave event.
</summary>
<param name="e">An EventArgs containing the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonTextBox.CreateControlsInstance">
<summary>
Creates a new instance of the control collection for the KryptonTextBox.
</summary>
<returns>A new instance of Control.ControlCollection assigned to the control.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonTextBox.OnHandleCreated(System.EventArgs)">
<summary>
Raises the HandleCreated event.
</summary>
<param name="e">An EventArgs containing the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonTextBox.OnEnabledChanged(System.EventArgs)">
<summary>
Raises the EnabledChanged event.
</summary>
<param name="e">An EventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonTextBox.OnGotFocus(System.EventArgs)">
<summary>
Raises the GotFocus event.
</summary>
<param name="e">An EventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonTextBox.OnBackColorChanged(System.EventArgs)">
<summary>
Raises the BackColorChanged event.
</summary>
<param name="e">An EventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonTextBox.OnBackgroundImageChanged(System.EventArgs)">
<summary>
Raises the BackgroundImageChanged event.
</summary>
<param name="e">An EventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonTextBox.OnBackgroundImageLayoutChanged(System.EventArgs)">
<summary>
Raises the BackgroundImageLayoutChanged event.
</summary>
<param name="e">An EventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonTextBox.OnForeColorChanged(System.EventArgs)">
<summary>
Raises the ForeColorChanged event.
</summary>
<param name="e">An EventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonTextBox.OnResize(System.EventArgs)">
<summary>
Raises the Resize event.
</summary>
<param name="e">An EventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonTextBox.OnLayout(System.Windows.Forms.LayoutEventArgs)">
<summary>
Raises the Layout event.
</summary>
<param name="levent">An EventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonTextBox.OnMouseEnter(System.EventArgs)">
<summary>
Raises the MouseEnter event.
</summary>
<param name="e">An EventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonTextBox.OnMouseLeave(System.EventArgs)">
<summary>
Raises the MouseLeave event.
</summary>
<param name="e">An EventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonTextBox.SetBoundsCore(System.Int32,System.Int32,System.Int32,System.Int32,System.Windows.Forms.BoundsSpecified)">
<summary>
Performs the work of setting the specified bounds of this control.
</summary>
<param name="x">The new Left property value of the control.</param>
<param name="y">The new Top property value of the control.</param>
<param name="width">The new Width property value of the control.</param>
<param name="height">The new Height property value of the control.</param>
<param name="specified">A bitwise combination of the BoundsSpecified values.</param>
</member>
<member name="P:Krypton.Toolkit.KryptonTextBox.DefaultSize">
<summary>
Gets the default size of the control.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonTextBox.OnNeedPaint(System.Object,Krypton.Toolkit.NeedLayoutEventArgs)">
<summary>
Processes a notification from palette storage of a paint and optional layout required.
</summary>
<param name="sender">Source of notification.</param>
<param name="e">An NeedLayoutEventArgs containing event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonTextBox.OnPaddingChanged(System.EventArgs)">
<summary>
Raises the PaddingChanged event.
</summary>
<param name="e">An NeedLayoutEventArgs containing event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonTextBox.OnPaint(System.Windows.Forms.PaintEventArgs)">
<summary>
Raises the Paint event.
</summary>
<param name="e">A PaintEventArgs containing the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonTextBox.OnTabStopChanged(System.EventArgs)">
<summary>
Raises the TabStop event.
</summary>
<param name="e">An EventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonTextBox.OnCausesValidationChanged(System.EventArgs)">
<summary>
Raises the CausesValidationChanged event.
</summary>
<param name="e">An EventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonTextBox.WndProc(System.Windows.Forms.Message@)">
<summary>
Process Windows-based messages.
</summary>
<param name="m">A Windows-based message.</param>
</member>
<member name="T:Krypton.Toolkit.KryptonThemeBrowser">
<summary>Public API to display the <see cref="T:Krypton.Toolkit.VisualThemeBrowserForm"/>.</summary>
</member>
<member name="T:Krypton.Toolkit.KryptonThemeComboBox">
<summary>Allows the user to change themes using a <see cref="T:Krypton.Toolkit.KryptonComboBox"/>.</summary>
<seealso cref="T:Krypton.Toolkit.KryptonComboBox" />
</member>
<member name="F:Krypton.Toolkit.KryptonThemeComboBox._isLocalUpdate">
<summary> When we change the palette, Krypton Manager will notify us that there was a change. Since we are changing it that notification can be skipped.</summary>
</member>
<member name="F:Krypton.Toolkit.KryptonThemeComboBox._isExternalUpdate">
<summary> Suppress code execution in the SelectedIndexChanged event handler, when a theme change via the KManager has been performed.</summary>
</member>
<member name="F:Krypton.Toolkit.KryptonThemeComboBox._defaultPalette">
<summary> Backing var for the DefaultPalette property.</summary>
</member>
<member name="F:Krypton.Toolkit.KryptonThemeComboBox._manager">
<summary> Local Krypton Manager instance.</summary>
</member>
<member name="F:Krypton.Toolkit.KryptonThemeComboBox._kryptonCustomPalette">
<summary> User defined palette.</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonThemeComboBox.#ctor">
<summary>Initializes a new instance of the <see cref="T:Krypton.Toolkit.KryptonThemeComboBox" /> class.</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonThemeComboBox.KryptonCustomPalette">
<inheritdoc/>
</member>
<member name="P:Krypton.Toolkit.KryptonThemeComboBox.DefaultPalette">
<inheritdoc/>
</member>
<member name="M:Krypton.Toolkit.KryptonThemeComboBox.OnHandleCreated(System.EventArgs)">
<summary>
Routine that will be executed when the control is fully instantiated.
</summary>
<param name="e">EventArgs param. Not used in this implementation.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonThemeComboBox.KryptonManagerGlobalPaletteChanged(System.Object,System.EventArgs)">
<summary>
This method will run when the KryptonManager.GlobalPaletteChanged event is fired.<br/>
It will synchronize the SelectedIndex with the newly assigned Global Palette.
</summary>
<param name="sender">Object that intiated the call.</param>
<param name="e">Eventargs object data (not used).</param>
</member>
<member name="M:Krypton.Toolkit.KryptonThemeComboBox.OnSelectedIndexChanged(System.EventArgs)">
<inheritdoc />
</member>
<member name="P:Krypton.Toolkit.KryptonThemeComboBox.Text">
<summary>
Gets and sets the text associated with the control.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonThemeComboBox.FormatString">
<summary>Gets or sets the format specifier characters that indicate how a value is to be Displayed.</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonThemeComboBox.DropDownStyle">
<summary>
Gets and sets the appearance and functionality of the KryptonComboBox.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonThemeComboBox.Items">
<summary>
Gets or sets the items in the KryptonComboBox.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonThemeComboBox.DrawMode">
<summary>Gets or sets the draw mode of the combobox.</summary>
<value>The draw mode of the combobox.</value>
</member>
<member name="P:Krypton.Toolkit.KryptonThemeComboBox.AutoCompleteCustomSource">
<summary>
Gets or sets the StringCollection to use when the AutoCompleteSource property is set to CustomSource.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonThemeComboBox.AutoCompleteMode">
<summary>Gets or sets the text completion behavior of the combobox.</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonThemeComboBox.AutoCompleteSource">
<summary>Gets or sets the autocomplete source, which can be one of the values from AutoCompleteSource enumeration.</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonThemeComboBox.SelectedIndex">
<summary>Gets and sets the selected index.</summary>
</member>
<member name="T:Krypton.Toolkit.KryptonThemeListBox">
<summary>Allows the user to change themes using a <see cref="T:Krypton.Toolkit.KryptonListBox"/>.</summary>
<seealso cref="T:Krypton.Toolkit.KryptonListBox" />
</member>
<member name="F:Krypton.Toolkit.KryptonThemeListBox._isLocalUpdate">
<summary> When we change the palette, Krypton Manager will notify us that there was a change. Since we are changing it that notification can be skipped.</summary>
</member>
<member name="F:Krypton.Toolkit.KryptonThemeListBox._isExternalUpdate">
<summary> Suppress code execution in the SelectedIndexChanged event handler, when a theme change via the KManager has been performed.</summary>
</member>
<member name="F:Krypton.Toolkit.KryptonThemeListBox._defaultPalette">
<summary> Backing var for the DefaultPalette property.</summary>
</member>
<member name="F:Krypton.Toolkit.KryptonThemeListBox._manager">
<summary> Local Krypton Manager instance.</summary>
</member>
<member name="F:Krypton.Toolkit.KryptonThemeListBox._kryptonCustomPalette">
<summary> User defined palette.</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonThemeListBox.#ctor">
<summary>Initializes a new instance of the <see cref="T:Krypton.Toolkit.KryptonThemeListBox" /> class.</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonThemeListBox.KryptonCustomPalette">
<inheritdoc/>
</member>
<member name="P:Krypton.Toolkit.KryptonThemeListBox.DefaultPalette">
<inheritdoc/>
</member>
<member name="M:Krypton.Toolkit.KryptonThemeListBox.OnHandleCreated(System.EventArgs)">
<summary>
Routine that will be executed when the control is fully instantiated.
</summary>
<param name="e">EventArgs param. Not used in this implementation.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonThemeListBox.KryptonManagerGlobalPaletteChanged(System.Object,System.EventArgs)">
<summary>
This method will run when the KryptonManager.GlobalPaletteChanged event is fired.<br/>
It will synchronize the SelectedIndex with the newly assigned Global Palette.
</summary>
<param name="sender">Object that intiated the call.</param>
<param name="e">Eventargs object data (not used).</param>
</member>
<member name="M:Krypton.Toolkit.KryptonThemeListBox.OnSelectedIndexChanged(System.EventArgs)">
<inheritdoc />
</member>
<member name="P:Krypton.Toolkit.KryptonThemeListBox.Text">
<summary>Gets and sets the text associated with the control.</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonThemeListBox.FormatString">
<summary>Gets or sets the format specifier characters that indicate how a value is to be Displayed.</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonThemeListBox.Items">
<summary>Gets the items of the KryptonListBox.</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonThemeListBox.SelectedIndex">
<summary>Gets and sets the selected index.</summary>
</member>
<member name="T:Krypton.Toolkit.KryptonToastNotification">
<summary>The public interface to the <see cref="T:Krypton.Toolkit.KryptonToastNotificationController"/> class.</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonToastNotification.ShowBasicNotificationWithBooleanReturnValue(Krypton.Toolkit.KryptonBasicToastNotificationData)">
<summary>Shows the basic notification with a boolean return value.</summary>
<param name="toastNotificationData">The toast notification data.</param>
<returns>A boolean value, based on the 'Do not show again' option.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonToastNotification.ShowBasicNotificationWithCheckStateReturnValue(Krypton.Toolkit.KryptonBasicToastNotificationData)">
<summary>Shows the basic notification with a <see cref="T:CheckState"/> return value.</summary>
<param name="toastNotificationData">The toast notification data.</param>
<returns>A <see cref="T:CheckState"/> value, based on the 'Do not show again' option.b</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonToastNotification.ShowBasicNotification(Krypton.Toolkit.KryptonBasicToastNotificationData)">
<summary>Shows the basic notification.</summary>
<param name="toastNotificationData">The toast notification data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonToastNotification.ShowBasicProgressBarNotificationWithBooleanReturnValue(Krypton.Toolkit.KryptonBasicToastNotificationData)">
<summary>Shows the basic progress bar notification with a boolean return value.</summary>
<param name="toastNotificationData">The toast notification data.</param>
<returns>A boolean value, based on the 'Do not show again' option.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonToastNotification.ShowBasicProgressBarNotificationWithCheckStateReturnValue(Krypton.Toolkit.KryptonBasicToastNotificationData)">
<summary>Shows the basic progress bar notification with a <see cref="T:CheckState"/> return value.</summary>
<param name="toastNotificationData">The toast notification data.</param>
<returns>A <see cref="T:CheckState"/> value, based on the 'Do not show again' option.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonToastNotification.ShowBasicProgressBarNotification(Krypton.Toolkit.KryptonBasicToastNotificationData)">
<summary>Shows the basic progress bar notification.</summary>
<param name="toastNotificationData">The toast notification data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonToastNotification.ShowNotification(Krypton.Toolkit.KryptonUserInputToastNotificationData)">
<summary>Shows the notification with ComboBox.</summary>
<param name="data">The data.</param>
<returns></returns>
</member>
<member name="M:Krypton.Toolkit.KryptonToastNotification.ShowNotificationWithProgressBar(Krypton.Toolkit.KryptonUserInputToastNotificationData)">
<summary>Shows the notification with progress bar.</summary>
<param name="data">The data.</param>
<returns></returns>
</member>
<member name="T:Krypton.Toolkit.KryptonToolkitPoweredByControl">
<summary></summary>
</member>
<member name="P:Krypton.Toolkit.KryptonToolkitPoweredByControl.ShowThemeOption">
<summary>Gets or sets a value indicating whether [show theme option].</summary>
<value><c>true</c> if [show theme option]; otherwise, <c>false</c>.</value>
</member>
<member name="P:Krypton.Toolkit.KryptonToolkitPoweredByControl.ToolkitType">
<summary>Gets or sets the type of the toolkit.</summary>
<value>The type of the toolkit.</value>
</member>
<member name="M:Krypton.Toolkit.KryptonToolkitPoweredByControl.#ctor">
<summary>Initializes a new instance of the <see cref="T:Krypton.Toolkit.KryptonToolkitPoweredByControl" /> class.</summary>
</member>
<member name="F:Krypton.Toolkit.KryptonToolkitPoweredByControl.components">
<summary>
Required designer variable.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonToolkitPoweredByControl.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:Krypton.Toolkit.KryptonToolkitPoweredByControl.InitializeComponent">
<summary>
Required method for Designer support - do not modify
the contents of this method with the code editor.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonToolStripComboBox.KryptonComboBoxControl">
<summary>Gets access to the krypton ComboBox control.</summary>
<value>The krypton ComboBox control.</value>
</member>
<member name="P:Krypton.Toolkit.KryptonToolStripComboBox.BackColor">
<inheritdoc />
</member>
<member name="P:Krypton.Toolkit.KryptonToolStripComboBox.ForeColor">
<inheritdoc />
</member>
<member name="P:Krypton.Toolkit.KryptonToolStripComboBox.BackgroundImage">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.KryptonToolStripComboBox.#ctor">
<summary>Initializes a new instance of the <see cref="T:Krypton.Toolkit.KryptonToolStripComboBox" /> class.</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonToolStripComboBox.OnSubscribeControlEvents(System.Windows.Forms.Control)">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.KryptonToolStripComboBox.OnUnsubscribeControlEvents(System.Windows.Forms.Control)">
<inheritdoc />
</member>
<member name="T:Krypton.Toolkit.KryptonTrackBar">
<summary>
Allow user to scroll between a range of values.
</summary>
</member>
<member name="E:Krypton.Toolkit.KryptonTrackBar.ValueChanged">
<summary>
Occurs when the value of the Value property changes.
</summary>
</member>
<member name="E:Krypton.Toolkit.KryptonTrackBar.Scroll">
<summary>
Occurs when either a mouse or keyboard action moves the scroll box.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonTrackBar.#ctor">
<summary>
Initialize a new instance of the KryptonTrackBar class.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonTrackBar.Text">
<summary>
Gets or sets the text associated with this control.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonTrackBar.ImeMode">
<summary>
Determines the IME status of the object when selected.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonTrackBar.AutoSize">
<summary>
Gets or sets the text associated with this control.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonTrackBar.AutoSizeMode">
<summary>
Gets and sets the auto size mode.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonTrackBar.Padding">
<summary>
Gets and sets the internal padding space.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonTrackBar.BackStyle">
<summary>
Gets and sets the background style.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonTrackBar.OverrideFocus">
<summary>
Gets access to the track bar appearance when it has focus.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonTrackBar.StateCommon">
<summary>
Gets access to the common TrackBar appearance that other states can override.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonTrackBar.StateDisabled">
<summary>
Gets access to the disabled TrackBar appearance.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonTrackBar.StateNormal">
<summary>
Gets access to the normal TrackBar appearance.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonTrackBar.StateTracking">
<summary>
Gets access to the tracking TrackBar appearance.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonTrackBar.StatePressed">
<summary>
Gets access to the pressed TrackBar appearance.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonTrackBar.VolumeControl">
<summary>
Gets and sets if the control displays like a volume control.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonTrackBar.TrackBarSize">
<summary>
Gets and sets the size of the track bar elements.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonTrackBar.TickStyle">
<summary>
Gets or sets a value indicating how to display the tick marks on the track bar.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonTrackBar.TickFrequency">
<summary>
Gets or sets a value that specifies the delta between ticks drawn on the control.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonTrackBar.Orientation">
<summary>
Gets or sets a value indicating the horizontal or vertical orientation of the track bar.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonTrackBar.Maximum">
<summary>
Gets or sets the upper limit of the range this TrackBar is working with.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonTrackBar.Minimum">
<summary>
Gets or sets the lower limit of the range this TrackBar is working with.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonTrackBar.Value">
<summary>
Gets or sets a numeric value that represents the current position of the scroll box on the track bar.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonTrackBar.SmallChange">
<summary>
Gets or sets the value added to or subtracted from the Value property when the scroll box is moved a small distance.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonTrackBar.LargeChange">
<summary>
Gets or sets a value to be added to or subtracted from the Value property when the scroll box is moved a large distance.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonTrackBar.SetRange(System.Int32,System.Int32)">
<summary>
Sets the minimum and maximum values for a TrackBar.
</summary>
<param name="minValue">The lower limit of the range of the track bar.</param>
<param name="maxValue">The upper limit of the range of the track bar.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonTrackBar.SetFixedState(Krypton.Toolkit.PaletteState)">
<summary>
Fix the control to a particular palette state.
</summary>
<param name="state">Palette state to fix.</param>
</member>
<member name="P:Krypton.Toolkit.KryptonTrackBar.DrawBackground">
<summary>
Gets and sets if the control should draw the background.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonTrackBar.InRibbonDesignMode">
<summary>
Gets and sets if the control is in the ribbon design mode.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonTrackBar.DefaultSize">
<summary>
Gets the default size of the control.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonTrackBar.OnHandleCreated(System.EventArgs)">
<summary>
Raises the HandleCreated event.
</summary>
<param name="e">An EventArgs containing the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonTrackBar.SetBoundsCore(System.Int32,System.Int32,System.Int32,System.Int32,System.Windows.Forms.BoundsSpecified)">
<summary>
Performs the work of setting the specified bounds of this control.
</summary>
<param name="x">The new Left property value of the control.</param>
<param name="y">The new Top property value of the control.</param>
<param name="width">The new Width property value of the control.</param>
<param name="height">The new Height property value of the control.</param>
<param name="specified">A bitwise combination of the BoundsSpecified values.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonTrackBar.IsInputKey(System.Windows.Forms.Keys)">
<summary>
Determines whether the specified key is a regular input key or a special key that requires preprocessing.
</summary>
<param name="keyData">One of the Keys values.</param>
<returns>true if the specified key is a regular input key; otherwise, false.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonTrackBar.OnMouseWheel(System.Windows.Forms.MouseEventArgs)">
<summary>
Raises the MouseWheel event.
</summary>
<param name="e">A MouseEventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonTrackBar.OnMouseDown(System.Windows.Forms.MouseEventArgs)">
<summary>
Raises the MouseDown event.
</summary>
<param name="e">An MouseEventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonTrackBar.OnGotFocus(System.EventArgs)">
<summary>
Raises the GotFocus event.
</summary>
<param name="e">An EventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonTrackBar.OnLostFocus(System.EventArgs)">
<summary>
Raises the LostFocus event.
</summary>
<param name="e">An EventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonTrackBar.OnEnabledChanged(System.EventArgs)">
<summary>
Raises the EnabledChanged event.
</summary>
<param name="e">An EventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonTrackBar.OnPaddingChanged(System.EventArgs)">
<summary>
Raises the Padding event.
</summary>
<param name="e">An EventArgs containing the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonTrackBar.OnValueChanged(System.EventArgs)">
<summary>
Raises the ValueChanged event.
</summary>
<param name="e">An EventArgs containing the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonTrackBar.OnScroll(System.EventArgs)">
<summary>
Raises the Scroll event.
</summary>
<param name="e">An EventArgs containing the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonTrackBar.OnRightToLeftChanged(System.EventArgs)">
<summary>
Raises the RightToLeftChanged event.
</summary>
<param name="e">An EventArgs containing the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonTrackBar.WndProc(System.Windows.Forms.Message@)">
<summary>
Process Windows-based messages.
</summary>
<param name="m">A Windows-based message.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonTrackBar.EvalTransparentPaint">
<summary>
Work out if this control needs to paint transparent areas.
</summary>
<returns>True if paint required; otherwise false.</returns>
</member>
<member name="T:Krypton.Toolkit.KryptonTreeNode">
<summary>
Krypton extension of the TreeNode allowing extra information to be drawn.
</summary>
</member>
<member name="E:Krypton.Toolkit.KryptonTreeNode.PropertyChanged">
<summary>
Occurs when a property has changed value.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonTreeNode.#ctor">
<summary>
Initialize a new instance of the KryptonTreeNode class.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonTreeNode.#ctor(System.String)">
<summary>
Initializes a new instance of the System.Windows.Forms.TreeNode class with the specified label text.
</summary>
<param name="text">The label System.Windows.Forms.TreeNode.Text of the new tree node.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonTreeNode.#ctor(System.String,System.Windows.Forms.TreeNode[])">
<summary>
Initializes a new instance of the System.Windows.Forms.TreeNode class with the specified label text and child tree nodes.
</summary>
<param name="text">The label System.Windows.Forms.TreeNode.Text of the new tree node.</param>
<param name="children">An array of child System.Windows.Forms.TreeNode objects.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonTreeNode.#ctor(System.String,System.Int32,System.Int32)">
<summary>
Initializes a new instance of the System.Windows.Forms.TreeNode class with the specified label text and images to display when the tree node is in a selected and unselected state.
</summary>
<param name="text">The label System.Windows.Forms.TreeNode.Text of the new tree node.</param>
<param name="imageIndex">The index value of System.Drawing.Image to display when the tree node is unselected.</param>
<param name="selectedImageIndex">The index value of System.Drawing.Image to display when the tree node is selected.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonTreeNode.#ctor(System.String,System.Int32,System.Int32,System.Windows.Forms.TreeNode[])">
<summary>
Initializes a new instance of the System.Windows.Forms.TreeNode class with the specified label text, child tree nodes, and images to display when the tree node is in a selected and unselected state.
</summary>
<param name="text">The label System.Windows.Forms.TreeNode.Text of the new tree node.</param>
<param name="imageIndex">The index value of System.Drawing.Image to display when the tree node is unselected.</param>
<param name="selectedImageIndex">The index value of System.Drawing.Image to display when the tree node is selected.</param>
<param name="children">An array of child System.Windows.Forms.TreeNode objects.</param>
</member>
<member name="P:Krypton.Toolkit.KryptonTreeNode.LongText">
<summary>
Gets and sets the long text.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonTreeNode.LongForeColor">
<summary>
Gets or sets the foreground color of the long text.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonTreeNode.LongNodeFont">
<summary>
Gets or sets the font of the long text.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonTreeNode.IsCheckBoxVisible">
<summary>
Gets and sets the long text.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonTreeNode.OnPropertyChanged(System.ComponentModel.PropertyChangedEventArgs)">
<summary>
Raises the PropertyChanged event.
</summary>
<param name="e">A PropertyChangedEventArgs containing the event data.</param>
</member>
<member name="T:Krypton.Toolkit.KryptonTreeView">
<summary>
Provide a TreeView with Krypton styling applied.
</summary>
</member>
<member name="E:Krypton.Toolkit.KryptonTreeView.InternalTreeView.TrackMouseEnter">
<summary>
Occurs when the mouse enters the InternalTreeView.
</summary>
</member>
<member name="E:Krypton.Toolkit.KryptonTreeView.InternalTreeView.TrackMouseLeave">
<summary>
Occurs when the mouse leaves the InternalTreeView.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonTreeView.InternalTreeView.#ctor(Krypton.Toolkit.KryptonTreeView)">
<summary>
Initialize a new instance of the InternalTreeView class.
</summary>
<param name="kryptonTreeView">Reference to owning control.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonTreeView.InternalTreeView.Dispose(System.Boolean)">
<summary>
Releases all resources used by the Control.
</summary>
<param name="disposing">true to release both managed and unmanaged resources; false to release only unmanaged resources.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonTreeView.InternalTreeView.Recreate">
<summary>
Recreate the window handle.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonTreeView.InternalTreeView.ViewDrawPanel">
<summary>
Gets access to the contained view draw panel instance.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonTreeView.InternalTreeView.MouseOver">
<summary>
Gets and sets if the mouse is currently over the combo box.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonTreeView.InternalTreeView.OnLayout(System.Windows.Forms.LayoutEventArgs)">
<summary>
Raises the Layout event.
</summary>
<param name="levent">A LayoutEventArgs containing the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonTreeView.InternalTreeView.WndProc(System.Windows.Forms.Message@)">
<summary>
Process Windows-based messages.
</summary>
<param name="m">A Windows-based message.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonTreeView.InternalTreeView.OnTrackMouseEnter(System.EventArgs)">
<summary>
Raises the TrackMouseEnter event.
</summary>
<param name="e">An EventArgs containing the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonTreeView.InternalTreeView.OnTrackMouseLeave(System.EventArgs)">
<summary>
Raises the TrackMouseLeave event.
</summary>
<param name="e">An EventArgs containing the event data.</param>
</member>
<member name="E:Krypton.Toolkit.KryptonTreeView.AfterCheck">
<summary>
Occurs when a checkbox has been checked or unchecked.
</summary>
</member>
<member name="E:Krypton.Toolkit.KryptonTreeView.AfterCollapse">
<summary>
Occurs when a node has been collapsed.
</summary>
</member>
<member name="E:Krypton.Toolkit.KryptonTreeView.AfterExpand">
<summary>
Occurs when a node has been expanded.
</summary>
</member>
<member name="E:Krypton.Toolkit.KryptonTreeView.AfterLabelEdit">
<summary>
Occurs when the text of node has been edited by the user.
</summary>
</member>
<member name="E:Krypton.Toolkit.KryptonTreeView.AfterSelect">
<summary>
Occurs when the selected has been changed.
</summary>
</member>
<member name="E:Krypton.Toolkit.KryptonTreeView.BeforeCheck">
<summary>
Occurs when a checkbox is about to be checked or unchecked.
</summary>
</member>
<member name="E:Krypton.Toolkit.KryptonTreeView.BeforeCollapse">
<summary>
Occurs when a node is about to be collapsed.
</summary>
</member>
<member name="E:Krypton.Toolkit.KryptonTreeView.BeforeExpand">
<summary>
Occurs when a node is about to be expanded.
</summary>
</member>
<member name="E:Krypton.Toolkit.KryptonTreeView.BeforeLabelEdit">
<summary>
Occurs when the text of node is about to be edited by the user.
</summary>
</member>
<member name="E:Krypton.Toolkit.KryptonTreeView.BeforeSelect">
<summary>
Occurs when the selection is about to be changed.
</summary>
</member>
<member name="E:Krypton.Toolkit.KryptonTreeView.ItemDrag">
<summary>
Occurs when the user begins dragging an item.
</summary>
</member>
<member name="E:Krypton.Toolkit.KryptonTreeView.NodeMouseClick">
<summary>
Occurs when a node is clicked with the mouse.
</summary>
</member>
<member name="E:Krypton.Toolkit.KryptonTreeView.NodeMouseDoubleClick">
<summary>
Occurs when a node is double-clicked with the mouse.
</summary>
</member>
<member name="E:Krypton.Toolkit.KryptonTreeView.NodeMouseHover">
<summary>
Occurs when the mouse hovers over a node.
</summary>
</member>
<member name="E:Krypton.Toolkit.KryptonTreeView.RightToLeftLayoutChanged">
<summary>
Occurs when the value of the RightToLeftLayout property changes.
</summary>
</member>
<member name="E:Krypton.Toolkit.KryptonTreeView.BackColorChanged">
<summary>
Occurs when the value of the BackColor property changes.
</summary>
</member>
<member name="E:Krypton.Toolkit.KryptonTreeView.BackgroundImageChanged">
<summary>
Occurs when the value of the BackgroundImage property changes.
</summary>
</member>
<member name="E:Krypton.Toolkit.KryptonTreeView.BackgroundImageLayoutChanged">
<summary>
Occurs when the value of the BackgroundImageLayout property changes.
</summary>
</member>
<member name="E:Krypton.Toolkit.KryptonTreeView.ForeColorChanged">
<summary>
Occurs when the value of the ForeColor property changes.
</summary>
</member>
<member name="E:Krypton.Toolkit.KryptonTreeView.PaddingChanged">
<summary>
Occurs when the value of the MouseClick property changes.
</summary>
</member>
<member name="E:Krypton.Toolkit.KryptonTreeView.Paint">
<summary>
Occurs when the value of the MouseClick property changes.
</summary>
</member>
<member name="E:Krypton.Toolkit.KryptonTreeView.TextChanged">
<summary>
Occurs when the value of the TextChanged property changes.
</summary>
</member>
<member name="E:Krypton.Toolkit.KryptonTreeView.TrackMouseEnter">
<summary>
Occurs when the mouse enters the control.
</summary>
</member>
<member name="E:Krypton.Toolkit.KryptonTreeView.TrackMouseLeave">
<summary>
Occurs when the mouse leaves the control.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonTreeView.#ctor">
<summary>
Initialize a new instance of the KryptonTreeView class.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonTreeView.Dispose(System.Boolean)">
<summary>
Releases all resources used by the Control.
</summary>
<param name="disposing">true to release both managed and unmanaged resources; false to release only unmanaged resources.</param>
</member>
<member name="P:Krypton.Toolkit.KryptonTreeView.TreeView">
<summary>
Gets access to the contained TreeView instance.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonTreeView.ContainedControl">
<summary>
Gets access to the contained input control.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonTreeView.Text">
<summary>
Gets or sets the text for the control.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonTreeView.BackColor">
<summary>
Gets or sets the background color for the control.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonTreeView.Font">
<summary>
Gets or sets the font of the text Displayed by the control.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonTreeView.ForeColor">
<summary>
Gets or sets the foreground color for the control.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonTreeView.Padding">
<summary>
Gets and sets the internal padding space.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonTreeView.ItemHeight">
<summary>
Gets or sets the height of each tree node in the tree view control.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonTreeView.CheckBoxes">
<summary>
Gets or sets a value indicating whether check boxes are Displayed next to the tree nodes in the tree view control.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonTreeView.MultiSelect">
<summary>
Gets or sets a value indicating whether check boxes are Displayed next to the tree nodes in the tree view control.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonTreeView.FullRowSelect">
<summary>
Gets or sets a value indicating whether the selection highlight spans the width of the tree view control.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonTreeView.HideSelection">
<summary>
Gets or sets a value indicating whether the selected tree node remains highlighted even when the tree view has lost the focus.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonTreeView.HotTracking">
<summary>
Gets or sets a value indicating whether a tree node label takes on the appearance of a hyperlink as the mouse pointer passes over it.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonTreeView.ImageIndex">
<summary>
Gets or sets the image-list index value of the default image that is Displayed by the tree nodes.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonTreeView.ImageKey">
<summary>
Gets or sets the key of the default image for each node in the TreeView control when it is in an unselected state.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonTreeView.ImageList">
<summary>
Gets or sets the ImageList that contains the Image objects that are used by the tree nodes.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonTreeView.LabelEdit">
<summary>
Gets or sets a value indicating whether the label text of the tree nodes can be edited.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonTreeView.PathSeparator">
<summary>
Gets or sets the delimiter string that the tree node path uses.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonTreeView.Scrollable">
<summary>
Gets or sets a value indicating whether the tree view control displays scroll bars when they are needed.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonTreeView.SelectedImageIndex">
<summary>
Gets or sets the image list index value of the image that is Displayed when a tree node is selected.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonTreeView.SelectedImageKey">
<summary>
Gets or sets the key of the default image shown when a TreeNode is in a selected state.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonTreeView.SelectedNode">
<summary>
Gets or sets the tree node that is currently selected in the tree view control.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonTreeView.CheckedNodes">
<summary>
Gets or sets the tree node that is currently selected in the tree view control.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonTreeView.ShowLines">
<summary>
Gets or sets a value indicating whether lines are drawn between tree nodes in the tree view control.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonTreeView.ShowNodeToolTips">
<summary>
Gets or sets a value indicating ToolTips are shown when the mouse pointer hovers over a TreeNode.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonTreeView.ShowPlusMinus">
<summary>
Gets or sets a value indicating whether plus-sign (+) and minus-sign (-) buttons are Displayed next to tree nodes that contain child tree nodes.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonTreeView.ShowRootLines">
<summary>
Gets or sets a value indicating whether lines are drawn between the tree nodes that are at the root of the tree view.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonTreeView.StateImageList">
<summary>
Gets or sets the image list that is used to indicate the state of the TreeView and its nodes.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonTreeView.TopNode">
<summary>
Gets or sets the first fully-visible tree node in the tree view control.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonTreeView.TreeViewNodeSorter">
<summary>
Gets or sets the implementation of IComparer to perform a custom sort of the TreeView nodes.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonTreeView.VisibleCount">
<summary>
Gets the number of tree nodes that can be fully visible in the tree view control.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonTreeView.RightToLeftLayout">
<summary>
Indicates whether the control layout is right-to-left when the RightToLeft property is True.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonTreeView.Nodes">
<summary>
Gets the collection of tree nodes that are assigned to the tree view control.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonTreeView.ItemStyle">
<summary>
Gets and sets the item style.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonTreeView.Sorted">
<summary>
Gets or sets a value indicating whether the items in the KryptonTreeView are sorted alphabetically.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonTreeView.BackStyle">
<summary>
Gets and sets the background style.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonTreeView.BorderStyle">
<summary>
Gets and sets the border style.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonTreeView.PlusMinusImages">
<summary>
Gets access to the plus/minus image value overrides.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonTreeView.CheckBoxImages">
<summary>
Gets access to the checkbox image value overrides.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonTreeView.OverrideFocus">
<summary>
Gets access to the item appearance when it has focus.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonTreeView.StateCommon">
<summary>
Gets access to the common appearance entries that other states can override.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonTreeView.StateDisabled">
<summary>
Gets access to the disabled appearance entries.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonTreeView.StateNormal">
<summary>
Gets access to the normal appearance entries.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonTreeView.StateActive">
<summary>
Gets access to the active appearance entries.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonTreeView.StateTracking">
<summary>
Gets access to the hot tracking item appearance entries.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonTreeView.StateMultiSelect">
<summary>
Gets access to the pressed item appearance entries.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonTreeView.StateCheckedNormal">
<summary>
Gets access to the normal checked item appearance entries.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonTreeView.StateCheckedTracking">
<summary>
Gets access to the hot tracking checked item appearance entries.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonTreeView.StateCheckedMultiSelect">
<summary>
Gets access to the pressed checked item appearance entries.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonTreeView.AlwaysActive">
<summary>
Gets and sets Determines if the control is always active or only when the mouse is over the control or has focus.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonTreeView.CollapseAll">
<summary>
Collapses all the tree nodes.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonTreeView.ExpandAll">
<summary>
Expands all the tree nodes.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonTreeView.Sort">
<summary>
Sorts the items in KryptonTreeView control.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonTreeView.BeginUpdate">
<summary>
Maintains performance while items are added to the TreeView one at a time by preventing the control from drawing until the EndUpdate method is called.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonTreeView.EndUpdate">
<summary>
Resumes painting the TreeView control after painting is suspended by the BeginUpdate method.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonTreeView.GetNodeAt(System.Drawing.Point)">
<summary>
Retrieves the tree node that is at the specified point.
</summary>
<param name="pt">The Point to evaluate and retrieve the node from. </param>
<returns>The TreeNode at the specified point, in tree view (client) coordinates, or null if there is no node at that location.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonTreeView.GetNodeAt(System.Int32,System.Int32)">
<summary>
Retrieves the tree node at the point with the specified coordinates.
</summary>
<param name="x">The X position to evaluate and retrieve the node from.</param>
<param name="y">The Y position to evaluate and retrieve the node from.</param>
<returns>The TreeNode at the specified location, in tree view (client) coordinates, or null if there is no node at that location.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonTreeView.GetNodeCount(System.Boolean)">
<summary>
Retrieves the number of tree nodes, optionally including those in all subtrees, assigned to the tree view control.
</summary>
<param name="includeSubTrees">true to count the TreeNode items that the subtrees contain; otherwise, false.</param>
<returns>The number of tree nodes, optionally including those in all subtrees, assigned to the control.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonTreeView.HitTest(System.Drawing.Point)">
<summary>
Provides node information, given a point.
</summary>
<param name="pt">The Point at which to retrieve node information.</param>
<returns>A TreeViewHitTestInfo.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonTreeView.HitTest(System.Int32,System.Int32)">
<summary>
Provides node information, given x- and y-coordinates.
</summary>
<param name="x">The x-coordinate at which to retrieve node information.</param>
<param name="y">The y-coordinate at which to retrieve node information.</param>
<returns>A TreeViewHitTestInfo.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonTreeView.SetFixedState(System.Boolean)">
<summary>
Sets the fixed state of the control.
</summary>
<param name="active">Should the control be fixed as active.</param>
</member>
<member name="P:Krypton.Toolkit.KryptonTreeView.IsActive">
<summary>
Gets a value indicating if the input control is active.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonTreeView.Focus">
<summary>
Sets input focus to the control.
</summary>
<returns>true if the input focus request was successful; otherwise, false.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonTreeView.Select">
<summary>
Activates the control.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonTreeView.ForceControlLayout">
<summary>
Force the layout logic to size and position the controls.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonTreeView.OnAfterCheck(System.Windows.Forms.TreeViewEventArgs)">
<summary>
Raises the AfterCheck event.
</summary>
<param name="e">An TreeViewEventArgs that contains the event data.</param>
<remarks>If overriden directly, will fire when palette changes</remarks>
</member>
<member name="M:Krypton.Toolkit.KryptonTreeView.OnAfterCollapse(System.Windows.Forms.TreeViewEventArgs)">
<summary>
Raises the AfterCollapse event.
</summary>
<param name="e">An TreeViewEventArgs that contains the event data.</param>
<remarks>If overriden directly, will fire when palette changes</remarks>
</member>
<member name="M:Krypton.Toolkit.KryptonTreeView.OnAfterExpand(System.Windows.Forms.TreeViewEventArgs)">
<summary>
Raises the AfterExpand event.
</summary>
<param name="e">An TreeViewEventArgs that contains the event data.</param>
<remarks>If overriden directly, will fire when palette changes</remarks>
</member>
<member name="M:Krypton.Toolkit.KryptonTreeView.OnAfterLabelEdit(System.Windows.Forms.NodeLabelEditEventArgs)">
<summary>
Raises the AfterLabelEdit event.
</summary>
<param name="e">An NodeLabelEditEventArgs that contains the event data.</param>
<remarks>If overriden directly, will fire when palette changes</remarks>
</member>
<member name="M:Krypton.Toolkit.KryptonTreeView.OnAfterSelect(System.Windows.Forms.TreeViewEventArgs)">
<summary>
Raises the AfterSelect event.
</summary>
<param name="e">An TreeViewEventArgs that contains the event data.</param>
<remarks>If overriden directly, will fire when palette changes</remarks>
</member>
<member name="M:Krypton.Toolkit.KryptonTreeView.OnBeforeCheck(System.Windows.Forms.TreeViewCancelEventArgs)">
<summary>
Raises the BeforeCheck event.
</summary>
<param name="e">An TreeViewCancelEventArgs that contains the event data.</param>
<remarks>If overriden directly, will fire when palette changes</remarks>
</member>
<member name="M:Krypton.Toolkit.KryptonTreeView.OnBeforeCollapse(System.Windows.Forms.TreeViewCancelEventArgs)">
<summary>
Raises the BeforeCollapse event.
</summary>
<param name="e">An TreeViewCancelEventArgs that contains the event data.</param>
<remarks>If overriden directly, will fire when palette changes</remarks>
</member>
<member name="M:Krypton.Toolkit.KryptonTreeView.OnBeforeExpand(System.Windows.Forms.TreeViewCancelEventArgs)">
<summary>
Raises the BeforeExpand event.
</summary>
<param name="e">An TreeViewCancelEventArgs that contains the event data.</param>
<remarks>If overriden directly, will fire when palette changes</remarks>
</member>
<member name="M:Krypton.Toolkit.KryptonTreeView.OnBeforeLabelEdit(System.Windows.Forms.NodeLabelEditEventArgs)">
<summary>
Raises the BeforeLabelEdit event.
</summary>
<param name="e">An NodeLabelEditEventArgs that contains the event data.</param>
<remarks>If overriden directly, will fire when palette changes</remarks>
</member>
<member name="M:Krypton.Toolkit.KryptonTreeView.OnBeforeSelect(System.Windows.Forms.TreeViewCancelEventArgs)">
<summary>
Raises the BeforeSelect event.
</summary>
<param name="e">An TreeViewCancelEventArgs that contains the event data.</param>
<remarks>If overriden directly, will fire when palette changes</remarks>
</member>
<member name="M:Krypton.Toolkit.KryptonTreeView.OnItemDrag(System.Windows.Forms.ItemDragEventArgs)">
<summary>
Raises the ItemDrag event.
</summary>
<param name="e">An ItemDragEventArgs that contains the event data.</param>
<remarks>If overriden directly, will fire when palette changes</remarks>
</member>
<member name="M:Krypton.Toolkit.KryptonTreeView.OnNodeMouseClick(System.Windows.Forms.TreeNodeMouseClickEventArgs)">
<summary>
Raises the NodeMouseClick event.
</summary>
<param name="e">An TreeNodeMouseClickEventArgs that contains the event data.</param>
<remarks>If overriden directly, will fire when palette changes</remarks>
</member>
<member name="M:Krypton.Toolkit.KryptonTreeView.OnNodeMouseDoubleClick(System.Windows.Forms.TreeNodeMouseClickEventArgs)">
<summary>
Raises the NodeMouseDoubleClick event.
</summary>
<param name="e">An TreeNodeMouseClickEventArgs that contains the event data.</param>
<remarks>If overriden directly, will fire when palette changes</remarks>
</member>
<member name="M:Krypton.Toolkit.KryptonTreeView.OnNodeMouseHover(System.Windows.Forms.TreeNodeMouseHoverEventArgs)">
<summary>
Raises the NodeMouseHover event.
</summary>
<param name="e">An TreeNodeMouseHoverEventArgs that contains the event data.</param>
<remarks>If overriden directly, will fire when palette changes</remarks>
</member>
<member name="M:Krypton.Toolkit.KryptonTreeView.OnRightToLeftLayoutChanged(System.EventArgs)">
<summary>
Raises the RightToLeftLayoutChanged event.
</summary>
<param name="e">An EventArgs that contains the event data.</param>
<remarks>If overriden directly, will fire when palette changes</remarks>
</member>
<member name="M:Krypton.Toolkit.KryptonTreeView.CreateControlsInstance">
<summary>
Creates a new instance of the control collection for the KryptonTreeView.
</summary>
<returns>A new instance of Control.ControlCollection assigned to the control.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonTreeView.OnPaletteChanged(System.EventArgs)">
<summary>
Raises the PaletteChanged event.
</summary>
<param name="e">An EventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonTreeView.OnPaletteNeedPaint(System.Object,Krypton.Toolkit.NeedLayoutEventArgs)">
<summary>
Processes a notification from palette of a paint and optional layout required.
</summary>
<param name="sender">Source of notification.</param>
<param name="e">An NeedLayoutEventArgs containing event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonTreeView.OnCreateControl">
<summary>
Raises the CreateControl event.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonTreeView.OnEnabledChanged(System.EventArgs)">
<summary>
Raises the EnabledChanged event.
</summary>
<param name="e">An EventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonTreeView.OnBackColorChanged(System.EventArgs)">
<summary>
Raises the BackColorChanged event.
</summary>
<param name="e">An EventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonTreeView.OnBackgroundImageChanged(System.EventArgs)">
<summary>
Raises the BackgroundImageChanged event.
</summary>
<param name="e">An EventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonTreeView.OnBackgroundImageLayoutChanged(System.EventArgs)">
<summary>
Raises the BackgroundImageLayoutChanged event.
</summary>
<param name="e">An EventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonTreeView.OnForeColorChanged(System.EventArgs)">
<summary>
Raises the ForeColorChanged event.
</summary>
<param name="e">An EventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonTreeView.OnPaddingChanged(System.EventArgs)">
<summary>
Raises the PaddingChanged event.
</summary>
<param name="e">An EventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonTreeView.OnTabStopChanged(System.EventArgs)">
<summary>
Raises the TabStop event.
</summary>
<param name="e">An EventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonTreeView.OnCausesValidationChanged(System.EventArgs)">
<summary>
Raises the CausesValidationChanged event.
</summary>
<param name="e">An EventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonTreeView.OnPaint(System.Windows.Forms.PaintEventArgs)">
<summary>
Raises the Paint event.
</summary>
<param name="e">An PaintEventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonTreeView.OnTextChanged(System.EventArgs)">
<summary>
Raises the TextChanged event.
</summary>
<param name="e">An EventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonTreeView.OnTrackMouseEnter(System.EventArgs)">
<summary>
Raises the TrackMouseEnter event.
</summary>
<param name="e">An EventArgs containing the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonTreeView.OnTrackMouseLeave(System.EventArgs)">
<summary>
Raises the TrackMouseLeave event.
</summary>
<param name="e">An EventArgs containing the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonTreeView.OnHandleCreated(System.EventArgs)">
<summary>
Raises the HandleCreated event.
</summary>
<param name="e">An EventArgs containing the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonTreeView.OnNeedPaint(System.Object,Krypton.Toolkit.NeedLayoutEventArgs)">
<summary>
Processes a notification from palette storage of a paint and optional layout required.
</summary>
<param name="sender">Source of notification.</param>
<param name="e">An NeedLayoutEventArgs containing event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonTreeView.OnLayout(System.Windows.Forms.LayoutEventArgs)">
<summary>
Raises the Layout event.
</summary>
<param name="levent">An EventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonTreeView.OnMouseEnter(System.EventArgs)">
<summary>
Raises the MouseEnter event.
</summary>
<param name="e">An EventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonTreeView.OnMouseLeave(System.EventArgs)">
<summary>
Raises the MouseLeave event.
</summary>
<param name="e">An EventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonTreeView.OnMouseDown(System.Windows.Forms.MouseEventArgs)">
<summary>
Raises the MouseDown event.
</summary>
<param name="e">A MouseEventArgs that contains the event data.</param>
</member>
<member name="P:Krypton.Toolkit.KryptonTreeView.DefaultSize">
<summary>
Gets the default size of the control.
</summary>
</member>
<member name="T:Krypton.Toolkit.KryptonWebBrowser">
<summary>
Provide a WebBrowser control with Krypton styling applied.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonWebBrowser.#ctor">
<summary>
Initialize a new instance of the KryptonWebBrowser class.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonWebBrowser.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="P:Krypton.Toolkit.KryptonWebBrowser.ContextMenuStrip">
<summary>Gets or sets the <see cref="T:System.Windows.Forms.ContextMenuStrip" /> associated with this control.</summary>
<returns>The <see cref="T:System.Windows.Forms.ContextMenuStrip" /> for this control, or <see langword="null" /> if there is no <see cref="T:System.Windows.Forms.ContextMenuStrip" />. The default is <see langword="null" />.</returns>
</member>
<member name="P:Krypton.Toolkit.KryptonWebBrowser.KryptonContextMenu">
<summary>
Gets and sets the KryptonContextMenu to show when right clicked.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonWebBrowser.WndProc(System.Windows.Forms.Message@)">
<summary>
Process Windows-based messages.
</summary>
<param name="m">A Windows-based message.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonWebBrowser.SetPalette(Krypton.Toolkit.PaletteBase)">
<summary>Sets the palette being used.</summary>
<param name="palette">The chosen palette.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonWebBrowser.OnBaseChanged(System.Object,System.EventArgs)">
<summary>Called when there is a change in base renderer or base palette.</summary>
<param name="sender">The sender.</param>
<param name="e">The <see cref="T:System.EventArgs" /> instance containing the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonWebBrowser.OnGlobalPaletteChanged(System.Object,System.EventArgs)">
<summary>
Occurs when the global palette has been changed.
</summary>
<param name="sender">Source of the event.</param>
<param name="e">An EventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonWebBrowser.CreateToolStripRenderer">
<summary>
Create a tool strip renderer appropriate for the current renderer/palette pair.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonWebBrowser.GetResolvedPalette">
<summary>
Gets the resolved palette to actually use when drawing.
</summary>
</member>
<member name="T:Krypton.Toolkit.KryptonWrapLabel">
<summary>
Display a windows forms label but with Krypton palette text and font settings.
</summary>
</member>
<member name="E:Krypton.Toolkit.KryptonWrapLabel.PaletteChanged">
<summary>
Occurs when the palette changes.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonWrapLabel.#ctor">
<summary>
Initialize a new instance of the KryptonWrapLabel class.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonWrapLabel.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="P:Krypton.Toolkit.KryptonWrapLabel.Target">
<summary>
Gets access to the target for mnemonic and click actions.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonWrapLabel.TabIndex">
<summary>
Gets or sets the tab order of the KryptonSplitterPanel within its KryptonSplitContainer.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonWrapLabel.TabStop">
<summary>
Gets or sets a value indicating whether the user can give the focus to this KryptonSplitterPanel using the TAB key.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonWrapLabel.BackColor">
<summary>
Gets or sets the background color for the control.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonWrapLabel.Font">
<summary>
Gets or sets the font of the text Displayed by the control.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonWrapLabel.ForeColor">
<summary>
Gets or sets the foreground color for the control.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonWrapLabel.BorderStyle">
<summary>
Determines if the label has a border.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonWrapLabel.FlatStyle">
<summary>
Determines appearance of the control when the mouse pressed on the label.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonWrapLabel.AutoSize">
<summary>
Gets and sets the automatic resize of the control to fit contents.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonWrapLabel.StateCommon">
<summary>
Gets access to the common wrap label appearance that other states can override.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonWrapLabel.StateDisabled">
<summary>
Gets access to the disabled wrap label appearance.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonWrapLabel.StateNormal">
<summary>
Gets access to the normal wrap label appearance.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonWrapLabel.LabelStyle">
<summary>
Gets and sets the label style.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonWrapLabel.PaletteMode">
<summary>
Gets or sets the palette to be applied.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonWrapLabel.ResetPaletteMode">
<summary>
Resets the PaletteMode property to its default value.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonWrapLabel.Palette">
<summary>
Gets and sets the custom palette implementation.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonWrapLabel.ResetPalette">
<summary>
Resets the Palette property to its default value.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonWrapLabel.KryptonContextMenu">
<summary>
Gets and sets the KryptonContextMenu to show when right clicked.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonWrapLabel.GetResolvedPalette">
<summary>
Gets the resolved palette to actually use when drawing.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonWrapLabel.Renderer">
<summary>
Gets access to the current renderer.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonWrapLabel.CreateToolStripRenderer">
<summary>
Create a tool strip renderer appropriate for the current renderer/palette pair.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonWrapLabel.UpdateFont">
<summary>
Update the font property.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonWrapLabel.AttachGlobalEvents">
<summary>
Attach the control to global events.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonWrapLabel.UnattachGlobalEvents">
<summary>
Attach the control to global events.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonWrapLabel.OnPaletteChanged(System.EventArgs)">
<summary>
Raises the PaletteChanged event.
</summary>
<param name="e">An EventArgs containing the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonWrapLabel.OnPaint(System.Windows.Forms.PaintEventArgs)">
<summary>
Raises the Paint event.
</summary>
<param name="e">An EventArgs containing the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonWrapLabel.OnPaintBackground(System.Windows.Forms.PaintEventArgs)">
<summary>
Raises the PaintBackground event.
</summary>
<param name="pEvent">An PaintEventArgs containing the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonWrapLabel.CreateRedirector">
<summary>
Create the redirector instance.
</summary>
<returns>PaletteRedirect derived class.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonWrapLabel.SetLabelStyle(Krypton.Toolkit.LabelStyle)">
<summary>
Update the view elements based on the requested label style.
</summary>
<param name="style">New label style.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonWrapLabel.UpdateGlobalEvents(System.Boolean)">
<summary>
Update global event attachments.
</summary>
<param name="attach">True if attaching; otherwise false.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonWrapLabel.ProcessCmdKey(System.Windows.Forms.Message@,System.Windows.Forms.Keys)">
<summary>
Processes a command key.
</summary>
<param name="msg">A Message, passed by reference, that represents the window message to process.</param>
<param name="keyData">One of the Keys values that represents the key to process.</param>
<returns>True is handled; otherwise false.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonWrapLabel.ProcessMnemonic(System.Char)">
<summary>
Processes a mnemonic character.
</summary>
<param name="charCode">The mnemonic character entered.</param>
<returns>true if the mnemonic was processed; otherwise, false.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonWrapLabel.WndProc(System.Windows.Forms.Message@)">
<summary>
Process Windows-based messages.
</summary>
<param name="m">A Windows-based message.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonWrapLabel.ContextMenuClosed">
<summary>
Called when a context menu has just been closed.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonWrapLabel.CanProcessMnemonic">
<summary>
Gets a value indicating is processing of mnemonics should be allowed.
</summary>
<returns>True to allow; otherwise false.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonWrapLabel.SetPalette(Krypton.Toolkit.PaletteBase)">
<summary>Sets the palette.</summary>
<param name="palette">The palette.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonWrapLabel.OnGlobalPaletteChanged(System.Object,System.EventArgs)">
<summary>Called when [global palette changed].</summary>
<param name="sender">The sender.</param>
<param name="e">The <see cref="T:System.EventArgs" /> instance containing the event data.</param>
</member>
<member name="P:Krypton.Toolkit.VisualToastNotificationBaseForm.NotificationResult">
<summary>Gets or sets the notification result.</summary>
<value>The notification result.</value>
</member>
<member name="M:Krypton.Toolkit.VisualToastNotificationBaseForm.#ctor">
<summary>Initializes a new instance of the <see cref="T:Krypton.Toolkit.VisualToastNotificationBaseForm" /> class.</summary>
</member>
<member name="F:Krypton.Toolkit.VisualToastNotificationBaseForm.components">
<summary>
Required designer variable.
</summary>
</member>
<member name="M:Krypton.Toolkit.VisualToastNotificationBaseForm.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:Krypton.Toolkit.VisualToastNotificationBaseForm.InitializeComponent">
<summary>
Required method for Designer support - do not modify
the contents of this method with the code editor.
</summary>
</member>
<member name="M:Krypton.Toolkit.VisualToastNotificationBasicForm.#ctor(Krypton.Toolkit.KryptonBasicToastNotificationData)">
<summary>Initializes a new instance of the <see cref="T:Krypton.Toolkit.VisualToastNotificationBasicForm" /> class.</summary>
<param name="data">The data.</param>
</member>
<member name="F:Krypton.Toolkit.VisualToastNotificationBasicForm.components">
<summary>
Required designer variable.
</summary>
</member>
<member name="M:Krypton.Toolkit.VisualToastNotificationBasicForm.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:Krypton.Toolkit.VisualToastNotificationBasicForm.InitializeComponent">
<summary>
Required method for Designer support - do not modify
the contents of this method with the code editor.
</summary>
</member>
<member name="F:Krypton.Toolkit.VisualToastNotificationBasicWithProgressBarForm.components">
<summary>
Required designer variable.
</summary>
</member>
<member name="M:Krypton.Toolkit.VisualToastNotificationBasicWithProgressBarForm.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:Krypton.Toolkit.VisualToastNotificationBasicWithProgressBarForm.InitializeComponent">
<summary>
Required method for Designer support - do not modify
the contents of this method with the code editor.
</summary>
</member>
<member name="F:Krypton.Toolkit.VisualToastNotificationBasicRtlAwareForm.components">
<summary>
Required designer variable.
</summary>
</member>
<member name="M:Krypton.Toolkit.VisualToastNotificationBasicRtlAwareForm.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:Krypton.Toolkit.VisualToastNotificationBasicRtlAwareForm.InitializeComponent">
<summary>
Required method for Designer support - do not modify
the contents of this method with the code editor.
</summary>
</member>
<member name="F:Krypton.Toolkit.VisualToastNotificationBasicWithProgressBarRtlAwareForm.components">
<summary>
Required designer variable.
</summary>
</member>
<member name="M:Krypton.Toolkit.VisualToastNotificationBasicWithProgressBarRtlAwareForm.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:Krypton.Toolkit.VisualToastNotificationBasicWithProgressBarRtlAwareForm.InitializeComponent">
<summary>
Required method for Designer support - do not modify
the contents of this method with the code editor.
</summary>
</member>
<member name="F:Krypton.Toolkit.VisualToastNotificationComboBoxUserInputForm.components">
<summary>
Required designer variable.
</summary>
</member>
<member name="M:Krypton.Toolkit.VisualToastNotificationComboBoxUserInputForm.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:Krypton.Toolkit.VisualToastNotificationComboBoxUserInputForm.InitializeComponent">
<summary>
Required method for Designer support - do not modify
the contents of this method with the code editor.
</summary>
</member>
<member name="F:Krypton.Toolkit.VisualToastNotificationDateTimeUserInputForm.components">
<summary>
Required designer variable.
</summary>
</member>
<member name="M:Krypton.Toolkit.VisualToastNotificationDateTimeUserInputForm.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:Krypton.Toolkit.VisualToastNotificationDateTimeUserInputForm.InitializeComponent">
<summary>
Required method for Designer support - do not modify
the contents of this method with the code editor.
</summary>
</member>
<member name="F:Krypton.Toolkit.VisualToastNotificationDomainUpDownUserInputForm.components">
<summary>
Required designer variable.
</summary>
</member>
<member name="M:Krypton.Toolkit.VisualToastNotificationDomainUpDownUserInputForm.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:Krypton.Toolkit.VisualToastNotificationDomainUpDownUserInputForm.InitializeComponent">
<summary>
Required method for Designer support - do not modify
the contents of this method with the code editor.
</summary>
</member>
<member name="F:Krypton.Toolkit.VisualToastNotificationMaskedTextBoxUserInputForm.components">
<summary>
Required designer variable.
</summary>
</member>
<member name="M:Krypton.Toolkit.VisualToastNotificationMaskedTextBoxUserInputForm.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:Krypton.Toolkit.VisualToastNotificationMaskedTextBoxUserInputForm.InitializeComponent">
<summary>
Required method for Designer support - do not modify
the contents of this method with the code editor.
</summary>
</member>
<member name="F:Krypton.Toolkit.VisualToastNotificationNUDUserInputForm.components">
<summary>
Required designer variable.
</summary>
</member>
<member name="M:Krypton.Toolkit.VisualToastNotificationNUDUserInputForm.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:Krypton.Toolkit.VisualToastNotificationNUDUserInputForm.InitializeComponent">
<summary>
Required method for Designer support - do not modify
the contents of this method with the code editor.
</summary>
</member>
<member name="F:Krypton.Toolkit.VisualToastNotificationTextBoxUserInputForm.components">
<summary>
Required designer variable.
</summary>
</member>
<member name="M:Krypton.Toolkit.VisualToastNotificationTextBoxUserInputForm.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:Krypton.Toolkit.VisualToastNotificationTextBoxUserInputForm.InitializeComponent">
<summary>
Required method for Designer support - do not modify
the contents of this method with the code editor.
</summary>
</member>
<member name="F:Krypton.Toolkit.VisualToastNotificationComboBoxUserInputWithProgressBarForm.components">
<summary>
Required designer variable.
</summary>
</member>
<member name="M:Krypton.Toolkit.VisualToastNotificationComboBoxUserInputWithProgressBarForm.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:Krypton.Toolkit.VisualToastNotificationComboBoxUserInputWithProgressBarForm.InitializeComponent">
<summary>
Required method for Designer support - do not modify
the contents of this method with the code editor.
</summary>
</member>
<member name="F:Krypton.Toolkit.VisualToastNotificationDateTimeUserInputWithProgressBarForm.components">
<summary>
Required designer variable.
</summary>
</member>
<member name="M:Krypton.Toolkit.VisualToastNotificationDateTimeUserInputWithProgressBarForm.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:Krypton.Toolkit.VisualToastNotificationDateTimeUserInputWithProgressBarForm.InitializeComponent">
<summary>
Required method for Designer support - do not modify
the contents of this method with the code editor.
</summary>
</member>
<member name="F:Krypton.Toolkit.VisualToastNotificationDomianUpDownInputWithProgressBarForm.components">
<summary>
Required designer variable.
</summary>
</member>
<member name="M:Krypton.Toolkit.VisualToastNotificationDomianUpDownInputWithProgressBarForm.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:Krypton.Toolkit.VisualToastNotificationDomianUpDownInputWithProgressBarForm.InitializeComponent">
<summary>
Required method for Designer support - do not modify
the contents of this method with the code editor.
</summary>
</member>
<member name="F:Krypton.Toolkit.VisualToastNotificationMaskedTextBoxInputWithProgressBarForm.components">
<summary>
Required designer variable.
</summary>
</member>
<member name="M:Krypton.Toolkit.VisualToastNotificationMaskedTextBoxInputWithProgressBarForm.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:Krypton.Toolkit.VisualToastNotificationMaskedTextBoxInputWithProgressBarForm.InitializeComponent">
<summary>
Required method for Designer support - do not modify
the contents of this method with the code editor.
</summary>
</member>
<member name="F:Krypton.Toolkit.VisualToastNotificationNUDUserInputWithProgressBarForm.components">
<summary>
Required designer variable.
</summary>
</member>
<member name="M:Krypton.Toolkit.VisualToastNotificationNUDUserInputWithProgressBarForm.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:Krypton.Toolkit.VisualToastNotificationNUDUserInputWithProgressBarForm.InitializeComponent">
<summary>
Required method for Designer support - do not modify
the contents of this method with the code editor.
</summary>
</member>
<member name="F:Krypton.Toolkit.VisualToastNotificationTextBoxUserInputWithProgressBarForm.components">
<summary>
Required designer variable.
</summary>
</member>
<member name="M:Krypton.Toolkit.VisualToastNotificationTextBoxUserInputWithProgressBarForm.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:Krypton.Toolkit.VisualToastNotificationTextBoxUserInputWithProgressBarForm.InitializeComponent">
<summary>
Required method for Designer support - do not modify
the contents of this method with the code editor.
</summary>
</member>
<member name="F:Krypton.Toolkit.VisualToastNotificationComboBoxUserInputRtlAwareForm.components">
<summary>
Required designer variable.
</summary>
</member>
<member name="M:Krypton.Toolkit.VisualToastNotificationComboBoxUserInputRtlAwareForm.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:Krypton.Toolkit.VisualToastNotificationComboBoxUserInputRtlAwareForm.InitializeComponent">
<summary>
Required method for Designer support - do not modify
the contents of this method with the code editor.
</summary>
</member>
<member name="F:Krypton.Toolkit.VisualToastNotificationDateTimeUserInputRtlAwareForm.components">
<summary>
Required designer variable.
</summary>
</member>
<member name="M:Krypton.Toolkit.VisualToastNotificationDateTimeUserInputRtlAwareForm.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:Krypton.Toolkit.VisualToastNotificationDateTimeUserInputRtlAwareForm.InitializeComponent">
<summary>
Required method for Designer support - do not modify
the contents of this method with the code editor.
</summary>
</member>
<member name="F:Krypton.Toolkit.VisualToastNotificationDomainUpDownUserInputRtlAwareForm.components">
<summary>
Required designer variable.
</summary>
</member>
<member name="M:Krypton.Toolkit.VisualToastNotificationDomainUpDownUserInputRtlAwareForm.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:Krypton.Toolkit.VisualToastNotificationDomainUpDownUserInputRtlAwareForm.InitializeComponent">
<summary>
Required method for Designer support - do not modify
the contents of this method with the code editor.
</summary>
</member>
<member name="F:Krypton.Toolkit.VisualToastNotificationMaskedTextBoxUserInputRtlAwareForm.components">
<summary>
Required designer variable.
</summary>
</member>
<member name="M:Krypton.Toolkit.VisualToastNotificationMaskedTextBoxUserInputRtlAwareForm.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:Krypton.Toolkit.VisualToastNotificationMaskedTextBoxUserInputRtlAwareForm.InitializeComponent">
<summary>
Required method for Designer support - do not modify
the contents of this method with the code editor.
</summary>
</member>
<member name="F:Krypton.Toolkit.VisualToastNotificationNUDUserInputRtlAwareForm.components">
<summary>
Required designer variable.
</summary>
</member>
<member name="M:Krypton.Toolkit.VisualToastNotificationNUDUserInputRtlAwareForm.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:Krypton.Toolkit.VisualToastNotificationNUDUserInputRtlAwareForm.InitializeComponent">
<summary>
Required method for Designer support - do not modify
the contents of this method with the code editor.
</summary>
</member>
<member name="F:Krypton.Toolkit.VisualToastNotificationTextBoxUserInputRtlAwareForm.components">
<summary>
Required designer variable.
</summary>
</member>
<member name="M:Krypton.Toolkit.VisualToastNotificationTextBoxUserInputRtlAwareForm.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:Krypton.Toolkit.VisualToastNotificationTextBoxUserInputRtlAwareForm.InitializeComponent">
<summary>
Required method for Designer support - do not modify
the contents of this method with the code editor.
</summary>
</member>
<member name="F:Krypton.Toolkit.VisualToastNotificationComboBoxUserInputWithProgressBarRtlAwareForm.components">
<summary>
Required designer variable.
</summary>
</member>
<member name="M:Krypton.Toolkit.VisualToastNotificationComboBoxUserInputWithProgressBarRtlAwareForm.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:Krypton.Toolkit.VisualToastNotificationComboBoxUserInputWithProgressBarRtlAwareForm.InitializeComponent">
<summary>
Required method for Designer support - do not modify
the contents of this method with the code editor.
</summary>
</member>
<member name="F:Krypton.Toolkit.VisualToastNotificationDateTimeUserInputWithProgressBarRtlAwareForm.components">
<summary>
Required designer variable.
</summary>
</member>
<member name="M:Krypton.Toolkit.VisualToastNotificationDateTimeUserInputWithProgressBarRtlAwareForm.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:Krypton.Toolkit.VisualToastNotificationDateTimeUserInputWithProgressBarRtlAwareForm.InitializeComponent">
<summary>
Required method for Designer support - do not modify
the contents of this method with the code editor.
</summary>
</member>
<member name="F:Krypton.Toolkit.VisualToastNotificationDomainUpDownInputWithProgressBarRtlAwareForm.components">
<summary>
Required designer variable.
</summary>
</member>
<member name="M:Krypton.Toolkit.VisualToastNotificationDomainUpDownInputWithProgressBarRtlAwareForm.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:Krypton.Toolkit.VisualToastNotificationDomainUpDownInputWithProgressBarRtlAwareForm.InitializeComponent">
<summary>
Required method for Designer support - do not modify
the contents of this method with the code editor.
</summary>
</member>
<member name="F:Krypton.Toolkit.VisualToastNotificationMaskedTextBoxInputWithProgressBarRtlAwareForm.components">
<summary>
Required designer variable.
</summary>
</member>
<member name="M:Krypton.Toolkit.VisualToastNotificationMaskedTextBoxInputWithProgressBarRtlAwareForm.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:Krypton.Toolkit.VisualToastNotificationMaskedTextBoxInputWithProgressBarRtlAwareForm.InitializeComponent">
<summary>
Required method for Designer support - do not modify
the contents of this method with the code editor.
</summary>
</member>
<member name="F:Krypton.Toolkit.VisualToastNotificationNUDUserInputWithProgressBarRtlAwareForm.components">
<summary>
Required designer variable.
</summary>
</member>
<member name="M:Krypton.Toolkit.VisualToastNotificationNUDUserInputWithProgressBarRtlAwareForm.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:Krypton.Toolkit.VisualToastNotificationNUDUserInputWithProgressBarRtlAwareForm.InitializeComponent">
<summary>
Required method for Designer support - do not modify
the contents of this method with the code editor.
</summary>
</member>
<member name="F:Krypton.Toolkit.VisualToastNotificationTextBoxUserInputWithProgressBarRtlAwareForm.components">
<summary>
Required designer variable.
</summary>
</member>
<member name="M:Krypton.Toolkit.VisualToastNotificationTextBoxUserInputWithProgressBarRtlAwareForm.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:Krypton.Toolkit.VisualToastNotificationTextBoxUserInputWithProgressBarRtlAwareForm.InitializeComponent">
<summary>
Required method for Designer support - do not modify
the contents of this method with the code editor.
</summary>
</member>
<member name="M:Krypton.Toolkit.VisualCustomFormatRuleForm.#ctor(Krypton.Toolkit.EnumConditionalFormatType)">
<summary>Initializes a new instance of the <see cref="T:Krypton.Toolkit.VisualCustomFormatRuleForm" /> class.</summary>
<param name="conditionalFormatType">Type of the conditional format.</param>
</member>
<member name="F:Krypton.Toolkit.VisualCustomFormatRuleForm.components">
<summary>
Required designer variable.
</summary>
</member>
<member name="M:Krypton.Toolkit.VisualCustomFormatRuleForm.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:Krypton.Toolkit.VisualCustomFormatRuleForm.InitializeComponent">
<summary>
Required method for Designer support - do not modify
the contents of this method with the code editor.
</summary>
</member>
<member name="F:Krypton.Toolkit.VisualCustomFormatRuleRtlAwareForm.components">
<summary>
Required designer variable.
</summary>
</member>
<member name="M:Krypton.Toolkit.VisualCustomFormatRuleRtlAwareForm.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:Krypton.Toolkit.VisualCustomFormatRuleRtlAwareForm.InitializeComponent">
<summary>
Required method for Designer support - do not modify
the contents of this method with the code editor.
</summary>
</member>
<member name="F:Krypton.Toolkit.VisualAboutBoxRtlAwareForm.components">
<summary>
Required designer variable.
</summary>
</member>
<member name="M:Krypton.Toolkit.VisualAboutBoxRtlAwareForm.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:Krypton.Toolkit.VisualAboutBoxRtlAwareForm.InitializeComponent">
<summary>
Required method for Designer support - do not modify
the contents of this method with the code editor.
</summary>
</member>
<member name="F:Krypton.Toolkit.VisualInputBoxRtlAwareForm.components">
<summary>
Required designer variable.
</summary>
</member>
<member name="M:Krypton.Toolkit.VisualInputBoxRtlAwareForm.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:Krypton.Toolkit.VisualInputBoxRtlAwareForm.InitializeComponent">
<summary>
Required method for Designer support - do not modify
the contents of this method with the code editor.
</summary>
</member>
<member name="M:Krypton.Toolkit.VisualMessageBoxRtlAwareForm.LaunchHelp">
<summary>
When the user clicks the Help button, the Help file specified in the helpFilePath parameter
is opened and the Help keyword topic identified by the keyword parameter is Displayed.
The form that owns the message box (or the active form) also receives the HelpRequested event.
</summary>
</member>
<member name="F:Krypton.Toolkit.VisualMessageBoxRtlAwareForm.components">
<summary>
Required designer variable.
</summary>
</member>
<member name="M:Krypton.Toolkit.VisualMessageBoxRtlAwareForm.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:Krypton.Toolkit.VisualMessageBoxRtlAwareForm.InitializeComponent">
<summary>
Required method for Designer support - do not modify
the contents of this method with the code editor.
</summary>
</member>
<member name="M:Krypton.Toolkit.VisualMessageBoxRtlAwareFormDep.LaunchHelp(System.Windows.Forms.IWin32Window)">
<summary>
When the user clicks the Help button, the Help file specified in the helpFilePath parameter
is opened and the Help keyword topic identified by the keyword parameter is Displayed.
The form that owns the message box (or the active form) also receives the HelpRequested event.
</summary>
</member>
<member name="M:Krypton.Toolkit.VisualMessageBoxRtlAwareFormDep.LaunchHelp">
<summary>
When the user clicks the Help button, the Help file specified in the helpFilePath parameter
is opened and the Help keyword topic identified by the keyword parameter is Displayed.
The form that owns the message box (or the active form) also receives the HelpRequested event.
</summary>
</member>
<member name="M:Krypton.Toolkit.VisualMessageBoxRtlAwareFormDep.UpdateContentAreaType(System.Nullable{Krypton.Toolkit.MessageBoxContentAreaType})">
<summary>Updates the type of the content area.</summary>
<param name="contentAreaType">Type of the content area.</param>
</member>
<member name="F:Krypton.Toolkit.VisualMessageBoxRtlAwareFormDep.components">
<summary>
Required designer variable.
</summary>
</member>
<member name="M:Krypton.Toolkit.VisualMessageBoxRtlAwareFormDep.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:Krypton.Toolkit.VisualMessageBoxRtlAwareFormDep.InitializeComponent">
<summary>
Required method for Designer support - do not modify
the contents of this method with the code editor.
</summary>
</member>
<member name="M:Krypton.Toolkit.VisualThemeBrowserFormRtlAware.#ctor(Krypton.Toolkit.KryptonThemeBrowserData)">
<summary>Initializes a new instance of the <see cref="T:Krypton.Toolkit.VisualThemeBrowserFormRtlAware" /> class.</summary>
<param name="themeBrowserData">The data to create the <see cref="T:Krypton.Toolkit.VisualThemeBrowserFormRtlAware"/> UI.</param>
</member>
<member name="F:Krypton.Toolkit.VisualThemeBrowserFormRtlAware.components">
<summary>
Required designer variable.
</summary>
</member>
<member name="M:Krypton.Toolkit.VisualThemeBrowserFormRtlAware.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:Krypton.Toolkit.VisualThemeBrowserFormRtlAware.InitializeComponent">
<summary>
Required method for Designer support - do not modify
the contents of this method with the code editor.
</summary>
</member>
<member name="F:Krypton.Toolkit.VisualAboutBoxForm.components">
<summary>
Required designer variable.
</summary>
</member>
<member name="M:Krypton.Toolkit.VisualAboutBoxForm.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:Krypton.Toolkit.VisualAboutBoxForm.InitializeComponent">
<summary>
Required method for Designer support - do not modify
the contents of this method with the code editor.
</summary>
</member>
<member name="T:Krypton.Toolkit.VisualBlur">
<summary>Creates the blur effect for windows.</summary>
<seealso cref="T:System.Windows.Forms.NativeWindow" />
<seealso cref="T:System.IDisposable" />
</member>
<member name="M:Krypton.Toolkit.VisualBlur.#ctor(Krypton.Toolkit.BlurValues)">
<summary>
Create a shadow thingy
</summary>
<param name="values"></param>
</member>
<member name="M:Krypton.Toolkit.VisualBlur.Dispose">
<summary>
Make sure the resources are disposed of gracefully.
</summary>
</member>
<member name="P:Krypton.Toolkit.VisualBlur.Visible">
<summary>
Show the window without activating it (i.e. do not take focus)
</summary>
</member>
<member name="P:Krypton.Toolkit.VisualBlur.TargetRect">
<summary>
</summary>
</member>
<member name="M:Krypton.Toolkit.VisualBlur.SetTargetRect(System.Drawing.Point,System.Drawing.Rectangle)">
<summary>
Calculate the new position, but DO NOT Move
</summary>
<param name="clientLocation">screen location of parent</param>
<param name="windowBounds"></param>
<returns>true, if the position has changed</returns>
<remarks>
Move operations have to be done as a single operation to reduce flickering
</remarks>
</member>
<member name="M:Krypton.Toolkit.VisualBlur.UpdateBlur(System.Drawing.Bitmap)">
<summary>Updates the blur.</summary>
<param name="bmp">The BMP.</param>
</member>
<member name="P:Krypton.Toolkit.VisualBlur.Mean3X3">
<summary>
MEAN 3X3
</summary>
</member>
<member name="P:Krypton.Toolkit.VisualBlur.Mean5X5">
<summary>
MEAN 5X5
</summary>
</member>
<member name="P:Krypton.Toolkit.VisualBlur.Mean9X9">
<summary>
MEAN 9X9
</summary>
</member>
<member name="F:Krypton.Toolkit.VisualBlur.KernelGaussianBlur5x5">
<summary>
Gaussian blur kernel with the size 5x5
</summary>
</member>
<member name="P:Krypton.Toolkit.VisualBlur.GaussianBlur5X5">
<summary>
GAUSSIAN BLUR 5X5
</summary>
</member>
<member name="F:Krypton.Toolkit.VisualBlur.KernelGaussianBlur3x3">
<summary>
Gaussian blur kernel with the size 3x3
</summary>
</member>
<member name="P:Krypton.Toolkit.VisualBlur.GaussianBlur3X3">
<summary>
GAUSSIAN BLUR 3X3
</summary>
</member>
<member name="T:Krypton.Toolkit.VisualContainerControl">
<summary>
Extend the visual container control base class with the ISupportInitializeNotification interface.
</summary>
</member>
<member name="E:Krypton.Toolkit.VisualContainerControl.Initialized">
<summary>
Occurs when the control is initialized.
</summary>
</member>
<member name="M:Krypton.Toolkit.VisualContainerControl.#ctor">
<summary>
Initialize a new instance of the VisualContainerControl class.
</summary>
</member>
<member name="M:Krypton.Toolkit.VisualContainerControl.BeginInit">
<summary>
Signals the object that initialization is starting.
</summary>
</member>
<member name="M:Krypton.Toolkit.VisualContainerControl.EndInit">
<summary>
Signals the object that initialization is complete.
</summary>
</member>
<member name="P:Krypton.Toolkit.VisualContainerControl.IsInitialized">
<summary>
Gets a value indicating if the control is initialized.
</summary>
</member>
<member name="P:Krypton.Toolkit.VisualContainerControl.IsInitializing">
<summary>
Gets a value indicating if the control is initialized.
</summary>
</member>
<member name="M:Krypton.Toolkit.VisualContainerControl.OnInitialized(System.EventArgs)">
<summary>
Raises the Initialized event.
</summary>
<param name="e">An EventArgs containing the event data.</param>
</member>
<member name="T:Krypton.Toolkit.VisualContainerControlBase">
<summary>
Base class used for implementation of actual container controls.
</summary>
</member>
<member name="E:Krypton.Toolkit.VisualContainerControlBase.PaletteChanged">
<summary>
Occurs when the palette changes.
</summary>
</member>
<member name="E:Krypton.Toolkit.VisualContainerControlBase.GlobalPaletteChanged">
<summary>
Occurs when the Global palette changes.
</summary>
</member>
<member name="M:Krypton.Toolkit.VisualContainerControlBase.#ctor">
<summary>
Initialize a new instance of the VisualContainerControlBase class.
</summary>
</member>
<member name="M:Krypton.Toolkit.VisualContainerControlBase.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="P:Krypton.Toolkit.VisualContainerControlBase.ContextMenuStrip">
<summary>
Gets or sets the ContextMenuStrip associated with this control.
</summary>
</member>
<member name="P:Krypton.Toolkit.VisualContainerControlBase.KryptonContextMenu">
<summary>
Gets and sets the KryptonContextMenu to show when right clicked.
</summary>
</member>
<member name="M:Krypton.Toolkit.VisualContainerControlBase.PerformNeedPaint(System.Boolean)">
<summary>
Fires the NeedPaint event.
</summary>
<param name="needLayout">Does the palette change require a layout.</param>
</member>
<member name="M:Krypton.Toolkit.VisualContainerControlBase.CheckPerformLayout(System.Boolean)">
<summary>
Check if the layout is dirty and if so perform the layout now.
</summary>
<param name="viewLayout">Should the view be laid out as well.</param>
</member>
<member name="P:Krypton.Toolkit.VisualContainerControlBase.PaletteMode">
<summary>
Gets or sets the palette to be applied.
</summary>
</member>
<member name="M:Krypton.Toolkit.VisualContainerControlBase.ResetPaletteMode">
<summary>
Resets the PaletteMode property to its default value.
</summary>
</member>
<member name="P:Krypton.Toolkit.VisualContainerControlBase.Palette">
<summary>
Gets and sets the custom palette implementation.
</summary>
</member>
<member name="M:Krypton.Toolkit.VisualContainerControlBase.ResetPalette">
<summary>
Resets the Palette property to its default value.
</summary>
</member>
<member name="P:Krypton.Toolkit.VisualContainerControlBase.Renderer">
<summary>
Gets access to the current renderer.
</summary>
</member>
<member name="M:Krypton.Toolkit.VisualContainerControlBase.CreateToolStripRenderer">
<summary>
Create a tool strip renderer appropriate for the current renderer/palette pair.
</summary>
</member>
<member name="P:Krypton.Toolkit.VisualContainerControlBase.BackgroundImage">
<summary>
Gets or sets the background image displayed in the control.
</summary>
</member>
<member name="P:Krypton.Toolkit.VisualContainerControlBase.BackgroundImageLayout">
<summary>
Gets or sets the background image layout.
</summary>
</member>
<member name="M:Krypton.Toolkit.VisualContainerControlBase.GetViewManager">
<summary>
Gets the ViewManager instance.
</summary>
</member>
<member name="M:Krypton.Toolkit.VisualContainerControlBase.GetResolvedPalette">
<summary>
Gets the resolved palette to actually use when drawing.
</summary>
</member>
<member name="P:Krypton.Toolkit.VisualContainerControlBase.DirtyPaletteCounter">
<summary>
Gets and sets the dirty palette counter.
</summary>
</member>
<member name="M:Krypton.Toolkit.VisualContainerControlBase.KryptonResetCounters">
<summary>
Reset the internal counters.
</summary>
</member>
<member name="P:Krypton.Toolkit.VisualContainerControlBase.KryptonLayoutCounter">
<summary>
Gets the number of layout cycles performed since last reset.
</summary>
</member>
<member name="P:Krypton.Toolkit.VisualContainerControlBase.KryptonPaintCounter">
<summary>
Gets the number of paint cycles performed since last reset.
</summary>
</member>
<member name="P:Krypton.Toolkit.VisualContainerControlBase.ViewManager">
<summary>
Gets and sets the ViewManager instance.
</summary>
</member>
<member name="P:Krypton.Toolkit.VisualContainerControlBase.Redirector">
<summary>
Gets access to the palette redirector.
</summary>
</member>
<member name="P:Krypton.Toolkit.VisualContainerControlBase.NeedPaintDelegate">
<summary>
Gets access to the need paint delegate.
</summary>
</member>
<member name="P:Krypton.Toolkit.VisualContainerControlBase.NeedPaintPaletteDelegate">
<summary>
Gets access to the need paint palette delegate.
</summary>
</member>
<member name="M:Krypton.Toolkit.VisualContainerControlBase.ForceViewLayout">
<summary>
Force the control to perform a krypton layout to calculate size and positioning.
</summary>
<returns>True if layout was p</returns>
</member>
<member name="M:Krypton.Toolkit.VisualContainerControlBase.InvokeLayout">
<summary>
Request a layout be performed before any painting occurs.
</summary>
</member>
<member name="M:Krypton.Toolkit.VisualContainerControlBase.MarkLayoutDirty">
<summary>
Mark the layout as being dirty and needing to be performed.
</summary>
</member>
<member name="P:Krypton.Toolkit.VisualContainerControlBase.NeedTransparentPaint">
<summary>
Gets a value indicating if transparent paint is needed
</summary>
</member>
<member name="M:Krypton.Toolkit.VisualContainerControlBase.PaintBackground(System.Drawing.Graphics,System.Drawing.Brush,System.Drawing.Rectangle)">
<summary>
Perform background painting with the provided default values.
</summary>
<param name="g">Graphics reference for drawing.</param>
<param name="backBrush">Brush to use when painting.</param>
<param name="backRect">Client area to paint.</param>
</member>
<member name="M:Krypton.Toolkit.VisualContainerControlBase.CanProcessMnemonic">
<summary>
Gets a value indicating is processing of mnemonics should be allowed.
</summary>
<returns>True to allow; otherwise false.</returns>
</member>
<member name="M:Krypton.Toolkit.VisualContainerControlBase.EvalTransparentPaint">
<summary>
Work out if this control needs to paint transparent areas.
</summary>
<returns>True if paint required; otherwise false.</returns>
</member>
<member name="P:Krypton.Toolkit.VisualContainerControlBase.EvalInvokePaint">
<summary>
Work out if this control needs to use Invoke to force a repaint.
</summary>
</member>
<member name="P:Krypton.Toolkit.VisualContainerControlBase.TransparentParent">
<summary>
Gets the control reference that is the parent for transparent drawing.
</summary>
</member>
<member name="M:Krypton.Toolkit.VisualContainerControlBase.OnButtonSpecChanged(System.Object,System.EventArgs)">
<summary>
Processes a notification from palette storage of a button spec change.
</summary>
<param name="sender">Source of notification.</param>
<param name="e">An EventArgs containing event data.</param>
<exception cref="T:System.ArgumentNullException"></exception>
</member>
<member name="M:Krypton.Toolkit.VisualContainerControlBase.OnPaletteChanged(System.EventArgs)">
<summary>
Raises the PaletteChanged event.
</summary>
<param name="e">An EventArgs containing the event data.</param>
</member>
<member name="M:Krypton.Toolkit.VisualContainerControlBase.OnPaletteNeedPaint(System.Object,Krypton.Toolkit.NeedLayoutEventArgs)">
<summary>
Processes a notification from palette of a paint and optional layout required.
</summary>
<param name="sender">Source of notification.</param>
<param name="e">An NeedLayoutEventArgs containing event data.</param>
</member>
<member name="M:Krypton.Toolkit.VisualContainerControlBase.OnNeedPaint(System.Object,Krypton.Toolkit.NeedLayoutEventArgs)">
<summary>
Processes a notification from palette storage of a paint and optional layout required.
</summary>
<param name="sender">Source of notification.</param>
<param name="e">An NeedLayoutEventArgs containing event data.</param>
<exception cref="T:System.ArgumentNullException"></exception>
</member>
<member name="M:Krypton.Toolkit.VisualContainerControlBase.CreateRedirector">
<summary>
Create the redirector instance.
</summary>
<returns>PaletteRedirect derived class.</returns>
</member>
<member name="M:Krypton.Toolkit.VisualContainerControlBase.OnRightToLeftChanged(System.EventArgs)">
<summary>
Raises the RightToLeftChanged event.
</summary>
<param name="e">An EventArgs containing event data.</param>
</member>
<member name="M:Krypton.Toolkit.VisualContainerControlBase.OnLayout(System.Windows.Forms.LayoutEventArgs)">
<summary>
Raises the Layout event.
</summary>
<param name="levent">A LayoutEventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.VisualContainerControlBase.OnPaint(System.Windows.Forms.PaintEventArgs)">
<summary>
Raises the Paint event.
</summary>
<param name="e">A PaintEventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.VisualContainerControlBase.OnMouseMove(System.Windows.Forms.MouseEventArgs)">
<summary>
Raises the MouseMove event.
</summary>
<param name="e">A MouseEventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.VisualContainerControlBase.OnMouseDown(System.Windows.Forms.MouseEventArgs)">
<summary>
Raises the MouseDown event.
</summary>
<param name="e">A MouseEventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.VisualContainerControlBase.OnMouseUp(System.Windows.Forms.MouseEventArgs)">
<summary>
Raises the MouseUp event.
</summary>
<param name="e">A MouseEventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.VisualContainerControlBase.OnMouseLeave(System.EventArgs)">
<summary>
Raises the MouseLeave event.
</summary>
<param name="e">An EventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.VisualContainerControlBase.OnDoubleClick(System.EventArgs)">
<summary>
Raises the DoubleClick event.
</summary>
<param name="e">A KeyEventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.VisualContainerControlBase.OnKeyDown(System.Windows.Forms.KeyEventArgs)">
<summary>
Raises the KeyDown event.
</summary>
<param name="e">A KeyEventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.VisualContainerControlBase.OnKeyPress(System.Windows.Forms.KeyPressEventArgs)">
<summary>
Raises the KeyPress event.
</summary>
<param name="e">A KeyPressEventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.VisualContainerControlBase.OnKeyUp(System.Windows.Forms.KeyEventArgs)">
<summary>
Raises the KeyUp event.
</summary>
<param name="e">A KeyEventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.VisualContainerControlBase.OnGotFocus(System.EventArgs)">
<summary>
Raises the GotFocus event.
</summary>
<param name="e">An EventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.VisualContainerControlBase.OnLostFocus(System.EventArgs)">
<summary>
Raises the LostFocus event.
</summary>
<param name="e">An EventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.VisualContainerControlBase.OnGlobalPaletteChanged(System.Object,System.EventArgs)">
<summary>
Occurs when the global palette has been changed.
</summary>
<param name="sender">Source of the event.</param>
<param name="e">An EventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.VisualContainerControlBase.OnUserPreferenceChanged(System.Object,Microsoft.Win32.UserPreferenceChangedEventArgs)">
<summary>
Occurs when a user preference has changed.
</summary>
<param name="sender">Source of the event.</param>
<param name="e">Event details.</param>
</member>
<member name="M:Krypton.Toolkit.VisualContainerControlBase.WndProc(System.Windows.Forms.Message@)">
<summary>
Process Windows-based messages.
</summary>
<param name="m">A Windows-based message.</param>
</member>
<member name="M:Krypton.Toolkit.VisualContainerControlBase.ContextMenuClosed">
<summary>
Called when a context menu has just been closed.
</summary>
</member>
<member name="T:Krypton.Toolkit.VisualContextMenu">
<summary>
Base class for drawing a krypton context menu as a popup control.
</summary>
</member>
<member name="M:Krypton.Toolkit.VisualContextMenu.#ctor(Krypton.Toolkit.IContextMenuProvider,Krypton.Toolkit.KryptonContextMenuCollection,System.Boolean)">
<summary>
Initialize a new instance of the VisualContextMenu class.
</summary>
<param name="provider">Original source of provider details</param>
<param name="items">Enabled state of the context menu.</param>
<param name="keyboardActivated">Was the context menu activate by a keyboard action.</param>
</member>
<member name="M:Krypton.Toolkit.VisualContextMenu.#ctor(Krypton.Toolkit.KryptonContextMenu,Krypton.Toolkit.PaletteBase,Krypton.Toolkit.PaletteMode,Krypton.Toolkit.PaletteRedirect,Krypton.Toolkit.PaletteRedirectContextMenu,Krypton.Toolkit.KryptonContextMenuCollection,System.Boolean,System.Boolean)">
<summary>
Initialize a new instance of the VisualContextMenu class.
</summary>
<param name="contextMenu">Originating context menu instance.</param>
<param name="palette">Local palette setting to use initially.</param>
<param name="paletteMode">Palette mode setting to use initially.</param>
<param name="redirector">Redirector used for obtaining palette values.</param>
<param name="redirectorImages">Redirector used for obtaining images.</param>
<param name="items">Collection of context menu items to be displayed.</param>
<param name="enabled">Enabled state of the context menu.</param>
<param name="keyboardActivated">Was the context menu activate by a keyboard action.</param>
</member>
<member name="M:Krypton.Toolkit.VisualContextMenu.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="P:Krypton.Toolkit.VisualContextMenu.CloseReason">
<summary>
Sets the reason for the context menu being closed.
</summary>
</member>
<member name="M:Krypton.Toolkit.VisualContextMenu.Show">
<summary>
Show the context menu relative to the current mouse location.
</summary>
</member>
<member name="M:Krypton.Toolkit.VisualContextMenu.Show(System.Drawing.Point)">
<summary>
Show the context menu relative to the provided screen point.
</summary>
<param name="screenPt">Screen location.</param>
</member>
<member name="M:Krypton.Toolkit.VisualContextMenu.Show(System.Drawing.Rectangle)">
<summary>
Show the context menu relative to the provided screen rectangle.
</summary>
<param name="screenRect">Screen rectangle.</param>
</member>
<member name="M:Krypton.Toolkit.VisualContextMenu.Show(System.Drawing.Rectangle,Krypton.Toolkit.KryptonContextMenuPositionH,Krypton.Toolkit.KryptonContextMenuPositionV)">
<summary>
Show the context menu relative to the provided screen rectangle.
</summary>
<param name="screenRect">Screen rectangle.</param>
<param name="horz">Horizontal location relative to screen rectangle.</param>
<param name="vert">Vertical location relative to screen rectangle.</param>
</member>
<member name="M:Krypton.Toolkit.VisualContextMenu.Show(System.Drawing.Rectangle,Krypton.Toolkit.KryptonContextMenuPositionH,Krypton.Toolkit.KryptonContextMenuPositionV,System.Boolean,System.Boolean)">
<summary>
Show the context menu relative to the provided screen rectangle.
</summary>
<param name="screenRect">Screen rectangle.</param>
<param name="horz">Horizontal location relative to screen rectangle.</param>
<param name="vert">Vertical location relative to screen rectangle.</param>
<param name="bounce">Should the menu bounce around the monitor.</param>
<param name="constrain">Should size and position of menu be constrained by display size.</param>
</member>
<member name="M:Krypton.Toolkit.VisualContextMenu.ShowFixed(System.Drawing.Rectangle,Krypton.Toolkit.KryptonContextMenuPositionH,Krypton.Toolkit.KryptonContextMenuPositionV)">
<summary>
Show the context menu at the fixed screen rectangle.
</summary>
<param name="screenRect">Screen rectangle.</param>
<param name="horz">Horizontal location relative to screen rectangle.</param>
<param name="vert">Vertical location relative to screen rectangle.</param>
</member>
<member name="P:Krypton.Toolkit.VisualContextMenu.ShowHorz">
<summary>
Gets and sets the horizontal setting used to position the menu.
</summary>
</member>
<member name="P:Krypton.Toolkit.VisualContextMenu.ShowVert">
<summary>
Gets and sets the vertical setting used to position the menu.
</summary>
</member>
<member name="P:Krypton.Toolkit.VisualContextMenu.ViewContextMenuManager">
<summary>
Gets access to the view manager for the context menu.
</summary>
</member>
<member name="M:Krypton.Toolkit.VisualContextMenu.DoesStackedClientMouseDownBecomeCurrent(System.Windows.Forms.Message,System.Drawing.Point)">
<summary>
Should a mouse down at the provided point cause it to become the current tracking popup.
</summary>
<param name="m">Original message.</param>
<param name="pt">Client coordinates point.</param>
<returns>True to become current; otherwise false.</returns>
</member>
<member name="P:Krypton.Toolkit.VisualContextMenu.Redirector">
<summary>
Gets access to the palette redirector.
</summary>
</member>
<member name="M:Krypton.Toolkit.VisualContextMenu.OnKeyDown(System.Windows.Forms.KeyEventArgs)">
<summary>
Raises the KeyDown event.
</summary>
<param name="e">A KeyEventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.VisualContextMenu.OnLayout(System.Windows.Forms.LayoutEventArgs)">
<summary>
Raises the Layout event.
</summary>
<param name="levent">An EventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.VisualContextMenu.OnPaletteNeedPaint(System.Object,Krypton.Toolkit.NeedLayoutEventArgs)">
<summary>
Processes a notification from palette of a paint and optional layout required.
</summary>
<param name="sender">Source of notification.</param>
<param name="e">An NeedLayoutEventArgs containing event data.</param>
</member>
<member name="T:Krypton.Toolkit.VisualContextMenuDTP">
<summary>
Specialized version of the visual context menu that knows about the KryptonDateTimePicker drop-down button.
</summary>
</member>
<member name="M:Krypton.Toolkit.VisualContextMenuDTP.#ctor(Krypton.Toolkit.KryptonContextMenu,Krypton.Toolkit.PaletteBase,Krypton.Toolkit.PaletteMode,Krypton.Toolkit.PaletteRedirect,Krypton.Toolkit.PaletteRedirectContextMenu,Krypton.Toolkit.KryptonContextMenuCollection,System.Boolean,System.Boolean,System.Drawing.Rectangle)">
<summary>
Initialize a new instance of the VisualContextMenuDTP class.
</summary>
<param name="contextMenu">Originating context menu instance.</param>
<param name="palette">Local palette setting to use initially.</param>
<param name="paletteMode">Palette mode setting to use initially.</param>
<param name="redirector">Redirector used for obtaining palette values.</param>
<param name="redirectorImages">Redirector used for obtaining images.</param>
<param name="items">Collection of context menu items to be displayed.</param>
<param name="enabled">Enabled state of the context menu.</param>
<param name="keyboardActivated">Was the context menu activate by a keyboard action.</param>
<param name="dropScreenRect">Screen rectangle of the drop-down button.</param>
</member>
<member name="M:Krypton.Toolkit.VisualContextMenuDTP.DoesMouseDownGetEaten(System.Windows.Forms.Message,System.Drawing.Point)">
<summary>
Should the mouse down be eaten when the tracking has been ended.
</summary>
<param name="m">Original message.</param>
<param name="pt">Screen coordinates point.</param>
<returns>True to eat message; otherwise false.</returns>
</member>
<member name="T:Krypton.Toolkit.VisualControl">
<summary>
Extend the visual control base class with the ISupportInitializeNotification interface.
</summary>
</member>
<member name="E:Krypton.Toolkit.VisualControl.Initialized">
<summary>
Occurs when the control is initialized.
</summary>
</member>
<member name="M:Krypton.Toolkit.VisualControl.#ctor">
<summary>
Initialize a new instance of the VisualControl class.
</summary>
</member>
<member name="M:Krypton.Toolkit.VisualControl.BeginInit">
<summary>
Signals the object that initialization is starting.
</summary>
</member>
<member name="M:Krypton.Toolkit.VisualControl.EndInit">
<summary>
Signals the object that initialization is complete.
</summary>
</member>
<member name="P:Krypton.Toolkit.VisualControl.IsInitialized">
<summary>
Gets a value indicating if the control is initialized.
</summary>
</member>
<member name="P:Krypton.Toolkit.VisualControl.IsInitializing">
<summary>
Gets a value indicating if the control is initialized.
</summary>
</member>
<member name="M:Krypton.Toolkit.VisualControl.OnInitialized(System.EventArgs)">
<summary>
Raises the Initialized event.
</summary>
<param name="e">An EventArgs containing the event data.</param>
</member>
<member name="T:Krypton.Toolkit.VisualControlBase">
<summary>
Base class used for implementation of actual controls.
</summary>
</member>
<member name="E:Krypton.Toolkit.VisualControlBase.PaletteChanged">
<summary>
Occurs when the palette changes.
</summary>
</member>
<member name="E:Krypton.Toolkit.VisualControlBase.GlobalPaletteChanged">
<summary>
Occurs when the Global palette changes.
</summary>
</member>
<member name="M:Krypton.Toolkit.VisualControlBase.#ctor">
<summary>
Initialize a new instance of the VisualControl class.
</summary>
</member>
<member name="M:Krypton.Toolkit.VisualControlBase.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="P:Krypton.Toolkit.VisualControlBase.ContextMenuStrip">
<summary>Gets or sets the <see cref="T:System.Windows.Forms.ContextMenuStrip" /> associated with this control.</summary>
<returns>The <see cref="T:System.Windows.Forms.ContextMenuStrip" /> for this control, or <see langword="null" /> if there is no <see cref="T:System.Windows.Forms.ContextMenuStrip" />. The default is <see langword="null" />.</returns>
</member>
<member name="P:Krypton.Toolkit.VisualControlBase.KryptonContextMenu">
<summary>
Gets and sets the KryptonContextMenu to show when right-clicked.
</summary>
</member>
<member name="M:Krypton.Toolkit.VisualControlBase.PerformNeedPaint(System.Boolean)">
<summary>
Fires the NeedPaint event.
</summary>
<param name="needLayout">Does the palette change require a layout.</param>
</member>
<member name="M:Krypton.Toolkit.VisualControlBase.CheckPerformLayout">
<summary>
Check if the layout is dirty and if so perform the layout now.
</summary>
</member>
<member name="P:Krypton.Toolkit.VisualControlBase.PaletteMode">
<summary>
Gets or sets the palette to be applied.
</summary>
</member>
<member name="P:Krypton.Toolkit.VisualControlBase.LocalCustomPalette">
<summary>
Gets and sets the custom palette implementation.
</summary>
</member>
<member name="M:Krypton.Toolkit.VisualControlBase.ResetLocalCustomPalette">
<summary>
Resets the Palette property to its default value.
</summary>
</member>
<member name="P:Krypton.Toolkit.VisualControlBase.Renderer">
<summary>
Gets access to the current renderer.
</summary>
</member>
<member name="M:Krypton.Toolkit.VisualControlBase.CreateToolStripRenderer">
<summary>
Create a tool strip renderer appropriate for the current renderer/palette pair.
</summary>
</member>
<member name="P:Krypton.Toolkit.VisualControlBase.BackgroundImage">
<summary>
Gets or sets the background image displayed in the control.
</summary>
</member>
<member name="P:Krypton.Toolkit.VisualControlBase.BackgroundImageLayout">
<summary>
Gets or sets the background image layout.
</summary>
</member>
<member name="M:Krypton.Toolkit.VisualControlBase.GetViewManager">
<summary>
Gets the ViewManager instance.
</summary>
</member>
<member name="M:Krypton.Toolkit.VisualControlBase.GetResolvedPalette">
<summary>
Gets the resolved palette to actually use when drawing.
</summary>
</member>
<member name="P:Krypton.Toolkit.VisualControlBase.DirtyPaletteCounter">
<summary>
Gets and sets the dirty palette counter.
</summary>
</member>
<member name="M:Krypton.Toolkit.VisualControlBase.AttachGlobalEvents">
<summary>
Attach the control to global events.
</summary>
</member>
<member name="M:Krypton.Toolkit.VisualControlBase.UnattachGlobalEvents">
<summary>
Attach the control to global events.
</summary>
</member>
<member name="P:Krypton.Toolkit.VisualControlBase.ToolTipValues">
<summary>
Gets access to the button content.
</summary>
</member>
<member name="M:Krypton.Toolkit.VisualControlBase.ResetToolTipValues">
<summary>
Resets the ToolTipValues property to its default value.
</summary>
</member>
<member name="M:Krypton.Toolkit.VisualControlBase.KryptonResetCounters">
<summary>
Reset the internal counters.
</summary>
</member>
<member name="P:Krypton.Toolkit.VisualControlBase.KryptonLayoutCounter">
<summary>
Gets the number of layout cycles performed since last reset.
</summary>
</member>
<member name="P:Krypton.Toolkit.VisualControlBase.KryptonPaintCounter">
<summary>
Gets the number of paint cycles performed since last reset.
</summary>
</member>
<member name="M:Krypton.Toolkit.VisualControlBase.ViewFromPoint(System.Drawing.Point)">
<summary>
Gets the view associated with the provided client location.
</summary>
<param name="pt">Point to lookup.</param>
<returns>ViewBase associated with the point.</returns>
</member>
<member name="P:Krypton.Toolkit.VisualControlBase.ViewManager">
<summary>
Gets and sets the ViewManager instance.
</summary>
</member>
<member name="P:Krypton.Toolkit.VisualControlBase.Redirector">
<summary>
Gets access to the palette redirector.
</summary>
</member>
<member name="P:Krypton.Toolkit.VisualControlBase.NeedPaintDelegate">
<summary>
Gets access to the need paint delegate.
</summary>
</member>
<member name="P:Krypton.Toolkit.VisualControlBase.NeedPaintPaletteDelegate">
<summary>
Gets access to the need paint palette delegate.
</summary>
</member>
<member name="M:Krypton.Toolkit.VisualControlBase.ForceViewLayout">
<summary>
Force the control to perform a krypton layout to calculate size and positioning.
</summary>
<returns>True if layout was p</returns>
</member>
<member name="M:Krypton.Toolkit.VisualControlBase.InvokeLayout">
<summary>
Request a layout be performed before any painting occurs.
</summary>
</member>
<member name="M:Krypton.Toolkit.VisualControlBase.MarkLayoutDirty">
<summary>
Mark the layout as being dirty and needing to be performed.
</summary>
</member>
<member name="P:Krypton.Toolkit.VisualControlBase.NeedTransparentPaint">
<summary>
Gets a value indicating if transparent paint is needed
</summary>
</member>
<member name="M:Krypton.Toolkit.VisualControlBase.PaintBackground(System.Drawing.Graphics,System.Drawing.Brush,System.Drawing.Rectangle)">
<summary>
Perform background painting with the provided default values.
</summary>
<param name="g">Graphics reference for drawing.</param>
<param name="backBrush">Brush to use when painting.</param>
<param name="backRect">Client area to paint.</param>
</member>
<member name="M:Krypton.Toolkit.VisualControlBase.CanProcessMnemonic">
<summary>
Gets a value indicating is processing of mnemonics should be allowed.
</summary>
<returns>True to allow; otherwise false.</returns>
</member>
<member name="M:Krypton.Toolkit.VisualControlBase.EvalTransparentPaint">
<summary>
Work out if this control needs to paint transparent areas.
</summary>
<returns>True if paint required; otherwise false.</returns>
</member>
<member name="P:Krypton.Toolkit.VisualControlBase.EvalInvokePaint">
<summary>
Work out if this control needs to use Invoke to force a repaint.
</summary>
</member>
<member name="P:Krypton.Toolkit.VisualControlBase.TransparentParent">
<summary>
Gets the control reference that is the parent for transparent drawing.
</summary>
</member>
<member name="M:Krypton.Toolkit.VisualControlBase.OnButtonSpecChanged(System.Object,System.EventArgs)">
<summary>
Processes a notification from palette storage of a button spec change.
</summary>
<param name="sender">Source of notification.</param>
<param name="e">An EventArgs containing event data.</param>
<exception cref="T:System.ArgumentNullException"></exception>
</member>
<member name="M:Krypton.Toolkit.VisualControlBase.OnPaletteChanged(System.EventArgs)">
<summary>
Raises the PaletteChanged event.
</summary>
<param name="e">An EventArgs containing the event data.</param>
</member>
<member name="M:Krypton.Toolkit.VisualControlBase.OnPaletteNeedPaint(System.Object,Krypton.Toolkit.NeedLayoutEventArgs)">
<summary>
Processes a notification from palette of a paint and optional layout required.
</summary>
<param name="sender">Source of notification.</param>
<param name="e">An NeedLayoutEventArgs containing event data.</param>
</member>
<member name="M:Krypton.Toolkit.VisualControlBase.OnNeedPaint(System.Object,Krypton.Toolkit.NeedLayoutEventArgs)">
<summary>
Processes a notification from palette storage of a paint and optional layout required.
</summary>
<param name="sender">Source of notification.</param>
<param name="e">An NeedLayoutEventArgs containing event data.</param>
<exception cref="T:System.ArgumentNullException"></exception>
</member>
<member name="M:Krypton.Toolkit.VisualControlBase.CreateRedirector">
<summary>
Create the redirector instance.
</summary>
<returns>PaletteRedirect derived class.</returns>
</member>
<member name="M:Krypton.Toolkit.VisualControlBase.UpdateGlobalEvents(System.Boolean)">
<summary>
Update global event attachments.
</summary>
<param name="attach">True if attaching; otherwise false.</param>
</member>
<member name="M:Krypton.Toolkit.VisualControlBase.OnRightToLeftChanged(System.EventArgs)">
<summary>
Raises the RightToLeftChanged event.
</summary>
<param name="e">An EventArgs containing event data.</param>
</member>
<member name="M:Krypton.Toolkit.VisualControlBase.OnLayout(System.Windows.Forms.LayoutEventArgs)">
<summary>
Raises the Layout event.
</summary>
<param name="levent">A LayoutEventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.VisualControlBase.OnPaint(System.Windows.Forms.PaintEventArgs)">
<summary>
Raises the Paint event.
</summary>
<param name="e">A PaintEventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.VisualControlBase.OnMouseEnter(System.EventArgs)">
<summary>
</summary>
<param name="e"></param>
</member>
<member name="M:Krypton.Toolkit.VisualControlBase.OnMouseMove(System.Windows.Forms.MouseEventArgs)">
<summary>
Raises the MouseMove event.
</summary>
<param name="e">A MouseEventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.VisualControlBase.OnMouseDown(System.Windows.Forms.MouseEventArgs)">
<summary>
Raises the MouseDown event.
</summary>
<param name="e">A MouseEventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.VisualControlBase.OnMouseUp(System.Windows.Forms.MouseEventArgs)">
<summary>
Raises the MouseUp event.
</summary>
<param name="e">A MouseEventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.VisualControlBase.OnMouseLeave(System.EventArgs)">
<summary>
Raises the MouseLeave event.
</summary>
<param name="e">An EventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.VisualControlBase.OnKeyDown(System.Windows.Forms.KeyEventArgs)">
<summary>
Raises the KeyDown event.
</summary>
<param name="e">A KeyEventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.VisualControlBase.OnKeyPress(System.Windows.Forms.KeyPressEventArgs)">
<summary>
Raises the KeyPress event.
</summary>
<param name="e">A KeyPressEventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.VisualControlBase.OnKeyUp(System.Windows.Forms.KeyEventArgs)">
<summary>
Raises the KeyUp event.
</summary>
<param name="e">A KeyEventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.VisualControlBase.OnGotFocus(System.EventArgs)">
<summary>
Raises the GotFocus event.
</summary>
<param name="e">An EventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.VisualControlBase.OnLostFocus(System.EventArgs)">
<summary>
Raises the LostFocus event.
</summary>
<param name="e">An EventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.VisualControlBase.OnGlobalPaletteChanged(System.Object,System.EventArgs)">
<summary>
Occurs when the global palette has been changed.
</summary>
<param name="sender">Source of the event.</param>
<param name="e">An EventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.VisualControlBase.OnUserPreferenceChanged(System.Object,Microsoft.Win32.UserPreferenceChangedEventArgs)">
<summary>
Occurs when a user preference has changed.
</summary>
<param name="sender">Source of the event.</param>
<param name="e">Event details.</param>
</member>
<member name="M:Krypton.Toolkit.VisualControlBase.ProcessCmdKey(System.Windows.Forms.Message@,System.Windows.Forms.Keys)">
<summary>
Processes a command key.
</summary>
<param name="msg">A Message, passed by reference, that represents the window message to process.</param>
<param name="keyData">One of the Keys values that represents the key to process.</param>
<returns>True is handled; otherwise false.</returns>
</member>
<member name="M:Krypton.Toolkit.VisualControlBase.WndProc(System.Windows.Forms.Message@)">
<summary>
Process Windows-based messages.
</summary>
<param name="m">A Windows-based message.</param>
</member>
<member name="M:Krypton.Toolkit.VisualControlBase.ContextMenuClosed">
<summary>
Called when a context menu has just been closed.
</summary>
</member>
<member name="M:Krypton.Toolkit.VisualControlBase.OnHandleCreated(System.EventArgs)">
<inheritdoc />
</member>
<member name="T:Krypton.Toolkit.VisualControlContainment">
<summary>
Base class used for implementation of container controls using a Control as the base.
</summary>
</member>
<member name="M:Krypton.Toolkit.VisualControlContainment.#ctor">
<summary>
Initialize a new instance of the VisualContainer class.
</summary>
</member>
<member name="P:Krypton.Toolkit.VisualControlContainment.TabStop">
<summary>
Gets or sets a value indicating whether the user can give the focus to this control using the TAB key.
</summary>
</member>
<member name="P:Krypton.Toolkit.VisualControlContainment.AllowDrop">
<summary>
Gets or sets a value indicating whether the control can accept data that the user drags onto it.
</summary>
</member>
<member name="P:Krypton.Toolkit.VisualControlContainment.AutoSize">
<summary>
Gets or sets a value indicating whether the control is automatically resized to display its entire contents.
</summary>
</member>
<member name="P:Krypton.Toolkit.VisualControlContainment.Text">
<summary>
Gets or sets the text associated with this control.
</summary>
</member>
<member name="P:Krypton.Toolkit.VisualControlContainment.BackColor">
<summary>
Gets or sets the background color for the control.
</summary>
</member>
<member name="P:Krypton.Toolkit.VisualControlContainment.Font">
<summary>
Gets or sets the font of the text displayed by the control.
</summary>
</member>
<member name="P:Krypton.Toolkit.VisualControlContainment.ForeColor">
<summary>
Gets or sets the foreground color for the control.
</summary>
</member>
<member name="P:Krypton.Toolkit.VisualControlContainment.DefaultSize">
<summary>
Gets the default size of the control.
</summary>
</member>
<member name="T:Krypton.Toolkit.VisualForm">
<summary>
Base class that allows a form to have custom chrome applied. You should derive
a class from this that performs the specific chrome drawing that is required.
</summary>
</member>
<member name="E:Krypton.Toolkit.VisualForm.PaletteChanged">
<summary>
Occurs when the palette changes.
</summary>
</member>
<member name="E:Krypton.Toolkit.VisualForm.ApplyUseThemeFormChromeBorderWidthChanged">
<summary>
Occurs when the use of custom chrome changes.
</summary>
</member>
<member name="E:Krypton.Toolkit.VisualForm.WindowActiveChanged">
<summary>
Occurs when the active window setting changes.
</summary>
</member>
<member name="E:Krypton.Toolkit.VisualForm.GlobalPaletteChanged">
<summary>
Occurs when the Global palette changes.
</summary>
</member>
<member name="M:Krypton.Toolkit.VisualForm.#ctor">
<summary>
Initialize a new instance of the VisualForm class.
</summary>
</member>
<member name="M:Krypton.Toolkit.VisualForm.Dispose(System.Boolean)">
<summary>
Releases all resources used by the Control.
</summary>
<param name="disposing">true to release both managed and unmanaged resources; false to release only unmanaged resources.</param>
</member>
<member name="P:Krypton.Toolkit.VisualForm.FactorDpiX">
<summary>
Gets the DpiX of the view.
</summary>
</member>
<member name="P:Krypton.Toolkit.VisualForm.FactorDpiY">
<summary>
Gets the DpiY of the view.
</summary>
</member>
<member name="P:Krypton.Toolkit.VisualForm.UseThemeFormChromeBorderWidth">
<summary>
Gets and sets a value indicating if palette chrome should be applied.
</summary>
</member>
<member name="P:Krypton.Toolkit.VisualForm.CloseBox">
<summary>Gets or sets a value indicating whether the Close button is displayed in the caption bar of the form.</summary>
<returns>
<see langword="true" /> to display a Close button for the form; otherwise, <see langword="false" />. The default is <see langword="true" />.</returns>
</member>
<member name="P:Krypton.Toolkit.VisualForm.PaletteMode">
<summary>
Gets or sets the palette to be applied.
</summary>
</member>
<member name="P:Krypton.Toolkit.VisualForm.ShadowValues">
<summary>
Gets access to the button content.
</summary>
</member>
<member name="M:Krypton.Toolkit.VisualForm.ResetShadowValues">
<summary>
Resets the <see cref="T:Krypton.Toolkit.KryptonForm"/> shadow values.
</summary>
</member>
<member name="P:Krypton.Toolkit.VisualForm.BlurValues">
<summary>
Gets access to the button content.
</summary>
</member>
<member name="M:Krypton.Toolkit.VisualForm.ResetBlurValues">
<summary>
Resets the <see cref="T:Krypton.Toolkit.KryptonForm"/> blur values.
</summary>
</member>
<member name="P:Krypton.Toolkit.VisualForm.LocalCustomPalette">
<summary>
Gets and sets the custom palette implementation.
</summary>
</member>
<member name="M:Krypton.Toolkit.VisualForm.ResetPalette">
<summary>
Resets the Palette property to its default value.
</summary>
</member>
<member name="P:Krypton.Toolkit.VisualForm.Renderer">
<summary>
Gets access to the current renderer.
</summary>
</member>
<member name="M:Krypton.Toolkit.VisualForm.PerformNeedPaint(System.Boolean)">
<summary>
Fires the NeedPaint event.
</summary>
<param name="needLayout">Does the palette change require a layout.</param>
</member>
<member name="M:Krypton.Toolkit.VisualForm.GetResolvedPalette">
<summary>
Gets the resolved palette to actually use when drawing.
</summary>
</member>
<member name="M:Krypton.Toolkit.VisualForm.CreateToolStripRenderer">
<summary>
Create a tool strip renderer appropriate for the current renderer/palette pair.
</summary>
</member>
<member name="M:Krypton.Toolkit.VisualForm.SendSysCommand(Krypton.Toolkit.PI.SC_)">
<summary>
Send the provided system command to the window for processing.
</summary>
<param name="sysCommand">System command.</param>
</member>
<member name="M:Krypton.Toolkit.VisualForm.SendSysCommand(Krypton.Toolkit.PI.SC_,System.IntPtr)">
<summary>
Send the provided system command to the window for processing.
</summary>
<param name="sysCommand">System command.</param>
<param name="lParam">LPARAM value.</param>
</member>
<member name="P:Krypton.Toolkit.VisualForm.RealWindowBorders">
<summary>
Gets the size of the borders requested by the real window.
</summary>
<returns>Border sizing.</returns>
</member>
<member name="P:Krypton.Toolkit.VisualForm.PaintCount">
<summary>
Gets a count of the number of paints that have occurred.
</summary>
</member>
<member name="P:Krypton.Toolkit.VisualForm.WindowActive">
<summary>
Gets and sets the active state of the window.
</summary>
</member>
<member name="P:Krypton.Toolkit.VisualForm.HelpButton">
<summary>
Please use a ButtonSpec, as this gives greater flexibility!
</summary>
</member>
<member name="M:Krypton.Toolkit.VisualForm.RedrawNonClient">
<summary>
Request the non-client area be repainted.
</summary>
</member>
<member name="M:Krypton.Toolkit.VisualForm.RecalcNonClient">
<summary>
Request the non-client area be recalculated.
</summary>
</member>
<member name="P:Krypton.Toolkit.VisualForm.ToolBarManager">
<summary>Gets or sets the toolbar manager.</summary>
<value>The toolbar manager.</value>
</member>
<member name="M:Krypton.Toolkit.VisualForm.KryptonResetCounters">
<summary>
Reset the internal counters.
</summary>
</member>
<member name="P:Krypton.Toolkit.VisualForm.KryptonLayoutCounter">
<summary>
Gets the number of layout cycles performed since last reset.
</summary>
</member>
<member name="P:Krypton.Toolkit.VisualForm.KryptonPaintCounter">
<summary>
Gets the number of paint cycles performed since last reset.
</summary>
</member>
<member name="P:Krypton.Toolkit.VisualForm.ViewManager">
<summary>
Gets and sets the ViewManager instance.
</summary>
</member>
<member name="P:Krypton.Toolkit.VisualForm.Redirector">
<summary>
Gets access to the palette redirector.
</summary>
</member>
<member name="P:Krypton.Toolkit.VisualForm.NeedPaintDelegate">
<summary>
Gets access to the need paint delegate.
</summary>
</member>
<member name="M:Krypton.Toolkit.VisualForm.ScreenToWindow(System.Drawing.Point)">
<summary>
Convert a screen location to a window location.
</summary>
<param name="screenPt">Screen point.</param>
<returns>Point in window coordinates.</returns>
</member>
<member name="M:Krypton.Toolkit.VisualForm.InvalidateNonClient">
<summary>
Request the non-client area be repainted.
</summary>
</member>
<member name="M:Krypton.Toolkit.VisualForm.InvalidateNonClient(System.Drawing.Rectangle)">
<summary>
Request the non-client area be repainted.
</summary>
<param name="invalidRect">Area to invalidate.</param>
</member>
<member name="M:Krypton.Toolkit.VisualForm.InvalidateNonClient(System.Drawing.Rectangle,System.Boolean)">
<summary>
Request the non-client area be repainted.
</summary>
<param name="invalidRect">Area to invalidate.</param>
<param name="excludeClientArea">Should client area be excluded.</param>
</member>
<member name="P:Krypton.Toolkit.VisualForm.RealWindowRectangle">
<summary>
Gets rectangle that is the real window rectangle based on Win32 API call.
</summary>
</member>
<member name="M:Krypton.Toolkit.VisualForm.OnHandleCreated(System.EventArgs)">
<summary>
Raises the HandleCreated event.
</summary>
<param name="e">An EventArgs containing the event data.</param>
</member>
<member name="M:Krypton.Toolkit.VisualForm.StartCapture(Krypton.Toolkit.ViewBase)">
<summary>
Start capturing mouse input for a particular element that is inside the chrome.
</summary>
<param name="element">Target element for the capture events.</param>
</member>
<member name="M:Krypton.Toolkit.VisualForm.OnResize(System.EventArgs)">
<summary>
Raises the Resize event.
</summary>
<param name="e">An EventArgs containing the event data.</param>
</member>
<member name="M:Krypton.Toolkit.VisualForm.OnActivated(System.EventArgs)">
<summary>
Raises the Activated event.
</summary>
<param name="e">An EventArgs containing the event data.</param>
</member>
<member name="M:Krypton.Toolkit.VisualForm.OnDeactivate(System.EventArgs)">
<summary>
Raises the Deactivate event.
</summary>
<param name="e">An EventArgs containing the event data.</param>
</member>
<member name="M:Krypton.Toolkit.VisualForm.OnShown(System.EventArgs)">
<summary>
Raises the Shown event.
</summary>
<param name="e">An EventArgs containing event data.</param>
</member>
<member name="M:Krypton.Toolkit.VisualForm.SuspendPaint">
<summary>
Suspend processing of non-client painting.
</summary>
</member>
<member name="M:Krypton.Toolkit.VisualForm.ResumePaint">
<summary>
Resume processing of non-client painting.
</summary>
</member>
<member name="M:Krypton.Toolkit.VisualForm.CreateRedirector">
<summary>
Create the redirector instance.
</summary>
<returns>PaletteRedirect derived class.</returns>
</member>
<member name="M:Krypton.Toolkit.VisualForm.OnButtonSpecChanged(System.Object,System.EventArgs)">
<summary>
Processes a notification from palette storage of a button spec change.
</summary>
<param name="sender">Source of notification.</param>
<param name="e">An EventArgs containing event data.</param>
</member>
<member name="M:Krypton.Toolkit.VisualForm.OnPaletteChanged(System.EventArgs)">
<summary>
Raises the PaletteChanged event.
</summary>
<param name="e">An EventArgs containing the event data.</param>
</member>
<member name="M:Krypton.Toolkit.VisualForm.OnApplyUseThemeFormChromeBorderWidthChanged(System.EventArgs)">
<summary>
Raises the ApplyUseThemeFormChromeBorderWidth event.
</summary>
<param name="e">An EventArgs containing the event data.</param>
</member>
<member name="M:Krypton.Toolkit.VisualForm.OnUseThemeFormChromeBorderWidthChanged(System.Object,System.EventArgs)">
<summary>
Occurs when the UseThemeFormChromeBorderWidthChanged event is fired for the current palette.
</summary>
<param name="sender">Source of the event.</param>
<param name="e">An EventArgs containing the event data.</param>
</member>
<member name="M:Krypton.Toolkit.VisualForm.OnNeedPaint(System.Object,Krypton.Toolkit.NeedLayoutEventArgs)">
<summary>
Processes a notification from palette storage of a paint and optional layout required.
</summary>
<param name="sender">Source of notification.</param>
<param name="e">An NeedLayoutEventArgs containing event data.</param>
<exception cref="T:System.ArgumentNullException"></exception>
</member>
<member name="M:Krypton.Toolkit.VisualForm.WndProc(System.Windows.Forms.Message@)">
<summary>
Process Windows-based messages.
</summary>
<param name="m">A Windows-based message.</param>
</member>
<member name="M:Krypton.Toolkit.VisualForm.OnWM_GETMINMAXINFO(System.Windows.Forms.Message@)">
<summary>
Creates and populates the MINMAXINFO structure for a maximized window.
Puts the structure into memory address given by lParam.
Only used to process a WM_GETMINMAXINFO message.
</summary>
<param name="m">A Windows-based message.</param>
</member>
<member name="M:Krypton.Toolkit.VisualForm.OnWM_NCCALCSIZE(System.Windows.Forms.Message@)">
<summary>
Process the WM_NCCALCSIZE message when overriding window chrome.
</summary>
<param name="m">A Windows-based message.</param>
<returns>True if the message was processed; otherwise false.</returns>
</member>
<member name="M:Krypton.Toolkit.VisualForm.OnWM_NCPAINT(System.Windows.Forms.Message@)">
<summary>
Process the WM_NCPAINT message when overriding window chrome.
</summary>
<param name="m">A Windows-based message.</param>
<returns>True if the message was processed; otherwise false.</returns>
</member>
<member name="M:Krypton.Toolkit.VisualForm.OnWM_NCHITTEST(System.Windows.Forms.Message@)">
<summary>
Process the WM_NCHITTEST message when overriding window chrome.
</summary>
<param name="m">A Windows-based message.</param>
<returns>True if the message was processed; otherwise false.</returns>
</member>
<member name="M:Krypton.Toolkit.VisualForm.OnWM_NCACTIVATE(System.Windows.Forms.Message@)">
<summary>
Process the WM_NCACTIVATE message when overriding window chrome.
</summary>
<param name="m">A Windows-based message.</param>
<returns>True if the message was processed; otherwise false.</returns>
</member>
<member name="M:Krypton.Toolkit.VisualForm.OnPaintNonClient(System.Windows.Forms.Message@)">
<summary>
Process a windows message that requires the non client area be repainted.
</summary>
<param name="m">A Windows-based message.</param>
<returns>True if the message was processed; otherwise false.</returns>
</member>
<member name="M:Krypton.Toolkit.VisualForm.OnWM_NCMOUSEMOVE(System.Windows.Forms.Message@)">
<summary>
Process the WM_NCMOUSEMOVE message when overriding window chrome.
</summary>
<param name="m">A Windows-based message.</param>
<returns>True if the message was processed; otherwise false.</returns>
</member>
<member name="M:Krypton.Toolkit.VisualForm.OnWM_NCLBUTTONDOWN(System.Windows.Forms.Message@)">
<summary>
Process the WM_NCLBUTTONDOWN message when overriding window chrome.
</summary>
<param name="m">A Windows-based message.</param>4
<returns>True if the message was processed; otherwise false.</returns>
</member>
<member name="M:Krypton.Toolkit.VisualForm.OnWM_NCLBUTTONUP(System.Windows.Forms.Message@)">
<summary>
Process the WM_LBUTTONUP message when overriding window chrome.
</summary>
<param name="m">A Windows-based message.</param>
<returns>True if the message was processed; otherwise false.</returns>
</member>
<member name="M:Krypton.Toolkit.VisualForm.OnWM_NCMOUSELEAVE(System.Windows.Forms.Message@)">
<summary>
Process the WM_NCMOUSELEAVE message when overriding window chrome.
</summary>
<param name="m">A Windows-based message.</param>
<returns>True if the message was processed; otherwise false.</returns>
</member>
<member name="M:Krypton.Toolkit.VisualForm.OnWM_MOUSEMOVE(System.Windows.Forms.Message@)">
<summary>
Process the OnWM_MOUSEMOVE message when overriding window chrome.
</summary>
<param name="m">A Windows-based message.</param>
<returns>True if the message was processed; otherwise false.</returns>
</member>
<member name="M:Krypton.Toolkit.VisualForm.OnWM_LBUTTONUP(System.Windows.Forms.Message@)">
<summary>
Process the WM_LBUTTONUP message when overriding window chrome.
</summary>
<param name="m">A Windows-based message.</param>
<returns>True if the message was processed; otherwise false.</returns>
</member>
<member name="M:Krypton.Toolkit.VisualForm.OnWM_NCLBUTTONDBLCLK(System.Windows.Forms.Message@)">
<summary>
Process the WM_NCLBUTTONDBLCLK message when overriding window chrome.
</summary>
<param name="m">A Windows-based message.</param>
<returns>True if the message was processed; otherwise false.</returns>
</member>
<member name="M:Krypton.Toolkit.VisualForm.OnNonClientPaint(System.IntPtr)">
<summary>
Perform chrome window painting in the non-client areas.
</summary>
<param name="hWnd">Window handle of window being painted.</param>
</member>
<member name="M:Krypton.Toolkit.VisualForm.OnWindowActiveChanged">
<summary>
Called when the active state of the window changes.
</summary>
</member>
<member name="P:Krypton.Toolkit.VisualForm.NeedLayout">
<summary>
Gets and sets the need to layout the view.
</summary>
</member>
<member name="M:Krypton.Toolkit.VisualForm.WindowChromeStart">
<summary>
Perform setup for custom chrome.
</summary>
</member>
<member name="M:Krypton.Toolkit.VisualForm.WindowChromeEnd">
<summary>
Perform cleanup when custom chrome ending.
</summary>
</member>
<member name="M:Krypton.Toolkit.VisualForm.WindowChromeHitTest(System.Drawing.Point)">
<summary>
Perform hit testing.
</summary>
<param name="pt">Point in window coordinates.</param>
<returns></returns>
</member>
<member name="M:Krypton.Toolkit.VisualForm.WindowChromePaint(System.Drawing.Graphics,System.Drawing.Rectangle)">
<summary>
Perform painting of the window chrome.
</summary>
<param name="g">Graphics instance to use for drawing.</param>
<param name="bounds">Bounds enclosing the window chrome.</param>
</member>
<member name="M:Krypton.Toolkit.VisualForm.WindowChromeNonClientMouseMove(System.Drawing.Point)">
<summary>
Perform non-client mouse movement processing.
</summary>
<param name="pt">Point in window coordinates.</param>
</member>
<member name="M:Krypton.Toolkit.VisualForm.WindowChromeLeftMouseDown(System.Drawing.Point)">
<summary>
Process the left mouse down event.
</summary>
<param name="windowPoint">Window coordinate of the mouse down.</param>
<returns>True if event is processed; otherwise false.</returns>
</member>
<member name="M:Krypton.Toolkit.VisualForm.WindowChromeLeftMouseUp(System.Drawing.Point)">
<summary>
Process the left mouse up event.
</summary>
<param name="pt">Window coordinate of the mouse up.</param>
<returns>True if event is processed; otherwise false.</returns>
</member>
<member name="M:Krypton.Toolkit.VisualForm.WindowChromeMouseLeave">
<summary>
Perform mouse leave processing.
</summary>
</member>
<member name="F:Krypton.Toolkit.VisualInformationBoxForm.components">
<summary>
Required designer variable.
</summary>
</member>
<member name="M:Krypton.Toolkit.VisualInformationBoxForm.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:Krypton.Toolkit.VisualInformationBoxForm.InitializeComponent">
<summary>
Required method for Designer support - do not modify
the contents of this method with the code editor.
</summary>
</member>
<member name="T:Krypton.Toolkit.VisualInputBoxForm">
<summary>
</summary>
</member>
<member name="M:Krypton.Toolkit.VisualInputBoxForm.#ctor">
<summary>
</summary>
</member>
<member name="M:Krypton.Toolkit.VisualInputBoxForm.#ctor(Krypton.Toolkit.KryptonInputBoxData)">
<summary>Initializes a new instance of the <see cref="T:Krypton.Toolkit.VisualInputBoxForm" /> class.</summary>
<param name="inputBoxData">The input box data.</param>
</member>
<member name="F:Krypton.Toolkit.VisualInputBoxForm.components">
<summary>
Required designer variable.
</summary>
</member>
<member name="M:Krypton.Toolkit.VisualInputBoxForm.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:Krypton.Toolkit.VisualInputBoxForm.InitializeComponent">
<summary>
Required method for Designer support - do not modify
the contents of this method with the code editor.
</summary>
</member>
<member name="M:Krypton.Toolkit.VisualMessageBoxForm.LaunchHelp">
<summary>
When the user clicks the Help button, the Help file specified in the helpFilePath parameter
is opened and the Help keyword topic identified by the keyword parameter is Displayed.
The form that owns the message box (or the active form) also receives the HelpRequested event.
</summary>
</member>
<member name="F:Krypton.Toolkit.VisualMessageBoxForm.components">
<summary>
Required designer variable.
</summary>
</member>
<member name="M:Krypton.Toolkit.VisualMessageBoxForm.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:Krypton.Toolkit.VisualMessageBoxForm.InitializeComponent">
<summary>
Required method for Designer support - do not modify
the contents of this method with the code editor.
</summary>
</member>
<member name="T:Krypton.Toolkit.HelpInfo">
<summary>
</summary>
</member>
<member name="M:Krypton.Toolkit.HelpInfo.#ctor(System.String,System.String)">
<summary>
Initialize a new instance of the HelpInfo class.
</summary>
<param name="helpFilePath">Value for HelpFilePath.</param>
<param name="keyword">Value for Keyword</param>
</member>
<member name="M:Krypton.Toolkit.HelpInfo.#ctor(System.String,System.Windows.Forms.HelpNavigator,System.Object)">
<summary>
Initialize a new instance of the HelpInfo class.
</summary>
<param name="helpFilePath">Value for HelpFilePath.</param>
<param name="navigator">Value for Navigator</param>
<param name="param"></param>
</member>
<member name="M:Krypton.Toolkit.HelpInfo.#ctor(System.String,System.String,System.Windows.Forms.HelpNavigator,System.Object)">
<summary>
Initialize a new instance of the HelpInfo class.
</summary>
<param name="helpFilePath">Value for HelpFilePath.</param>
<param name="navigator">Value for Navigator</param>
<param name="keyword">Value for Keyword</param>
<param name="param"></param>
</member>
<member name="P:Krypton.Toolkit.HelpInfo.HelpFilePath">
<summary>
Gets the HelpFilePath property.
</summary>
</member>
<member name="P:Krypton.Toolkit.HelpInfo.Keyword">
<summary>
Gets the Keyword property.
</summary>
</member>
<member name="P:Krypton.Toolkit.HelpInfo.Navigator">
<summary>
Gets the Navigator property.
</summary>
</member>
<member name="P:Krypton.Toolkit.HelpInfo.Param">
<summary>
Gets the Param property.
</summary>
</member>
<member name="P:Krypton.Toolkit.MessageButton.IgnoreAltF4">
<summary>
Gets and sets the ignoring of Alt+F4
</summary>
</member>
<member name="M:Krypton.Toolkit.MessageButton.WndProc(System.Windows.Forms.Message@)">
<summary>
Processes Windows messages.
</summary>
<param name="m">The Windows Message to process. </param>
</member>
<member name="M:Krypton.Toolkit.VisualMessageBoxFormDep.LaunchHelp(System.Windows.Forms.IWin32Window)">
<summary>
When the user clicks the Help button, the Help file specified in the helpFilePath parameter
is opened and the Help keyword topic identified by the keyword parameter is Displayed.
The form that owns the message box (or the active form) also receives the HelpRequested event.
</summary>
</member>
<member name="M:Krypton.Toolkit.VisualMessageBoxFormDep.LaunchHelp">
<summary>
When the user clicks the Help button, the Help file specified in the helpFilePath parameter
is opened and the Help keyword topic identified by the keyword parameter is Displayed.
The form that owns the message box (or the active form) also receives the HelpRequested event.
</summary>
</member>
<member name="M:Krypton.Toolkit.VisualMessageBoxFormDep.UpdateContentAreaType(System.Nullable{Krypton.Toolkit.MessageBoxContentAreaType})">
<summary>Updates the type of the content area.</summary>
<param name="contentAreaType">Type of the content area.</param>
</member>
<member name="F:Krypton.Toolkit.VisualMessageBoxFormDep.components">
<summary>
Required designer variable.
</summary>
</member>
<member name="M:Krypton.Toolkit.VisualMessageBoxFormDep.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:Krypton.Toolkit.VisualMessageBoxFormDep.InitializeComponent">
<summary>
Required method for Designer support - do not modify
the contents of this method with the code editor.
</summary>
</member>
<member name="T:Krypton.Toolkit.MultilineStringEditor1">
<summary>
Multiline String Editor Window.
</summary>
</member>
<member name="M:Krypton.Toolkit.MultilineStringEditor1.#ctor(Krypton.Toolkit.KryptonTextBox)">
<summary>
Initializes a new instance of the MultilineStringEditor class.
</summary>
<param name="owner"></param>
</member>
<member name="M:Krypton.Toolkit.MultilineStringEditor1.ShowEditor">
<summary>
Shows the multiline string editor.
</summary>
</member>
<member name="M:Krypton.Toolkit.MultilineStringEditor1.OnDeactivate(System.EventArgs)">
<summary>
Closes the multiline string editor.
</summary>
<param name="e">
Event arguments.
</param>
</member>
<member name="M:Krypton.Toolkit.MultilineStringEditor1.OnPaint(System.Windows.Forms.PaintEventArgs)">
<summary>
Raises the Paint event.
</summary>
<param name="e">
A PaintEventArgs that contains the event data.
</param>
</member>
<member name="M:Krypton.Toolkit.MultilineStringEditor1.WndProc(System.Windows.Forms.Message@)">
<summary>
Processes Windows messages.
</summary>
<param name="m">
The Windows Message to process.
</param>
</member>
<member name="M:Krypton.Toolkit.MultilineStringEditor1.CloseEditor">
<summary>
Closes the editor form.
</summary>
</member>
<member name="M:Krypton.Toolkit.MultilineStringEditor1.OnKeyDownTextBox(System.Object,System.Windows.Forms.KeyEventArgs)">
<summary>
Occurs when a key is pressed while the control has focus.
</summary>
<param name="sender">The control.</param>
<param name="e">The event arguments.</param>
</member>
<member name="M:Krypton.Toolkit.MultilineStringEditor1.OnGetMinMaxInfo(System.Windows.Forms.Message@)">
<summary>
Occurs when the MinMaxInfo needs to be retrieved by the operating system.
</summary>
<param name="m">
The window message.
</param>
<returns>
true if the message was handled; otherwise false.
</returns>
</member>
<member name="M:Krypton.Toolkit.MultilineStringEditor1.OnNcHitTest(System.Windows.Forms.Message@)">
<summary>
Occurs when the operating system needs to determine what part of the window corresponds
to a particular screen coordinate.
</summary>
<param name="m">
The window message.
</param>
<returns>
true if the message was handled; otherwise false.
</returns>
</member>
<member name="F:Krypton.Toolkit.VisualMultilineStringEditorForm.components">
<summary>
Required designer variable.
</summary>
</member>
<member name="M:Krypton.Toolkit.VisualMultilineStringEditorForm.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:Krypton.Toolkit.VisualMultilineStringEditorForm.InitializeComponent">
<summary>
Required method for Designer support - do not modify
the contents of this method with the code editor.
</summary>
</member>
<member name="T:Krypton.Toolkit.VisualPanel">
<summary>
Base class used for implementation of panel controls.
</summary>
</member>
<member name="E:Krypton.Toolkit.VisualPanel.Initialized">
<summary>
Occurs when the control is initialized.
</summary>
</member>
<member name="E:Krypton.Toolkit.VisualPanel.PaletteChanged">
<summary>
Occurs when the palette changes.
</summary>
</member>
<member name="E:Krypton.Toolkit.VisualPanel.GlobalPaletteChanged">
<summary>
Occurs when the Global palette changes.
</summary>
</member>
<member name="M:Krypton.Toolkit.VisualPanel.#ctor">
<summary>
Initialize a new instance of the VisualPanel class.
</summary>
</member>
<member name="M:Krypton.Toolkit.VisualPanel.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:Krypton.Toolkit.VisualPanel.BeginInit">
<summary>
Signals the object that initialization is starting.
</summary>
</member>
<member name="M:Krypton.Toolkit.VisualPanel.EndInit">
<summary>
Signals the object that initialization is complete.
</summary>
</member>
<member name="P:Krypton.Toolkit.VisualPanel.IsInitialized">
<summary>
Gets a value indicating if the control is initialized.
</summary>
</member>
<member name="P:Krypton.Toolkit.VisualPanel.IsInitializing">
<summary>
Gets a value indicating if the control is initialized.
</summary>
</member>
<member name="P:Krypton.Toolkit.VisualPanel.ContextMenuStrip">
<summary>Gets or sets the <see cref="T:System.Windows.Forms.ContextMenuStrip" /> associated with this control.</summary>
<returns>The <see cref="T:System.Windows.Forms.ContextMenuStrip" /> for this control, or <see langword="null" /> if there is no <see cref="T:System.Windows.Forms.ContextMenuStrip" />. The default is <see langword="null" />.</returns>
</member>
<member name="P:Krypton.Toolkit.VisualPanel.KryptonContextMenu">
<summary>
Gets and sets the KryptonContextMenu to show when right clicked.
</summary>
</member>
<member name="M:Krypton.Toolkit.VisualPanel.PerformNeedPaint(System.Boolean)">
<summary>
Fires the NeedPaint event.
</summary>
<param name="needLayout">Does the palette change require a layout.</param>
</member>
<member name="P:Krypton.Toolkit.VisualPanel.PaletteMode">
<summary>
Gets or sets the palette to be applied.
</summary>
</member>
<member name="M:Krypton.Toolkit.VisualPanel.ResetPaletteMode">
<summary>
Resets the PaletteMode property to its default value.
</summary>
</member>
<member name="P:Krypton.Toolkit.VisualPanel.Palette">
<summary>
Gets and sets the custom palette implementation.
</summary>
</member>
<member name="M:Krypton.Toolkit.VisualPanel.ResetPalette">
<summary>
Resets the Palette property to its default value.
</summary>
</member>
<member name="P:Krypton.Toolkit.VisualPanel.Renderer">
<summary>
Gets access to the current renderer.
</summary>
</member>
<member name="M:Krypton.Toolkit.VisualPanel.CreateToolStripRenderer">
<summary>
Create a tool strip renderer appropriate for the current renderer/palette pair.
</summary>
</member>
<member name="P:Krypton.Toolkit.VisualPanel.BackgroundImage">
<summary>
Gets or sets the background image displayed in the control.
</summary>
</member>
<member name="P:Krypton.Toolkit.VisualPanel.BackgroundImageLayout">
<summary>
Gets or sets the background image layout.
</summary>
</member>
<member name="M:Krypton.Toolkit.VisualPanel.AttachGlobalEvents">
<summary>
Attach the control to global events.
</summary>
</member>
<member name="M:Krypton.Toolkit.VisualPanel.UnattachGlobalEvents">
<summary>
Attach the control to global events.
</summary>
</member>
<member name="M:Krypton.Toolkit.VisualPanel.WndProc(System.Windows.Forms.Message@)">
<summary>
Process Windows-based messages.
</summary>
<param name="m">A Windows-based message.</param>
</member>
<member name="M:Krypton.Toolkit.VisualPanel.ContextMenuClosed">
<summary>
Called when a context menu has just been closed.
</summary>
</member>
<member name="P:Krypton.Toolkit.VisualPanel.BackColor">
<summary>
Gets or sets the background color for the control.
</summary>
</member>
<member name="P:Krypton.Toolkit.VisualPanel.Font">
<summary>
Gets or sets the font of the text displayed by the control.
</summary>
</member>
<member name="P:Krypton.Toolkit.VisualPanel.ForeColor">
<summary>
Gets or sets the foreground color for the control.
</summary>
</member>
<member name="P:Krypton.Toolkit.VisualPanel.BorderStyle">
<summary>
Gets or sets the border style for the VisualPanel.
</summary>
</member>
<member name="M:Krypton.Toolkit.VisualPanel.KryptonResetCounters">
<summary>
Reset the internal counters.
</summary>
</member>
<member name="P:Krypton.Toolkit.VisualPanel.KryptonLayoutCounter">
<summary>
Gets the number of layout cycles performed since last reset.
</summary>
</member>
<member name="P:Krypton.Toolkit.VisualPanel.KryptonPaintCounter">
<summary>
Gets the number of paint cycles performed since last reset.
</summary>
</member>
<member name="P:Krypton.Toolkit.VisualPanel.ViewManager">
<summary>
Gets and sets the ViewManager instance.
</summary>
</member>
<member name="P:Krypton.Toolkit.VisualPanel.Redirector">
<summary>
Gets access to the palette redirector.
</summary>
</member>
<member name="P:Krypton.Toolkit.VisualPanel.NeedPaintDelegate">
<summary>
Gets access to the need paint delegate.
</summary>
</member>
<member name="M:Krypton.Toolkit.VisualPanel.OnNeedPaint(System.Object,Krypton.Toolkit.NeedLayoutEventArgs)">
<summary>
Processes a notification from palette storage of a paint and optional layout required.
</summary>
<param name="sender">Source of notification.</param>
<param name="e">An NeedLayoutEventArgs containing event data.</param>
<exception cref="T:System.ArgumentNullException"></exception>
</member>
<member name="P:Krypton.Toolkit.VisualPanel.NeedTransparentPaint">
<summary>
Gets a value indicating if transparent paint is needed
</summary>
</member>
<member name="M:Krypton.Toolkit.VisualPanel.GetResolvedPalette">
<summary>
Gets the resolved palette to actually use when drawing.
</summary>
</member>
<member name="M:Krypton.Toolkit.VisualPanel.OnInitialized(System.EventArgs)">
<summary>
Raises the Initialized event.
</summary>
<param name="e">An EventArgs containing the event data.</param>
</member>
<member name="M:Krypton.Toolkit.VisualPanel.OnPaletteChanged(System.EventArgs)">
<summary>
Raises the PaletteChanged event.
</summary>
<param name="e">An EventArgs containing the event data.</param>
</member>
<member name="M:Krypton.Toolkit.VisualPanel.EvalTransparentPaint">
<summary>
Work out if this control needs to paint transparent areas.
</summary>
<returns>True if paint required; otherwise false.</returns>
</member>
<member name="P:Krypton.Toolkit.VisualPanel.EvalInvokePaint">
<summary>
Work out if this control needs to use Invoke to force a repaint.
</summary>
</member>
<member name="P:Krypton.Toolkit.VisualPanel.TransparentParent">
<summary>
Gets the control reference that is the parent for transparent drawing.
</summary>
</member>
<member name="M:Krypton.Toolkit.VisualPanel.OnButtonSpecChanged(System.Object,System.EventArgs)">
<summary>
Processes a notification from palette storage of a button spec change.
</summary>
<param name="sender">Source of notification.</param>
<param name="e">An EventArgs containing event data.</param>
<exception cref="T:System.ArgumentNullException"></exception>
</member>
<member name="M:Krypton.Toolkit.VisualPanel.UpdateGlobalEvents(System.Boolean)">
<summary>
Update global event attachments.
</summary>
<param name="attach">True if attaching; otherwise false.</param>
</member>
<member name="P:Krypton.Toolkit.VisualPanel.DefaultSize">
<summary>
Gets the default size of the control.
</summary>
</member>
<member name="M:Krypton.Toolkit.VisualPanel.OnRightToLeftChanged(System.EventArgs)">
<summary>
Raises the RightToLeftChanged event.
</summary>
<param name="e">An EventArgs containing event data.</param>
</member>
<member name="M:Krypton.Toolkit.VisualPanel.ProcessCmdKey(System.Windows.Forms.Message@,System.Windows.Forms.Keys)">
<summary>
Processes a command key.
</summary>
<param name="msg">A Message, passed by reference, that represents the window message to process.</param>
<param name="keyData">One of the Keys values that represents the key to process.</param>
<returns>True is handled; otherwise false.</returns>
</member>
<member name="M:Krypton.Toolkit.VisualPanel.OnLayout(System.Windows.Forms.LayoutEventArgs)">
<summary>
Raises the Layout event.
</summary>
<param name="levent">A LayoutEventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.VisualPanel.OnPaint(System.Windows.Forms.PaintEventArgs)">
<summary>
Raises the Paint event.
</summary>
<param name="e">A PaintEventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.VisualPanel.OnMouseMove(System.Windows.Forms.MouseEventArgs)">
<summary>
Raises the MouseMove event.
</summary>
<param name="e">A MouseEventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.VisualPanel.OnMouseDown(System.Windows.Forms.MouseEventArgs)">
<summary>
Raises the MouseDown event.
</summary>
<param name="e">A MouseEventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.VisualPanel.OnMouseUp(System.Windows.Forms.MouseEventArgs)">
<summary>
Raises the MouseUp event.
</summary>
<param name="e">A MouseEventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.VisualPanel.OnMouseLeave(System.EventArgs)">
<summary>
Raises the MouseLeave event.
</summary>
<param name="e">An EventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.VisualPanel.OnDoubleClick(System.EventArgs)">
<summary>
Raises the DoubleClick event.
</summary>
<param name="e">A KeyEventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.VisualPanel.OnKeyDown(System.Windows.Forms.KeyEventArgs)">
<summary>
Raises the KeyDown event.
</summary>
<param name="e">A KeyEventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.VisualPanel.OnKeyPress(System.Windows.Forms.KeyPressEventArgs)">
<summary>
Raises the KeyPress event.
</summary>
<param name="e">A KeyPressEventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.VisualPanel.OnKeyUp(System.Windows.Forms.KeyEventArgs)">
<summary>
Raises the KeyUp event.
</summary>
<param name="e">A KeyEventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.VisualPanel.OnGotFocus(System.EventArgs)">
<summary>
Raises the GotFocus event.
</summary>
<param name="e">An EventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.VisualPanel.OnLostFocus(System.EventArgs)">
<summary>
Raises the LostFocus event.
</summary>
<param name="e">An EventArgs that contains the event data.</param>
</member>
<member name="T:Krypton.Toolkit.VisualPopup">
<summary>
Base class used for implementation of popup controls.
</summary>
</member>
<member name="M:Krypton.Toolkit.VisualPopup.#ctor(System.Boolean)">
<summary>
Initialize a new instance of the VisualPopup class.
</summary>
<param name="shadow">Does the popup need a shadow effect.</param>
</member>
<member name="M:Krypton.Toolkit.VisualPopup.#ctor(Krypton.Toolkit.IRenderer,System.Boolean)">
<summary>
Initialize a new instance of the VisualPopup class.
</summary>
<param name="renderer">Drawing renderer.</param>
<param name="shadow">Does the popup need a shadow effect.</param>
</member>
<member name="M:Krypton.Toolkit.VisualPopup.#ctor(Krypton.Toolkit.ViewManager,Krypton.Toolkit.IRenderer,System.Boolean)">
<summary>
Initialize a new instance of the VisualPopup class.
</summary>
<param name="viewManager">View manager instance for managing view display.</param>
<param name="renderer">Drawing renderer.</param>
<param name="shadow">Does the popup need a shadow effect.</param>
</member>
<member name="M:Krypton.Toolkit.VisualPopup.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:Krypton.Toolkit.VisualPopup.Show(System.Drawing.Rectangle)">
<summary>
Show the popup using the provided rectangle as the screen rect.
</summary>
<param name="screenRect">Screen rectangle for showing the popup.</param>
</member>
<member name="M:Krypton.Toolkit.VisualPopup.Show(System.Drawing.Point,System.Drawing.Size)">
<summary>
Show the popup with the given size but relative to the provided top left point.
</summary>
<param name="popupLocation">Intended top left of parent area.</param>
<param name="popupSize">Size of the popup to show.</param>
</member>
<member name="M:Krypton.Toolkit.VisualPopup.DefineShadowPaths(System.Drawing.Drawing2D.GraphicsPath,System.Drawing.Drawing2D.GraphicsPath,System.Drawing.Drawing2D.GraphicsPath)">
<summary>
Define the drawing paths for the shadow.
</summary>
<param name="path1">Outer path.</param>
<param name="path2">Middle path.</param>
<param name="path3">Inside path.</param>
</member>
<member name="M:Krypton.Toolkit.VisualPopup.DoesCurrentMouseDownEndAllTracking(System.Windows.Forms.Message,System.Drawing.Point)">
<summary>
Should a mouse down at the provided point cause an end to popup tracking.
</summary>
<param name="m">Original message.</param>
<param name="pt">Client coordinates point.</param>
<returns>True to end tracking; otherwise false.</returns>
</member>
<member name="M:Krypton.Toolkit.VisualPopup.DoesCurrentMouseDownContinueTracking(System.Windows.Forms.Message,System.Drawing.Point)">
<summary>
Should a mouse down at the provided point allow tracking to continue.
</summary>
<param name="m">Original message.</param>
<param name="pt">Client coordinates point.</param>
<returns>True to continue tracking; otherwise false.</returns>
</member>
<member name="M:Krypton.Toolkit.VisualPopup.DoesStackedClientMouseDownBecomeCurrent(System.Windows.Forms.Message,System.Drawing.Point)">
<summary>
Should a mouse down at the provided point cause it to become the current tracking popup.
</summary>
<param name="m">Original message.</param>
<param name="pt">Client coordinates point.</param>
<returns>True to become current; otherwise false.</returns>
</member>
<member name="M:Krypton.Toolkit.VisualPopup.DoesMouseDownGetEaten(System.Windows.Forms.Message,System.Drawing.Point)">
<summary>
Should the mouse down be eaten when the tracking has been ended.
</summary>
<param name="m">Original message.</param>
<param name="pt">Screen coordinates point.</param>
<returns>True to eat message; otherwise false.</returns>
</member>
<member name="P:Krypton.Toolkit.VisualPopup.AllowBecomeActiveWhenCurrent">
<summary>
Is a change in active window to this popup when it is current allowed.
</summary>
</member>
<member name="M:Krypton.Toolkit.VisualPopup.AllowMouseMove(System.Windows.Forms.Message,System.Drawing.Point)">
<summary>
Should the mouse move at provided screen point be allowed.
</summary>
<param name="m">Original message.</param>
<param name="pt">Client coordinates point.</param>
<returns>True to allow; otherwise false.</returns>
</member>
<member name="M:Krypton.Toolkit.VisualPopup.CreateToolStripRenderer">
<summary>
Create a tool strip renderer appropriate for the current renderer/palette pair.
</summary>
</member>
<member name="M:Krypton.Toolkit.VisualPopup.GetResolvedPalette">
<summary>
Gets the resolved palette to actually use when drawing.
</summary>
</member>
<member name="P:Krypton.Toolkit.VisualPopup.Renderer">
<summary>
Gets access to the current renderer.
</summary>
</member>
<member name="M:Krypton.Toolkit.VisualPopup.PerformNeedPaint(System.Boolean)">
<summary>
Fires the NeedPaint event.
</summary>
<param name="needLayout">Does the palette change require a layout.</param>
</member>
<member name="P:Krypton.Toolkit.VisualPopup.DismissedDelegate">
<summary>
Gets and sets the delegate to fire when the popup is dismissed.
</summary>
</member>
<member name="P:Krypton.Toolkit.VisualPopup.KeyboardInert">
<summary>
Gets a value indicating if the keyboard is passed to this popup.
</summary>
</member>
<member name="M:Krypton.Toolkit.VisualPopup.GetViewManager">
<summary>
Gets access to the view manager of the popup.
</summary>
<returns></returns>
</member>
<member name="P:Krypton.Toolkit.VisualPopup.ViewManager">
<summary>
Gets and sets the ViewManager instance.
</summary>
</member>
<member name="P:Krypton.Toolkit.VisualPopup.NeedPaintDelegate">
<summary>
Gets access to the need paint delegate.
</summary>
</member>
<member name="P:Krypton.Toolkit.VisualPopup.EvalInvokePaint">
<summary>
Work out if this control needs to use Invoke to force a repaint.
</summary>
</member>
<member name="M:Krypton.Toolkit.VisualPopup.OnNeedPaint(System.Object,Krypton.Toolkit.NeedLayoutEventArgs)">
<summary>
Processes a notification from palette storage of a paint and optional layout required.
</summary>
<param name="sender">Source of notification.</param>
<param name="e">An NeedLayoutEventArgs containing event data.</param>
<exception cref="T:System.ArgumentNullException"></exception>
</member>
<member name="P:Krypton.Toolkit.VisualPopup.CreateParams">
<summary>
Gets the creation parameters.
</summary>
</member>
<member name="M:Krypton.Toolkit.VisualPopup.OnLayout(System.Windows.Forms.LayoutEventArgs)">
<summary>
Raises the Layout event.
</summary>
<param name="lEvent">A LayoutEventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.VisualPopup.OnPaint(System.Windows.Forms.PaintEventArgs)">
<summary>
Raises the Paint event.
</summary>
<param name="e">A PaintEventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.VisualPopup.OnMouseMove(System.Windows.Forms.MouseEventArgs)">
<summary>
Raises the MouseMove event.
</summary>
<param name="e">A MouseEventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.VisualPopup.OnMouseDown(System.Windows.Forms.MouseEventArgs)">
<summary>
Raises the MouseDown event.
</summary>
<param name="e">A MouseEventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.VisualPopup.OnMouseUp(System.Windows.Forms.MouseEventArgs)">
<summary>
Raises the MouseUp event.
</summary>
<param name="e">A MouseEventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.VisualPopup.OnMouseLeave(System.EventArgs)">
<summary>
Raises the MouseLeave event.
</summary>
<param name="e">An EventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.VisualPopup.OnDoubleClick(System.EventArgs)">
<summary>
Raises the DoubleClick event.
</summary>
<param name="e">A KeyEventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.VisualPopup.ProcessDialogKey(System.Windows.Forms.Keys)">
<summary>
Processes a dialog key.
</summary>
<param name="keyData">One of the Keys values that represents the key to process.</param>
<returns>true if the key was processed; otherwise false.</returns>
</member>
<member name="M:Krypton.Toolkit.VisualPopup.OnKeyDown(System.Windows.Forms.KeyEventArgs)">
<summary>
Raises the KeyDown event.
</summary>
<param name="e">A KeyEventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.VisualPopup.OnKeyPress(System.Windows.Forms.KeyPressEventArgs)">
<summary>
Raises the KeyPress event.
</summary>
<param name="e">A KeyPressEventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.VisualPopup.OnKeyUp(System.Windows.Forms.KeyEventArgs)">
<summary>
Raises the KeyUp event.
</summary>
<param name="e">A KeyEventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.VisualPopup.WndProc(System.Windows.Forms.Message@)">
<summary>
Processes Windows messages.
</summary>
<param name="m">The Windows Message to process.</param>
</member>
<member name="T:Krypton.Toolkit.VisualPopupManager">
<summary>
Manage the filtering of message for popup controls.
</summary>
</member>
<member name="M:Krypton.Toolkit.VisualPopupManager.#ctor">
<summary>
Initialize a new instance of the VisualPopupManager class.
</summary>
</member>
<member name="P:Krypton.Toolkit.VisualPopupManager.Singleton">
<summary>
Gets access to the single instance of the VisualPopupManager class.
</summary>
</member>
<member name="P:Krypton.Toolkit.VisualPopupManager.IsShowingCMS">
<summary>
Gets a value indicating if currently showing a context menu strip.
</summary>
</member>
<member name="P:Krypton.Toolkit.VisualPopupManager.IsTracking">
<summary>
Gets a value indicating if currently tracking a popup.
</summary>
</member>
<member name="P:Krypton.Toolkit.VisualPopupManager.CurrentPopup">
<summary>
Gets the current visual popup being tracked.
</summary>
</member>
<member name="P:Krypton.Toolkit.VisualPopupManager.StackedPopups">
<summary>
Gets the stacked set of popups as an array.
</summary>
</member>
<member name="M:Krypton.Toolkit.VisualPopupManager.TrackingByType(System.Type)">
<summary>
Gets the popup that matches the provided type.
</summary>
<param name="t">Type to find.</param>
<returns>Matching instance; otherwise null.</returns>
</member>
<member name="M:Krypton.Toolkit.VisualPopupManager.StartTracking(Krypton.Toolkit.VisualPopup)">
<summary>
Start tracking the provided popup.
</summary>
<param name="popup">Popup instance to track.</param>
</member>
<member name="M:Krypton.Toolkit.VisualPopupManager.EndAllTracking">
<summary>
Finish tracking all popups.
</summary>
</member>
<member name="M:Krypton.Toolkit.VisualPopupManager.EndPopupTracking(Krypton.Toolkit.VisualPopup)">
<summary>
Finish tracking from the current back to and including the provided popup.
</summary>
<param name="popup">Popup that needs to be killed.</param>
</member>
<member name="M:Krypton.Toolkit.VisualPopupManager.EndCurrentTracking">
<summary>
Finish tracking the current popup.
</summary>
</member>
<member name="M:Krypton.Toolkit.VisualPopupManager.ShowContextMenuStrip(System.Windows.Forms.ContextMenuStrip,System.Drawing.Point)">
<summary>
Show the provided context strip in a way compatible with any popups.
</summary>
<param name="cms">Reference to ContextMenuStrip.</param>
<param name="screenPt">Screen position for showing the context menu strip.</param>
</member>
<member name="M:Krypton.Toolkit.VisualPopupManager.ShowContextMenuStrip(System.Windows.Forms.ContextMenuStrip,System.Drawing.Point,System.EventHandler)">
<summary>
Show the provided context strip in a way compatible with any popups.
</summary>
<param name="cms">Reference to ContextMenuStrip.</param>
<param name="screenPt">Screen position for showing the context menu strip.</param>
<param name="cmsFinishDelegate">Delegate to call when strip dismissed.</param>
</member>
<member name="M:Krypton.Toolkit.VisualPopupManager.PreFilterMessage(System.Windows.Forms.Message@)">
<summary>
Filters out a message before it is dispatched.
</summary>
<param name="m">The message to be dispatched. You cannot modify this 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="T:Krypton.Toolkit.VisualPopupShadow">
<summary>
Displays a shadow effect for a visual popup.
</summary>
</member>
<member name="M:Krypton.Toolkit.VisualPopupShadow.#ctor">
<summary>
Initialize a new instance of the VisualPopupShadow class.
</summary>
</member>
<member name="M:Krypton.Toolkit.VisualPopupShadow.Dispose(System.Boolean)">
<summary>
Disposing of instance resources.
</summary>
<param name="disposing"></param>
</member>
<member name="M:Krypton.Toolkit.VisualPopupShadow.Show(System.Drawing.Rectangle)">
<summary>
Show the popup using the provided rectangle as the screen rect.
</summary>
<param name="screenRect">Screen rectangle for showing the popup.</param>
</member>
<member name="M:Krypton.Toolkit.VisualPopupShadow.DefinePaths(System.Drawing.Drawing2D.GraphicsPath,System.Drawing.Drawing2D.GraphicsPath,System.Drawing.Drawing2D.GraphicsPath)">
<summary>
Define the drawing paths for the shadow.
</summary>
<param name="path1">Outer path.</param>
<param name="path2">Middle path.</param>
<param name="path3">Inside path.</param>
</member>
<member name="P:Krypton.Toolkit.VisualPopupShadow.CreateParams">
<summary>
Gets the creation parameters.
</summary>
</member>
<member name="M:Krypton.Toolkit.VisualPopupShadow.OnPaintBackground(System.Windows.Forms.PaintEventArgs)">
<summary>
Raises the PaintBackground event.
</summary>
<param name="pevent">A PaintEventArgs containing the event data.</param>
</member>
<member name="M:Krypton.Toolkit.VisualPopupShadow.OnPaint(System.Windows.Forms.PaintEventArgs)">
<summary>
Raises the Paint event.
</summary>
<param name="e">A PaintEventArgs containing the event data.</param>
</member>
<member name="T:Krypton.Toolkit.VisualPopupToolTip">
<summary>
Visual display of tooltip information.
</summary>
</member>
<member name="M:Krypton.Toolkit.VisualPopupToolTip.#ctor(Krypton.Toolkit.PaletteRedirect,Krypton.Toolkit.IContentValues,Krypton.Toolkit.IRenderer,System.Boolean)">
<summary>
Initialize a new instance of the VisualPopupTooltip class.
</summary>
<param name="redirector">Redirector for recovering palette values.</param>
<param name="contentValues">Source of content values.</param>
<param name="renderer">Drawing renderer.</param>
<param name="shadow">Does the Tooltip need a shadow effect.</param>
</member>
<member name="M:Krypton.Toolkit.VisualPopupToolTip.#ctor(Krypton.Toolkit.PaletteRedirect,Krypton.Toolkit.IContentValues,Krypton.Toolkit.IRenderer,Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteContentStyle,System.Boolean)">
<summary>
Initialize a new instance of the VisualPopupTooltip class.
</summary>
<param name="redirector">Redirector for recovering palette values.</param>
<param name="contentValues">Source of content values.</param>
<param name="renderer">Drawing renderer.</param>
<param name="backStyle">Style for the tooltip background.</param>
<param name="borderStyle">Style for the tooltip border.</param>
<param name="contentStyle">Style for the tooltip content.</param>
<param name="shadow">Does the Tooltip need a shadow effect.</param>
</member>
<member name="P:Krypton.Toolkit.VisualPopupToolTip.KeyboardInert">
<summary>
Gets a value indicating if the keyboard is passed to this popup.
</summary>
</member>
<member name="M:Krypton.Toolkit.VisualPopupToolTip.AllowMouseMove(System.Windows.Forms.Message,System.Drawing.Point)">
<summary>
Should the mouse move at provided screen point be allowed.
</summary>
<param name="m">Original message.</param>
<param name="pt">Client coordinates point.</param>
<returns>True to allow; otherwise false.</returns>
</member>
<member name="M:Krypton.Toolkit.VisualPopupToolTip.ShowRelativeTo(Krypton.Toolkit.ViewBase,System.Drawing.Point)">
<summary>
Use the setting from the Positioning to display the tooltip
</summary>
<param name="target"></param>
<param name="controlMousePosition"></param>
</member>
<member name="M:Krypton.Toolkit.VisualPopupToolTip.ShowCalculatingSize(System.Drawing.Point)">
<summary>
Show the tooltip popup relative to the provided screen position.
</summary>
<param name="controlMousePosition">Screen point of cursor.</param>
</member>
<member name="M:Krypton.Toolkit.VisualPopupToolTip.OnLayout(System.Windows.Forms.LayoutEventArgs)">
<summary>
Raises the Layout event.
</summary>
<param name="lEvent">An EventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.VisualShadowBase.#ctor(Krypton.Toolkit.ShadowValues,Krypton.Toolkit.VisualOrientation)">
<summary>
Create a shadow thingy
</summary>
<param name="shadowValues">What value will be used</param>
<param name="visualOrientation">What orientation for the shadow placement</param>
</member>
<member name="M:Krypton.Toolkit.VisualShadowBase.Dispose">
<summary>
Make sure the resources are disposed of gracefully.
</summary>
</member>
<member name="P:Krypton.Toolkit.VisualShadowBase.Visible">
<summary>
Show the window without activating it (i.e. do not take focus)
</summary>
</member>
<member name="P:Krypton.Toolkit.VisualShadowBase.TargetRect">
<summary>
</summary>
</member>
<member name="M:Krypton.Toolkit.VisualShadowBase.CalcPositionShadowForm(System.Drawing.Point,System.Drawing.Rectangle)">
<summary>
Calculate the new position, but DO NOT Move
</summary>
<param name="clientLocation">screen location of parent</param>
<param name="windowBounds"></param>
<returns>true, if the position has changed</returns>
<remarks>
Move operations have to be done as a single operation to reduce flickering
</remarks>
</member>
<member name="M:Krypton.Toolkit.VisualShadowBase.ReCalcShadow(System.Drawing.Bitmap,System.Drawing.Rectangle)">
<summary>
Also invalidates to perform a redraw
</summary>
<param name="sourceBitmap">This will be a single bitmap that would represent all the shadows</param>
<param name="windowBounds"></param>
</member>
<member name="M:Krypton.Toolkit.VisualShadowBase.CalcRectangle(System.Drawing.Rectangle)">
<summary>
Q: Why go to this trouble and not just have a "Huge bitmap"
A: Memory for a 4K screen can eat a lot for a 32bit per pixel shader !
</summary>
<param name="windowBounds"></param>
<returns></returns>
</member>
<member name="T:Krypton.Toolkit.VisualSimple">
<summary>
Base class used for implementation of simple controls.
</summary>
</member>
<member name="M:Krypton.Toolkit.VisualSimple.#ctor">
<summary>
Initialize a new instance of the VisualSimple class.
</summary>
</member>
<member name="P:Krypton.Toolkit.VisualSimple.AutoSizeMode">
<summary>
Gets and sets the auto size mode.
</summary>
</member>
<member name="M:Krypton.Toolkit.VisualSimple.GetPreferredSize(System.Drawing.Size)">
<summary>
Get the preferred size of the control based on a proposed size.
</summary>
<param name="proposedSize">Starting size proposed by the caller.</param>
<returns>Calculated preferred size.</returns>
</member>
<member name="P:Krypton.Toolkit.VisualSimple.BackColor">
<summary>
Gets or sets the background color for the control.
</summary>
</member>
<member name="P:Krypton.Toolkit.VisualSimple.Font">
<summary>
Gets or sets the font of the text displayed by the control.
</summary>
</member>
<member name="P:Krypton.Toolkit.VisualSimple.ForeColor">
<summary>
Gets or sets the foreground color for the control.
</summary>
</member>
<member name="T:Krypton.Toolkit.VisualSimpleBase">
<summary>
Extends the control base with some common changes relevant to krypton simple controls.
</summary>
</member>
<member name="M:Krypton.Toolkit.VisualSimpleBase.#ctor">
<summary>
Initialize a new instance of the VisualSimpleBase class.
</summary>
</member>
<member name="P:Krypton.Toolkit.VisualSimpleBase.AutoSizeMode">
<summary>
Gets and sets the auto size mode.
</summary>
</member>
<member name="M:Krypton.Toolkit.VisualSimpleBase.GetPreferredSize(System.Drawing.Size)">
<summary>
Get the preferred size of the control based on a proposed size.
</summary>
<param name="proposedSize">Starting size proposed by the caller.</param>
<returns>Calculated preferred size.</returns>
</member>
<member name="P:Krypton.Toolkit.VisualSimpleBase.BackColor">
<summary>
Gets or sets the background color for the control.
</summary>
</member>
<member name="P:Krypton.Toolkit.VisualSimpleBase.Font">
<summary>
Gets or sets the font of the text displayed by the control.
</summary>
</member>
<member name="P:Krypton.Toolkit.VisualSimpleBase.ForeColor">
<summary>
Gets or sets the foreground color for the control.
</summary>
</member>
<member name="T:Krypton.Toolkit.VisualTaskDialog">
<summary>
Displays a task dialog that allows the user to select a task based on the presented options.
</summary>
</member>
<member name="T:Krypton.Toolkit.VisualTaskDialog.MessageButton">
<summary>
Internal button used by the VisualTaskDialog
</summary>
</member>
<member name="P:Krypton.Toolkit.VisualTaskDialog.MessageButton.IgnoreAltF4">
<summary>
Gets and sets the ignoring of Alt+F4
</summary>
</member>
<member name="M:Krypton.Toolkit.VisualTaskDialog.MessageButton.WndProc(System.Windows.Forms.Message@)">
<summary>
Processes Windows messages.
</summary>
<param name="m">The Windows Message to process. </param>
</member>
<member name="M:Krypton.Toolkit.VisualTaskDialog.#ctor(Krypton.Toolkit.KryptonTaskDialog)">
<summary>
Initialize a new instance of the VisualTaskDialog class.
</summary>
<param name="taskDialog">Reference to component with definition of content.</param>
<exception cref="T:System.ArgumentNullException"></exception>
</member>
<member name="M:Krypton.Toolkit.VisualTaskDialog.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:Krypton.Toolkit.VisualTaskDialogForm.#ctor(Krypton.Toolkit.KryptonTaskDialog)">
<summary>Initializes a new instance of the <see cref="T:Krypton.Toolkit.VisualTaskDialogForm" /> class.</summary>
<param name="taskDialog">The task dialog.</param>
<exception cref="T:System.ArgumentNullException">taskDialog</exception>
</member>
<member name="F:Krypton.Toolkit.VisualTaskDialogForm.components">
<summary>
Required designer variable.
</summary>
</member>
<member name="M:Krypton.Toolkit.VisualTaskDialogForm.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:Krypton.Toolkit.VisualTaskDialogForm.InitializeComponent">
<summary>
Required method for Designer support - do not modify
the contents of this method with the code editor.
</summary>
</member>
<member name="M:Krypton.Toolkit.VisualThemeBrowserForm.#ctor(Krypton.Toolkit.KryptonThemeBrowserData)">
<summary>Initializes a new instance of the <see cref="T:Krypton.Toolkit.VisualThemeBrowserForm" /> class.</summary>
<param name="themeBrowserData">The data to provide to the <see cref="T:Krypton.Toolkit.VisualThemeBrowserForm"/>.</param>
</member>
<member name="F:Krypton.Toolkit.VisualThemeBrowserForm.components">
<summary>
Required designer variable.
</summary>
</member>
<member name="M:Krypton.Toolkit.VisualThemeBrowserForm.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:Krypton.Toolkit.VisualThemeBrowserForm.InitializeComponent">
<summary>
Required method for Designer support - do not modify
the contents of this method with the code editor.
</summary>
</member>
<member name="T:Krypton.Toolkit.ButtonSpecFormFixedConverter">
<summary>
Add conversion to a string for display in properties window at design time.
</summary>
</member>
<member name="M:Krypton.Toolkit.ButtonSpecFormFixedConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)">
<summary>
Returns whether this converter can convert the object to the specified type.
</summary>
<param name="context">An ITypeDescriptorContext that provides a format context.</param>
<param name="destinationType">A 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:Krypton.Toolkit.ButtonSpecFormFixedConverter.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 ITypeDescriptorContext that provides a format context.</param>
<param name="culture">A CultureInfo. 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>An Object that represents the converted value.</returns>
</member>
<member name="T:Krypton.Toolkit.ButtonStyleConverter">
<summary>
Custom type converter so that ButtonStyle values appear as neat text at design time.
</summary>
</member>
<member name="P:Krypton.Toolkit.ButtonStyleConverter.PairsEnumToString">
<summary>
Gets an array of lookup pairs.
</summary>
</member>
<member name="T:Krypton.Toolkit.DataGridViewStyleConverter">
<summary>
Custom type converter so that DataGridViewStyle values appear as neat text at design time.
</summary>
</member>
<member name="P:Krypton.Toolkit.DataGridViewStyleConverter.PairsEnumToString">
<summary>
Gets an array of lookup pairs.
</summary>
</member>
<member name="T:Krypton.Toolkit.DateTimeNullableConverter">
<summary>
Add DBNull/Null conversion for date time types.
</summary>
</member>
<member name="M:Krypton.Toolkit.DateTimeNullableConverter.#ctor">
<summary>
Initialize a new instance of the DateTimeNullableConverter class.
</summary>
</member>
<member name="M:Krypton.Toolkit.DateTimeNullableConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object)">
<summary>
Converts the given object to the type of this converter, using the specified context and culture information.
</summary>
<param name="context">An ITypeDescriptorContext that provides a format context.</param>
<param name="culture">The CultureInfo to use as the current culture.</param>
<param name="value">The Object to convert.</param>
<returns>An Object that represents the converted value.</returns>
</member>
<member name="T:Krypton.Toolkit.GridStyleConverter">
<summary>
Custom type converter so that GridStyle values appear as neat text at design time.
</summary>
</member>
<member name="P:Krypton.Toolkit.GridStyleConverter.PairsEnumToString">
<summary>
Gets an array of lookup pairs.
</summary>
</member>
<member name="T:Krypton.Toolkit.HeaderGroupCollapsedTargetConverter">
<summary>
Custom type converter so that HeaderGroupCollapseTarget values appear as neat text at design time.
</summary>
</member>
<member name="P:Krypton.Toolkit.HeaderGroupCollapsedTargetConverter.PairsEnumToString">
<summary>
Gets an array of lookup pairs.
</summary>
</member>
<member name="T:Krypton.Toolkit.HeaderStyleConverter">
<summary>
Custom type converter so that HeaderStyle values appear as neat text at design time.
</summary>
</member>
<member name="P:Krypton.Toolkit.HeaderStyleConverter.PairsEnumToString">
<summary>
Gets an array of lookup pairs.
</summary>
</member>
<member name="T:Krypton.Toolkit.InputControlStyleConverter">
<summary>
Custom type converter so that InputControl values appear as neat text at design time.
</summary>
</member>
<member name="P:Krypton.Toolkit.InputControlStyleConverter.PairsEnumToString">
<summary>
Gets an array of lookup pairs.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonCheckedButtonConverter.#ctor">
<summary>
Initialize a new instance of the KryptonCheckedButtonConverter class.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonCheckedButtonConverter.IsValueAllowed(System.ComponentModel.ITypeDescriptorContext,System.Object)">
<summary>
Returns a value indicating whether a particular value can be added to the standard values collection.
</summary>
<param name="context">An ITypeDescriptorContext that provides an additional context.</param>
<param name="value">The value to check.</param>
<returns></returns>
</member>
<member name="T:Krypton.Toolkit.KryptonLinkBehaviorConverter">
<summary>
Custom type converter so that KryptonLinkBehavior values appear as neat text at design time.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonLinkBehaviorConverter.PairsEnumToString">
<summary>
Gets an array of lookup pairs.
</summary>
</member>
<member name="T:Krypton.Toolkit.KryptonMessageBoxIconConverter">
<summary>Custom type converter so that <see cref="T:KryptonMessageBoxIcon"/> values appear as neat text at design time.</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonMessageBoxIconConverter.PairsStringToEnum">
<summary>Gets an array of lookup pairs.</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonMessageBoxIconConverter.PairsEnumToString">
<summary>Gets the pairs enum to string.</summary>
<value>The pairs enum to string.</value>
</member>
<member name="T:Krypton.Toolkit.KryptonToastNotificationIconConverter">
<summary>Custom type converter so that <see cref="T:KryptonToastNotificationIcon"/> values appear as neat text at design time.</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonToastNotificationIconConverter.PairsStringToEnum">
<summary>Gets an array of lookup pairs.</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonToastNotificationIconConverter.PairsEnumToString">
<summary>Gets the pairs enum to string.</summary>
<value>The pairs enum to string.</value>
</member>
<member name="T:Krypton.Toolkit.LabelStyleConverter">
<summary>
Custom type converter so that LabelStyle values appear as neat text at design time.
</summary>
</member>
<member name="P:Krypton.Toolkit.LabelStyleConverter.PairsEnumToString">
<summary>
Gets an array of lookup pairs.
</summary>
</member>
<member name="T:Krypton.Toolkit.PaletteBackStyleConverter">
<summary>
Custom type converter so that PaletteBackStyle values appear as neat text at design time.
</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteBackStyleConverter.PairsEnumToString">
<summary>
Gets an array of lookup pairs.
</summary>
</member>
<member name="T:Krypton.Toolkit.PaletteBorderStyleConverter">
<summary>
Custom type converter so that PaletteBorderStyle values appear as neat text at design time.
</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteBorderStyleConverter.PairsEnumToString">
<summary>
Gets an array of lookup pairs.
</summary>
</member>
<member name="T:Krypton.Toolkit.PaletteButtonOrientationConverter">
<summary>
Custom type converter so that PaletteButtonOrientation values appear as neat text at design time.
</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteButtonOrientationConverter.PairsEnumToString">
<summary>
Gets an array of lookup pairs.
</summary>
</member>
<member name="T:Krypton.Toolkit.PaletteButtonSpecStyleConverter">
<summary>
Custom type converter so that PaletteButtonSpecStyle values appear as neat text at design time.
</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteButtonSpecStyleConverter.PairsEnumToString">
<summary>
Gets an array of lookup pairs.
</summary>
</member>
<member name="T:Krypton.Toolkit.PaletteButtonStyleConverter">
<summary>
Custom type converter so that PaletteButtonStyle values appear as neat text at design time.
</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteButtonStyleConverter.PairsEnumToString">
<summary>
Gets an array of lookup pairs.
</summary>
</member>
<member name="T:Krypton.Toolkit.Converters.PaletteClassTypeConverter">
<summary>
Custom type converter so that PaletteBase Class type are converted to their appropriate mode type
</summary>
</member>
<member name="M:Krypton.Toolkit.Converters.PaletteClassTypeConverter.#ctor">
<summary>
Initialize a new instance of the PaletteClassTypeConverter class.
</summary>
</member>
<member name="M:Krypton.Toolkit.Converters.PaletteClassTypeConverter.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 ITypeDescriptorContext that provides a format context.</param>
<param name="culture">A CultureInfo object. If a null reference 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>An Object that represents the converted value.</returns>
</member>
<member name="M:Krypton.Toolkit.Converters.PaletteClassTypeConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object)">
<summary>
Converts the given object to the type of this converter, using the specified context and culture information.
</summary>
<param name="context">An ITypeDescriptorContext that provides a format context.</param>
<param name="culture">The CultureInfo to use as the current culture.</param>
<param name="value">The Object to convert.</param>
<returns>An Object that represents the converted value.</returns>
</member>
<member name="T:Krypton.Toolkit.PaletteContentStyleConverter">
<summary>
Custom type converter so that PaletteContentStyle values appear as neat text at design time.
</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteContentStyleConverter.PairsEnumToString">
<summary>
Gets an array of lookup pairs.
</summary>
</member>
<member name="T:Krypton.Toolkit.PaletteDrawBordersConverter">
<summary>
Custom type converter so that PaletteDrawBorders values appear as neat text at design time.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteDrawBordersConverter.#ctor">
<summary>
Initialize a new instance of the PaletteDrawBordersConverter class.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteDrawBordersConverter.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 ITypeDescriptorContext that provides a format context.</param>
<param name="culture">A CultureInfo object. If a null reference 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>An Object that represents the converted value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteDrawBordersConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object)">
<summary>
Converts the given object to the type of this converter, using the specified context and culture information.
</summary>
<param name="context">An ITypeDescriptorContext that provides a format context.</param>
<param name="culture">The CultureInfo to use as the current culture.</param>
<param name="value">The Object to convert.</param>
<returns>An Object that represents the converted value.</returns>
</member>
<member name="T:Krypton.Toolkit.PaletteImageEffectConverter">
<summary>
Custom type converter so that PaletteImageEffect values appear as neat text at design time.
</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteImageEffectConverter.PairsEnumToString">
<summary>
Gets an array of lookup pairs.
</summary>
</member>
<member name="T:Krypton.Toolkit.PaletteImageStyleConverter">
<summary>
Custom type converter so that PaletteImageStyle values appear as neat text at design time.
</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteImageStyleConverter.PairsEnumToString">
<summary>
Gets an array of lookup pairs.
</summary>
</member>
<member name="T:Krypton.Toolkit.PaletteModeConverter">
<summary>
Custom type converter so that PaletteMode values appear as neat text at design time.
</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteModeConverter.PairsStringToEnum">
<summary>
Gets an array of lookup pairs.
</summary>
</member>
<member name="T:Krypton.Toolkit.PaletteTextTrimConverter">
<summary>
Custom type converter so that PaletteTextTrim values appear as neat text at design time.
</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteTextTrimConverter.PairsEnumToString">
<summary>
Gets an array of lookup pairs.
</summary>
</member>
<member name="T:Krypton.Toolkit.SeparatorStyleConverter">
<summary>
Custom type converter so that SeparatorStyle values appear as neat text at design time.
</summary>
</member>
<member name="P:Krypton.Toolkit.SeparatorStyleConverter.PairsEnumToString">
<summary>
Gets an array of lookup pairs.
</summary>
</member>
<member name="T:Krypton.Toolkit.StringLookupConverter`1">
<summary>
Helper base class used to convert from to/from a table of value,string pairs.
</summary>
</member>
<member name="M:Krypton.Toolkit.StringLookupConverter`1.#ctor">
<summary>
Initialize a new instance of the StringLookupConverter class.
</summary>
</member>
<member name="P:Krypton.Toolkit.StringLookupConverter`1.PairsStringToEnum">
<summary>
Gets an array of lookup pairs.
</summary>
</member>
<member name="M:Krypton.Toolkit.StringLookupConverter`1.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 ITypeDescriptorContext that provides a format context.</param>
<param name="culture">A CultureInfo object. If a null reference 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>An Object that represents the converted value.</returns>
</member>
<member name="M:Krypton.Toolkit.StringLookupConverter`1.ConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object)">
<summary>
Converts the given object to the type of this converter, using the specified context and culture information.
</summary>
<param name="context">An ITypeDescriptorContext that provides a format context.</param>
<param name="culture">The CultureInfo to use as the current culture.</param>
<param name="value">The Object to convert.</param>
<returns>An Object that represents the converted value.</returns>
</member>
<member name="T:Krypton.Toolkit.TabBorderStyleConverter">
<summary>
Custom type converter so that TabBorderStyle values appear as neat text at design time.
</summary>
</member>
<member name="P:Krypton.Toolkit.TabBorderStyleConverter.PairsEnumToString">
<summary>
Gets an array of lookup pairs.
</summary>
</member>
<member name="T:Krypton.Toolkit.TabStyleConverter">
<summary>
Custom type converter so that TabStyle values appear as neat text at design time.
</summary>
</member>
<member name="P:Krypton.Toolkit.TabStyleConverter.PairsEnumToString">
<summary>
Gets an array of lookup pairs.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonBorderEdgeActionList.#ctor(Krypton.Toolkit.KryptonBorderEdgeDesigner)">
<summary>
Initialize a new instance of the KryptonBorderEdgeActionList class.
</summary>
<param name="owner">Designer that owns this action list instance.</param>
</member>
<member name="P:Krypton.Toolkit.KryptonBorderEdgeActionList.BorderStyle">
<summary>
Gets and sets the border style.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonBorderEdgeActionList.AutoSize">
<summary>
Gets and sets the auto size property.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonBorderEdgeActionList.Dock">
<summary>
Gets and sets the docking property.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonBorderEdgeActionList.PaletteMode">
<summary>
Gets and sets the palette mode.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonBorderEdgeActionList.GetSortedActionItems">
<summary>
Returns the collection of DesignerActionItem objects contained in the list.
</summary>
<returns>A DesignerActionItem array that contains the items in this list.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonBreadCrumbActionList.#ctor(Krypton.Toolkit.KryptonBreadCrumbDesigner)">
<summary>
Initialize a new instance of the KryptonBreadCrumbActionList class.
</summary>
<param name="owner">Designer that owns this action list instance.</param>
</member>
<member name="P:Krypton.Toolkit.KryptonBreadCrumbActionList.ControlBackStyle">
<summary>
Gets and sets the background drawing style.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonBreadCrumbActionList.ControlBorderStyle">
<summary>
Gets and sets the border drawing style.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonBreadCrumbActionList.CrumbButtonStyle">
<summary>
Gets and sets the crumb drawing style.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonBreadCrumbActionList.PaletteMode">
<summary>
Gets and sets the palette mode.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonBreadCrumbActionList.GetSortedActionItems">
<summary>
Returns the collection of DesignerActionItem objects contained in the list.
</summary>
<returns>A DesignerActionItem array that contains the items in this list.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonButtonActionList.#ctor(Krypton.Toolkit.KryptonButtonDesigner)">
<summary>
Initialize a new instance of the KryptonButtonActionList class.
</summary>
<param name="owner">Designer that owns this action list instance.</param>
</member>
<member name="P:Krypton.Toolkit.KryptonButtonActionList.ButtonStyle">
<summary>
Gets and sets the button style.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonButtonActionList.DialogResult">
<summary>Gets or sets the dialog result.</summary>
<value>The dialog result.</value>
</member>
<member name="P:Krypton.Toolkit.KryptonButtonActionList.KryptonContextMenu">
<summary>Gets or sets the krypton context menu.</summary>
<value>The krypton context menu.</value>
</member>
<member name="P:Krypton.Toolkit.KryptonButtonActionList.Orientation">
<summary>
Gets and sets the visual orientation.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonButtonActionList.Text">
<summary>
Gets and sets the button text.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonButtonActionList.ExtraText">
<summary>
Gets and sets the extra button text.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonButtonActionList.Image">
<summary>
Gets and sets the button image.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonButtonActionList.PaletteMode">
<summary>
Gets and sets the palette mode.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonButtonActionList.StateCommonShortTextFont">
<summary>Gets or sets the font.</summary>
<value>The font.</value>
</member>
<member name="P:Krypton.Toolkit.KryptonButtonActionList.StateCommonLongTextFont">
<summary>Gets or sets the font.</summary>
<value>The font.</value>
</member>
<member name="P:Krypton.Toolkit.KryptonButtonActionList.UseAsUACElevatedButton">
<summary>Gets or sets a value indicating whether [use as uac elevated button].</summary>
<value><c>true</c> if [use as uac elevated button]; otherwise, <c>false</c>.</value>
</member>
<member name="M:Krypton.Toolkit.KryptonButtonActionList.GetSortedActionItems">
<summary>
Returns the collection of DesignerActionItem objects contained in the list.
</summary>
<returns>A DesignerActionItem array that contains the items in this list.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonCheckBoxActionList.#ctor(Krypton.Toolkit.KryptonCheckBoxDesigner)">
<summary>
Initialize a new instance of the KryptonCheckBoxActionList class.
</summary>
<param name="owner">Designer that owns this action list instance.</param>
</member>
<member name="P:Krypton.Toolkit.KryptonCheckBoxActionList.Checked">
<summary>
Gets and sets a value indicating if the check box is checked.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonCheckBoxActionList.CheckState">
<summary>
Gets and sets the checked state.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonCheckBoxActionList.ThreeState">
<summary>
Gets and sets a value indicating if the check box should be three state.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonCheckBoxActionList.AutoCheck">
<summary>
Gets and sets a value indicating if the check box should be three state.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonCheckBoxActionList.KryptonContextMenu">
<summary>Gets or sets the Krypton Context Menu.</summary>
<value>The Krypton Context Menu.</value>
</member>
<member name="P:Krypton.Toolkit.KryptonCheckBoxActionList.LabelStyle">
<summary>
Gets and sets the label style.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonCheckBoxActionList.Orientation">
<summary>
Gets and sets the visual orientation.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonCheckBoxActionList.Text">
<summary>
Gets and sets the checkbox text.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonCheckBoxActionList.ExtraText">
<summary>
Gets and sets the extra checkbox text.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonCheckBoxActionList.Image">
<summary>
Gets and sets the checkbox image.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonCheckBoxActionList.PaletteMode">
<summary>
Gets and sets the palette mode.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonCheckBoxActionList.StateCommonShortTextFont">
<summary>Gets or sets the font.</summary>
<value>The font.</value>
</member>
<member name="P:Krypton.Toolkit.KryptonCheckBoxActionList.StateCommonLongTextFont">
<summary>Gets or sets the font.</summary>
<value>The font.</value>
</member>
<member name="P:Krypton.Toolkit.KryptonCheckBoxActionList.LongTextTrim">
<summary>Gets or sets the long text trim.</summary>
<value>The long text trim.</value>
</member>
<member name="P:Krypton.Toolkit.KryptonCheckBoxActionList.ShortTextTrim">
<summary>Gets or sets the short text trim.</summary>
<value>The short text trim.</value>
</member>
<member name="M:Krypton.Toolkit.KryptonCheckBoxActionList.GetSortedActionItems">
<summary>
Returns the collection of DesignerActionItem objects contained in the list.
</summary>
<returns>A DesignerActionItem array that contains the items in this list.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonCheckButtonActionList.#ctor(Krypton.Toolkit.KryptonCheckButtonDesigner)">
<summary>
Initialize a new instance of the KryptonCheckButtonActionList class.
</summary>
<param name="owner">Designer that owns this action list instance.</param>
</member>
<member name="P:Krypton.Toolkit.KryptonCheckButtonActionList.Checked">
<summary>
Gets and sets the checked state.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonCheckButtonActionList.GetSortedActionItems">
<summary>
Returns the collection of DesignerActionItem objects contained in the list.
</summary>
<returns>A DesignerActionItem array that contains the items in this list.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonCheckedListBoxActionList.#ctor(Krypton.Toolkit.KryptonCheckedListBoxDesigner)">
<summary>
Initialize a new instance of the KryptonCheckedListBoxActionList class.
</summary>
<param name="owner">Designer that owns this action list instance.</param>
</member>
<member name="P:Krypton.Toolkit.KryptonCheckedListBoxActionList.ItemStyle">
<summary>
Gets and sets the style used for list items.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonCheckedListBoxActionList.BackStyle">
<summary>
Gets and sets the background drawing style.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonCheckedListBoxActionList.BorderStyle">
<summary>
Gets and sets the border drawing style.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonCheckedListBoxActionList.KryptonContextMenu">
<summary>Gets or sets the Krypton Context Menu.</summary>
<value>The Krypton Context Menu.</value>
</member>
<member name="P:Krypton.Toolkit.KryptonCheckedListBoxActionList.SelectionMode">
<summary>
Gets and sets the selection mode.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonCheckedListBoxActionList.Sorted">
<summary>
Gets and sets the selection mode.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonCheckedListBoxActionList.CheckOnClick">
<summary>
Gets and sets the check on click setting.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonCheckedListBoxActionList.PaletteMode">
<summary>
Gets and sets the palette mode.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonCheckedListBoxActionList.StateCommonShortTextFont">
<summary>Gets or sets the font.</summary>
<value>The font.</value>
</member>
<member name="P:Krypton.Toolkit.KryptonCheckedListBoxActionList.StateCommonLongTextFont">
<summary>Gets or sets the font.</summary>
<value>The font.</value>
</member>
<member name="M:Krypton.Toolkit.KryptonCheckedListBoxActionList.GetSortedActionItems">
<summary>
Returns the collection of DesignerActionItem objects contained in the list.
</summary>
<returns>A DesignerActionItem array that contains the items in this list.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonCheckSetActionList.#ctor(Krypton.Toolkit.KryptonCheckSetDesigner)">
<summary>
Initialize a new instance of the KryptonCheckSetActionList class.
</summary>
<param name="owner">Designer that owns this action list instance.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonCheckSetActionList.GetSortedActionItems">
<summary>
Returns the collection of DesignerActionItem objects contained in the list.
</summary>
<returns>A DesignerActionItem array that contains the items in this list.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonColorButtonActionList.#ctor(Krypton.Toolkit.KryptonColorButtonDesigner)">
<summary>
Initialize a new instance of the KryptonColorButtonActionList class.
</summary>
<param name="owner">Designer that owns this action list instance.</param>
</member>
<member name="P:Krypton.Toolkit.KryptonColorButtonActionList.ButtonStyle">
<summary>
Gets and sets the button style.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorButtonActionList.ButtonOrientation">
<summary>
Gets and sets the visual button orientation.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorButtonActionList.SelectedColour">
<summary>Gets or sets the selected colour.</summary>
<value>The selected colour.</value>
</member>
<member name="P:Krypton.Toolkit.KryptonColorButtonActionList.DropDownPosition">
<summary>
Gets and sets the visual drop-down position.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorButtonActionList.DropDownOrientation">
<summary>
Gets and sets the visual drop-down orientation.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorButtonActionList.Splitter">
<summary>
Gets and sets the splitter or drop-down functionality.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorButtonActionList.Text">
<summary>
Gets and sets the button text.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorButtonActionList.ExtraText">
<summary>
Gets and sets the extra button text.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorButtonActionList.Image">
<summary>
Gets and sets the button image.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorButtonActionList.PaletteMode">
<summary>
Gets and sets the palette mode.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorButtonActionList.StateCommonShortTextFont">
<summary>Gets or sets the font.</summary>
<value>The font.</value>
</member>
<member name="P:Krypton.Toolkit.KryptonColorButtonActionList.StateCommonLongTextFont">
<summary>Gets or sets the font.</summary>
<value>The font.</value>
</member>
<member name="M:Krypton.Toolkit.KryptonColorButtonActionList.GetSortedActionItems">
<summary>
Returns the collection of DesignerActionItem objects contained in the list.
</summary>
<returns>A DesignerActionItem array that contains the items in this list.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonComboBoxActionList.#ctor(Krypton.Toolkit.KryptonComboBoxDesigner)">
<summary>
Initialize a new instance of the KryptonComboBoxActionList class.
</summary>
<param name="owner">Designer that owns this action list instance.</param>
</member>
<member name="P:Krypton.Toolkit.KryptonComboBoxActionList.KryptonContextMenu">
<summary>Gets or sets the Krypton Context Menu.</summary>
<value>The Krypton Context Menu.</value>
</member>
<member name="P:Krypton.Toolkit.KryptonComboBoxActionList.DropDownStyle">
<summary>Gets or sets the drop-down style.</summary>
<value>The drop-down style.</value>
</member>
<member name="P:Krypton.Toolkit.KryptonComboBoxActionList.PaletteMode">
<summary>
Gets and sets the palette mode.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonComboBoxActionList.InputControlStyle">
<summary>
Gets and sets the input control style.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonComboBoxActionList.Font">
<summary>Gets or sets the font.</summary>
<value>The font.</value>
</member>
<member name="M:Krypton.Toolkit.KryptonComboBoxActionList.GetSortedActionItems">
<summary>
Returns the collection of DesignerActionItem objects contained in the list.
</summary>
<returns>A DesignerActionItem array that contains the items in this list.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonCommandActionList.#ctor(Krypton.Toolkit.KryptonCommandDesigner)">
<summary>
Initialize a new instance of the KryptonCommandActionList class.
</summary>
<param name="owner">Designer that owns this action list instance.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonCommandActionList.GetSortedActionItems">
<summary>
Returns the collection of DesignerActionItem objects contained in the list.
</summary>
<returns>A DesignerActionItem array that contains the items in this list.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonCommandLinkButtonActionList.#ctor(Krypton.Toolkit.KryptonCommandLinkButtonDesigner)">
<summary>
Initialize a new instance of the KryptonButtonActionList class.
</summary>
<param name="owner">Designer that owns this action list instance.</param>
</member>
<member name="P:Krypton.Toolkit.KryptonCommandLinkButtonActionList.ButtonStyle">
<summary>
Gets and sets the button style.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonCommandLinkButtonActionList.Orientation">
<summary>
Gets and sets the visual orientation.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonCommandLinkButtonActionList.Heading">
<summary>
Gets and sets the button text.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonCommandLinkButtonActionList.Description">
<summary>
Gets and sets the extra button text.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonCommandLinkButtonActionList.Image">
<summary>
Gets and sets the button image.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonCommandLinkButtonActionList.PaletteMode">
<summary>
Gets and sets the palette mode.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonCommandLinkButtonActionList.GetSortedActionItems">
<summary>
Returns the collection of DesignerActionItem objects contained in the list.
</summary>
<returns>A DesignerActionItem array that contains the items in this list.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonContextMenuActionList.#ctor(Krypton.Toolkit.KryptonContextMenuDesigner)">
<summary>
Initialize a new instance of the KryptonContextMenuActionList class.
</summary>
<param name="owner">Designer that owns this action list instance.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonContextMenuActionList.GetSortedActionItems">
<summary>
Returns the collection of DesignerActionItem objects contained in the list.
</summary>
<returns>A DesignerActionItem array that contains the items in this list.</returns>
</member>
<member name="P:Krypton.Toolkit.KryptonContextMenuActionList.PaletteMode">
<summary>
Gets and sets the palette mode.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonContextMenuActionList.Items">
<summary>Gets or sets the items.</summary>
<value>The items.</value>
</member>
<member name="M:Krypton.Toolkit.KryptonCustomPaletteBaseActionList.#ctor(Krypton.Toolkit.KryptonCustomPaletteBaseDesigner)">
<summary>
Initialize a new instance of the KryptonCustomPaletteBaseActionList class.
</summary>
<param name="owner">Designer that owns this action list instance.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonCustomPaletteBaseActionList.GetSortedActionItems">
<summary>
Returns the collection of DesignerActionItem objects contained in the list.
</summary>
<returns>A DesignerActionItem array that contains the items in this list.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonDateTimePickerActionList.#ctor(Krypton.Toolkit.KryptonDateTimePickerDesigner)">
<summary>
Initialize a new instance of the KryptonDateTimePickerActionList class.
</summary>
<param name="owner">Designer that owns this action list instance.</param>
</member>
<member name="P:Krypton.Toolkit.KryptonDateTimePickerActionList.KryptonContextMenu">
<summary>Gets or sets the Krypton Context Menu.</summary>
<value>The Krypton Context Menu.</value>
</member>
<member name="P:Krypton.Toolkit.KryptonDateTimePickerActionList.Format">
<summary>
Gets and sets the display format.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonDateTimePickerActionList.ShowUpDown">
<summary>
Gets and sets the display of up/down buttons.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonDateTimePickerActionList.ShowCheckBox">
<summary>
Gets and sets the display of a check box.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonDateTimePickerActionList.Checked">
<summary>
Gets and sets the checked state of the check box.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonDateTimePickerActionList.PaletteMode">
<summary>
Gets and sets the palette mode.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonDateTimePickerActionList.GetSortedActionItems">
<summary>
Returns the collection of DesignerActionItem objects contained in the list.
</summary>
<returns>A DesignerActionItem array that contains the items in this list.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonDomainUpDownActionList.#ctor(Krypton.Toolkit.KryptonDomainUpDownDesigner)">
<summary>
Initialize a new instance of the KryptonDomainUpDownActionList class.
</summary>
<param name="owner">Designer that owns this action list instance.</param>
</member>
<member name="P:Krypton.Toolkit.KryptonDomainUpDownActionList.KryptonContextMenu">
<summary>Gets or sets the Krypton Context Menu.</summary>
<value>The Krypton Context Menu.</value>
</member>
<member name="P:Krypton.Toolkit.KryptonDomainUpDownActionList.PaletteMode">
<summary>
Gets and sets the palette mode.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonDomainUpDownActionList.InputControlStyle">
<summary>
Gets and sets the input control style.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonDomainUpDownActionList.GetSortedActionItems">
<summary>
Returns the collection of DesignerActionItem objects contained in the list.
</summary>
<returns>A DesignerActionItem array that contains the items in this list.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonDropButtonActionList.#ctor(Krypton.Toolkit.KryptonDropButtonDesigner)">
<summary>
Initialize a new instance of the KryptonDropButtonActionList class.
</summary>
<param name="owner">Designer that owns this action list instance.</param>
</member>
<member name="P:Krypton.Toolkit.KryptonDropButtonActionList.ButtonStyle">
<summary>
Gets and sets the button style.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonDropButtonActionList.ButtonOrientation">
<summary>
Gets and sets the visual button orientation.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonDropButtonActionList.KryptonContextMenu">
<summary>Gets or sets the Krypton Context Menu.</summary>
<value>The Krypton Context Menu.</value>
</member>
<member name="P:Krypton.Toolkit.KryptonDropButtonActionList.DropDownPosition">
<summary>
Gets and sets the visual drop-down position.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonDropButtonActionList.DropDownOrientation">
<summary>
Gets and sets the visual drop-down orientation.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonDropButtonActionList.Splitter">
<summary>
Gets and sets the splitter or drop-down functionality.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonDropButtonActionList.Text">
<summary>
Gets and sets the button text.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonDropButtonActionList.ExtraText">
<summary>
Gets and sets the extra button text.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonDropButtonActionList.Image">
<summary>
Gets and sets the button image.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonDropButtonActionList.PaletteMode">
<summary>
Gets and sets the palette mode.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonDropButtonActionList.StateCommonShortTextFont">
<summary>Gets or sets the font.</summary>
<value>The font.</value>
</member>
<member name="P:Krypton.Toolkit.KryptonDropButtonActionList.StateCommonLongTextFont">
<summary>Gets or sets the font.</summary>
<value>The font.</value>
</member>
<member name="M:Krypton.Toolkit.KryptonDropButtonActionList.GetSortedActionItems">
<summary>
Returns the collection of DesignerActionItem objects contained in the list.
</summary>
<returns>A DesignerActionItem array that contains the items in this list.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonGroupActionList.#ctor(Krypton.Toolkit.KryptonGroupDesigner)">
<summary>
Initialize a new instance of the KryptonGroupActionList class.
</summary>
<param name="owner">Designer that owns this action list instance.</param>
</member>
<member name="P:Krypton.Toolkit.KryptonGroupActionList.GroupBackStyle">
<summary>
Gets and sets the group background style.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonGroupActionList.GroupBorderStyle">
<summary>
Gets and sets the group border style.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonGroupActionList.PaletteMode">
<summary>
Gets and sets the palette mode.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonGroupActionList.GetSortedActionItems">
<summary>
Returns the collection of DesignerActionItem objects contained in the list.
</summary>
<returns>A DesignerActionItem array that contains the items in this list.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonGroupBoxActionList.#ctor(Krypton.Toolkit.KryptonGroupBoxDesigner)">
<summary>
Initialize a new instance of the KryptonGroupBoxDesigner class.
</summary>
<param name="owner">Designer that owns this action list instance.</param>
</member>
<member name="P:Krypton.Toolkit.KryptonGroupBoxActionList.GroupBackStyle">
<summary>
Gets and sets the group background style.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonGroupBoxActionList.GroupBorderStyle">
<summary>
Gets and sets the group border style.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonGroupBoxActionList.CaptionStyle">
<summary>
Gets and sets the group box label style.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonGroupBoxActionList.CaptionEdge">
<summary>
Gets and sets the caption edge.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonGroupBoxActionList.CaptionOverlap">
<summary>
Gets and sets the caption overlap.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonGroupBoxActionList.PaletteMode">
<summary>
Gets and sets the palette mode.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonGroupBoxActionList.Description">
<summary>Gets or sets the description.</summary>
<value>The description.</value>
</member>
<member name="P:Krypton.Toolkit.KryptonGroupBoxActionList.Heading">
<summary>Gets or sets the heading.</summary>
<value>The heading.</value>
</member>
<member name="P:Krypton.Toolkit.KryptonGroupBoxActionList.Image">
<summary>Gets or sets the image.</summary>
<value>The image.</value>
</member>
<member name="P:Krypton.Toolkit.KryptonGroupBoxActionList.StateCommonLongTextFont">
<summary>Gets or sets the State Common Long Text Font.</summary>
<value>The State Common Long Text Font.</value>
</member>
<member name="P:Krypton.Toolkit.KryptonGroupBoxActionList.StateCommonShortTextFont">
<summary>Gets or sets the State Common Short Text Font.</summary>
<value>The State Common Short Text Font.</value>
</member>
<member name="M:Krypton.Toolkit.KryptonGroupBoxActionList.GetSortedActionItems">
<summary>
Returns the collection of DesignerActionItem objects contained in the list.
</summary>
<returns>A DesignerActionItem array that contains the items in this list.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonHeaderActionList.#ctor(Krypton.Toolkit.KryptonHeaderDesigner)">
<summary>
Initialize a new instance of the KryptonHeaderActionList class.
</summary>
<param name="owner">Designer that owns this action list instance.</param>
</member>
<member name="P:Krypton.Toolkit.KryptonHeaderActionList.HeaderStyle">
<summary>
Gets and sets the header style.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonHeaderActionList.Orientation">
<summary>
Gets and sets the visual orientation.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonHeaderActionList.Heading">
<summary>
Gets and sets the header text.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonHeaderActionList.Description">
<summary>
Gets and sets the header description text.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonHeaderActionList.Image">
<summary>
Gets and sets the header image.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonHeaderActionList.PaletteMode">
<summary>
Gets and sets the palette mode.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonHeaderActionList.GetSortedActionItems">
<summary>
Returns the collection of DesignerActionItem objects contained in the list.
</summary>
<returns>A DesignerActionItem array that contains the items in this list.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonHeaderGroupActionList.#ctor(Krypton.Toolkit.KryptonHeaderGroupDesigner)">
<summary>
Initialize a new instance of the KryptonHeaderGroupActionList class.
</summary>
<param name="owner">Designer that owns this action list instance.</param>
</member>
<member name="P:Krypton.Toolkit.KryptonHeaderGroupActionList.GroupBackStyle">
<summary>
Gets and sets the group background style.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonHeaderGroupActionList.GroupBorderStyle">
<summary>
Gets and sets the group border style.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonHeaderGroupActionList.HeaderStylePrimary">
<summary>
Gets and sets the primary header style.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonHeaderGroupActionList.HeaderStyleSecondary">
<summary>
Gets and sets the secondary header style.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonHeaderGroupActionList.HeaderPositionPrimary">
<summary>
Gets and sets the primary header position.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonHeaderGroupActionList.HeaderPositionSecondary">
<summary>
Gets and sets the secondary header position.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonHeaderGroupActionList.PaletteMode">
<summary>
Gets and sets the palette mode.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonHeaderGroupActionList.GetSortedActionItems">
<summary>
Returns the collection of DesignerActionItem objects contained in the list.
</summary>
<returns>A DesignerActionItem array that contains the items in this list.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonLabelActionList.#ctor(Krypton.Toolkit.KryptonLabelDesigner)">
<summary>
Initialize a new instance of the KryptonLabelActionList class.
</summary>
<param name="owner">Designer that owns this action list instance.</param>
</member>
<member name="P:Krypton.Toolkit.KryptonLabelActionList.LabelStyle">
<summary>
Gets and sets the label style.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonLabelActionList.Orientation">
<summary>
Gets and sets the visual orientation.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonLabelActionList.Text">
<summary>
Gets and sets the label text.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonLabelActionList.ExtraText">
<summary>
Gets and sets the extra label text.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonLabelActionList.Image">
<summary>
Gets and sets the label image.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonLabelActionList.PaletteMode">
<summary>
Gets and sets the palette mode.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonLabelActionList.StateCommonShortTextFont">
<summary>Gets or sets the font.</summary>
<value>The font.</value>
</member>
<member name="P:Krypton.Toolkit.KryptonLabelActionList.StateCommonLongTextFont">
<summary>Gets or sets the font.</summary>
<value>The font.</value>
</member>
<member name="M:Krypton.Toolkit.KryptonLabelActionList.GetSortedActionItems">
<summary>
Returns the collection of DesignerActionItem objects contained in the list.
</summary>
<returns>A DesignerActionItem array that contains the items in this list.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonLinkLabelActionList.#ctor(Krypton.Toolkit.KryptonLinkLabelDesigner)">
<summary>
Initialize a new instance of the KryptonLinkLabelActionList class.
</summary>
<param name="owner">Designer that owns this action list instance.</param>
</member>
<member name="P:Krypton.Toolkit.KryptonLinkLabelActionList.LabelStyle">
<summary>
Gets and sets the link label style.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonLinkLabelActionList.Orientation">
<summary>
Gets and sets the visual orientation.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonLinkLabelActionList.LinkBehavior">
<summary>
Gets and sets the link behavior.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonLinkLabelActionList.LinkVisited">
<summary>
Gets and sets the link visited.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonLinkLabelActionList.Text">
<summary>
Gets and sets the link label text.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonLinkLabelActionList.ExtraText">
<summary>
Gets and sets the extra link label text.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonLinkLabelActionList.Image">
<summary>
Gets and sets the link label image.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonLinkLabelActionList.PaletteMode">
<summary>
Gets and sets the palette mode.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonLinkLabelActionList.StateCommonShortTextFont">
<summary>Gets or sets the font.</summary>
<value>The font.</value>
</member>
<member name="P:Krypton.Toolkit.KryptonLinkLabelActionList.StateCommonLongTextFont">
<summary>Gets or sets the font.</summary>
<value>The font.</value>
</member>
<member name="M:Krypton.Toolkit.KryptonLinkLabelActionList.GetSortedActionItems">
<summary>
Returns the collection of DesignerActionItem objects contained in the list.
</summary>
<returns>A DesignerActionItem array that contains the items in this list.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonLinkWrapLabelActionList.#ctor(Krypton.Toolkit.KryptonLinkWrapLabelDesigner)">
<summary>
Initialize a new instance of the KryptonLinkWrapLabelActionList class.
</summary>
<param name="owner">Designer that owns this action list instance.</param>
</member>
<member name="P:Krypton.Toolkit.KryptonLinkWrapLabelActionList.LabelStyle">
<summary>
Gets and sets the label style.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonLinkWrapLabelActionList.PaletteMode">
<summary>
Gets and sets the palette mode.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonLinkWrapLabelActionList.Font">
<summary>Gets or sets the font.</summary>
<value>The font.</value>
</member>
<member name="M:Krypton.Toolkit.KryptonLinkWrapLabelActionList.GetSortedActionItems">
<summary>
Returns the collection of DesignerActionItem objects contained in the list.
</summary>
<returns>A DesignerActionItem array that contains the items in this list.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonListBoxActionList.#ctor(Krypton.Toolkit.KryptonListBoxDesigner)">
<summary>
Initialize a new instance of the KryptonListBoxActionList class.
</summary>
<param name="owner">Designer that owns this action list instance.</param>
</member>
<member name="P:Krypton.Toolkit.KryptonListBoxActionList.ItemStyle">
<summary>
Gets and sets the syle used for list items.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonListBoxActionList.BackStyle">
<summary>
Gets and sets the background drawing style.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonListBoxActionList.BorderStyle">
<summary>
Gets and sets the border drawing style.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonListBoxActionList.KryptonContextMenu">
<summary>Gets or sets the Krypton Context Menu.</summary>
<value>The Krypton Context Menu.</value>
</member>
<member name="P:Krypton.Toolkit.KryptonListBoxActionList.SelectionMode">
<summary>
Gets and sets the selection mode.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonListBoxActionList.Sorted">
<summary>
Gets and sets the selection mode.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonListBoxActionList.PaletteMode">
<summary>
Gets and sets the palette mode.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonListBoxActionList.StateCommonShortTextFont">
<summary>Gets or sets the font.</summary>
<value>The font.</value>
</member>
<member name="P:Krypton.Toolkit.KryptonListBoxActionList.StateCommonLongTextFont">
<summary>Gets or sets the font.</summary>
<value>The font.</value>
</member>
<member name="M:Krypton.Toolkit.KryptonListBoxActionList.GetSortedActionItems">
<summary>
Returns the collection of DesignerActionItem objects contained in the list.
</summary>
<returns>A DesignerActionItem array that contains the items in this list.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonListViewActionList.#ctor(Krypton.Toolkit.KryptonListViewDesigner)">
<summary>
Initialize a new instance of the KryptonCheckedListBoxActionList class.
</summary>
<param name="owner">Designer that owns this action list instance.</param>
</member>
<member name="P:Krypton.Toolkit.KryptonListViewActionList.KryptonContextMenu">
<summary>Gets or sets the Krypton Context Menu.</summary>
<value>The Krypton Context Menu.</value>
</member>
<member name="M:Krypton.Toolkit.KryptonListViewActionList.GetSortedActionItems">
<summary>
Returns the collection of DesignerActionItem objects contained in the list.
</summary>
<returns>A DesignerActionItem array that contains the items in this list.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonManagerActionList.#ctor(Krypton.Toolkit.KryptonManagerDesigner)">
<summary>
Initialize a new instance of the KryptonManagerActionList class.
</summary>
<param name="owner">Designer that owns this action list instance.</param>
</member>
<member name="P:Krypton.Toolkit.KryptonManagerActionList.GlobalPaletteMode">
<summary>
Gets and sets the global palette mode.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonManagerActionList.GetSortedActionItems">
<summary>
Returns the collection of DesignerActionItem objects contained in the list.
</summary>
<returns>A DesignerActionItem array that contains the items in this list.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonMaskedTextBoxActionList.#ctor(Krypton.Toolkit.KryptonMaskedTextBoxDesigner)">
<summary>
Initialize a new instance of the KryptonMaskedTextBoxActionList class.
</summary>
<param name="owner">Designer that owns this action list instance.</param>
</member>
<member name="P:Krypton.Toolkit.KryptonMaskedTextBoxActionList.KryptonContextMenu">
<summary>Gets or sets the Krypton Context Menu.</summary>
<value>The Krypton Context Menu.</value>
</member>
<member name="P:Krypton.Toolkit.KryptonMaskedTextBoxActionList.PaletteMode">
<summary>
Gets and sets the palette mode.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonMaskedTextBoxActionList.InputControlStyle">
<summary>
Gets and sets the input control style.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonMaskedTextBoxActionList.Mask">
<summary>
Gets and sets the input mask.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonMaskedTextBoxActionList.Font">
<value>The text box font.</value>
</member>
<member name="M:Krypton.Toolkit.KryptonMaskedTextBoxActionList.GetSortedActionItems">
<summary>
Returns the collection of DesignerActionItem objects contained in the list.
</summary>
<returns>A DesignerActionItem array that contains the items in this list.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonMonthCalendarActionList.#ctor(Krypton.Toolkit.KryptonMonthCalendarDesigner)">
<summary>
Initialize a new instance of the KryptonMonthCalendarActionList class.
</summary>
<param name="owner">Designer that owns this action list instance.</param>
</member>
<member name="P:Krypton.Toolkit.KryptonMonthCalendarActionList.KryptonContextMenu">
<summary>Gets or sets the Krypton Context Menu.</summary>
<value>The Krypton Context Menu.</value>
</member>
<member name="P:Krypton.Toolkit.KryptonMonthCalendarActionList.PaletteMode">
<summary>
Gets and sets the palette mode.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonMonthCalendarActionList.MaxSelectionCount">
<summary>
Gets and sets the maximum selection count.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonMonthCalendarActionList.ShowToday">
<summary>
Gets and sets the today button.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonMonthCalendarActionList.ShowTodayCircle">
<summary>
Gets and sets the today entry circled.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonMonthCalendarActionList.ShowWeekNumbers">
<summary>
Gets and sets the display of week numbers.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonMonthCalendarActionList.DayStateCommonShortTextFont">
<summary>Gets or sets the font.</summary>
<value>The font.</value>
</member>
<member name="P:Krypton.Toolkit.KryptonMonthCalendarActionList.DayStateCommonLongTextFont">
<summary>Gets or sets the font.</summary>
<value>The font.</value>
</member>
<member name="M:Krypton.Toolkit.KryptonMonthCalendarActionList.GetSortedActionItems">
<summary>
Returns the collection of DesignerActionItem objects contained in the list.
</summary>
<returns>A DesignerActionItem array that contains the items in this list.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonNumericUpDownActionList.#ctor(Krypton.Toolkit.KryptonNumericUpDownDesigner)">
<summary>
Initialize a new instance of the KryptonNumericUpDownActionList class.
</summary>
<param name="owner">Designer that owns this action list instance.</param>
</member>
<member name="P:Krypton.Toolkit.KryptonNumericUpDownActionList.KryptonContextMenu">
<summary>Gets or sets the Krypton Context Menu.</summary>
<value>The Krypton Context Menu.</value>
</member>
<member name="P:Krypton.Toolkit.KryptonNumericUpDownActionList.PaletteMode">
<summary>
Gets and sets the palette mode.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonNumericUpDownActionList.InputControlStyle">
<summary>
Gets and sets the input control style.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonNumericUpDownActionList.Increment">
<summary>
Gets and sets the increment value of the control.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonNumericUpDownActionList.Maximum">
<summary>
Gets and sets the increment value of the control.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonNumericUpDownActionList.Minimum">
<summary>
Gets and sets the increment value of the control.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonNumericUpDownActionList.Font">
<summary>Gets or sets the font.</summary>
<value>The font.</value>
</member>
<member name="M:Krypton.Toolkit.KryptonNumericUpDownActionList.GetSortedActionItems">
<summary>
Returns the collection of DesignerActionItem objects contained in the list.
</summary>
<returns>A DesignerActionItem array that contains the items in this list.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonPanelActionList.#ctor(Krypton.Toolkit.KryptonPanelDesigner)">
<summary>
Initialize a new instance of the KryptonPanelActionList class.
</summary>
<param name="owner">Designer that owns this action list instance.</param>
</member>
<member name="P:Krypton.Toolkit.KryptonPanelActionList.PanelBackStyle">
<summary>
Gets and sets the panel background style.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPanelActionList.PaletteMode">
<summary>
Gets and sets the palette mode.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonPanelActionList.GetSortedActionItems">
<summary>
Returns the collection of DesignerActionItem objects contained in the list.
</summary>
<returns>A DesignerActionItem array that contains the items in this list.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonRadioButtonActionList.#ctor(Krypton.Toolkit.KryptonRadioButtonDesigner)">
<summary>
Initialize a new instance of the KryptonRadioButtonActionList class.
</summary>
<param name="owner">Designer that owns this action list instance.</param>
</member>
<member name="P:Krypton.Toolkit.KryptonRadioButtonActionList.Checked">
<summary>
Gets and sets a value indicating if the radio button is checked.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonRadioButtonActionList.AutoCheck">
<summary>
Gets and sets a value indicating if the radio button should be three state.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonRadioButtonActionList.LabelStyle">
<summary>
Gets and sets the label style.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonRadioButtonActionList.Orientation">
<summary>
Gets and sets the visual orientation.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonRadioButtonActionList.Text">
<summary>
Gets and sets the radio button text.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonRadioButtonActionList.ExtraText">
<summary>
Gets and sets the extra radio button text.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonRadioButtonActionList.Image">
<summary>
Gets and sets the radio button image.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonRadioButtonActionList.PaletteMode">
<summary>
Gets and sets the palette mode.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonRadioButtonActionList.StateCommonShortTextFont">
<summary>Gets or sets the font.</summary>
<value>The font.</value>
</member>
<member name="P:Krypton.Toolkit.KryptonRadioButtonActionList.StateCommonLongTextFont">
<summary>Gets or sets the font.</summary>
<value>The font.</value>
</member>
<member name="M:Krypton.Toolkit.KryptonRadioButtonActionList.GetSortedActionItems">
<summary>
Returns the collection of DesignerActionItem objects contained in the list.
</summary>
<returns>A DesignerActionItem array that contains the items in this list.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonRichTextBoxActionList.#ctor(Krypton.Toolkit.KryptonRichTextBoxDesigner)">
<summary>
Initialize a new instance of the KryptonRichTextBoxActionList class.
</summary>
<param name="owner">Designer that owns this action list instance.</param>
</member>
<member name="P:Krypton.Toolkit.KryptonRichTextBoxActionList.KryptonContextMenu">
<summary>Gets or sets the Krypton Context Menu.</summary>
<value>The Krypton Context Menu.</value>
</member>
<member name="P:Krypton.Toolkit.KryptonRichTextBoxActionList.PaletteMode">
<summary>
Gets and sets the palette mode.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonRichTextBoxActionList.InputControlStyle">
<summary>
Gets and sets the input control style.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonRichTextBoxActionList.Multiline">
<summary>
Gets and sets the Multiline mode.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonRichTextBoxActionList.WordWrap">
<summary>
Gets and sets the WordWrap mode.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonRichTextBoxActionList.Font">
<value>The rich text box font.</value>
</member>
<member name="M:Krypton.Toolkit.KryptonRichTextBoxActionList.GetSortedActionItems">
<summary>
Returns the collection of DesignerActionItem objects contained in the list.
</summary>
<returns>A DesignerActionItem array that contains the items in this list.</returns>
</member>
<member name="P:Krypton.Toolkit.KryptonScrollBarActionList.Orientation">
<summary>Gets or sets the orientation of the scrollbar.</summary>
<value>The orientation.</value>
</member>
<member name="M:Krypton.Toolkit.KryptonScrollBarActionList.GetSortedActionItems">
<summary>Returns the collection of <see cref="T:System.ComponentModel.Design.DesignerActionItem">DesignerActionItem</see> objects contained in the list.</summary>
<returns>A <see cref="T:System.ComponentModel.Design.DesignerActionItem">DesignerActionItem</see> array that contains the items in this list.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonSeparatorActionList.#ctor(Krypton.Toolkit.KryptonSeparatorDesigner)">
<summary>
Initialize a new instance of the KryptonSeparatorActionList class.
</summary>
<param name="owner">Designer that owns this action list instance.</param>
</member>
<member name="P:Krypton.Toolkit.KryptonSeparatorActionList.SeparatorStyle">
<summary>
Gets and sets the separator style.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonSeparatorActionList.Orientation">
<summary>
Gets and sets the visual orientation.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonSeparatorActionList.PaletteMode">
<summary>
Gets and sets the palette mode.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonSeparatorActionList.GetSortedActionItems">
<summary>
Returns the collection of DesignerActionItem objects contained in the list.
</summary>
<returns>A DesignerActionItem array that contains the items in this list.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonSplitContainerActionList.#ctor(Krypton.Toolkit.KryptonSplitContainerDesigner)">
<summary>
Initialize a new instance of the KryptonSplitContainerActionList class.
</summary>
<param name="owner">Designer that owns this action list instance.</param>
</member>
<member name="P:Krypton.Toolkit.KryptonSplitContainerActionList.ContainerBackStyle">
<summary>
Gets and sets the panel background style.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonSplitContainerActionList.SeparatorStyle">
<summary>
Gets and sets the separator style.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonSplitContainerActionList.PaletteMode">
<summary>
Gets and sets the palette mode.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonSplitContainerActionList.GetSortedActionItems">
<summary>
Returns the collection of DesignerActionItem objects contained in the list.
</summary>
<returns>A DesignerActionItem array that contains the items in this list.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonTextBoxActionList.#ctor(Krypton.Toolkit.KryptonTextBoxDesigner)">
<summary>
Initialize a new instance of the KryptonTextBoxActionList class.
</summary>
<param name="owner">Designer that owns this action list instance.</param>
</member>
<member name="P:Krypton.Toolkit.KryptonTextBoxActionList.KryptonContextMenu">
<summary>Gets or sets the Krypton Context Menu.</summary>
<value>The Krypton Context Menu.</value>
</member>
<member name="P:Krypton.Toolkit.KryptonTextBoxActionList.PaletteMode">
<summary>
Gets and sets the palette mode.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonTextBoxActionList.InputControlStyle">
<summary>
Gets and sets the input control style.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonTextBoxActionList.Multiline">
<summary>
Gets and sets the Multiline mode.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonTextBoxActionList.WordWrap">
<summary>
Gets and sets the WordWrap mode.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonTextBoxActionList.UseSystemPasswordChar">
<summary>
Gets and sets the UseSystemPasswordChar mode.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonTextBoxActionList.Font">
<value>The text box font.</value>
</member>
<member name="M:Krypton.Toolkit.KryptonTextBoxActionList.GetSortedActionItems">
<summary>
Returns the collection of DesignerActionItem objects contained in the list.
</summary>
<returns>A DesignerActionItem array that contains the items in this list.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonTrackBarActionList.#ctor(Krypton.Toolkit.KryptonTrackBarDesigner)">
<summary>
Initialize a new instance of the KryptonTrackBarActionList class.
</summary>
<param name="owner">Designer that owns this action list instance.</param>
</member>
<member name="P:Krypton.Toolkit.KryptonTrackBarActionList.PaletteMode">
<summary>
Gets and sets the palette mode.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonTrackBarActionList.TickStyle">
<summary>
Gets and sets the track bar tick style.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonTrackBarActionList.TrackBarSize">
<summary>
Gets and sets the track bar size.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonTrackBarActionList.Minimum">
<summary>
Gets and sets the track bar minium value.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonTrackBarActionList.Maximum">
<summary>
Gets and sets the track bar maximum value.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonTrackBarActionList.SmallChange">
<summary>
Gets and sets the track bar small change value.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonTrackBarActionList.LargeChange">
<summary>
Gets and sets the track bar large change value.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonTrackBarActionList.GetSortedActionItems">
<summary>
Returns the collection of DesignerActionItem objects contained in the list.
</summary>
<returns>A DesignerActionItem array that contains the items in this list.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonTreeViewActionList.#ctor(Krypton.Toolkit.KryptonTreeViewDesigner)">
<summary>
Initialize a new instance of the KryptonTreeViewActionList class.
</summary>
<param name="owner">Designer that owns this action list instance.</param>
</member>
<member name="P:Krypton.Toolkit.KryptonTreeViewActionList.KryptonContextMenu">
<summary>Gets or sets the Krypton Context Menu.</summary>
<value>The Krypton Context Menu.</value>
</member>
<member name="P:Krypton.Toolkit.KryptonTreeViewActionList.ItemStyle">
<summary>
Gets and sets the syle used for tree items.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonTreeViewActionList.BackStyle">
<summary>
Gets and sets the background drawing style.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonTreeViewActionList.BorderStyle">
<summary>
Gets and sets the border drawing style.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonTreeViewActionList.Sorted">
<summary>
Gets and sets the selection mode.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonTreeViewActionList.PaletteMode">
<summary>
Gets and sets the palette mode.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonTreeViewActionList.StateCommonShortTextFont">
<summary>Gets or sets the font.</summary>
<value>The font.</value>
</member>
<member name="P:Krypton.Toolkit.KryptonTreeViewActionList.StateCommonLongTextFont">
<summary>Gets or sets the font.</summary>
<value>The font.</value>
</member>
<member name="M:Krypton.Toolkit.KryptonTreeViewActionList.GetSortedActionItems">
<summary>
Returns the collection of DesignerActionItem objects contained in the list.
</summary>
<returns>A DesignerActionItem array that contains the items in this list.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonWrapLabelActionList.#ctor(Krypton.Toolkit.KryptonWrapLabelDesigner)">
<summary>
Initialize a new instance of the KryptonWrapLabelActionList class.
</summary>
<param name="owner">Designer that owns this action list instance.</param>
</member>
<member name="P:Krypton.Toolkit.KryptonWrapLabelActionList.LabelStyle">
<summary>
Gets and sets the label style.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonWrapLabelActionList.PaletteMode">
<summary>
Gets and sets the palette mode.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonWrapLabelActionList.Font">
<summary>Gets or sets the font.</summary>
<value>The font.</value>
</member>
<member name="M:Krypton.Toolkit.KryptonWrapLabelActionList.GetSortedActionItems">
<summary>
Returns the collection of DesignerActionItem objects contained in the list.
</summary>
<returns>A DesignerActionItem array that contains the items in this list.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonBorderEdgeDesigner.#ctor">
<summary>
Initialize a new instance of the KryptonBorderEdgeDesigner class.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonBorderEdgeDesigner.ActionLists">
<summary>
Gets the design-time action lists supported by the component associated with the designer.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonBreadCrumbDesigner.Initialize(System.ComponentModel.IComponent)">
<summary>
Initializes the designer with the specified component.
</summary>
<param name="component">The IComponent to associate the designer with.</param>
</member>
<member name="P:Krypton.Toolkit.KryptonBreadCrumbDesigner.AssociatedComponents">
<summary>
Gets the collection of components associated with the component managed by the designer.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonBreadCrumbDesigner.ActionLists">
<summary>
Gets the design-time action lists supported by the component associated with the designer.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonBreadCrumbDesigner.Dispose(System.Boolean)">
<summary>
Releases all resources used by the component.
</summary>
<param name="disposing">true to release both managed and unmanaged resources; false to release only unmanaged resources.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonBreadCrumbDesigner.GetHitTest(System.Drawing.Point)">
<summary>
Indicates whether a mouse click at the specified point should be handled by the control.
</summary>
<param name="point">A Point indicating the position at which the mouse was clicked, in screen coordinates.</param>
<returns>true if a click at the specified point is to be handled by the control; otherwise, false.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonBreadCrumbDesigner.OnMouseLeave">
<summary>
Receives a call when the mouse leaves the control.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonBreadCrumbItemDesigner.Initialize(System.ComponentModel.IComponent)">
<summary>
Initializes the designer with the specified component.
</summary>
<param name="component">The IComponent to associate the designer with.</param>
</member>
<member name="P:Krypton.Toolkit.KryptonBreadCrumbItemDesigner.AssociatedComponents">
<summary>
Gets the collection of components associated with the component managed by the designer.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonBreadCrumbItemDesigner.Dispose(System.Boolean)">
<summary>
Releases all resources used by the component.
</summary>
<param name="disposing">true to release both managed and unmanaged resources; false to release only unmanaged resources.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonButtonDesigner.#ctor">
<summary>
Initialize a new instance of the KryptonButtonDesigner class.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonButtonDesigner.ActionLists">
<summary>
Gets the design-time action lists supported by the component associated with the designer.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonCheckBoxDesigner.#ctor">
<summary>
Initialize a new instance of the KryptonCheckBoxDesigner class.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonCheckBoxDesigner.ActionLists">
<summary>
Gets the design-time action lists supported by the component associated with the designer.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonCheckButtonDesigner.ActionLists">
<summary>
Gets the design-time action lists supported by the component associated with the designer.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonCheckedListBoxDesigner.Initialize(System.ComponentModel.IComponent)">
<summary>
Initializes the designer with the specified component.
</summary>
<param name="component">The IComponent to associate the designer with.</param>
</member>
<member name="P:Krypton.Toolkit.KryptonCheckedListBoxDesigner.ActionLists">
<summary>
Gets the design-time action lists supported by the component associated with the designer.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonCheckSetDesigner.ActionLists">
<summary>
Gets the design-time action lists supported by the component associated with the designer.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonColorButtonDesigner.#ctor">
<summary>
Initialize a new instance of the KryptonColorButtonDesigner class.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorButtonDesigner.ActionLists">
<summary>
Gets the design-time action lists supported by the component associated with the designer.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonComboBoxColumnDesigner.Initialize(System.ComponentModel.IComponent)">
<summary>
Initializes the designer with the specified component.
</summary>
<param name="component">The IComponent to associate the designer with.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonComboBoxDesigner.Initialize(System.ComponentModel.IComponent)">
<summary>
Initializes the designer with the specified component.
</summary>
<param name="component">The IComponent to associate the designer with.</param>
</member>
<member name="P:Krypton.Toolkit.KryptonComboBoxDesigner.AssociatedComponents">
<summary>
Gets the collection of components associated with the component managed by the designer.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonComboBoxDesigner.SelectionRules">
<summary>
Gets the selection rules that indicate the movement capabilities of a component.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonComboBoxDesigner.ActionLists">
<summary>
Gets the design-time action lists supported by the component associated with the designer.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonComboBoxDesigner.GetHitTest(System.Drawing.Point)">
<summary>
Indicates whether a mouse click at the specified point should be handled by the control.
</summary>
<param name="point">A Point indicating the position at which the mouse was clicked, in screen coordinates.</param>
<returns>true if a click at the specified point is to be handled by the control; otherwise, false.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonComboBoxDesigner.OnMouseLeave">
<summary>
Receives a call when the mouse leaves the control.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonCommandDesigner.ActionLists">
<summary>
Gets the design-time action lists supported by the component associated with the designer.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonCommandLinkButtonDesigner.#ctor">
<summary>
Initialize a new instance of the KryptonButtonDesigner class.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonCommandLinkButtonDesigner.ActionLists">
<summary>
Gets the design-time action lists supported by the component associated with the designer.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonContextMenuDesigner.Initialize(System.ComponentModel.IComponent)">
<summary>
Initializes the designer with the specified component.
</summary>
<param name="component">The IComponent to associate the designer with.</param>
</member>
<member name="P:Krypton.Toolkit.KryptonContextMenuDesigner.AssociatedComponents">
<summary>
Gets the collection of components associated with the component managed by the designer.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonContextMenuDesigner.ActionLists">
<summary>
Gets the design-time action lists supported by the component associated with the designer.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonContextMenuDesigner.Dispose(System.Boolean)">
<summary>
Releases all resources used by the component.
</summary>
<param name="disposing">true to release both managed and unmanaged resources; false to release only unmanaged resources.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonContextMenuItemDesigner.Initialize(System.ComponentModel.IComponent)">
<summary>
Initializes the designer with the specified component.
</summary>
<param name="component">The IComponent to associate the designer with.</param>
</member>
<member name="P:Krypton.Toolkit.KryptonContextMenuItemDesigner.AssociatedComponents">
<summary>
Gets the collection of components associated with the component managed by the designer.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonContextMenuItemDesigner.Dispose(System.Boolean)">
<summary>
Releases all resources used by the component.
</summary>
<param name="disposing">true to release both managed and unmanaged resources; false to release only unmanaged resources.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonContextMenuItemsDesigner.Initialize(System.ComponentModel.IComponent)">
<summary>
Initializes the designer with the specified component.
</summary>
<param name="component">The IComponent to associate the designer with.</param>
</member>
<member name="P:Krypton.Toolkit.KryptonContextMenuItemsDesigner.AssociatedComponents">
<summary>
Gets the collection of components associated with the component managed by the designer.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonContextMenuItemsDesigner.Dispose(System.Boolean)">
<summary>
Releases all resources used by the component.
</summary>
<param name="disposing">true to release both managed and unmanaged resources; false to release only unmanaged resources.</param>
</member>
<member name="P:Krypton.Toolkit.KryptonCustomPaletteBaseDesigner.ActionLists">
<summary>
Gets the design-time action lists supported by the component associated with the designer.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonDataGridViewDesigner.#ctor">
<summary>
Initialize a new instance of the KryptonWrapLabelDesigner class.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonDateTimePickerColumnDesigner.Initialize(System.ComponentModel.IComponent)">
<summary>
Initializes the designer with the specified component.
</summary>
<param name="component">The IComponent to associate the designer with.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonDateTimePickerDesigner.Initialize(System.ComponentModel.IComponent)">
<summary>
Initializes the designer with the specified component.
</summary>
<param name="component">The IComponent to associate the designer with.</param>
</member>
<member name="P:Krypton.Toolkit.KryptonDateTimePickerDesigner.AssociatedComponents">
<summary>
Gets the collection of components associated with the component managed by the designer.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonDateTimePickerDesigner.ActionLists">
<summary>
Gets the design-time action lists supported by the component associated with the designer.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonDateTimePickerDesigner.SelectionRules">
<summary>
Defines identifiers that are used to indicate selection rules for a component.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonDateTimePickerDesigner.Dispose(System.Boolean)">
<summary>
Releases all resources used by the component.
</summary>
<param name="disposing">true to release both managed and unmanaged resources; false to release only unmanaged resources.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonDateTimePickerDesigner.GetHitTest(System.Drawing.Point)">
<summary>
Indicates whether a mouse click at the specified point should be handled by the control.
</summary>
<param name="point">A Point indicating the position at which the mouse was clicked, in screen coordinates.</param>
<returns>true if a click at the specified point is to be handled by the control; otherwise, false.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonDateTimePickerDesigner.OnMouseLeave">
<summary>
Receives a call when the mouse leaves the control.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonDomainUpDownColumnDesigner.Initialize(System.ComponentModel.IComponent)">
<summary>
Initializes the designer with the specified component.
</summary>
<param name="component">The IComponent to associate the designer with.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonDomainUpDownDesigner.Initialize(System.ComponentModel.IComponent)">
<summary>
Initializes the designer with the specified component.
</summary>
<param name="component">The IComponent to associate the designer with.</param>
</member>
<member name="P:Krypton.Toolkit.KryptonDomainUpDownDesigner.AssociatedComponents">
<summary>
Gets the collection of components associated with the component managed by the designer.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonDomainUpDownDesigner.SelectionRules">
<summary>
Gets the selection rules that indicate the movement capabilities of a component.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonDomainUpDownDesigner.ActionLists">
<summary>
Gets the design-time action lists supported by the component associated with the designer.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonDomainUpDownDesigner.GetHitTest(System.Drawing.Point)">
<summary>
Indicates whether a mouse click at the specified point should be handled by the control.
</summary>
<param name="point">A Point indicating the position at which the mouse was clicked, in screen coordinates.</param>
<returns>true if a click at the specified point is to be handled by the control; otherwise, false.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonDomainUpDownDesigner.OnMouseLeave">
<summary>
Receives a call when the mouse leaves the control.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonDropButtonDesigner.#ctor">
<summary>
Initialize a new instance of the KryptonDropButtonDesigner class.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonDropButtonDesigner.ActionLists">
<summary>
Gets the design-time action lists supported by the component associated with the designer.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonGroupBoxDesigner.Initialize(System.ComponentModel.IComponent)">
<summary>
Initializes the designer with the specified component.
</summary>
<param name="component">The IComponent to associate the designer with.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonGroupBoxDesigner.CanParent(System.Windows.Forms.Control)">
<summary>
Indicates whether the specified control can be a child of the control managed by a designer.
</summary>
<param name="control">The Control to test.</param>
<returns>true if the specified control can be a child of the control managed by this designer; otherwise, false.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonGroupBoxDesigner.InternalControlDesigner(System.Int32)">
<summary>
Returns the internal control designer with the specified index in the ControlDesigner.
</summary>
<param name="internalControlIndex">A specified index to select the internal control designer. This index is zero-based.</param>
<returns>A ControlDesigner at the specified index.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonGroupBoxDesigner.NumberOfInternalControlDesigners">
<summary>
Returns the number of internal control designers in the ControlDesigner.
</summary>
<returns>The number of internal control designers in the ControlDesigner.</returns>
</member>
<member name="P:Krypton.Toolkit.KryptonGroupBoxDesigner.ActionLists">
<summary>
Gets the design-time action lists supported by the component associated with the designer.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonGroupDesigner.Initialize(System.ComponentModel.IComponent)">
<summary>
Initializes the designer with the specified component.
</summary>
<param name="component">The IComponent to associate the designer with.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonGroupDesigner.CanParent(System.Windows.Forms.Control)">
<summary>
Indicates whether the specified control can be a child of the control managed by a designer.
</summary>
<param name="control">The Control to test.</param>
<returns>true if the specified control can be a child of the control managed by this designer; otherwise, false.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonGroupDesigner.InternalControlDesigner(System.Int32)">
<summary>
Returns the internal control designer with the specified index in the ControlDesigner.
</summary>
<param name="internalControlIndex">A specified index to select the internal control designer. This index is zero-based.</param>
<returns>A ControlDesigner at the specified index.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonGroupDesigner.NumberOfInternalControlDesigners">
<summary>
Returns the number of internal control designers in the ControlDesigner.
</summary>
<returns>The number of internal control designers in the ControlDesigner.</returns>
</member>
<member name="P:Krypton.Toolkit.KryptonGroupDesigner.ActionLists">
<summary>
Gets the design-time action lists supported by the component associated with the designer.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonGroupPanelDesigner.Initialize(System.ComponentModel.IComponent)">
<summary>
Initializes the designer with the specified component.
</summary>
<param name="component">The IComponent to associate with the designer.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonGroupPanelDesigner.CanBeParentedTo(System.ComponentModel.Design.IDesigner)">
<summary>
Indicates if this designer's control can be parented by the control of the specified designer.
</summary>
<param name="parentDesigner">The IDesigner that manages the control to check.</param>
<returns>true if the control managed by the specified designer can parent the control managed by this designer; otherwise, false.</returns>
</member>
<member name="P:Krypton.Toolkit.KryptonGroupPanelDesigner.SelectionRules">
<summary>
Gets the selection rules that indicate the movement capabilities of a component.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonGroupPanelDesigner.SnapLines">
<summary>
Gets a list of SnapLine objects representing significant alignment points for this control.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonGroupPanelDesigner.ActionLists">
<summary>
Gets the design-time action lists supported by the component associated with the designer.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonGroupPanelDesigner.CanPaint">
<summary>
Should painting be performed for the selection glyph.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonGroupPanelDesigner.SelectParentControl">
<summary>
Select the control that contains the group panel.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonGroupPanelDesigner.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:Krypton.Toolkit.KryptonGroupPanelDesigner.PreFilterProperties(System.Collections.IDictionary)">
<summary>
Allows a designer to add to the set of properties that it exposes through a TypeDescriptor.
</summary>
<param name="properties">The properties for the class of the component.</param>
</member>
<member name="P:Krypton.Toolkit.KryptonGroupPanelDesigner.InheritanceAttribute">
<summary>
Gets an attribute that indicates the type of inheritance of the associated component.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonHeaderDesigner.Dispose(System.Boolean)">
<summary>
Releases all resources used by the component.
</summary>
<param name="disposing">true to release both managed and unmanaged resources; false to release only unmanaged resources.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonHeaderDesigner.Initialize(System.ComponentModel.IComponent)">
<summary>
Initializes the designer with the specified component.
</summary>
<param name="component">The IComponent to associate the designer with.</param>
</member>
<member name="P:Krypton.Toolkit.KryptonHeaderDesigner.AssociatedComponents">
<summary>
Gets the collection of components associated with the component managed by the designer.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonHeaderDesigner.ActionLists">
<summary>
Gets the design-time action lists supported by the component associated with the designer.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonHeaderDesigner.GetHitTest(System.Drawing.Point)">
<summary>
Indicates whether a mouse click at the specified point should be handled by the control.
</summary>
<param name="point">A Point indicating the position at which the mouse was clicked, in screen coordinates.</param>
<returns>true if a click at the specified point is to be handled by the control; otherwise, false.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonHeaderDesigner.OnMouseLeave">
<summary>
Receives a call when the mouse leaves the control.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonHeaderGroupDesigner.Dispose(System.Boolean)">
<summary>
Releases all resources used by the component.
</summary>
<param name="disposing">true to release both managed and unmanaged resources; false to release only unmanaged resources.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonHeaderGroupDesigner.Initialize(System.ComponentModel.IComponent)">
<summary>
Initializes the designer with the specified component.
</summary>
<param name="component">The IComponent to associate the designer with.</param>
</member>
<member name="P:Krypton.Toolkit.KryptonHeaderGroupDesigner.AssociatedComponents">
<summary>
Gets the collection of components associated with the component managed by the designer.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonHeaderGroupDesigner.CanParent(System.Windows.Forms.Control)">
<summary>
Indicates whether the specified control can be a child of the control managed by a designer.
</summary>
<param name="control">The Control to test.</param>
<returns>true if the specified control can be a child of the control managed by this designer; otherwise, false.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonHeaderGroupDesigner.InternalControlDesigner(System.Int32)">
<summary>
Returns the internal control designer with the specified index in the ControlDesigner.
</summary>
<param name="internalControlIndex">A specified index to select the internal control designer. This index is zero-based.</param>
<returns>A ControlDesigner at the specified index.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonHeaderGroupDesigner.NumberOfInternalControlDesigners">
<summary>
Returns the number of internal control designers in the ControlDesigner.
</summary>
<returns>The number of internal control designers in the ControlDesigner.</returns>
</member>
<member name="P:Krypton.Toolkit.KryptonHeaderGroupDesigner.ActionLists">
<summary>
Gets the design-time action lists supported by the component associated with the designer.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonHeaderGroupDesigner.GetHitTest(System.Drawing.Point)">
<summary>
Indicates whether a mouse click at the specified point should be handled by the control.
</summary>
<param name="point">A Point indicating the position at which the mouse was clicked, in screen coordinates.</param>
<returns>true if a click at the specified point is to be handled by the control; otherwise, false.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonHeaderGroupDesigner.OnMouseLeave">
<summary>
Receives a call when the mouse leaves the control.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonLabelDesigner.#ctor">
<summary>
Initialize a new instance of the KryptonLabelDesigner class.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonLabelDesigner.ActionLists">
<summary>
Gets the design-time action lists supported by the component associated with the designer.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonLinkLabelDesigner.#ctor">
<summary>
Initialize a new instance of the KryptonLabelDesigner class.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonLinkLabelDesigner.ActionLists">
<summary>
Gets the design-time action lists supported by the component associated with the designer.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonLinkWrapLabelDesigner.#ctor">
<summary>Initializes a new instance of the <see cref="T:Krypton.Toolkit.KryptonLinkWrapLabelDesigner" /> class.</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonLinkWrapLabelDesigner.ActionLists">
<summary>
Gets the design-time action lists supported by the component associated with the designer.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonListBoxDesigner.Initialize(System.ComponentModel.IComponent)">
<summary>
Initializes the designer with the specified component.
</summary>
<param name="component">The IComponent to associate the designer with.</param>
</member>
<member name="P:Krypton.Toolkit.KryptonListBoxDesigner.ActionLists">
<summary>
Gets the design-time action lists supported by the component associated with the designer.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonListViewDesigner.Initialize(System.ComponentModel.IComponent)">
<summary>
Initializes the designer with the specified component.
</summary>
<param name="component">The IComponent to associate the designer with.</param>
</member>
<member name="P:Krypton.Toolkit.KryptonListViewDesigner.ActionLists">
<summary>
Gets the design-time action lists supported by the component associated with the designer.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonManagerDesigner.ActionLists">
<summary>
Gets the design-time action lists supported by the component associated with the designer.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonMaskedTextBoxColumnDesigner.Initialize(System.ComponentModel.IComponent)">
<summary>
Initializes the designer with the specified component.
</summary>
<param name="component">The IComponent to associate the designer with.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonMaskedTextBoxDesigner.Initialize(System.ComponentModel.IComponent)">
<summary>
Initializes the designer with the specified component.
</summary>
<param name="component">The IComponent to associate the designer with.</param>
</member>
<member name="P:Krypton.Toolkit.KryptonMaskedTextBoxDesigner.AssociatedComponents">
<summary>
Gets the collection of components associated with the component managed by the designer.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonMaskedTextBoxDesigner.SelectionRules">
<summary>
Gets the selection rules that indicate the movement capabilities of a component.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonMaskedTextBoxDesigner.ActionLists">
<summary>
Gets the design-time action lists supported by the component associated with the designer.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonMaskedTextBoxDesigner.GetHitTest(System.Drawing.Point)">
<summary>
Indicates whether a mouse click at the specified point should be handled by the control.
</summary>
<param name="point">A Point indicating the position at which the mouse was clicked, in screen coordinates.</param>
<returns>true if a click at the specified point is to be handled by the control; otherwise, false.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonMaskedTextBoxDesigner.OnMouseLeave">
<summary>
Receives a call when the mouse leaves the control.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonMonthCalendarDesigner.Initialize(System.ComponentModel.IComponent)">
<summary>
Initializes the designer with the specified component.
</summary>
<param name="component">The IComponent to associate the designer with.</param>
</member>
<member name="P:Krypton.Toolkit.KryptonMonthCalendarDesigner.AssociatedComponents">
<summary>
Gets the collection of components associated with the component managed by the designer.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonMonthCalendarDesigner.ActionLists">
<summary>
Gets the design-time action lists supported by the component associated with the designer.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonMonthCalendarDesigner.SelectionRules">
<summary>
Defines identifiers that are used to indicate selection rules for a component.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonMonthCalendarDesigner.Dispose(System.Boolean)">
<summary>
Releases all resources used by the component.
</summary>
<param name="disposing">true to release both managed and unmanaged resources; false to release only unmanaged resources.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonMonthCalendarDesigner.GetHitTest(System.Drawing.Point)">
<summary>
Indicates whether a mouse click at the specified point should be handled by the control.
</summary>
<param name="point">A Point indicating the position at which the mouse was clicked, in screen coordinates.</param>
<returns>true if a click at the specified point is to be handled by the control; otherwise, false.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonMonthCalendarDesigner.OnMouseLeave">
<summary>
Receives a call when the mouse leaves the control.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonNumericUpDownColumnDesigner.Initialize(System.ComponentModel.IComponent)">
<summary>
Initializes the designer with the specified component.
</summary>
<param name="component">The IComponent to associate the designer with.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonNumericUpDownDesigner.Initialize(System.ComponentModel.IComponent)">
<summary>
Initializes the designer with the specified component.
</summary>
<param name="component">The IComponent to associate the designer with.</param>
</member>
<member name="P:Krypton.Toolkit.KryptonNumericUpDownDesigner.AssociatedComponents">
<summary>
Gets the collection of components associated with the component managed by the designer.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonNumericUpDownDesigner.SelectionRules">
<summary>
Gets the selection rules that indicate the movement capabilities of a component.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonNumericUpDownDesigner.ActionLists">
<summary>
Gets the design-time action lists supported by the component associated with the designer.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonNumericUpDownDesigner.GetHitTest(System.Drawing.Point)">
<summary>
Indicates whether a mouse click at the specified point should be handled by the control.
</summary>
<param name="point">A Point indicating the position at which the mouse was clicked, in screen coordinates.</param>
<returns>true if a click at the specified point is to be handled by the control; otherwise, false.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonNumericUpDownDesigner.OnMouseLeave">
<summary>
Receives a call when the mouse leaves the control.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonPanelDesigner.#ctor">
<summary>
Initialize a new instance of the KryptonPanelDesigner class.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPanelDesigner.ActionLists">
<summary>
Gets the design-time action lists supported by the component associated with the designer.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonPanelDesigner.OnPaintAdornments(System.Windows.Forms.PaintEventArgs)">
<summary>
Receives a call when the control that the designer is managing has painted its surface so the designer can paint any additional adornments on top of the control.
</summary>
<param name="pe">A PaintEventArgs the designer can use to draw on the control.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonPropertyGridDesigner.#ctor">
<summary>Initializes a new instance of the <see cref="T:Krypton.Toolkit.KryptonPropertyGridDesigner" /> class.</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPropertyGridDesigner.ActionLists">
<summary>Gets the design-time action lists supported by the component associated with the designer.</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonRadioButtonDesigner.#ctor">
<summary>
Initialize a new instance of the KryptonRadioButtonDesigner class.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonRadioButtonDesigner.ActionLists">
<summary>
Gets the design-time action lists supported by the component associated with the designer.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonRichTextBoxDesigner.Initialize(System.ComponentModel.IComponent)">
<summary>
Initializes the designer with the specified component.
</summary>
<param name="component">The IComponent to associate the designer with.</param>
</member>
<member name="P:Krypton.Toolkit.KryptonRichTextBoxDesigner.AssociatedComponents">
<summary>
Gets the collection of components associated with the component managed by the designer.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonRichTextBoxDesigner.SelectionRules">
<summary>
Gets the selection rules that indicate the movement capabilities of a component.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonRichTextBoxDesigner.ActionLists">
<summary>
Gets the design-time action lists supported by the component associated with the designer.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonRichTextBoxDesigner.GetHitTest(System.Drawing.Point)">
<summary>
Indicates whether a mouse click at the specified point should be handled by the control.
</summary>
<param name="point">A Point indicating the position at which the mouse was clicked, in screen coordinates.</param>
<returns>true if a click at the specified point is to be handled by the control; otherwise, false.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonRichTextBoxDesigner.OnMouseLeave">
<summary>
Receives a call when the mouse leaves the control.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonScrollBarDesigner.#ctor">
<summary>Initializes a new instance of the <see cref="T:Krypton.Toolkit.KryptonScrollBarDesigner" /> class.</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonSeparatorDesigner.#ctor">
<summary>
Initialize a new instance of the KryptonSeparatorDesigner class.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonSeparatorDesigner.ActionLists">
<summary>
Gets the design-time action lists supported by the component associated with the designer.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonSplitContainerDesigner.Initialize(System.ComponentModel.IComponent)">
<summary>
Initializes the designer with the specified component.
</summary>
<param name="component">The IComponent to associate with the designer.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonSplitContainerDesigner.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:Krypton.Toolkit.KryptonSplitContainerDesigner.CanParent(System.Windows.Forms.Control)">
<summary>
Indicates whether the specified control can be a child of the control managed by a designer.
</summary>
<param name="control">The Control to test.</param>
<returns>true if the specified control can be a child of the control managed by this designer; otherwise, false.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonSplitContainerDesigner.InternalControlDesigner(System.Int32)">
<summary>
Returns the internal control designer with the specified index in the ControlDesigner.
</summary>
<param name="internalControlIndex">A specified index to select the internal control designer. This index is zero-based.</param>
<returns>A ControlDesigner at the specified index.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonSplitContainerDesigner.NumberOfInternalControlDesigners">
<summary>
Returns the number of internal control designers in the ControlDesigner.
</summary>
<returns>The number of internal control designers in the ControlDesigner.</returns>
</member>
<member name="P:Krypton.Toolkit.KryptonSplitContainerDesigner.ActionLists">
<summary>
Gets the design-time action lists supported by the component associated with the designer.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonSplitContainerDesigner.OnDragEnter(System.Windows.Forms.DragEventArgs)">
<summary>
Raises the DragEnter event.
</summary>
<param name="de">A DragEventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonSplitterPanelDesigner.Initialize(System.ComponentModel.IComponent)">
<summary>
Initializes the designer with the specified component.
</summary>
<param name="component">The IComponent to associate with the designer.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonSplitterPanelDesigner.CanBeParentedTo(System.ComponentModel.Design.IDesigner)">
<summary>
Indicates if this designer's control can be parented by the control of the specified designer.
</summary>
<param name="parentDesigner">The IDesigner that manages the control to check.</param>
<returns>true if the control managed by the specified designer can parent the control managed by this designer; otherwise, false.</returns>
</member>
<member name="P:Krypton.Toolkit.KryptonSplitterPanelDesigner.SelectionRules">
<summary>
Gets the selection rules that indicate the movement capabilities of a component.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonSplitterPanelDesigner.CanPaint">
<summary>
Should painting be performed for the selection glyph.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonSplitterPanelDesigner.SelectParentControl">
<summary>
Select the control that contains the group panel.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonSplitterPanelDesigner.Dispose(System.Boolean)">
<summary>
Releases the resources used by the KryptonSplitterPanelDesigner.
</summary>
<param name="disposing">true to release both managed and unmanaged resources; false to release only unmanaged resources.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonSplitterPanelDesigner.OnPaintAdornments(System.Windows.Forms.PaintEventArgs)">
<summary>
Receives a call when the control that the designer is managing has painted its surface so the designer can paint any additional adornments on top of the control.
</summary>
<param name="pe">A PaintEventArgs the designer can use to draw on the control.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonSplitterPanelDesigner.PreFilterProperties(System.Collections.IDictionary)">
<summary>
Allows a designer to add to the set of properties that it exposes through a TypeDescriptor.
</summary>
<param name="properties">The properties for the class of the component.</param>
</member>
<member name="P:Krypton.Toolkit.KryptonSplitterPanelDesigner.InheritanceAttribute">
<summary>
Gets an attribute that indicates the type of inheritance of the associated component.
</summary>
</member>
<member name="T:Krypton.Toolkit.KryptonStubDesigner">
<summary>
A designer stub derived from ControlDesigner with no further functionality.<br/>
Can be used to add to classes that inherit an unwanted or incompatible designer and disables the inherited action list a control can have at design time.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonTextBoxColumnDesigner.Initialize(System.ComponentModel.IComponent)">
<summary>
Initializes the designer with the specified component.
</summary>
<param name="component">The IComponent to associate the designer with.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonTextBoxDesigner.Initialize(System.ComponentModel.IComponent)">
<summary>
Initializes the designer with the specified component.
</summary>
<param name="component">The IComponent to associate the designer with.</param>
</member>
<member name="P:Krypton.Toolkit.KryptonTextBoxDesigner.AssociatedComponents">
<summary>
Gets the collection of components associated with the component managed by the designer.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonTextBoxDesigner.SelectionRules">
<summary>
Gets the selection rules that indicate the movement capabilities of a component.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonTextBoxDesigner.ActionLists">
<summary>
Gets the design-time action lists supported by the component associated with the designer.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonTextBoxDesigner.GetHitTest(System.Drawing.Point)">
<summary>
Indicates whether a mouse click at the specified point should be handled by the control.
</summary>
<param name="point">A Point indicating the position at which the mouse was clicked, in screen coordinates.</param>
<returns>true if a click at the specified point is to be handled by the control; otherwise, false.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonTextBoxDesigner.OnMouseLeave">
<summary>
Receives a call when the mouse leaves the control.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonTrackBarDesigner.Initialize(System.ComponentModel.IComponent)">
<summary>
Initializes the designer with the specified component.
</summary>
<param name="component">The IComponent to associate the designer with.</param>
</member>
<member name="P:Krypton.Toolkit.KryptonTrackBarDesigner.SelectionRules">
<summary>
Gets the selection rules that indicate the movement capabilities of a component.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonTrackBarDesigner.ActionLists">
<summary>
Gets the design-time action lists supported by the component associated with the designer.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonTreeViewDesigner.Initialize(System.ComponentModel.IComponent)">
<summary>
Initializes the designer with the specified component.
</summary>
<param name="component">The IComponent to associate the designer with.</param>
</member>
<member name="P:Krypton.Toolkit.KryptonTreeViewDesigner.ActionLists">
<summary>
Gets the design-time action lists supported by the component associated with the designer.
</summary>
</member>
<member name="M:Krypton.Toolkit.NoneExcludedImageIndexConverter.#ctor">
<summary>
Initialize a new instance of the NoneExcludedImageIndexConverter class.
</summary>
</member>
<member name="P:Krypton.Toolkit.NoneExcludedImageIndexConverter.IncludeNoneAsStandardValue">
<summary>
Indicates if the None value should be included in standard values for selection.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonWebBrowserDesigner.Initialize(System.ComponentModel.IComponent)">
<summary>
Initializes the designer with the specified component.
</summary>
<param name="component">The IComponent to associate the designer with.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonWrapLabelDesigner.#ctor">
<summary>
Initialize a new instance of the KryptonWrapLabelDesigner class.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonWrapLabelDesigner.ActionLists">
<summary>
Gets the design-time action lists supported by the component associated with the designer.
</summary>
</member>
<member name="T:Krypton.Toolkit.ScrollBarControlDesigner">
<summary>
The designer for the <see cref="T:Krypton.Toolkit.KryptonScrollBar"/> control.
</summary>
</member>
<member name="P:Krypton.Toolkit.ScrollBarControlDesigner.SelectionRules">
<summary>
Gets the <see cref="P:Krypton.Toolkit.ScrollBarControlDesigner.SelectionRules"/> for the control.
</summary>
</member>
<member name="M:Krypton.Toolkit.ScrollBarControlDesigner.PreFilterProperties(System.Collections.IDictionary)">
<summary>
Prefilters the properties so that unnecessary properties are hidden
in the property browser of Visual Studio.
</summary>
<param name="properties">The property dictionary.</param>
</member>
<member name="T:Krypton.Toolkit.KryptonBreadCrumbItemsEditor.KryptonBreadCrumbItemsForm">
<summary>
Form used for editing the KryptonBreadCrumbItems.
</summary>
</member>
<member name="T:Krypton.Toolkit.KryptonBreadCrumbItemsEditor.KryptonBreadCrumbItemsForm.DictItemBase">
<summary>
Simple class to reduce the length of declarations!
</summary>
</member>
<member name="T:Krypton.Toolkit.KryptonBreadCrumbItemsEditor.KryptonBreadCrumbItemsForm.CrumbProxy">
<summary>
Act as proxy for a crumb item to control the exposed properties to the property grid.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonBreadCrumbItemsEditor.KryptonBreadCrumbItemsForm.CrumbProxy.#ctor(Krypton.Toolkit.KryptonBreadCrumbItem)">
<summary>
Initialize a new instance of the KryptonBreadCrumbItem class.
</summary>
<param name="item">Item to act as proxy for.</param>
</member>
<member name="P:Krypton.Toolkit.KryptonBreadCrumbItemsEditor.KryptonBreadCrumbItemsForm.CrumbProxy.ShortText">
<summary>
Gets and sets the short text.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonBreadCrumbItemsEditor.KryptonBreadCrumbItemsForm.CrumbProxy.LongText">
<summary>
Gets and sets the long text.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonBreadCrumbItemsEditor.KryptonBreadCrumbItemsForm.CrumbProxy.Image">
<summary>
Gets and sets the image.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonBreadCrumbItemsEditor.KryptonBreadCrumbItemsForm.CrumbProxy.ImageTransparentColor">
<summary>
Gets and sets the image transparent color.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonBreadCrumbItemsEditor.KryptonBreadCrumbItemsForm.CrumbProxy.Tag">
<summary>
Gets and sets user-defined data associated with the object.
</summary>
</member>
<member name="T:Krypton.Toolkit.KryptonBreadCrumbItemsEditor.KryptonBreadCrumbItemsForm.MenuTreeNode">
<summary>
Tree node that is attached to a context menu item.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonBreadCrumbItemsEditor.KryptonBreadCrumbItemsForm.MenuTreeNode.#ctor(Krypton.Toolkit.KryptonBreadCrumbItem)">
<summary>
Initialize a new instance of the MenuTreeNode class.
</summary>
<param name="item">Menu item to represent.</param>
</member>
<member name="P:Krypton.Toolkit.KryptonBreadCrumbItemsEditor.KryptonBreadCrumbItemsForm.MenuTreeNode.Item">
<summary>
Gets access to the associated item.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonBreadCrumbItemsEditor.KryptonBreadCrumbItemsForm.MenuTreeNode.PropertyObject">
<summary>
Gets access to object wrapper for use in the property grid.
</summary>
</member>
<member name="T:Krypton.Toolkit.KryptonBreadCrumbItemsEditor.KryptonBreadCrumbItemsForm.PropertyGridSite">
<summary>
Site that allows the property grid to discover Visual Studio services.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonBreadCrumbItemsEditor.KryptonBreadCrumbItemsForm.PropertyGridSite.#ctor(System.IServiceProvider,System.ComponentModel.IComponent)">
<summary>
Initialize a new instance of the PropertyGridSite.
</summary>
<param name="servicePovider">Reference to service container.</param>
<param name="component">Reference to component.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonBreadCrumbItemsEditor.KryptonBreadCrumbItemsForm.PropertyGridSite.GetService(System.Type)">
<summary>
Gets the service object of the specified type.
</summary>
<param name="t">An object that specifies the type of service object to get. </param>
<returns>A service object of type serviceType; or null reference if there is no service object of type serviceType.</returns>
</member>
<member name="P:Krypton.Toolkit.KryptonBreadCrumbItemsEditor.KryptonBreadCrumbItemsForm.PropertyGridSite.Component">
<summary>
Gets the component associated with the ISite when implemented by a class.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonBreadCrumbItemsEditor.KryptonBreadCrumbItemsForm.PropertyGridSite.Container">
<summary>
Gets the IContainer associated with the ISite when implemented by a class.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonBreadCrumbItemsEditor.KryptonBreadCrumbItemsForm.PropertyGridSite.DesignMode">
<summary>
Determines whether the component is in design mode when implemented by a class.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonBreadCrumbItemsEditor.KryptonBreadCrumbItemsForm.PropertyGridSite.Name">
<summary>
Gets or sets the name of the component associated with the ISite when implemented by a class.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonBreadCrumbItemsEditor.KryptonBreadCrumbItemsForm.#ctor(Krypton.Toolkit.KryptonBreadCrumbItemsEditor)">
<summary>
Initialize a new instance of the KryptonBreadCrumbItemsForm class.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonBreadCrumbItemsEditor.KryptonBreadCrumbItemsForm.OnEditValueChanged">
<summary>
Provides an opportunity to perform processing when a collection value has changed.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonBreadCrumbItemsEditor.#ctor">
<summary>
Initialize a new instance of the KryptonBreadCrumbItemsEditor class.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonBreadCrumbItemsEditor.CreateCollectionForm">
<summary>
Creates a new form to display and edit the current collection.
</summary>
<returns>A CollectionForm to provide as the user interface for editing the collection.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonCheckButtonCollectionEditor.GetEditStyle(System.ComponentModel.ITypeDescriptorContext)">
<summary>
Gets the editor style used by the EditValue method.
</summary>
<param name="context">An ITypeDescriptorContext that can be used to gain additional context information.</param>
<returns>A UITypeEditorEditStyle enumeration value that indicates the style of editor.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonCheckButtonCollectionEditor.EditValue(System.ComponentModel.ITypeDescriptorContext,System.IServiceProvider,System.Object)">
<summary>
Edits the specified object's value using the editor style indicated by GetEditStyle.
</summary>
<param name="context">An ITypeDescriptorContext that can be used to gain additional context information.</param>
<param name="provider">An IServiceProvider that this editor can use to obtain services.</param>
<param name="value">The object to edit.</param>
<returns></returns>
</member>
<member name="T:Krypton.Toolkit.KryptonContextMenuCollectionEditor">
<summary>
Designer for a collection of context menu items.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonContextMenuCollectionEditor.#ctor">
<summary>
Initialize a new instance of the KryptonContextMenuCollectionEditor class.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonContextMenuCollectionEditor.CreateCollectionForm">
<summary>
Creates a new form to display and edit the current collection.
</summary>
<returns>A CollectionForm to provide as the user interface for editing the collection.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonContextMenuCollectionEditor.CreateNewItemTypes">
<summary>
Gets the data types that this collection editor can contain.
</summary>
<returns>An array of data types that this collection can contain.</returns>
</member>
<member name="T:Krypton.Toolkit.KryptonContextMenuCollectionEditor.KryptonContextMenuCollectionForm">
<summary>
Form used for editing the KryptonContextMenuCollection.
</summary>
</member>
<member name="T:Krypton.Toolkit.KryptonContextMenuCollectionEditor.KryptonContextMenuCollectionForm.DictItemBase">
<summary>
Simple class to reduce the length of declarations!
</summary>
</member>
<member name="T:Krypton.Toolkit.KryptonContextMenuCollectionEditor.KryptonContextMenuCollectionForm.MenuTreeNode">
<summary>
Tree node that is attached to a context menu item.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonContextMenuCollectionEditor.KryptonContextMenuCollectionForm.MenuTreeNode.#ctor(Krypton.Toolkit.KryptonContextMenuItemBase)">
<summary>
Initialize a new instance of the MenuTreeNode class.
</summary>
<param name="item">Menu item to represent.</param>
</member>
<member name="P:Krypton.Toolkit.KryptonContextMenuCollectionEditor.KryptonContextMenuCollectionForm.MenuTreeNode.Item">
<summary>
Gets access to the associated item.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonContextMenuCollectionEditor.KryptonContextMenuCollectionForm.MenuTreeNode.PropertyObject">
<summary>
Gets access to object wrapper for use in the property grid.
</summary>
</member>
<member name="T:Krypton.Toolkit.KryptonContextMenuCollectionEditor.KryptonContextMenuCollectionForm.PropertyGridSite">
<summary>
Site that allows the property grid to discover Visual Studio services.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonContextMenuCollectionEditor.KryptonContextMenuCollectionForm.PropertyGridSite.#ctor(System.IServiceProvider,System.ComponentModel.IComponent)">
<summary>
Initialize a new instance of the PropertyGridSite.
</summary>
<param name="serviceProvider">Reference to service container.</param>
<param name="component">Reference to component.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonContextMenuCollectionEditor.KryptonContextMenuCollectionForm.PropertyGridSite.GetService(System.Type)">
<summary>
Gets the service object of the specified type.
</summary>
<param name="t">An object that specifies the type of service object to get. </param>
<returns>A service object of type serviceType; or null reference if there is no service object of type serviceType.</returns>
</member>
<member name="P:Krypton.Toolkit.KryptonContextMenuCollectionEditor.KryptonContextMenuCollectionForm.PropertyGridSite.Component">
<summary>
Gets the component associated with the ISite when implemented by a class.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonContextMenuCollectionEditor.KryptonContextMenuCollectionForm.PropertyGridSite.Container">
<summary>
Gets the IContainer associated with the ISite when implemented by a class.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonContextMenuCollectionEditor.KryptonContextMenuCollectionForm.PropertyGridSite.DesignMode">
<summary>
Determines whether the component is in design mode when implemented by a class.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonContextMenuCollectionEditor.KryptonContextMenuCollectionForm.PropertyGridSite.Name">
<summary>
Gets or sets the name of the component associated with the ISite when implemented by a class.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonContextMenuCollectionEditor.KryptonContextMenuCollectionForm.#ctor(Krypton.Toolkit.KryptonContextMenuCollectionEditor)">
<summary>
Initialize a new instance of the KryptonContextMenuCollectionForm class.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonContextMenuCollectionEditor.KryptonContextMenuCollectionForm.OnEditValueChanged">
<summary>
Provides an opportunity to perform processing when a collection value has changed.
</summary>
</member>
<member name="T:Krypton.Toolkit.KryptonContextMenuItemCollectionEditor">
<summary>
CollectionEditor used for a KryptonContextMenuItemCollection instance.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonContextMenuItemCollectionEditor.#ctor">
<summary>
Initialize a new instance of the KryptonContextMenuItemCollectionEditor class.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonContextMenuItemCollectionEditor.CreateNewItemTypes">
<summary>
Gets the data types that this collection editor can contain.
</summary>
<returns>An array of data types that this collection can contain.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteDrawBordersEditor.GetEditStyle(System.ComponentModel.ITypeDescriptorContext)">
<summary>
Gets the editor style used by the EditValue method.
</summary>
<param name="context">An ITypeDescriptorContext that can be used to gain additional context information.</param>
<returns>UITypeEditorEditStyle value.</returns>
<remarks>
We show a drop-down for editing the PaletteDrawBorders value.
</remarks>
</member>
<member name="M:Krypton.Toolkit.PaletteDrawBordersEditor.EditValue(System.ComponentModel.ITypeDescriptorContext,System.IServiceProvider,System.Object)">
<summary>
Edits the specified object's value using the editor style indicated by the GetEditStyle method.
</summary>
<param name="context">An ITypeDescriptorContext that can be used to gain additional context information.</param>
<param name="provider">An 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.</returns>
</member>
<member name="T:Krypton.Toolkit.KryptonDesignerActionItem">
<summary>
Action item that presents as a method call but calls a property.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonDesignerActionItem.#ctor(System.ComponentModel.Design.DesignerVerb,System.String)">
<summary>
Initialize a new instance of the KrpytonDesignerActionVerbItem class.
</summary>
<param name="verb">Verb instance to wrap.</param>
<param name="category">Name of the category the action belongs to.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonDesignerActionItem.Invoke">
<summary>
Programmatically executes the method associated with the item.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonDesignerActionItem.Category">
<summary>
Gets the group name for an item.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonDesignerActionItem.Description">
<summary>
Gets the supplemental text for the item.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonDesignerActionItem.DisplayName">
<summary>
Gets the text for this item.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonDesignerActionItem.IncludeAsDesignerVerb">
<summary>
Gets a value that indicates the item should appear in other user interface contexts.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonDesignerActionItem.MemberName">
<summary>
Gets the name of the method that this item is associated with.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonSplitContainerBehavior.#ctor(System.ComponentModel.Design.IDesigner)">
<summary>
Initialize a new instance of the KryptonSplitContainerBehavior class.
</summary>
<param name="relatedDesigner">Reference to the containing designer.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonSplitContainerBehavior.OnMouseEnter(System.Windows.Forms.Design.Behavior.Glyph)">
<summary>
Called when any mouse-enter message enters the adorner window of the BehaviorService.
</summary>
<param name="g">A Glyph.</param>
<returns>true if the message was handled; otherwise, false.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonSplitContainerBehavior.OnMouseDown(System.Windows.Forms.Design.Behavior.Glyph,System.Windows.Forms.MouseButtons,System.Drawing.Point)">
<summary>
Called when any mouse-down message enters the adorner window of the BehaviorService.
</summary>
<param name="g">A Glyph.</param>
<param name="button">A MouseButtons value indicating which button was clicked.</param>
<param name="pt">The location at which the click occurred.</param>
<returns>true if the message was handled; otherwise, false.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonSplitContainerBehavior.OnMouseMove(System.Windows.Forms.Design.Behavior.Glyph,System.Windows.Forms.MouseButtons,System.Drawing.Point)">
<summary>
Called when any mouse-move message enters the adorner window of the BehaviorService.
</summary>
<param name="g">A Glyph.</param>
<param name="button">A MouseButtons value indicating which button was clicked.</param>
<param name="pt">The location at which the move occurred.</param>
<returns>true if the message was handled; otherwise, false.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonSplitContainerBehavior.OnMouseUp(System.Windows.Forms.Design.Behavior.Glyph,System.Windows.Forms.MouseButtons)">
<summary>
Called when any mouse-up message enters the adorner window of the BehaviorService.
</summary>
<param name="g">A Glyph.</param>
<param name="button">A MouseButtons value indicating which button was clicked.</param>
<returns>true if the message was handled; otherwise, false.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonSplitContainerBehavior.OnMouseLeave(System.Windows.Forms.Design.Behavior.Glyph)">
<summary>
Called when any mouse-leave message enters the adorner window of the BehaviorService.
</summary>
<param name="g">A Glyph.</param>
<returns>true if the message was handled; otherwise, false.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonSplitContainerGlyph.#ctor(System.ComponentModel.Design.ISelectionService,System.Windows.Forms.Design.Behavior.BehaviorService,System.Windows.Forms.Design.Behavior.Adorner,System.ComponentModel.Design.IDesigner)">
<summary>
Initialize a new instance of the KryptonSplitContainerGlyph class.
</summary>
<param name="selectionService">Reference to the selection service.</param>
<param name="behaviorService">Reference to the behavior service.</param>
<param name="adorner">Reference to the containing adorner.</param>
<param name="relatedDesigner">Reference to the containing designer.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonSplitContainerGlyph.GetHitTest(System.Drawing.Point)">
<summary>
Provides hit test logic.
</summary>
<param name="pt">A point to hit-test.</param>
<returns> A Cursor if the Glyph is associated with p; otherwise, a null reference.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonSplitContainerGlyph.Paint(System.Windows.Forms.PaintEventArgs)">
<summary>
Provides paint logic.
</summary>
<param name="e">A PaintEventArgs that contains the event data.</param>
</member>
<member name="P:Krypton.Toolkit.KryptonSplitContainerGlyph.Bounds">
<summary>
Gets the bounds of the Glyph.
</summary>
</member>
<member name="M:Krypton.Toolkit.OverrideComboBoxStyleDropDownStyle.GetEditStyle(System.ComponentModel.ITypeDescriptorContext)">
<summary>
Gets the editor style used by the EditValue method.
</summary>
<param name="context">An ITypeDescriptorContext that can be used to gain additional context information.</param>
<returns>UITypeEditorEditStyle value.</returns>
<remarks>
We show a drop-down for editing the PaletteDrawBorders value.
</remarks>
</member>
<member name="M:Krypton.Toolkit.PaletteDrawBordersSelector.#ctor">
<summary>
Initialize a new instance of the PaletteDrawBordersSelector class.
</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteDrawBordersSelector.Value">
<summary>
Gets and sets the value being edited.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteDrawBordersSelector.components">
<summary>
Required designer variable.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteDrawBordersSelector.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:Krypton.Toolkit.PaletteDrawBordersSelector.InitializeComponent">
<summary>
Required method for Designer support - do not modify
the contents of this method with the code editor.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonCheckButtonCollectionForm.ListEntry.#ctor(Krypton.Toolkit.KryptonCheckButton)">
<summary>
Initialize a new instance of the ListEntry class.
</summary>
<param name="checkButton">CheckButton to encapsulate.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonCheckButtonCollectionForm.ListEntry.ToString">
<summary>
Gets a string representation of the encapsulated check button.
</summary>
<returns>String instance.</returns>
</member>
<member name="P:Krypton.Toolkit.KryptonCheckButtonCollectionForm.ListEntry.CheckButton">
<summary>
Gets access to the encapsulated check button instance.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonCheckButtonCollectionForm.#ctor">
<summary>
Initialize a new instance of the KryptonCheckButtonCollectionForm class.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonCheckButtonCollectionForm.#ctor(Krypton.Toolkit.KryptonCheckSet)">
<summary>
Initialize a new instance of the KryptonCheckButtonCollectionForm class.
</summary>
</member>
<member name="F:Krypton.Toolkit.KryptonCheckButtonCollectionForm.components">
<summary>
Required designer variable.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonCheckButtonCollectionForm.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:Krypton.Toolkit.KryptonCheckButtonCollectionForm.InitializeComponent">
<summary>
Required method for Designer support - do not modify
the contents of this method with the code editor.
</summary>
</member>
<member name="T:Krypton.Toolkit.BreadCrumbMenuArgs">
<summary>
Details of the context menu showing related to a bread crumb.
</summary>
</member>
<member name="M:Krypton.Toolkit.BreadCrumbMenuArgs.#ctor(Krypton.Toolkit.KryptonBreadCrumbItem,Krypton.Toolkit.KryptonContextMenu,Krypton.Toolkit.KryptonContextMenuPositionH,Krypton.Toolkit.KryptonContextMenuPositionV)">
<summary>
Initialize a new instance of the ContextMenuArgs class.
</summary>
<param name="crumb">Reference to related crumb.</param>
<param name="kcm">KryptonContextMenu that can be customized.</param>
<param name="positionH">Relative horizontal position of the KryptonContextMenu.</param>
<param name="positionV">Relative vertical position of the KryptonContextMenu.</param>
</member>
<member name="P:Krypton.Toolkit.BreadCrumbMenuArgs.Crumb">
<summary>
Gets and sets the crumb related to the event.
</summary>
</member>
<member name="T:Krypton.Toolkit.ButtonDragOffsetEventArgs">
<summary>
Details for an event that provides a button drag offset value.
</summary>
</member>
<member name="M:Krypton.Toolkit.ButtonDragOffsetEventArgs.#ctor(System.Drawing.Point)">
<summary>
Initialize a new instance of the ButtonDragOffsetEventArgs class.
</summary>
<param name="offset">Mouse offset for button dragging.</param>
</member>
<member name="P:Krypton.Toolkit.ButtonDragOffsetEventArgs.PointOffset">
<summary>
Gets access to the left mouse dragging offer.
</summary>
</member>
<member name="T:Krypton.Toolkit.ButtonDragRectangleEventArgs">
<summary>
Details for an event that discovers the rectangle that the mouse has to leave to begin dragging.
</summary>
</member>
<member name="M:Krypton.Toolkit.ButtonDragRectangleEventArgs.#ctor(System.Drawing.Point)">
<summary>
Initialize a new instance of the ButtonDragRectangleEventArgs class.
</summary>
<param name="point">Left mouse down point.</param>
</member>
<member name="P:Krypton.Toolkit.ButtonDragRectangleEventArgs.Point">
<summary>
Gets access to the left mouse down point.
</summary>
</member>
<member name="P:Krypton.Toolkit.ButtonDragRectangleEventArgs.DragRect">
<summary>
Gets access to the drag rectangle area.
</summary>
</member>
<member name="P:Krypton.Toolkit.ButtonDragRectangleEventArgs.PreDragOffset">
<summary>
Gets and sets the need for pre drag offset events.
</summary>
</member>
<member name="T:Krypton.Toolkit.ButtonSpecEventArgs">
<summary>
Details for button specification related events.
</summary>
</member>
<member name="M:Krypton.Toolkit.ButtonSpecEventArgs.#ctor(Krypton.Toolkit.ButtonSpec,System.Int32)">
<summary>
Initialize a new instance of the ButtonSpecEventArgs class.
</summary>
<param name="spec">Button spec effected by event.</param>
<param name="index">Index of page in the owning collection.</param>
</member>
<member name="P:Krypton.Toolkit.ButtonSpecEventArgs.ButtonSpec">
<summary>
Gets the navigator button spec associated with the event.
</summary>
</member>
<member name="P:Krypton.Toolkit.ButtonSpecEventArgs.Index">
<summary>
Gets the index of ButtonSpec associated with the event.
</summary>
</member>
<member name="T:Krypton.Toolkit.CloseReasonEventArgs">
<summary>
Details for close reason event handlers.
</summary>
</member>
<member name="M:Krypton.Toolkit.CloseReasonEventArgs.#ctor(System.Windows.Forms.ToolStripDropDownCloseReason)">
<summary>
Initialize a new instance of the CloseReasonEventArgs class.
</summary>
<param name="closeReason">Reason for the close action occuring.</param>
</member>
<member name="P:Krypton.Toolkit.CloseReasonEventArgs.CloseReason">
<summary>
Gets access to the reason for the context menu closing.
</summary>
</member>
<member name="T:Krypton.Toolkit.ColorEventArgs">
<summary>
Color event data.
</summary>
</member>
<member name="M:Krypton.Toolkit.ColorEventArgs.#ctor(System.Drawing.Color)">
<summary>
Initialize a new instance of the ColorEventArgs class.
</summary>
<param name="color">Color associated with the event.</param>
</member>
<member name="P:Krypton.Toolkit.ColorEventArgs.Color">
<summary>
Gets the color.
</summary>
</member>
<member name="T:Krypton.Toolkit.ContextMenuArgs">
<summary>
Details for context menu related events.
</summary>
</member>
<member name="M:Krypton.Toolkit.ContextMenuArgs.#ctor">
<summary>
Initialize a new instance of the ContextMenuArgs class.
</summary>
</member>
<member name="M:Krypton.Toolkit.ContextMenuArgs.#ctor(System.Windows.Forms.ContextMenuStrip)">
<summary>
Initialize a new instance of the ContextMenuArgs class.
</summary>
<param name="cms">Context menu strip that can be customized.</param>
</member>
<member name="M:Krypton.Toolkit.ContextMenuArgs.#ctor(Krypton.Toolkit.KryptonContextMenu)">
<summary>
Initialize a new instance of the ContextMenuArgs class.
</summary>
<param name="kcm">KryptonContextMenu that can be customized.</param>
</member>
<member name="M:Krypton.Toolkit.ContextMenuArgs.#ctor(System.Windows.Forms.ContextMenuStrip,Krypton.Toolkit.KryptonContextMenu)">
<summary>
Initialize a new instance of the ContextMenuArgs class.
</summary>
<param name="cms">Context menu strip that can be customized.</param>
<param name="kcm">KryptonContextMenu that can be customized.</param>
</member>
<member name="P:Krypton.Toolkit.ContextMenuArgs.ContextMenuStrip">
<summary>
Gets access to the context menu strip instance.
</summary>
</member>
<member name="P:Krypton.Toolkit.ContextMenuArgs.KryptonContextMenu">
<summary>
Gets access to the KryptonContextMenu instance.
</summary>
</member>
<member name="T:Krypton.Toolkit.ContextPositionMenuArgs">
<summary>
Details for context menu related events that have a requested relative position.
</summary>
</member>
<member name="M:Krypton.Toolkit.ContextPositionMenuArgs.#ctor">
<summary>
Initialize a new instance of the ContextMenuArgs class.
</summary>
</member>
<member name="M:Krypton.Toolkit.ContextPositionMenuArgs.#ctor(System.Windows.Forms.ContextMenuStrip)">
<summary>
Initialize a new instance of the ContextMenuArgs class.
</summary>
<param name="cms">Context menu strip that can be customized.</param>
</member>
<member name="M:Krypton.Toolkit.ContextPositionMenuArgs.#ctor(Krypton.Toolkit.KryptonContextMenu,Krypton.Toolkit.KryptonContextMenuPositionH,Krypton.Toolkit.KryptonContextMenuPositionV)">
<summary>
Initialize a new instance of the ContextMenuArgs class.
</summary>
<param name="kcm">KryptonContextMenu that can be customized.</param>
<param name="positionH">Relative horizontal position of the KryptonContextMenu.</param>
<param name="positionV">Relative vertical position of the KryptonContextMenu.</param>
</member>
<member name="M:Krypton.Toolkit.ContextPositionMenuArgs.#ctor(System.Windows.Forms.ContextMenuStrip,Krypton.Toolkit.KryptonContextMenu,Krypton.Toolkit.KryptonContextMenuPositionH,Krypton.Toolkit.KryptonContextMenuPositionV)">
<summary>
Initialize a new instance of the ContextMenuArgs class.
</summary>
<param name="cms">Context menu strip that can be customized.</param>
<param name="kcm">KryptonContextMenu that can be customized.</param>
<param name="positionH">Relative horizontal position of the KryptonContextMenu.</param>
<param name="positionV">Relative vertical position of the KryptonContextMenu.</param>
</member>
<member name="P:Krypton.Toolkit.ContextPositionMenuArgs.PositionH">
<summary>
Gets and sets the relative horizontal position of the KryptonContextMenu.
</summary>
</member>
<member name="P:Krypton.Toolkit.ContextPositionMenuArgs.PositionV">
<summary>
Gets and sets the relative vertical position of the KryptonContextMenu.
</summary>
</member>
<member name="T:Krypton.Toolkit.DataGridViewButtonSpecClickEventArgs">
<summary>
Event argument data for a data grid view buttons spec.
</summary>
</member>
<member name="M:Krypton.Toolkit.DataGridViewButtonSpecClickEventArgs.#ctor(System.Windows.Forms.DataGridViewColumn,System.Windows.Forms.DataGridViewCell,Krypton.Toolkit.ButtonSpecAny)">
<summary>
Initialize a new instance of the DataGridViewButtonSpecClickEventArgs class.
</summary>
<param name="column">Reference to data grid view column.</param>
<param name="cell">Reference to data grid view cell.</param>
<param name="buttonSpec">Reference to button spec.</param>
</member>
<member name="P:Krypton.Toolkit.DataGridViewButtonSpecClickEventArgs.Column">
<summary>
Gets a reference to the column associated with the button spec.
</summary>
</member>
<member name="P:Krypton.Toolkit.DataGridViewButtonSpecClickEventArgs.Cell">
<summary>
Gets a reference to the cell that generated the click event.
</summary>
</member>
<member name="P:Krypton.Toolkit.DataGridViewButtonSpecClickEventArgs.ButtonSpec">
<summary>
Gets a reference to the button spec that is performing the click.
</summary>
</member>
<member name="T:Krypton.Toolkit.DateTimePickerCloseArgs">
<summary>
Details about the context menu that has been closed up on a KryptonDateTimePicker.
</summary>
</member>
<member name="M:Krypton.Toolkit.DateTimePickerCloseArgs.#ctor(Krypton.Toolkit.KryptonContextMenu)">
<summary>
Initialize a new instance of the DateTimePickerCloseArgs class.
</summary>
<param name="kcm">KryptonContextMenu that can be examined.</param>
</member>
<member name="P:Krypton.Toolkit.DateTimePickerCloseArgs.KryptonContextMenu">
<summary>
Gets access to the KryptonContextMenu instance.
</summary>
</member>
<member name="T:Krypton.Toolkit.DateTimePickerDropArgs">
<summary>
Details about the context menu about to be shown when clicking the drop-down button on a KryptonDateTimePicker.
</summary>
</member>
<member name="M:Krypton.Toolkit.DateTimePickerDropArgs.#ctor(Krypton.Toolkit.KryptonContextMenu,Krypton.Toolkit.KryptonContextMenuPositionH,Krypton.Toolkit.KryptonContextMenuPositionV)">
<summary>
Initialize a new instance of the DateTimePickerDropArgs class.
</summary>
<param name="kcm">KryptonContextMenu that can be customized.</param>
<param name="positionH">Relative horizontal position of the KryptonContextMenu.</param>
<param name="positionV">Relative vertical position of the KryptonContextMenu.</param>
</member>
<member name="P:Krypton.Toolkit.DateTimePickerDropArgs.KryptonContextMenu">
<summary>
Gets access to the KryptonContextMenu instance.
</summary>
</member>
<member name="P:Krypton.Toolkit.DateTimePickerDropArgs.PositionH">
<summary>
Gets and sets the relative horizontal position of the KryptonContextMenu.
</summary>
</member>
<member name="P:Krypton.Toolkit.DateTimePickerDropArgs.PositionV">
<summary>
Gets and sets the relative vertical position of the KryptonContextMenu.
</summary>
</member>
<member name="T:Krypton.Toolkit.HoveredSelectionChangedEventArgs">
<summary>
Hovered Selection Changed event data.
</summary>
</member>
<member name="M:Krypton.Toolkit.HoveredSelectionChangedEventArgs.#ctor(System.Drawing.Rectangle,System.Int32,System.Object)">
<summary>
Initialize a new instance of the HoveredSelectionChangedEventArgs class.
</summary>
<param name="bounds">The bounds of the selected dropdown item.</param>
<param name="index">The index within the dropdown items collection.</param>
<param name="item">The item within the dropdown items collection.</param>
</member>
<member name="P:Krypton.Toolkit.HoveredSelectionChangedEventArgs.Bounds">
<summary>
Gets the bounds.
</summary>
</member>
<member name="P:Krypton.Toolkit.HoveredSelectionChangedEventArgs.Index">
<summary>
Gets the item index.
</summary>
</member>
<member name="P:Krypton.Toolkit.HoveredSelectionChangedEventArgs.Item">
<summary>
Gets the item.
</summary>
</member>
<member name="T:Krypton.Toolkit.ImageSelectEventArgs">
<summary>
Image select event data.
</summary>
</member>
<member name="M:Krypton.Toolkit.ImageSelectEventArgs.#ctor(System.Windows.Forms.ImageList,System.Int32)">
<summary>
Initialize a new instance of the ImageSelectEventArgs class.
</summary>
<param name="imageList">Defined image list.</param>
<param name="imageIndex">Index within the image list.</param>
</member>
<member name="P:Krypton.Toolkit.ImageSelectEventArgs.ImageList">
<summary>
Gets the image list.
</summary>
</member>
<member name="P:Krypton.Toolkit.ImageSelectEventArgs.ImageIndex">
<summary>
Gets the image index.
</summary>
</member>
<member name="T:Krypton.Toolkit.NeedLayoutEventArgs">
<summary>
Details for need layout events.
</summary>
</member>
<member name="M:Krypton.Toolkit.NeedLayoutEventArgs.#ctor(System.Boolean)">
<summary>
Initialize a new instance of the NeedLayoutEventArgs class.
</summary>
<param name="needLayout">Does the layout need regenerating.</param>
</member>
<member name="M:Krypton.Toolkit.NeedLayoutEventArgs.#ctor(System.Boolean,System.Drawing.Rectangle)">
<summary>
Initialize a new instance of the NeedLayoutEventArgs class.
</summary>
<param name="needLayout">Does the layout need regenerating.</param>
<param name="invalidRect">Specifies an invalidation rectangle.</param>
</member>
<member name="P:Krypton.Toolkit.NeedLayoutEventArgs.NeedLayout">
<summary>
Gets a value indicating if the layout needs regenerating.
</summary>
</member>
<member name="P:Krypton.Toolkit.NeedLayoutEventArgs.InvalidRect">
<summary>
Gets the rectangle to be invalidated.
</summary>
</member>
<member name="T:Krypton.Toolkit.CollapsedEventArgs">
<summary>
Class for Node collapsed events
</summary>
<seealso cref="T:OutlookGridRowNodeEventBase" />
</member>
<member name="M:Krypton.Toolkit.CollapsedEventArgs.#ctor(Krypton.Toolkit.OutlookGridRow)">
<summary>
Initializes a new instance of the <see cref="T:Krypton.Toolkit.CollapsedEventArgs"/> class.
</summary>
<param name="node">The node.</param>
</member>
<member name="T:Krypton.Toolkit.CollapsingEventArgs">
<summary>
Class for Node collapsing events
</summary>
<seealso cref="T:OutlookGridRowNodeCancelEventBase" />
</member>
<member name="M:Krypton.Toolkit.CollapsingEventArgs.#ctor(Krypton.Toolkit.OutlookGridRow)">
<summary>
Initializes a new instance of the <see cref="T:Krypton.Toolkit.CollapsingEventArgs"/> class.
</summary>
<param name="node">The node.</param>
</member>
<member name="T:Krypton.Toolkit.ExpandedEventArgs">
<summary>
Class for Node expanding events
</summary>
<seealso cref="T:Krypton.Toolkit.OutlookGridRowNodeEventBase" />
</member>
<member name="M:Krypton.Toolkit.ExpandedEventArgs.#ctor(Krypton.Toolkit.OutlookGridRow)">
<summary>
Initializes a new instance of the <see cref="T:Krypton.Toolkit.ExpandedEventArgs"/> class.
</summary>
<param name="node">The node.</param>
</member>
<member name="T:Krypton.Toolkit.ExpandingEventArgs">
<summary>
Class for Node expanding events
</summary>
<seealso cref="T:OutlookGridRowNodeCancelEventBase" />
</member>
<member name="M:Krypton.Toolkit.ExpandingEventArgs.#ctor(Krypton.Toolkit.OutlookGridRow)">
<summary>
Initializes a new instance of the <see cref="T:Krypton.Toolkit.ExpandingEventArgs"/> class.
</summary>
<param name="node">The node.</param>
</member>
<member name="T:Krypton.Toolkit.OutlookGridColumnEventArgs">
<summary>
Class for events of the column in the groupbox.
</summary>
</member>
<member name="M:Krypton.Toolkit.OutlookGridColumnEventArgs.#ctor(Krypton.Toolkit.OutlookGridColumn)">
<summary>
Constructor
</summary>
<param name="col">The OutlookGridColumn.</param>
</member>
<member name="P:Krypton.Toolkit.OutlookGridColumnEventArgs.Column">
<summary>
Gets or sets the name of the column.
</summary>
</member>
<member name="T:Krypton.Toolkit.OutlookGridGroupImageEventArgs">
<summary>
Class for events of the group image of a group row.
</summary>
</member>
<member name="M:Krypton.Toolkit.OutlookGridGroupImageEventArgs.#ctor(Krypton.Toolkit.OutlookGridRow)">
<summary>
Constructor
</summary>
<param name="row">The OutlookGridRow.</param>
</member>
<member name="P:Krypton.Toolkit.OutlookGridGroupImageEventArgs.Row">
<summary>
Gets or sets the row.
</summary>
</member>
<member name="T:Krypton.Toolkit.OutlookGridRowNodeCancelEventBase">
<summary>
Base class OutlookGridRowNode cancellable events
</summary>
<seealso cref="T:System.ComponentModel.CancelEventArgs" />
</member>
<member name="M:Krypton.Toolkit.OutlookGridRowNodeCancelEventBase.#ctor(Krypton.Toolkit.OutlookGridRow)">
<summary>
Initializes a new instance of the <see cref="T:Krypton.Toolkit.OutlookGridRowNodeCancelEventBase"/> class.
</summary>
<param name="node">The node.</param>
</member>
<member name="P:Krypton.Toolkit.OutlookGridRowNodeCancelEventBase.Node">
<summary>
Gets the node.
</summary>
<value>
The node.
</value>
</member>
<member name="T:Krypton.Toolkit.OutlookGridRowNodeEventBase">
<summary>
Base class for OutlookGridRowNode events
</summary>
<seealso cref="T:System.EventArgs" />
</member>
<member name="M:Krypton.Toolkit.OutlookGridRowNodeEventBase.#ctor(Krypton.Toolkit.OutlookGridRow)">
<summary>
Initializes a new instance of the <see cref="T:Krypton.Toolkit.OutlookGridRowNodeEventBase"/> class.
</summary>
<param name="node">The node.</param>
</member>
<member name="P:Krypton.Toolkit.OutlookGridRowNodeEventBase.Node">
<summary>
Gets the node.
</summary>
<value>
The node.
</value>
</member>
<member name="T:Krypton.Toolkit.PaletteLayoutEventArgs">
<summary>
Details for palette layout events.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteLayoutEventArgs.#ctor(System.Boolean,System.Boolean)">
<summary>
Initialize a new instance of the PaletteLayoutEventArgs class.
</summary>
<param name="needLayout">Does the layout need regenerating.</param>
<param name="needColorTable">Have the color table values changed?</param>
</member>
<member name="P:Krypton.Toolkit.PaletteLayoutEventArgs.NeedColorTable">
<summary>
Gets a value indicating if the color table needs to be reprocessed.
</summary>
</member>
<member name="T:Krypton.Toolkit.PointEventArgs">
<summary>
Details for an event that provides a Point value.
</summary>
</member>
<member name="M:Krypton.Toolkit.PointEventArgs.#ctor(System.Drawing.Point)">
<summary>
Initialize a new instance of the PointEventArgs class.
</summary>
<param name="point">Point associated with event.</param>
</member>
<member name="P:Krypton.Toolkit.PointEventArgs.Point">
<summary>
Gets and sets the point.
</summary>
</member>
<member name="T:Krypton.Toolkit.PointEventCancelArgs">
<summary>
Details for an cancellable event that provides a Point value.
</summary>
</member>
<member name="M:Krypton.Toolkit.PointEventCancelArgs.#ctor(System.Drawing.Point)">
<summary>
Initialize a new instance of the PointEventCancelArgs class.
</summary>
<param name="point">Point associated with event.</param>
</member>
<member name="P:Krypton.Toolkit.PointEventCancelArgs.Point">
<summary>
Gets and sets the point.
</summary>
</member>
<member name="T:Krypton.Toolkit.DragStartEventCancelArgs">
<summary>
Details for an cancellable event that provides a position, offset and control value.
</summary>
</member>
<member name="M:Krypton.Toolkit.DragStartEventCancelArgs.#ctor(System.Drawing.Point,System.Drawing.Point,System.Windows.Forms.Control)">
<summary>
Initialize a new instance of the DragStartEventCancelArgs class.
</summary>
<param name="point">Point associated with event.</param>
<param name="offset">Offset associated with event.</param>
<param name="c">Control that is generating the drag start.</param>
</member>
<member name="P:Krypton.Toolkit.DragStartEventCancelArgs.Offset">
<summary>
Gets and sets the offset.
</summary>
</member>
<member name="P:Krypton.Toolkit.DragStartEventCancelArgs.Control">
<summary>
Gets the control starting the drag.
</summary>
</member>
<member name="T:Krypton.Toolkit.SplitterMoveRectMenuArgs">
<summary>
Provides a movement rectangle that will be used to limit separator movement.
</summary>
</member>
<member name="M:Krypton.Toolkit.SplitterMoveRectMenuArgs.#ctor(System.Drawing.Rectangle)">
<summary>
Initialize a new instance of the SplitterMoveRectMenuArgs class.
</summary>
<param name="moveRect">Initial movement rectangle that limits separator movements.</param>
</member>
<member name="P:Krypton.Toolkit.SplitterMoveRectMenuArgs.MoveRect">
<summary>
Gets and sets the movement box for a separator.
</summary>
</member>
<member name="T:Krypton.Toolkit.ToolTipEventArgs">
<summary>
Details for a tooltip related event.
</summary>
</member>
<member name="M:Krypton.Toolkit.ToolTipEventArgs.#ctor(Krypton.Toolkit.ViewBase,System.Drawing.Point)">
<summary>
Initialize a new instance of the ToolTipEventArgs class.
</summary>
<param name="target">Reference to view element that requires tooltip.</param>
<param name="controlMousePosition">Screen location of mouse when tooltip was required.</param>
</member>
<member name="P:Krypton.Toolkit.ToolTipEventArgs.Target">
<summary>
Gets the view element that is related to the tooltip.
</summary>
</member>
<member name="P:Krypton.Toolkit.ToolTipEventArgs.ControlMousePosition">
<summary>
Gets the screen point of the mouse where tooltip is required.
</summary>
</member>
<member name="T:Krypton.Toolkit.ToolTipNeededEventArgs">
<summary>
Event arguments for the ToolTipNeeded event raised by
- KryptonComboBox
- MenuItemBase
when they needs to render a tooltip. Allowing App, to change various details of the tip.
To cancel, then set `Heading`, `Description` and `Icon` to null(empty)
</summary>
</member>
<member name="P:Krypton.Toolkit.ToolTipNeededEventArgs.Heading">
<summary>
The title of the tooltip.
</summary>
</member>
<member name="P:Krypton.Toolkit.ToolTipNeededEventArgs.Description">
<summary>
The body of the tooltip.
</summary>
</member>
<member name="P:Krypton.Toolkit.ToolTipNeededEventArgs.Icon">
<summary>
The icon of the tooltip.
</summary>
</member>
<member name="P:Krypton.Toolkit.ToolTipNeededEventArgs.IsEmpty">
<summary>
Gets whether the instance is empty.
</summary>
</member>
<member name="M:Krypton.Toolkit.ToolTipNeededEventArgs.#ctor(System.Int32,System.Object)">
<summary>
Initializes a new instance of the ToolTipNeededEventArgs class.
</summary>
<param name="index">
The index of the item for which a tooltip is being requested.
</param>
<param name="item">
The item for which a tooltip is being requested.
</param>
</member>
<member name="P:Krypton.Toolkit.ToolTipNeededEventArgs.Index">
<summary>
The index of the item of the <see cref="T:Krypton.Toolkit.KryptonComboBox"/> for which a tooltip is
being requested.
</summary>
</member>
<member name="P:Krypton.Toolkit.ToolTipNeededEventArgs.Item">
<summary>
The item of the <see cref="T:Krypton.Toolkit.KryptonComboBox"/> for which a tooltip is being
requested.
</summary>
</member>
<member name="T:Krypton.Toolkit.TypedHandler`1">
<summary>
Delegate used for hooking into TypedCollection events.
</summary>
<typeparam name="T">Type of the item inside the TypedCollection.</typeparam>
</member>
<member name="T:Krypton.Toolkit.TypedCollectionEventArgs`1">
<summary>
Details for typed collection related events.
</summary>
</member>
<member name="M:Krypton.Toolkit.TypedCollectionEventArgs`1.#ctor(`0,System.Int32)">
<summary>
Initialize a new instance of the TypedCollectionEventArgs class.
</summary>
<param name="item">Item effected by event.</param>
<param name="index">Index of page in the owning collection.</param>
</member>
<member name="P:Krypton.Toolkit.TypedCollectionEventArgs`1.Item">
<summary>
Gets the item associated with the event.
</summary>
</member>
<member name="P:Krypton.Toolkit.TypedCollectionEventArgs`1.Index">
<summary>
Gets the index of the item associated with the event.
</summary>
</member>
<member name="T:Krypton.Toolkit.ViewControlHitTestArgs">
<summary>
Details for context menu related events.
</summary>
</member>
<member name="M:Krypton.Toolkit.ViewControlHitTestArgs.#ctor(System.Drawing.Point)">
<summary>
Initialize a new instance of the ViewControlHitTestArgs class.
</summary>
<param name="pt">Point associated with hit test message.</param>
</member>
<member name="P:Krypton.Toolkit.ViewControlHitTestArgs.Point">
<summary>
Gets access to the point.
</summary>
</member>
<member name="P:Krypton.Toolkit.ViewControlHitTestArgs.Result">
<summary>
Gets and sets the result.
</summary>
</member>
<member name="T:Krypton.Toolkit.AntiAlias">
<summary>
Set the SmoothingMode=AntiAlias until instance disposed.
</summary>
</member>
<member name="M:Krypton.Toolkit.AntiAlias.#ctor(System.Drawing.Graphics)">
<summary>
Initialize a new instance of the UseAntiAlias class.
</summary>
<param name="g">Graphics instance.</param>
</member>
<member name="M:Krypton.Toolkit.AntiAlias.Dispose">
<summary>
Revert the SmoothingMode back to original setting.
</summary>
</member>
<member name="T:Krypton.Toolkit.BlurManager">
<summary>
Manages the drawing of Shadows
</summary>
</member>
<member name="T:Krypton.Toolkit.BoolFlags31">
<summary>
Manages a collection of 31 boolean flags.
</summary>
</member>
<member name="P:Krypton.Toolkit.BoolFlags31.Flags">
<summary>
Gets and sets the entire flags value.
</summary>
</member>
<member name="M:Krypton.Toolkit.BoolFlags31.SetFlags(System.Int32)">
<summary>
Set all the provided flags to true.
</summary>
<param name="flags">Flags to set.</param>
<return>Set of flags that have changed in value.</return>
</member>
<member name="M:Krypton.Toolkit.BoolFlags31.ClearFlags(System.Int32)">
<summary>
Clear all the provided flags to false.
</summary>
<param name="flags">Flags to clear.</param>
<return>Set of flags that have changed in value.</return>
</member>
<member name="M:Krypton.Toolkit.BoolFlags31.AreFlagsSet(System.Int32)">
<summary>
Are all the provided flags set to true.
</summary>
<param name="flags">Flags to test.</param>
<returns>True if all flags are set; otherwise false.</returns>
</member>
<member name="T:Krypton.Toolkit.Clipping">
<summary>
Restrict graphics clipping using the provided path/region instance.
</summary>
</member>
<member name="M:Krypton.Toolkit.Clipping.#ctor(System.Drawing.Graphics,System.Drawing.Drawing2D.GraphicsPath)">
<summary>
Initialize a new instance of the Clipping class.
</summary>
<param name="graphics">Graphics context.</param>
<param name="path">Path to clip.</param>
</member>
<member name="M:Krypton.Toolkit.Clipping.#ctor(System.Drawing.Graphics,System.Drawing.Drawing2D.GraphicsPath,System.Boolean)">
<summary>
Initialize a new instance of the Clipping class.
</summary>
<param name="graphics">Graphics context.</param>
<param name="path">Path to clip.</param>
<param name="exclude">Exclude path from clipping.</param>
</member>
<member name="M:Krypton.Toolkit.Clipping.#ctor(System.Drawing.Graphics,System.Drawing.Region)">
<summary>
Initialize a new instance of the Clipping class.
</summary>
<param name="graphics">Graphics context.</param>
<param name="region">Clipping region.</param>
</member>
<member name="M:Krypton.Toolkit.Clipping.#ctor(System.Drawing.Graphics,System.Drawing.Region,System.Boolean)">
<summary>
Initialize a new instance of the Clipping class.
</summary>
<param name="graphics">Graphics context.</param>
<param name="region">Clipping region.</param>
<param name="exclude">Exclude region from clipping.</param>
</member>
<member name="M:Krypton.Toolkit.Clipping.#ctor(System.Drawing.Graphics,System.Drawing.Rectangle)">
<summary>
Initialize a new instance of the Clipping class.
</summary>
<param name="graphics">Graphics context.</param>
<param name="rect">Clipping rectangle.</param>
</member>
<member name="M:Krypton.Toolkit.Clipping.#ctor(System.Drawing.Graphics,System.Drawing.Rectangle,System.Boolean)">
<summary>
Initialize a new instance of the Clipping class.
</summary>
<param name="graphics">Graphics context.</param>
<param name="rect">Clipping rectangle.</param>
<param name="exclude">Exclude rectangle from clipping.</param>
</member>
<member name="M:Krypton.Toolkit.Clipping.Dispose">
<summary>
Reverse the smoothing mode change.
</summary>
</member>
<member name="T:Krypton.Toolkit.SimpleCall">
<summary>
Signature of a bare method.
</summary>
</member>
<member name="T:Krypton.Toolkit.Operation">
<summary>
Signature of a method that performs an operation.
</summary>
<param name="parameter">Operation parameter.</param>
<returns>Operation result.</returns>
</member>
<member name="T:Krypton.Toolkit.GetToolStripRenderer">
<summary>
Signature of a method that returns a ToolStripRenderer instance.
</summary>
</member>
<member name="T:Krypton.Toolkit.CommonHelper">
<summary>
Set of common helper routines for the Toolkit
</summary>
</member>
<member name="P:Krypton.Toolkit.CommonHelper.NullPoint">
<summary>
Gets access to the global null point value.
</summary>
</member>
<member name="P:Krypton.Toolkit.CommonHelper.NullRectangle">
<summary>
Gets access to the global null rectangle value.
</summary>
</member>
<member name="P:Krypton.Toolkit.CommonHelper.MatrixDisabled">
<summary>
Color matrix used to adjust colors to look disabled.
</summary>
</member>
<member name="P:Krypton.Toolkit.CommonHelper.NextId">
<summary>
Gets the next global identifier in sequence.
</summary>
</member>
<member name="M:Krypton.Toolkit.CommonHelper.NormalizeLineBreaks(System.String)">
<summary>
Converts line breaks in the string to the system default line break, Environment.NewLine.
</summary>
<param name="text">String to process.</param>
<returns>
Normalized resultant string.<br/>
If the input string is an empty string, the input string is returned.
</returns>
</member>
<member name="P:Krypton.Toolkit.CommonHelper.UniqueString">
<summary>
Gets a string that is guaranteed to be unique.
</summary>
</member>
<member name="P:Krypton.Toolkit.CommonHelper.InheritPadding">
<summary>
Gets the padding value used when inheritance is needed.
</summary>
</member>
<member name="M:Krypton.Toolkit.CommonHelper.CheckContextMenuForShortcut(System.Windows.Forms.ContextMenuStrip,System.Windows.Forms.Message@,System.Windows.Forms.Keys)">
<summary>
Check a short-cut menu for a matching short and invoke that item if found.
</summary>
<param name="cms">ContextMenuStrip instance to check.</param>
<param name="msg">Windows message that generated check.</param>
<param name="keyData">Keyboard shortcut to check.</param>
<returns>True if shortcut processed; otherwise false.</returns>
</member>
<member name="P:Krypton.Toolkit.CommonHelper.NullContentValues">
<summary>
Gets reference to a null implementation of the IContentValues interface.
</summary>
</member>
<member name="M:Krypton.Toolkit.CommonHelper.ApplyPadding(System.Windows.Forms.Orientation,System.Drawing.Size,System.Windows.Forms.Padding)">
<summary>
Return the provided size with orientation specific padding applied.
</summary>
<param name="orientation">Orientation to apply padding with.</param>
<param name="size">Starting size.</param>
<param name="padding">Padding to be applied.</param>
<returns>Updated size.</returns>
</member>
<member name="M:Krypton.Toolkit.CommonHelper.ApplyPadding(Krypton.Toolkit.VisualOrientation,System.Drawing.Size,System.Windows.Forms.Padding)">
<summary>
Return the provided size with visual orientation specific padding applied.
</summary>
<param name="orientation">Orientation to apply padding with.</param>
<param name="size">Starting size.</param>
<param name="padding">Padding to be applied.</param>
<returns>Updated size.</returns>
</member>
<member name="M:Krypton.Toolkit.CommonHelper.ApplyPadding(System.Windows.Forms.Orientation,System.Drawing.Rectangle,System.Windows.Forms.Padding)">
<summary>
Return the provided rectangle with orientation specific padding applied.
</summary>
<param name="orientation">Orientation to apply padding with.</param>
<param name="rect">Starting rectangle.</param>
<param name="padding">Padding to be applied.</param>
<returns>Updated rectangle.</returns>
</member>
<member name="M:Krypton.Toolkit.CommonHelper.ApplyPadding(Krypton.Toolkit.VisualOrientation,System.Drawing.Rectangle,System.Windows.Forms.Padding)">
<summary>
Return the provided rectangle with visual orientation specific padding applied.
</summary>
<param name="orientation">Orientation to apply padding with.</param>
<param name="rect">Starting rectangle.</param>
<param name="padding">Padding to be applied.</param>
<returns>Updated rectangle.</returns>
</member>
<member name="M:Krypton.Toolkit.CommonHelper.OrientatePadding(Krypton.Toolkit.VisualOrientation,System.Windows.Forms.Padding)">
<summary>
Modify the incoming padding to reflect the visual orientation.
</summary>
<param name="orientation">Orientation to apply to padding.</param>
<param name="padding">Padding to be modified.</param>
<returns>Updated padding.</returns>
</member>
<member name="M:Krypton.Toolkit.CommonHelper.SwapRectangleSizes(System.Drawing.Rectangle@)">
<summary>
Swap the width and height values for the rectangle.
</summary>
<param name="rect">Rectangle to modify.</param>
</member>
<member name="M:Krypton.Toolkit.CommonHelper.GetRightToLeftLayout(System.Windows.Forms.Control)">
<summary>
Gets the form level right to left setting.
</summary>
<param name="control">Control for which the setting is needed.</param>
<returns>RightToLeft setting.</returns>
</member>
<member name="M:Krypton.Toolkit.CommonHelper.ValidContextMenuStrip(System.Windows.Forms.ContextMenuStrip)">
<summary>
Decide if the context menu strip should be Displayed.
</summary>
<param name="cms">Reference to context menu strip.</param>
<returns>True to display; otherwise false.</returns>
</member>
<member name="M:Krypton.Toolkit.CommonHelper.ValidKryptonContextMenu(Krypton.Toolkit.KryptonContextMenu)">
<summary>
Decide if the KryptonContextMenu should be Displayed.
</summary>
<param name="kcm">Reference to context menu strip.</param>
<returns>True to display; otherwise false.</returns>
</member>
<member name="M:Krypton.Toolkit.CommonHelper.PerformOperation(Krypton.Toolkit.Operation,System.Object)">
<summary>
Perform operation in a worker thread with wait dialog in main thread.
</summary>
<param name="op">Delegate of operation to be performed.</param>
<param name="parameter">Parameter to be passed into the operation.</param>
<returns>Result of performing the operation.</returns>
</member>
<member name="M:Krypton.Toolkit.CommonHelper.IsOverrideState(Krypton.Toolkit.PaletteState)">
<summary>
Gets a value indicating if the provided value is an override state.
</summary>
<param name="state">Specific state.</param>
<returns>True if an override state; otherwise false.</returns>
</member>
<member name="M:Krypton.Toolkit.CommonHelper.IsOverrideStateExclude(Krypton.Toolkit.PaletteState,Krypton.Toolkit.PaletteState)">
<summary>
Gets a value indicating if the provided value is an override state but excludes one value.
</summary>
<param name="state">Specific state.</param>
<param name="exclude">State that should be excluded from test.</param>
<returns>True if an override state; otherwise false.</returns>
</member>
<member name="M:Krypton.Toolkit.CommonHelper.HasNoBorders(Krypton.Toolkit.PaletteDrawBorders)">
<summary>
Gets a value indicating if the enumeration specifies no borders.
</summary>
<param name="borders">Enumeration for borders.</param>
<returns>True if no border specified; otherwise false.</returns>
</member>
<member name="M:Krypton.Toolkit.CommonHelper.HasABorder(Krypton.Toolkit.PaletteDrawBorders)">
<summary>
Gets a value indicating if the enumeration specifies at least one border.
</summary>
<param name="borders">Enumeration for borders.</param>
<returns>True if at least one border specified; otherwise false.</returns>
</member>
<member name="M:Krypton.Toolkit.CommonHelper.HasOneBorder(Krypton.Toolkit.PaletteDrawBorders)">
<summary>
Gets a value indicating if the enumeration specifies at least one border.
</summary>
<param name="borders">Enumeration for borders.</param>
<returns>True if at least one border specified; otherwise false.</returns>
</member>
<member name="M:Krypton.Toolkit.CommonHelper.HasTopBorder(Krypton.Toolkit.PaletteDrawBorders)">
<summary>
Gets a value indicating if the enumeration includes the top border.
</summary>
<param name="borders">Enumeration for borders.</param>
<returns>True if includes the top border; otherwise false.</returns>
</member>
<member name="M:Krypton.Toolkit.CommonHelper.HasBottomBorder(Krypton.Toolkit.PaletteDrawBorders)">
<summary>
Gets a value indicating if the enumeration includes the bottom border.
</summary>
<param name="borders">Enumeration for borders.</param>
<returns>True if includes the bottom border; otherwise false.</returns>
</member>
<member name="M:Krypton.Toolkit.CommonHelper.HasLeftBorder(Krypton.Toolkit.PaletteDrawBorders)">
<summary>
Gets a value indicating if the enumeration includes the left border.
</summary>
<param name="borders">Enumeration for borders.</param>
<returns>True if includes the left border; otherwise false.</returns>
</member>
<member name="M:Krypton.Toolkit.CommonHelper.HasRightBorder(Krypton.Toolkit.PaletteDrawBorders)">
<summary>
Gets a value indicating if the enumeration includes the right border.
</summary>
<param name="borders">Enumeration for borders.</param>
<returns>True if includes the right border; otherwise false.</returns>
</member>
<member name="M:Krypton.Toolkit.CommonHelper.HasAllBorders(Krypton.Toolkit.PaletteDrawBorders)">
<summary>
Gets a value indicating if the enumeration specifies all four borders.
</summary>
<param name="borders">Enumeration for borders.</param>
<returns>True if all four borders specified; otherwise false.</returns>
</member>
<member name="M:Krypton.Toolkit.CommonHelper.OrientateDrawBorders(Krypton.Toolkit.PaletteDrawBorders,Krypton.Toolkit.VisualOrientation)">
<summary>
Apply an orientation to the draw border edges to get a correct value.
</summary>
<param name="borders">Border edges to be drawn.</param>
<param name="orientation">How to adjust the border edges.</param>
<returns>Border edges adjusted for orientation.</returns>
</member>
<member name="M:Krypton.Toolkit.CommonHelper.ReverseOrientateDrawBorders(Krypton.Toolkit.PaletteDrawBorders,Krypton.Toolkit.VisualOrientation)">
<summary>
Apply a reversed orientation so that when orientated again it comes out with the original value.
</summary>
<param name="borders">Border edges to be drawn.</param>
<param name="orientation">How to adjust the border edges.</param>
<returns>Border edges adjusted for orientation.</returns>
</member>
<member name="M:Krypton.Toolkit.CommonHelper.VisualToOrientation(Krypton.Toolkit.VisualOrientation)">
<summary>
Convert from VisualOrientation to Orientation.
</summary>
<param name="orientation">VisualOrientation value.</param>
<returns>Orientation value.</returns>
</member>
<member name="M:Krypton.Toolkit.CommonHelper.ButtonStyleToPalette(Krypton.Toolkit.ButtonStyle)">
<summary>
Convert from ButtonStyle to PaletteButtonStyle.
</summary>
<param name="style">ButtonStyle to convert.</param>
<returns>PaletteButtonStyle enumeration value.</returns>
</member>
<member name="M:Krypton.Toolkit.CommonHelper.RoundedRectanglePath(System.Drawing.Rectangle,System.Int32)">
<summary>
Create a graphics path that describes a rounded rectangle.
</summary>
<param name="rect">Rectangle to become rounded.</param>
<param name="rounding">The rounding factor to apply.</param>
<returns>GraphicsPath instance.</returns>
</member>
<member name="M:Krypton.Toolkit.CommonHelper.ColorToBlackAndWhite(System.Drawing.Color)">
<summary>
Convert the color to a black and white color.
</summary>
<param name="color">Base color.</param>
<returns>Black and White version of color.</returns>
</member>
<member name="M:Krypton.Toolkit.CommonHelper.WhitenColor(System.Drawing.Color,System.Single,System.Single,System.Single)">
<summary>
Whiten a provided color by applying per channel percentages.
</summary>
<param name="color1">Color.</param>
<param name="percentR">Percentage of red to keep.</param>
<param name="percentG">Percentage of green to keep.</param>
<param name="percentB">Percentage of blue to keep.</param>
<returns>Modified color.</returns>
</member>
<member name="M:Krypton.Toolkit.CommonHelper.BlackenColor(System.Drawing.Color,System.Single,System.Single,System.Single)">
<summary>
Blacken a provided color by applying per channel percentages.
</summary>
<param name="color1">Color.</param>
<param name="percentR">Percentage of red to keep.</param>
<param name="percentG">Percentage of green to keep.</param>
<param name="percentB">Percentage of blue to keep.</param>
<returns>Modified color.</returns>
</member>
<member name="M:Krypton.Toolkit.CommonHelper.MergeColors(System.Drawing.Color,System.Single,System.Drawing.Color,System.Single)">
<summary>
Merge two colors together using relative percentages.
</summary>
<param name="color1">First color.</param>
<param name="percent1">Percentage of first color to use.</param>
<param name="color2">Second color.</param>
<param name="percent2">Percentage of second color to use.</param>
<returns>Merged color.</returns>
</member>
<member name="M:Krypton.Toolkit.CommonHelper.MergeColors(System.Drawing.Color,System.Single,System.Drawing.Color,System.Single,System.Drawing.Color,System.Single)">
<summary>
Merge three colors together using relative percentages.
</summary>
<param name="color1">First color.</param>
<param name="percent1">Percentage of first color to use.</param>
<param name="color2">Second color.</param>
<param name="percent2">Percentage of second color to use.</param>
<param name="color3">Third color.</param>
<param name="percent3">Percentage of third color to use.</param>
<returns>Merged color.</returns>
</member>
<member name="M:Krypton.Toolkit.CommonHelper.ColorDepth">
<summary>
Get the number of bits used to define the color depth of the display.
</summary>
<returns>Number of bits in color depth.</returns>
</member>
<member name="P:Krypton.Toolkit.CommonHelper.IsShiftKeyPressed">
<summary>
Gets a value indicating if the SHIFT key is pressed.
</summary>
</member>
<member name="P:Krypton.Toolkit.CommonHelper.IsCtrlKeyPressed">
<summary>
Gets a value indicating if the CTRL key is pressed.
</summary>
</member>
<member name="P:Krypton.Toolkit.CommonHelper.IsAltKeyPressed">
<summary>
Gets a value indicating if the ALT key is pressed.
</summary>
</member>
<member name="M:Krypton.Toolkit.CommonHelper.GetControlWithFocus(System.Windows.Forms.Control)">
<summary>
Search the hierarchy of the provided control looking for one that has the focus.
</summary>
<param name="control">Top of the hierarchy to search.</param>
<returns>Control with focus; otherwise null.</returns>
</member>
<member name="M:Krypton.Toolkit.CommonHelper.AddControlToParent(System.Windows.Forms.Control,System.Windows.Forms.Control)">
<summary>
Add the provided control to a parent collection.
</summary>
<param name="parent">Parent control.</param>
<param name="c">Control to be added.</param>
</member>
<member name="M:Krypton.Toolkit.CommonHelper.RemoveControlFromParent(System.Windows.Forms.Control)">
<summary>
Remove the provided control from its parent collection.
</summary>
<param name="c">Control to be removed.</param>
</member>
<member name="M:Krypton.Toolkit.CommonHelper.GetWindowBorders(System.Windows.Forms.CreateParams,Krypton.Toolkit.KryptonForm)">
<summary>
Gets the size of the borders requested by the real window.
</summary>
<param name="cp">Window style parameters.</param>
<param name="form">Optional VisualForm base to detect usage of Chrome drawing</param>
<returns>Border sizing.</returns>
</member>
<member name="M:Krypton.Toolkit.CommonHelper.IsFormMinimized(System.Windows.Forms.Form)">
<summary>
Discover if the provided Form is currently minimized.
</summary>
<param name="f">Form reference.</param>
<returns>True if minimized; otherwise false.</returns>
</member>
<member name="M:Krypton.Toolkit.CommonHelper.IsFormMaximized(System.Windows.Forms.Form)">
<summary>
Discover if the provided Form is currently maximized.
</summary>
<param name="f">Form reference.</param>
<returns>True if maximized; otherwise false.</returns>
</member>
<member name="M:Krypton.Toolkit.CommonHelper.RealClientRectangle(System.IntPtr)">
<summary>
Gets the real client rectangle of the list.
</summary>
<param name="handle">Window handle of the control.</param>
</member>
<member name="M:Krypton.Toolkit.CommonHelper.ContentStyleFromLabelStyle(Krypton.Toolkit.LabelStyle)">
<summary>
Find the appropriate content style to match the incoming label style.
</summary>
<param name="style">LabelStyle enumeration.</param>
<returns>Matching PaletteContentStyle enumeration value.</returns>
</member>
<member name="M:Krypton.Toolkit.CommonHelper.PaletteTextHintToRenderingHint(Krypton.Toolkit.PaletteTextHint)">
<summary>
Convert from palette rendering hint to actual rendering hint.
</summary>
<param name="hint">Palette rendering hint.</param>
<returns>Converted value for use with a Graphics instance.</returns>
</member>
<member name="M:Krypton.Toolkit.CommonHelper.SeparatorStyleToMetricPadding(Krypton.Toolkit.SeparatorStyle)">
<summary>
Get the correct metric padding for the provided separator style.
</summary>
<param name="separatorStyle">Separator style.</param>
<returns>Matching metric padding.</returns>
</member>
<member name="M:Krypton.Toolkit.CommonHelper.MakeCustomDateFormat(System.String)">
<summary>
Ensure that a single character format string is treated as a custom format.
</summary>
<param name="format">Incoming format.</param>
<returns>Corrected format.</returns>
</member>
<member name="M:Krypton.Toolkit.CommonHelper.CreateInstance(System.Type,System.ComponentModel.Design.IDesignerHost)">
<summary>
Create new instance of specified type within the designer host, if provided.
</summary>
<param name="itemType">Type of the item to create.</param>
<param name="host">Designer host used if provided.</param>
<returns>Reference to new instance.</returns>
</member>
<member name="M:Krypton.Toolkit.CommonHelper.DestroyInstance(System.Object,System.ComponentModel.Design.IDesignerHost)">
<summary>
Destroy instance of an object using the provided designer host.
</summary>
<param name="instance">Reference to item for destroying.</param>
<param name="host">Designer host used if provided.</param>
</member>
<member name="M:Krypton.Toolkit.CommonHelper.LogOutput(System.String)">
<summary>
Output some debug data to a log file that exists in same directory as the application.
</summary>
<param name="str">String to output.</param>
</member>
<member name="M:Krypton.Toolkit.CommonHelper.DesignMode(System.ComponentModel.Component)">
<summary>
Discover if the component is in design mode.
</summary>
<param name="c">Component to test.</param>
<returns>True if in design mode; otherwise false.</returns>
</member>
<member name="M:Krypton.Toolkit.CommonHelper.DoubleToString(System.Double)">
<summary>
Convert a double to a culture invariant string value.
</summary>
<param name="d">Double to convert.</param>
<returns>Culture invariant string representation.</returns>
</member>
<member name="M:Krypton.Toolkit.CommonHelper.StringToDouble(System.String)">
<summary>
Convert a culture invariant string value to a double.
</summary>
<param name="s">String to convert.</param>
<returns>Double value.</returns>
</member>
<member name="M:Krypton.Toolkit.CommonHelper.SizeToString(System.Drawing.Size)">
<summary>
Convert a Size to a culture invariant string value.
</summary>
<param name="s">Size to convert.</param>
<returns>Culture invariant string representation. String.Empty if the conversion failed.</returns>
</member>
<member name="M:Krypton.Toolkit.CommonHelper.StringToSize(System.String)">
<summary>
Convert a culture invariant string value to a Size.
</summary>
<param name="s">String to convert.</param>
<returns>Size value. If s is null, Size(0, 0) is returned.</returns>
</member>
<member name="M:Krypton.Toolkit.CommonHelper.PointToString(System.Drawing.Point)">
<summary>
Convert a Point to a culture invariant string value.
</summary>
<param name="s">Size to convert.</param>
<returns>Culture invariant string representation.</returns>
</member>
<member name="M:Krypton.Toolkit.CommonHelper.StringToPoint(System.String)">
<summary>
Convert a culture invariant string value to a Point.
</summary>
<param name="s">String to convert.</param>
<returns>Point value if s was not null. If s is null a new Point(0) will be returned.</returns>
</member>
<member name="M:Krypton.Toolkit.CommonHelper.BoolToString(System.Boolean)">
<summary>
Convert a Boolean to a culture invariant string value.
</summary>
<param name="b">Boolean to convert.</param>
<returns>Culture invariant string representation.</returns>
</member>
<member name="M:Krypton.Toolkit.CommonHelper.StringToBool(System.String)">
<summary>
Convert a culture invariant string value to a Boolean.
</summary>
<param name="s">String to convert.</param>
<returns>Boolean value.</returns>
</member>
<member name="M:Krypton.Toolkit.CommonHelper.ColorToString(System.Drawing.Color)">
<summary>
Convert a Color to a culture invariant string value.
</summary>
<param name="c">Color to convert.</param>
<returns>Culture invariant string representation.</returns>
</member>
<member name="M:Krypton.Toolkit.CommonHelper.StringToColor(System.String)">
<summary>
Convert a culture invariant string value to a Color.
</summary>
<param name="s">String to convert.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.CommonHelper.ClientMouseMessageToScreenPt(System.Windows.Forms.Message)">
<summary>
Convert a client mouse position inside a windows message into a screen position.
</summary>
<param name="m">Window message.</param>
<returns>Screen point.</returns>
</member>
<member name="P:Krypton.Toolkit.CommonHelper.ActiveFloatingWindow">
<summary>
Gets a reference to the currently active floating window.
</summary>
</member>
<member name="M:Krypton.Toolkit.CommonHelper.CaptureCursor">
<summary>
Gets the current active cursor, and if that is null use the current default cursor
</summary>
<returns>Cursor Hotspot</returns>
</member>
<member name="M:Krypton.Toolkit.CommonHelper.Deflate(System.Drawing.Rectangle,System.Windows.Forms.Padding)">
<summary>
</summary>
<param name="rect"></param>
<param name="margins"></param>
</member>
<member name="M:Krypton.Toolkit.CommonHelper.ScaleImageForSizedDisplay(System.Drawing.Image,System.Single,System.Single,System.Boolean)">
<summary>
Do not use the `DpiHandler.ScaleBitmapLogicalToDevice` as that will introduce the "purple artifact" lines
Also, Using the int version of the `DrawImage` produces better upscale for the 125% images
</summary>
<param name="src"></param>
<param name="trgtWidth"></param>
<param name="trgtHeight"></param>
<param name="avoidPurple">Do not use the `DpiHandler.ScaleBitmapLogicalToDevice` as that will introduce the "purple artifact" lines</param>
<returns></returns>
<exception >thrown if targets are negative</exception>
</member>
<member name="T:Krypton.Toolkit.CommonHelperThemeSelectors">
<summary>
Class CommonHelperThemeSelectors hold the common code for all Theme Selector controls:<br/>
- KryptonThemeComboBox<br/>
- KryptonThemeListBox<br/>
- KryptonRibbonGroupThemeComboBox<br/>
- KryptonThemeBrowser
</summary>
</member>
<member name="M:Krypton.Toolkit.CommonHelperThemeSelectors.GetThemesArray">
<summary>
Returns a list with theme names.
</summary>
<returns>String array of theme names.</returns>
</member>
<member name="M:Krypton.Toolkit.CommonHelperThemeSelectors.OnSelectedIndexChanged(System.Boolean@,System.Boolean,Krypton.Toolkit.PaletteMode@,System.String,Krypton.Toolkit.KryptonManager,Krypton.Toolkit.KryptonCustomPaletteBase)">
<summary>
Performs a theme change when the control's SelectedIndex is changed.
</summary>
<param name="isLocalUpdate">Enter: ref this._isLocalUpdate.</param>
<param name="isExternalUpdate">Enter: this._isExternalUpdate.</param>
<param name="defaultPalette">Enter: ref this._defaultPalette.</param>
<param name="themeName">Name of the theme (SelectedItem text).</param>
<param name="manager">Enter: this._manager.</param>
<param name="kryptonCustomPalette">Enter: this._kryptonCustomPalette</param>
<returns>True if the theme change was successful, false when custom was selected but no local external custom palette is set.</returns>
</member>
<member name="M:Krypton.Toolkit.CommonHelperThemeSelectors.GetPaletteIndex(System.Collections.IList,Krypton.Toolkit.PaletteMode)">
<summary>
Return the index in the list of the requested PaletteMode parameter.
</summary>
<param name="items">The control's list of themes (usually Items).</param>
<param name="mode">The PaletteMode for which to locate the index in items.</param>
<returns>
The index of the requested palette.<br/>
If the PaletteMode was not found in the list, -1 will be returned.<br/>
</returns>
</member>
<member name="M:Krypton.Toolkit.CommonHelperThemeSelectors.KryptonManagerGlobalPaletteChanged(System.Boolean,System.Boolean@,System.Int32,System.Collections.IList)">
<summary>
Is executed when a KryptonManager.GlobalPaletteChanged event is fired.<br/>
It will synchronize the list control's selected theme with that from Krypton Manager.
</summary>
<param name="isLocalUpdate">Enter: this._isLocalUpdate.</param>
<param name="isExternalUpdate">Enter: ref this._isExternalUpdate.</param>
<param name="selectedIndex">The currently selected index of the control.</param>
<param name="items">The control's list of themes (usually Items).</param>
<returns>The selected index.</returns>
</member>
<member name="M:Krypton.Toolkit.CommonHelperThemeSelectors.GetInitialSelectedIndex(Krypton.Toolkit.PaletteMode,Krypton.Toolkit.KryptonManager,System.Collections.IList)">
<summary>
Returns the intially selected index.<br/>
Should only be used in the constructor to set a palette from the manager or the control's DefaultPalette value set at design time.
</summary>
<param name="defaultPalette">Enter: this._defaultPalette.</param>
<param name="manager">Enter: this._manager.</param>
<param name="items">The control's list of themes (usually Items).</param>
<returns>Returns the location in the list of items for defaultPalette.</returns>
</member>
<member name="M:Krypton.Toolkit.CommonHelperThemeSelectors.DefaultPaletteSetter(Krypton.Toolkit.PaletteMode@,Krypton.Toolkit.PaletteMode,System.Collections.IList,System.Int32)">
<summary>
The Set handler for the DefaultPalette property.
</summary>
<param name="defaultPalette">enter: ref this._defaultPalette.</param>
<param name="value">Incoming value from the property set.</param>
<param name="items">The control's list of themes (usually Items).</param>
<param name="selectedIndex">The currently selected index of the control.</param>
<returns>Returns the location in the list of items for defaultPalette.</returns>
</member>
<member name="T:Krypton.Toolkit.IKryptonThemeSelectorBase">
<summary>
Interface IKryptonThemeSelectorBase<br/>
Common entities for the Theme Selector controls.
</summary>
</member>
<member name="P:Krypton.Toolkit.IKryptonThemeSelectorBase.DefaultPalette">
<summary>
Gets or sets the default palette mode.
</summary>
</member>
<member name="P:Krypton.Toolkit.IKryptonThemeSelectorBase.KryptonCustomPalette">
<summary>
Gets or sets the user defined custom palette.
</summary>
</member>
<member name="T:Krypton.Toolkit.ContextMenuProvider">
<summary>
Implementation class used to provide context menu details to view elements.
</summary>
</member>
<member name="E:Krypton.Toolkit.ContextMenuProvider.Dispose">
<summary>
Raises the Dispose event.
</summary>
</member>
<member name="E:Krypton.Toolkit.ContextMenuProvider.Closing">
<summary>
Raises the Closing event.
</summary>
</member>
<member name="E:Krypton.Toolkit.ContextMenuProvider.Close">
<summary>
Raises the Close event.
</summary>
</member>
<member name="M:Krypton.Toolkit.ContextMenuProvider.#ctor(Krypton.Toolkit.IContextMenuProvider,Krypton.Toolkit.ViewContextMenuManager,Krypton.Toolkit.ViewLayoutStack,Krypton.Toolkit.NeedPaintHandler)">
<summary>
Initialize a new instance of the ContextMenuProvider class.
</summary>
<param name="provider">Original provider.</param>
<param name="needPaintDelegate">Delegate for requesting paint changes.</param>
<param name="viewManager">Reference to view manager.</param>
<param name="viewColumns">Columns view element.</param>
</member>
<member name="M:Krypton.Toolkit.ContextMenuProvider.#ctor(Krypton.Toolkit.KryptonContextMenu,Krypton.Toolkit.ViewContextMenuManager,Krypton.Toolkit.ViewLayoutStack,Krypton.Toolkit.PaletteBase,Krypton.Toolkit.PaletteMode,Krypton.Toolkit.PaletteRedirect,Krypton.Toolkit.PaletteRedirectContextMenu,Krypton.Toolkit.NeedPaintHandler,System.Boolean)">
<summary>
Initialize a new instance of the ContextMenuProvider class.
</summary>
<param name="contextMenu">Originating context menu instance.</param>
<param name="viewManager">Reference to view manager.</param>
<param name="viewColumns">Columns view element.</param>
<param name="palette">Local palette setting to use initially.</param>
<param name="paletteMode">Palette mode setting to use initially.</param>
<param name="redirector">Redirector used for obtaining palette values.</param>
<param name="redirectorImages">Redirector used for obtaining images.</param>
<param name="needPaintDelegate">Delegate for requesting paint changes.</param>
<param name="enabled">Enabled state of the context menu.</param>
</member>
<member name="M:Krypton.Toolkit.ContextMenuProvider.#ctor(Krypton.Toolkit.ViewContextMenuManager,Krypton.Toolkit.ViewLayoutStack,Krypton.Toolkit.PaletteBase,Krypton.Toolkit.PaletteMode,Krypton.Toolkit.PaletteContextMenuRedirect,Krypton.Toolkit.PaletteContextMenuItemState,Krypton.Toolkit.PaletteContextMenuItemState,Krypton.Toolkit.PaletteContextMenuItemStateHighlight,Krypton.Toolkit.PaletteContextMenuItemStateChecked,Krypton.Toolkit.PaletteRedirect,Krypton.Toolkit.PaletteRedirectContextMenu,Krypton.Toolkit.NeedPaintHandler,System.Boolean)">
<summary>
Initialize a new instance of the ContextMenuProvider class.
</summary>
<param name="viewManager">Reference to view manager.</param>
<param name="viewColumns">Columns view element.</param>
<param name="palette">Local palette setting to use initially.</param>
<param name="paletteMode">Palette mode setting to use initially.</param>
<param name="stateCommon">State used to provide common palette values.</param>
<param name="stateNormal">State used to provide normal palette values.</param>
<param name="stateDisabled">State used to provide disabled palette values.</param>
<param name="stateHighlight">State used to provide highlight palette values.</param>
<param name="stateChecked">State used to provide checked palette values.</param>
<param name="redirector">Redirector used for obtaining palette values.</param>
<param name="redirectorImages">Redirector used for obtaining images.</param>
<param name="needPaintDelegate">Delegate for requesting paint changes.</param>
<param name="enabled">Enabled state of the context menu.</param>
</member>
<member name="M:Krypton.Toolkit.ContextMenuProvider.OnDispose(System.EventArgs)">
<summary>
Fires the Dispose event.
</summary>
<param name="e">An EventArgs containing the event data.</param>
</member>
<member name="M:Krypton.Toolkit.ContextMenuProvider.OnClosing(System.ComponentModel.CancelEventArgs)">
<summary>
Fires the Closing event.
</summary>
<param name="cea">An CancelEventArgs containing the event data.</param>
</member>
<member name="M:Krypton.Toolkit.ContextMenuProvider.OnClose(Krypton.Toolkit.CloseReasonEventArgs)">
<summary>
Fires the Close event.
</summary>
<param name="e">A CloseReasonEventArgs containing the event data.</param>
</member>
<member name="P:Krypton.Toolkit.ContextMenuProvider.HasParentProvider">
<summary>
Does this provider have a parent provider.
</summary>
</member>
<member name="P:Krypton.Toolkit.ContextMenuProvider.ProviderEnabled">
<summary>
Is the entire context menu enabled.
</summary>
</member>
<member name="P:Krypton.Toolkit.ContextMenuProvider.ProviderCanCloseMenu">
<summary>
Is context menu capable of being closed.
</summary>
</member>
<member name="M:Krypton.Toolkit.ContextMenuProvider.ProviderShowSubMenuFixed(Krypton.Toolkit.KryptonContextMenuItem)">
<summary>
Should the sub menu be shown at fixed screen location for this menu item.
</summary>
<param name="menuItem">Menu item that needs to show sub menu.</param>
<returns>True if the sub menu should be a fixed size.</returns>
</member>
<member name="M:Krypton.Toolkit.ContextMenuProvider.ProviderShowSubMenuFixedRect(Krypton.Toolkit.KryptonContextMenuItem)">
<summary>
Should the sub menu be shown at fixed screen location for this menu item.
</summary>
<param name="menuItem">Menu item that needs to show sub menu.</param>
<returns>Screen rectangle to use as display rectangle.</returns>
</member>
<member name="P:Krypton.Toolkit.ContextMenuProvider.ProviderCloseReason">
<summary>
Sets the reason for the context menu being closed.
</summary>
</member>
<member name="P:Krypton.Toolkit.ContextMenuProvider.ProviderShowHorz">
<summary>
Gets and sets the horizontal setting used to position the menu.
</summary>
</member>
<member name="P:Krypton.Toolkit.ContextMenuProvider.ProviderShowVert">
<summary>
Gets and sets the vertical setting used to position the menu.
</summary>
</member>
<member name="P:Krypton.Toolkit.ContextMenuProvider.ProviderViewColumns">
<summary>
Gets access to the layout for context menu columns.
</summary>
</member>
<member name="P:Krypton.Toolkit.ContextMenuProvider.ProviderViewManager">
<summary>
Gets access to the context menu specific view manager.
</summary>
</member>
<member name="P:Krypton.Toolkit.ContextMenuProvider.ProviderStateCommon">
<summary>
Gets access to the context menu common state.
</summary>
</member>
<member name="P:Krypton.Toolkit.ContextMenuProvider.ProviderStateDisabled">
<summary>
Gets access to the context menu disabled state.
</summary>
</member>
<member name="P:Krypton.Toolkit.ContextMenuProvider.ProviderStateNormal">
<summary>
Gets access to the context menu normal state.
</summary>
</member>
<member name="P:Krypton.Toolkit.ContextMenuProvider.ProviderStateHighlight">
<summary>
Gets access to the context menu highlight state.
</summary>
</member>
<member name="P:Krypton.Toolkit.ContextMenuProvider.ProviderStateChecked">
<summary>
Gets access to the context menu checked state.
</summary>
</member>
<member name="P:Krypton.Toolkit.ContextMenuProvider.ProviderImages">
<summary>
Gets access to the context menu images.
</summary>
</member>
<member name="P:Krypton.Toolkit.ContextMenuProvider.ProviderPalette">
<summary>
Gets access to the custom palette.
</summary>
</member>
<member name="P:Krypton.Toolkit.ContextMenuProvider.ProviderPaletteMode">
<summary>
Gets access to the palette mode.
</summary>
</member>
<member name="P:Krypton.Toolkit.ContextMenuProvider.ProviderRedirector">
<summary>
Gets access to the context menu redirector.
</summary>
</member>
<member name="P:Krypton.Toolkit.ContextMenuProvider.ProviderNeedPaintDelegate">
<summary>
Gets a delegate used to indicate a repaint is required.
</summary>
</member>
<member name="T:Krypton.Toolkit.ScreenObscurer">
<summary>
Used to obscure an area of the screen to hide form changes underneath.
</summary>
</member>
<member name="M:Krypton.Toolkit.ScreenObscurer.ObscurerForm.OnPaintBackground(System.Windows.Forms.PaintEventArgs)">
<summary>
Raises the PaintBackground event.
</summary>
<param name="e">An PaintEventArgs containing the event data.</param>
</member>
<member name="M:Krypton.Toolkit.ScreenObscurer.ObscurerForm.OnPaint(System.Windows.Forms.PaintEventArgs)">
<summary>
Raises the Paint event.
</summary>
<param name="e">An PaintEventArgs containing the event data.</param>
</member>
<member name="M:Krypton.Toolkit.ScreenObscurer.#ctor">
<summary>
Initialize a new instance of the ControlObscurer class.
</summary>
</member>
<member name="M:Krypton.Toolkit.ScreenObscurer.#ctor(System.Windows.Forms.Form,System.Boolean)">
<summary>
Initialize a new instance of the ControlObscurer class.
</summary>
<param name="f">Form to obscure.</param>
<param name="designMode">Is the source in design mode.</param>
</member>
<member name="M:Krypton.Toolkit.ScreenObscurer.#ctor(System.Windows.Forms.Control,System.Boolean)">
<summary>
Initialize a new instance of the ControlObscurer class.
</summary>
<param name="c">Control to obscure.</param>
<param name="designMode">Is the source in design mode.</param>
</member>
<member name="M:Krypton.Toolkit.ScreenObscurer.Cover(System.Windows.Forms.Form)">
<summary>
Use the obscurer to cover the provided control.
</summary>
<param name="f">Form to obscure.</param>
</member>
<member name="M:Krypton.Toolkit.ScreenObscurer.Cover(System.Windows.Forms.Control)">
<summary>
Use the obscurer to cover the provided control.
</summary>
<param name="c">Control to obscure.</param>
</member>
<member name="M:Krypton.Toolkit.ScreenObscurer.Uncover">
<summary>
If covering an area then uncover it now.
</summary>
</member>
<member name="M:Krypton.Toolkit.ScreenObscurer.Dispose">
<summary>
Hide the obscurer from display.
</summary>
</member>
<member name="T:Krypton.Toolkit.CorrectContextControl">
<summary>
Temporary setup of the provided control in the context.
</summary>
</member>
<member name="M:Krypton.Toolkit.CorrectContextControl.#ctor(Krypton.Toolkit.ViewLayoutContext,System.Windows.Forms.Control)">
<summary>
Initialize a new instance of the CorrectContextControl class.
</summary>
<param name="context">Context to update.</param>
<param name="control">Actual parent control instance.</param>
</member>
<member name="M:Krypton.Toolkit.CorrectContextControl.Dispose">
<summary>
Cleanup settings.
</summary>
</member>
<member name="T:Krypton.Toolkit.DataGridViewColumnSpecCollection">
<summary>
Collection for managing ButtonSpecAny instances.
</summary>
</member>
<member name="M:Krypton.Toolkit.DataGridViewColumnSpecCollection.#ctor(System.Object)">
<summary>
Initialize a new instance of the DataGridViewColumnSpecCollection class.
</summary>
<param name="owner">Reference to owning object.</param>
</member>
<member name="T:Krypton.Toolkit.IContentValues">
<summary>
Exposes access to content values.
</summary>
</member>
<member name="M:Krypton.Toolkit.IContentValues.GetImage(Krypton.Toolkit.PaletteState)">
<summary>
Gets the content image.
</summary>
<param name="state">The state for which the image is needed.</param>
<returns>Image value.</returns>
</member>
<member name="M:Krypton.Toolkit.IContentValues.GetImageTransparentColor(Krypton.Toolkit.PaletteState)">
<summary>
Gets the image color that should be transparent.
</summary>
<param name="state">The state for which the image is needed.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.IContentValues.GetShortText">
<summary>
Gets the content short text.
</summary>
<returns>String value.</returns>
</member>
<member name="M:Krypton.Toolkit.IContentValues.GetLongText">
<summary>
Gets the content long text.
</summary>
<returns>String value.</returns>
</member>
<member name="T:Krypton.Toolkit.IButtonSpecValues">
<summary>
Exposes access to button specification values.
</summary>
</member>
<member name="E:Krypton.Toolkit.IButtonSpecValues.ButtonSpecPropertyChanged">
<summary>
Occurs when a button spec property has changed.
</summary>
</member>
<member name="M:Krypton.Toolkit.IButtonSpecValues.GetImage(Krypton.Toolkit.PaletteBase,Krypton.Toolkit.PaletteState)">
<summary>
Gets the button image.
</summary>
<param name="palette">Palette to use for inheriting values.</param>
<param name="state">State for which an image is needed.</param>
<returns>Button image.</returns>
</member>
<member name="M:Krypton.Toolkit.IButtonSpecValues.GetImageTransparentColor(Krypton.Toolkit.PaletteBase)">
<summary>
Gets the button image transparent color.
</summary>
<param name="palette">Palette to use for inheriting values.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.IButtonSpecValues.GetShortText(Krypton.Toolkit.PaletteBase)">
<summary>
Gets the button short text.
</summary>
<param name="palette">Palette to use for inheriting values.</param>
<returns>Short text string.</returns>
</member>
<member name="M:Krypton.Toolkit.IButtonSpecValues.GetLongText(Krypton.Toolkit.PaletteBase)">
<summary>
Gets the button long text.
</summary>
<param name="palette">Palette to use for inheriting values.</param>
<returns>Long text string.</returns>
</member>
<member name="M:Krypton.Toolkit.IButtonSpecValues.GetToolTipTitle(Krypton.Toolkit.PaletteBase)">
<summary>
Gets the button tooltip title text.
</summary>
<param name="palette">Palette to use for inheriting values.</param>
<returns>Tooltip title string.</returns>
</member>
<member name="M:Krypton.Toolkit.IButtonSpecValues.GetColorMap(Krypton.Toolkit.PaletteBase)">
<summary>
Gets and image color to remap to container foreground.
</summary>
<param name="palette">Palette to use for inheriting values.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.IButtonSpecValues.GetVisible(Krypton.Toolkit.PaletteBase)">
<summary>
Gets the button visibility.
</summary>
<param name="palette">Palette to use for inheriting values.</param>
<returns>Button visibility value.</returns>
</member>
<member name="M:Krypton.Toolkit.IButtonSpecValues.GetEnabled(Krypton.Toolkit.PaletteBase)">
<summary>
Gets the button enabled state.
</summary>
<param name="palette">Palette to use for inheriting values.</param>
<returns>Button enabled value.</returns>
</member>
<member name="M:Krypton.Toolkit.IButtonSpecValues.SetView(Krypton.Toolkit.ViewBase)">
<summary>
Sets the current view associated with the button spec.
</summary>
<param name="view">View element reference.</param>
</member>
<member name="M:Krypton.Toolkit.IButtonSpecValues.GetView">
<summary>
Get the current view associated with the button spec.
</summary>
<returns>View element reference.</returns>
</member>
<member name="M:Krypton.Toolkit.IButtonSpecValues.GetViewEnabled">
<summary>
Gets a value indicating if the associated view is enabled.
</summary>
<returns>True if enabled; otherwise false.</returns>
</member>
<member name="M:Krypton.Toolkit.IButtonSpecValues.GetEdge(Krypton.Toolkit.PaletteBase)">
<summary>
Gets the button edge alignment.
</summary>
<param name="palette">Palette to use for inheriting values.</param>
<returns>Button edge value.</returns>
</member>
<member name="M:Krypton.Toolkit.IButtonSpecValues.GetStyle(Krypton.Toolkit.PaletteBase)">
<summary>
Gets the button style.
</summary>
<param name="palette">Palette to use for inheriting values.</param>
<returns>Button style value.</returns>
</member>
<member name="M:Krypton.Toolkit.IButtonSpecValues.GetLocation(Krypton.Toolkit.PaletteBase)">
<summary>
Gets the button location value.
</summary>
<param name="palette">Palette to use for inheriting values.</param>
<returns>Button location.</returns>
</member>
<member name="M:Krypton.Toolkit.IButtonSpecValues.GetOrientation(Krypton.Toolkit.PaletteBase)">
<summary>
Gets the button orientation.
</summary>
<param name="palette">Palette to use for inheriting values.</param>
<returns>Orientation value.</returns>
</member>
<member name="T:Krypton.Toolkit.IContextMenuProvider">
<summary>
Interface exposed by a context menu provider.
</summary>
</member>
<member name="E:Krypton.Toolkit.IContextMenuProvider.Dispose">
<summary>
Raises the Dispose event.
</summary>
</member>
<member name="E:Krypton.Toolkit.IContextMenuProvider.Closing">
<summary>
Raises the Closing event.
</summary>
</member>
<member name="E:Krypton.Toolkit.IContextMenuProvider.Close">
<summary>
Raises the Close event.
</summary>
</member>
<member name="M:Krypton.Toolkit.IContextMenuProvider.OnDispose(System.EventArgs)">
<summary>
Fires the Closing event.
</summary>
<param name="e">An EventArgs containing the event data.</param>
</member>
<member name="M:Krypton.Toolkit.IContextMenuProvider.OnClosing(System.ComponentModel.CancelEventArgs)">
<summary>
Fires the Closing event.
</summary>
<param name="cea">A CancelEventArgs containing the event data.</param>
</member>
<member name="M:Krypton.Toolkit.IContextMenuProvider.OnClose(Krypton.Toolkit.CloseReasonEventArgs)">
<summary>
Fires the Close event.
</summary>
<param name="e">An CloseReasonMenuArgs containing the event data.</param>
</member>
<member name="P:Krypton.Toolkit.IContextMenuProvider.HasParentProvider">
<summary>
Does this provider have a parent provider.
</summary>
</member>
<member name="P:Krypton.Toolkit.IContextMenuProvider.ProviderEnabled">
<summary>
Is the entire context menu enabled.
</summary>
</member>
<member name="P:Krypton.Toolkit.IContextMenuProvider.ProviderCanCloseMenu">
<summary>
Is context menu capable of being closed.
</summary>
</member>
<member name="M:Krypton.Toolkit.IContextMenuProvider.ProviderShowSubMenuFixed(Krypton.Toolkit.KryptonContextMenuItem)">
<summary>
Should the sub menu be shown at fixed screen location for this menu item.
</summary>
<param name="menuItem">Menu item that needs to show sub menu.</param>
<returns>True if the sub menu should be a fixed size.</returns>
</member>
<member name="M:Krypton.Toolkit.IContextMenuProvider.ProviderShowSubMenuFixedRect(Krypton.Toolkit.KryptonContextMenuItem)">
<summary>
Should the sub menu be shown at fixed screen location for this menu item.
</summary>
<param name="menuItem">Menu item that needs to show sub menu.</param>
<returns>Screen rectangle to use as display rectangle.</returns>
</member>
<member name="P:Krypton.Toolkit.IContextMenuProvider.ProviderCloseReason">
<summary>
Sets the reason for the context menu being closed.
</summary>
</member>
<member name="P:Krypton.Toolkit.IContextMenuProvider.ProviderShowHorz">
<summary>
Gets and sets the horizontal setting used to position the menu.
</summary>
</member>
<member name="P:Krypton.Toolkit.IContextMenuProvider.ProviderShowVert">
<summary>
Gets and sets the vertical setting used to position the menu.
</summary>
</member>
<member name="P:Krypton.Toolkit.IContextMenuProvider.ProviderViewColumns">
<summary>
Gets access to the layout for context menu columns.
</summary>
</member>
<member name="P:Krypton.Toolkit.IContextMenuProvider.ProviderViewManager">
<summary>
Gets access to the context menu specific view manager.
</summary>
</member>
<member name="P:Krypton.Toolkit.IContextMenuProvider.ProviderStateCommon">
<summary>
Gets access to the context menu common state.
</summary>
</member>
<member name="P:Krypton.Toolkit.IContextMenuProvider.ProviderStateDisabled">
<summary>
Gets access to the context menu disabled state.
</summary>
</member>
<member name="P:Krypton.Toolkit.IContextMenuProvider.ProviderStateNormal">
<summary>
Gets access to the context menu normal state.
</summary>
</member>
<member name="P:Krypton.Toolkit.IContextMenuProvider.ProviderStateHighlight">
<summary>
Gets access to the context menu highlight state.
</summary>
</member>
<member name="P:Krypton.Toolkit.IContextMenuProvider.ProviderStateChecked">
<summary>
Gets access to the context menu checked state.
</summary>
</member>
<member name="P:Krypton.Toolkit.IContextMenuProvider.ProviderImages">
<summary>
Gets access to the context menu images.
</summary>
</member>
<member name="P:Krypton.Toolkit.IContextMenuProvider.ProviderPalette">
<summary>
Gets access to the custom palette.
</summary>
</member>
<member name="P:Krypton.Toolkit.IContextMenuProvider.ProviderPaletteMode">
<summary>
Gets access to the palette mode.
</summary>
</member>
<member name="P:Krypton.Toolkit.IContextMenuProvider.ProviderRedirector">
<summary>
Gets access to the context menu redirector.
</summary>
</member>
<member name="P:Krypton.Toolkit.IContextMenuProvider.ProviderNeedPaintDelegate">
<summary>
Gets a delegate used to indicate a repaint is required.
</summary>
</member>
<member name="T:Krypton.Toolkit.IContextMenuItemColumn">
<summary>
Interface used to control width of a context menu item column.
</summary>
</member>
<member name="P:Krypton.Toolkit.IContextMenuItemColumn.ColumnIndex">
<summary>
Gets the index of the column within the menu item.
</summary>
</member>
<member name="P:Krypton.Toolkit.IContextMenuItemColumn.LastPreferredSize">
<summary>
Gets the last calculated preferred size value.
</summary>
</member>
<member name="P:Krypton.Toolkit.IContextMenuItemColumn.OverridePreferredWidth">
<summary>
Sets the preferred width value to use until further notice.
</summary>
</member>
<member name="T:Krypton.Toolkit.IContextMenuTarget">
<summary>
Interface used to control width of a context menu item column.
</summary>
</member>
<member name="P:Krypton.Toolkit.IContextMenuTarget.HasSubMenu">
<summary>
Returns if the item shows a sub menu when selected.
</summary>
</member>
<member name="M:Krypton.Toolkit.IContextMenuTarget.ShowTarget">
<summary>
This target should display as the active target.
</summary>
</member>
<member name="M:Krypton.Toolkit.IContextMenuTarget.ClearTarget">
<summary>
This target should clear any active display.
</summary>
</member>
<member name="M:Krypton.Toolkit.IContextMenuTarget.ShowSubMenu">
<summary>
This target should show any appropriate sub menu.
</summary>
</member>
<member name="M:Krypton.Toolkit.IContextMenuTarget.ClearSubMenu">
<summary>
This target should remove any showing sub menu.
</summary>
</member>
<member name="M:Krypton.Toolkit.IContextMenuTarget.MatchMnemonic(System.Char)">
<summary>
Determine if the keys value matches the mnemonic setting for this target.
</summary>
<param name="charCode">Key code to test against.</param>
<returns>True if a match is found; otherwise false.</returns>
</member>
<member name="M:Krypton.Toolkit.IContextMenuTarget.MnemonicActivate">
<summary>
Activate the item because of a mnemonic key press.
</summary>
</member>
<member name="M:Krypton.Toolkit.IContextMenuTarget.GetActiveView">
<summary>
Gets the view element that should be used when this target is active.
</summary>
<returns>View element to become active.</returns>
</member>
<member name="P:Krypton.Toolkit.IContextMenuTarget.ClientRectangle">
<summary>
Get the client rectangle for the display of this target.
</summary>
</member>
<member name="M:Krypton.Toolkit.IContextMenuTarget.DoesStackedClientMouseDownBecomeCurrent(System.Drawing.Point)">
<summary>
Should a mouse down at the provided point cause the currently stacked context menu to become current.
</summary>
<param name="pt">Client coordinates point.</param>
<returns>True to become current; otherwise false.</returns>
</member>
<member name="T:Krypton.Toolkit.IContainedInputControl">
<summary>
Interface allowing access to the contained input control.
</summary>
</member>
<member name="P:Krypton.Toolkit.IContainedInputControl.ContainedControl">
<summary>
Gets access to the contained input control.
</summary>
</member>
<member name="T:Krypton.Toolkit.IKryptonCommand">
<summary>
Interface exposes access to a command definition.
</summary>
</member>
<member name="E:Krypton.Toolkit.IKryptonCommand.Execute">
<summary>
Occurs when the command needs executing.
</summary>
</member>
<member name="E:Krypton.Toolkit.IKryptonCommand.PropertyChanged">
<summary>
Occurs when a property has changed value.
</summary>
</member>
<member name="P:Krypton.Toolkit.IKryptonCommand.Enabled">
<summary>
Gets and sets the enabled state of the command.
</summary>
</member>
<member name="P:Krypton.Toolkit.IKryptonCommand.Checked">
<summary>
Gets and sets the checked state of the command.
</summary>
</member>
<member name="P:Krypton.Toolkit.IKryptonCommand.CheckState">
<summary>
Gets and sets the check state of the command.
</summary>
</member>
<member name="P:Krypton.Toolkit.IKryptonCommand.Text">
<summary>
Gets and sets the command text.
</summary>
</member>
<member name="P:Krypton.Toolkit.IKryptonCommand.ExtraText">
<summary>
Gets and sets the command extra text.
</summary>
</member>
<member name="P:Krypton.Toolkit.IKryptonCommand.TextLine1">
<summary>
Gets and sets the command text line 1 for use in KryptonRibbon.
</summary>
</member>
<member name="P:Krypton.Toolkit.IKryptonCommand.TextLine2">
<summary>
Gets and sets the command text line 2 for use in KryptonRibbon.
</summary>
</member>
<member name="P:Krypton.Toolkit.IKryptonCommand.ImageSmall">
<summary>
Gets and sets the command small image.
</summary>
</member>
<member name="P:Krypton.Toolkit.IKryptonCommand.ImageLarge">
<summary>
Gets and sets the command large image.
</summary>
</member>
<member name="P:Krypton.Toolkit.IKryptonCommand.ImageTransparentColor">
<summary>
Gets and sets the command image transparent color.
</summary>
</member>
<member name="P:Krypton.Toolkit.IKryptonCommand.CommandType">
<summary>Gets or sets the type of the command.</summary>
<value>The type of the command.</value>
</member>
<member name="M:Krypton.Toolkit.IKryptonCommand.PerformExecute">
<summary>
Generates an Execute event for a command.
</summary>
</member>
<member name="T:Krypton.Toolkit.IKryptonMonthCalendar">
<summary>
Provides month calendar information.
</summary>
</member>
<member name="P:Krypton.Toolkit.IKryptonMonthCalendar.CalendarControl">
<summary>
Gets access to the owning control
</summary>
</member>
<member name="P:Krypton.Toolkit.IKryptonMonthCalendar.InDesignMode">
<summary>
Gets if the control is in design mode.
</summary>
</member>
<member name="M:Krypton.Toolkit.IKryptonMonthCalendar.GetRenderer">
<summary>
Get the renderer.
</summary>
<returns>Render instance.</returns>
</member>
<member name="P:Krypton.Toolkit.IKryptonMonthCalendar.GetToolStripDelegate">
<summary>
Gets a delegate for creating tool strip renderers.
</summary>
</member>
<member name="P:Krypton.Toolkit.IKryptonMonthCalendar.CalendarDimensions">
<summary>
Gets the number of columns and rows of months Displayed.
</summary>
</member>
<member name="P:Krypton.Toolkit.IKryptonMonthCalendar.FirstDayOfWeek">
<summary>
First day of the week.
</summary>
</member>
<member name="P:Krypton.Toolkit.IKryptonMonthCalendar.MinDate">
<summary>
First date allowed to be drawn/selected.
</summary>
</member>
<member name="P:Krypton.Toolkit.IKryptonMonthCalendar.MaxDate">
<summary>
Last date allowed to be drawn/selected.
</summary>
</member>
<member name="P:Krypton.Toolkit.IKryptonMonthCalendar.TodayDate">
<summary>
Today's date.
</summary>
</member>
<member name="P:Krypton.Toolkit.IKryptonMonthCalendar.TodayFormat">
<summary>
Today's date format.
</summary>
</member>
<member name="P:Krypton.Toolkit.IKryptonMonthCalendar.FocusDay">
<summary>
Gets the focus day.
</summary>
</member>
<member name="P:Krypton.Toolkit.IKryptonMonthCalendar.MaxSelectionCount">
<summary>
Number of days allowed to be selected at a time.
</summary>
</member>
<member name="P:Krypton.Toolkit.IKryptonMonthCalendar.ScrollChange">
<summary>
Gets the number of months to move for next/prev buttons.
</summary>
</member>
<member name="P:Krypton.Toolkit.IKryptonMonthCalendar.SelectionStart">
<summary>
Start of selected range.
</summary>
</member>
<member name="P:Krypton.Toolkit.IKryptonMonthCalendar.SelectionEnd">
<summary>
End of selected range.
</summary>
</member>
<member name="M:Krypton.Toolkit.IKryptonMonthCalendar.SetBoldedOverride(System.Boolean)">
<summary>
Update usage of bolded overrides.
</summary>
<param name="bolded">Should show bolded.</param>
</member>
<member name="M:Krypton.Toolkit.IKryptonMonthCalendar.SetTodayOverride(System.Boolean)">
<summary>
Update usage of today overrides.
</summary>
<param name="today">New today state.</param>
</member>
<member name="M:Krypton.Toolkit.IKryptonMonthCalendar.SetFocusOverride(System.Boolean)">
<summary>
Update usage of focus overrides.
</summary>
<param name="focus">Should show focus.</param>
</member>
<member name="M:Krypton.Toolkit.IKryptonMonthCalendar.SetSelectionRange(System.DateTime,System.DateTime)">
<summary>
Set the selection range.
</summary>
<param name="start">New starting date.</param>
<param name="end">New ending date.</param>
</member>
<member name="P:Krypton.Toolkit.IKryptonMonthCalendar.BoldedDatesList">
<summary>
Dates to be bolded.
</summary>
</member>
<member name="P:Krypton.Toolkit.IKryptonMonthCalendar.MonthlyBoldedDatesMask">
<summary>
Monthly days to be bolded.
</summary>
</member>
<member name="P:Krypton.Toolkit.IKryptonMonthCalendar.AnnuallyBoldedDatesMask">
<summary>
Array of annual days per month to be bolded.
</summary>
</member>
<member name="P:Krypton.Toolkit.IKryptonMonthCalendar.StateCommon">
<summary>
Gets access to the month calendar common appearance entries.
</summary>
</member>
<member name="P:Krypton.Toolkit.IKryptonMonthCalendar.StateNormal">
<summary>
Gets access to the month calendar normal appearance entries.
</summary>
</member>
<member name="P:Krypton.Toolkit.IKryptonMonthCalendar.StateDisabled">
<summary>
Gets access to the month calendar disabled appearance entries.
</summary>
</member>
<member name="P:Krypton.Toolkit.IKryptonMonthCalendar.StateTracking">
<summary>
Gets access to the month calendar tracking appearance entries.
</summary>
</member>
<member name="P:Krypton.Toolkit.IKryptonMonthCalendar.StatePressed">
<summary>
Gets access to the month calendar pressed appearance entries.
</summary>
</member>
<member name="P:Krypton.Toolkit.IKryptonMonthCalendar.StateCheckedNormal">
<summary>
Gets access to the month calendar checked normal appearance entries.
</summary>
</member>
<member name="P:Krypton.Toolkit.IKryptonMonthCalendar.StateCheckedTracking">
<summary>
Gets access to the month calendar checked tracking appearance entries.
</summary>
</member>
<member name="P:Krypton.Toolkit.IKryptonMonthCalendar.StateCheckedPressed">
<summary>
Gets access to the month calendar checked pressed appearance entries.
</summary>
</member>
<member name="P:Krypton.Toolkit.IKryptonMonthCalendar.OverrideDisabled">
<summary>
Gets access to the override for disabled day.
</summary>
</member>
<member name="P:Krypton.Toolkit.IKryptonMonthCalendar.OverrideNormal">
<summary>
Gets access to the override for disabled day.
</summary>
</member>
<member name="P:Krypton.Toolkit.IKryptonMonthCalendar.OverrideTracking">
<summary>
Gets access to the override for tracking day.
</summary>
</member>
<member name="P:Krypton.Toolkit.IKryptonMonthCalendar.OverridePressed">
<summary>
Gets access to the override for pressed day.
</summary>
</member>
<member name="P:Krypton.Toolkit.IKryptonMonthCalendar.OverrideCheckedNormal">
<summary>
Gets access to the override for checked normal day.
</summary>
</member>
<member name="P:Krypton.Toolkit.IKryptonMonthCalendar.OverrideCheckedTracking">
<summary>
Gets access to the override for checked tracking day.
</summary>
</member>
<member name="P:Krypton.Toolkit.IKryptonMonthCalendar.OverrideCheckedPressed">
<summary>
Gets access to the override for checked pressed day.
</summary>
</member>
<member name="T:Krypton.Toolkit.IKryptonDebug">
<summary>
Exposes access to the debugging helpers for krypton controls.
</summary>
</member>
<member name="M:Krypton.Toolkit.IKryptonDebug.KryptonResetCounters">
<summary>
Reset the internal counters.
</summary>
</member>
<member name="P:Krypton.Toolkit.IKryptonDebug.KryptonLayoutCounter">
<summary>
Gets the number of layout cycles performed since last reset.
</summary>
</member>
<member name="P:Krypton.Toolkit.IKryptonDebug.KryptonPaintCounter">
<summary>
Gets the number of paint cycles performed since last reset.
</summary>
</member>
<member name="T:Krypton.Toolkit.IKryptonDesignerSelect">
<summary>
Exposes design time selection of parent control.
</summary>
</member>
<member name="P:Krypton.Toolkit.IKryptonDesignerSelect.CanPaint">
<summary>
Should painting be performed for the selection glyph.
</summary>
</member>
<member name="M:Krypton.Toolkit.IKryptonDesignerSelect.SelectParentControl">
<summary>
Request the parent control be selected.
</summary>
</member>
<member name="T:Krypton.Toolkit.IKryptonDesignObject">
<summary>
Exposes interface for visual form to cooperate with a view for Designers.
</summary>
</member>
<member name="P:Krypton.Toolkit.IKryptonDesignObject.DesignEnabled">
<summary>
Gets and sets if the object is enabled.
</summary>
</member>
<member name="P:Krypton.Toolkit.IKryptonDesignObject.DesignVisible">
<summary>
Gets and sets if the object is visible.
</summary>
</member>
<member name="T:Krypton.Toolkit.VisualOrientation">
<summary>
Specifies the orientation of a visual element.
</summary>
</member>
<member name="F:Krypton.Toolkit.VisualOrientation.Top">
<summary>
Specifies the element is orientated in a vertical top down manner.
</summary>
</member>
<member name="F:Krypton.Toolkit.VisualOrientation.Bottom">
<summary>
Specifies the element is orientated in a vertical bottom upwards manner.
</summary>
</member>
<member name="F:Krypton.Toolkit.VisualOrientation.Left">
<summary>
Specifies the element is orientated in a horizontal left to right manner.
</summary>
</member>
<member name="F:Krypton.Toolkit.VisualOrientation.Right">
<summary>
Specifies the element is orientated in a horizontal right to left manner.
</summary>
</member>
<member name="T:Krypton.Toolkit.TabBorderStyle">
<summary>
Specifies the style of tab border to draw.
</summary>
</member>
<member name="F:Krypton.Toolkit.TabBorderStyle.SquareEqualSmall">
<summary>
Specifies square tabs of equal size with small spacing gaps.
</summary>
</member>
<member name="F:Krypton.Toolkit.TabBorderStyle.SquareEqualMedium">
<summary>
Specifies square tabs of equal size with medium spacing gaps.
</summary>
</member>
<member name="F:Krypton.Toolkit.TabBorderStyle.SquareEqualLarge">
<summary>
Specifies square tabs of equal size with large spacing gaps.
</summary>
</member>
<member name="F:Krypton.Toolkit.TabBorderStyle.SquareOutsizeSmall">
<summary>
Specifies square tabs with larger selected entry with small spacing gaps.
</summary>
</member>
<member name="F:Krypton.Toolkit.TabBorderStyle.SquareOutsizeMedium">
<summary>
Specifies square tabs with larger selected entry with medium spacing gaps.
</summary>
</member>
<member name="F:Krypton.Toolkit.TabBorderStyle.SquareOutsizeLarge">
<summary>
Specifies square tabs with larger selected entry with large spacing gaps.
</summary>
</member>
<member name="F:Krypton.Toolkit.TabBorderStyle.RoundedEqualSmall">
<summary>
Specifies rounded tabs of equal size with small spacing gaps.
</summary>
</member>
<member name="F:Krypton.Toolkit.TabBorderStyle.RoundedEqualMedium">
<summary>
Specifies rounded tabs of equal size with medium spacing gaps.
</summary>
</member>
<member name="F:Krypton.Toolkit.TabBorderStyle.RoundedEqualLarge">
<summary>
Specifies rounded tabs of equal size with large spacing gaps.
</summary>
</member>
<member name="F:Krypton.Toolkit.TabBorderStyle.RoundedOutsizeSmall">
<summary>
Specifies rounded tabs with larger selected entry with small spacing gaps.
</summary>
</member>
<member name="F:Krypton.Toolkit.TabBorderStyle.RoundedOutsizeMedium">
<summary>
Specifies rounded tabs with larger selected entry with medium spacing gaps.
</summary>
</member>
<member name="F:Krypton.Toolkit.TabBorderStyle.RoundedOutsizeLarge">
<summary>
Specifies rounded tabs with larger selected entry with large spacing gaps.
</summary>
</member>
<member name="F:Krypton.Toolkit.TabBorderStyle.SlantEqualNear">
<summary>
Specifies near slanted tabs of equal size.
</summary>
</member>
<member name="F:Krypton.Toolkit.TabBorderStyle.SlantEqualFar">
<summary>
Specifies far slanted tabs of equal size.
</summary>
</member>
<member name="F:Krypton.Toolkit.TabBorderStyle.SlantEqualBoth">
<summary>
Specifies double slanted tabs of equal size.
</summary>
</member>
<member name="F:Krypton.Toolkit.TabBorderStyle.SlantOutsizeNear">
<summary>
Specifies near slanted tabs with larger selected entry.
</summary>
</member>
<member name="F:Krypton.Toolkit.TabBorderStyle.SlantOutsizeFar">
<summary>
Specifies far slanted tabs with larger selected entry.
</summary>
</member>
<member name="F:Krypton.Toolkit.TabBorderStyle.SlantOutsizeBoth">
<summary>
Specifies double slanted tabs with larger selected entry.
</summary>
</member>
<member name="F:Krypton.Toolkit.TabBorderStyle.OneNote">
<summary>
Specifies the OneNote application style tab appearance.
</summary>
</member>
<member name="F:Krypton.Toolkit.TabBorderStyle.SmoothEqual">
<summary>
Specifies smooth tabs of equal size.
</summary>
</member>
<member name="F:Krypton.Toolkit.TabBorderStyle.SmoothOutsize">
<summary>
Specifies smooth tabs with larger selected entry.
</summary>
</member>
<member name="F:Krypton.Toolkit.TabBorderStyle.DockEqual">
<summary>
Specifies docking tabs of equal size.
</summary>
</member>
<member name="F:Krypton.Toolkit.TabBorderStyle.DockOutsize">
<summary>
Specifies docking tabs with larger selected entry.
</summary>
</member>
<member name="T:Krypton.Toolkit.ButtonEnabled">
<summary>
Specifies the enabled state of a button specification.
</summary>
</member>
<member name="F:Krypton.Toolkit.ButtonEnabled.Container">
<summary>
Specifies button should take enabled state from container control state.
</summary>
</member>
<member name="F:Krypton.Toolkit.ButtonEnabled.True">
<summary>
Specifies button should be enabled.
</summary>
</member>
<member name="F:Krypton.Toolkit.ButtonEnabled.False">
<summary>
Specifies button should be disabled.
</summary>
</member>
<member name="T:Krypton.Toolkit.ButtonOrientation">
<summary>
Specifies the orientation of a button specification.
</summary>
</member>
<member name="F:Krypton.Toolkit.ButtonOrientation.Auto">
<summary>
Specifies orientation should automatically match the concept of use.
</summary>
</member>
<member name="F:Krypton.Toolkit.ButtonOrientation.FixedTop">
<summary>
Specifies the button is orientated in a vertical top down manner.
</summary>
</member>
<member name="F:Krypton.Toolkit.ButtonOrientation.FixedBottom">
<summary>
Specifies the button is orientated in a vertical bottom upwards manner.
</summary>
</member>
<member name="F:Krypton.Toolkit.ButtonOrientation.FixedLeft">
<summary>
Specifies the button is orientated in a horizontal left to right manner.
</summary>
</member>
<member name="F:Krypton.Toolkit.ButtonOrientation.FixedRight">
<summary>
Specifies the button is orientated in a horizontal right to left manner.
</summary>
</member>
<member name="T:Krypton.Toolkit.ButtonCheckState">
<summary>
Specifies the checked state of a button.
</summary>
</member>
<member name="F:Krypton.Toolkit.ButtonCheckState.NotCheckButton">
<summary>
Specifies the button is not a checked button.
</summary>
</member>
<member name="F:Krypton.Toolkit.ButtonCheckState.Checked">
<summary>
Specifies the check button is currently checked.
</summary>
</member>
<member name="F:Krypton.Toolkit.ButtonCheckState.Unchecked">
<summary>
Specifies the check button is not currently checked.
</summary>
</member>
<member name="T:Krypton.Toolkit.RelativeEdgeAlign">
<summary>
Specifies a relative edge alignment position.
</summary>
</member>
<member name="F:Krypton.Toolkit.RelativeEdgeAlign.Near">
<summary>
Specifies a relative alignment of near.
</summary>
</member>
<member name="F:Krypton.Toolkit.RelativeEdgeAlign.Far">
<summary>
Specifies a relative alignment of far.
</summary>
</member>
<member name="T:Krypton.Toolkit.RelativePositionAlign">
<summary>
Specifies a relative alignment position.
</summary>
</member>
<member name="F:Krypton.Toolkit.RelativePositionAlign.Near">
<summary>
Specifies a relative alignment of near.
</summary>
</member>
<member name="F:Krypton.Toolkit.RelativePositionAlign.Center">
<summary>
Specifies a relative alignment of center.
</summary>
</member>
<member name="F:Krypton.Toolkit.RelativePositionAlign.Far">
<summary>
Specifies a relative alignment of far.
</summary>
</member>
<member name="T:Krypton.Toolkit.LabelStyle">
<summary>
Specifies the label style.
</summary>
</member>
<member name="F:Krypton.Toolkit.LabelStyle.NormalControl">
<summary>
Specifies a normal label for use on a control style background.
</summary>
</member>
<member name="F:Krypton.Toolkit.LabelStyle.BoldControl">
<summary>
Specifies a bold label for use on a control style background.
</summary>
</member>
<member name="F:Krypton.Toolkit.LabelStyle.ItalicControl">
<summary>
Specifies an italic label for use on a control style background.
</summary>
</member>
<member name="F:Krypton.Toolkit.LabelStyle.TitleControl">
<summary>
Specifies a label appropriate for titles for use on a control style background.
</summary>
</member>
<member name="F:Krypton.Toolkit.LabelStyle.AlternatePanel">
<summary>
Specifies an alternate label for use on a panel style background.
</summary>
</member>
<member name="F:Krypton.Toolkit.LabelStyle.NormalPanel">
<summary>
Specifies a normal label for use on a panel style background.
</summary>
</member>
<member name="F:Krypton.Toolkit.LabelStyle.BoldPanel">
<summary>
Specifies a bold label for use on a panel style background.
</summary>
</member>
<member name="F:Krypton.Toolkit.LabelStyle.ItalicPanel">
<summary>
Specifies an italic label for use on a panel style background.
</summary>
</member>
<member name="F:Krypton.Toolkit.LabelStyle.TitlePanel">
<summary>
Specifies a label appropriate for titles for use on a panel style background.
</summary>
</member>
<member name="F:Krypton.Toolkit.LabelStyle.GroupBoxCaption">
<summary>
Specifies a label appropriate for captions for use on a group box style background.
</summary>
</member>
<member name="F:Krypton.Toolkit.LabelStyle.ToolTip">
<summary>
Specifies a label appropriate for use inside a tooltip.
</summary>
</member>
<member name="F:Krypton.Toolkit.LabelStyle.SuperTip">
<summary>
Specifies a label appropriate for use inside a super tooltip.
</summary>
</member>
<member name="F:Krypton.Toolkit.LabelStyle.KeyTip">
<summary>
Specifies a label appropriate for use inside a key tooltip.
</summary>
</member>
<member name="F:Krypton.Toolkit.LabelStyle.Custom1">
<summary>
Specifies the first custom label style.
</summary>
</member>
<member name="T:Krypton.Toolkit.GridStyle">
<summary>
Specifies the grid style.
</summary>
</member>
<member name="F:Krypton.Toolkit.GridStyle.List">
<summary>
Specifies a list grid style.
</summary>
</member>
<member name="F:Krypton.Toolkit.GridStyle.Sheet">
<summary>
Specifies a worksheet grid style.
</summary>
</member>
<member name="F:Krypton.Toolkit.GridStyle.Custom1">
<summary>
Specifies the first custom grid style.
</summary>
</member>
<member name="T:Krypton.Toolkit.DataGridViewStyle">
<summary>
Specifies the data grid view style.
</summary>
</member>
<member name="F:Krypton.Toolkit.DataGridViewStyle.List">
<summary>
Specifies a list grid style.
</summary>
</member>
<member name="F:Krypton.Toolkit.DataGridViewStyle.Sheet">
<summary>
Specifies a worksheet grid style.
</summary>
</member>
<member name="F:Krypton.Toolkit.DataGridViewStyle.Custom1">
<summary>
Specifies the first custom grid style.
</summary>
</member>
<member name="F:Krypton.Toolkit.DataGridViewStyle.Mixed">
<summary>
Specifies a mixed set of styles.
</summary>
</member>
<member name="T:Krypton.Toolkit.HeaderStyle">
<summary>
Specifies the header style.
</summary>
</member>
<member name="F:Krypton.Toolkit.HeaderStyle.Primary">
<summary>
Specifies a primary header.
</summary>
</member>
<member name="F:Krypton.Toolkit.HeaderStyle.Secondary">
<summary>
Specifies a secondary header.
</summary>
</member>
<member name="F:Krypton.Toolkit.HeaderStyle.DockInactive">
<summary>
Specifies an inactive docking header.
</summary>
</member>
<member name="F:Krypton.Toolkit.HeaderStyle.DockActive">
<summary>
Specifies an active docking header.
</summary>
</member>
<member name="F:Krypton.Toolkit.HeaderStyle.Form">
<summary>
Specifies a form header.
</summary>
</member>
<member name="F:Krypton.Toolkit.HeaderStyle.Calendar">
<summary>
Specifies a calendar header.
</summary>
</member>
<member name="F:Krypton.Toolkit.HeaderStyle.Custom1">
<summary>
Specifies the first custom header style.
</summary>
</member>
<member name="T:Krypton.Toolkit.ButtonStyle">
<summary>
Specifies the button style.
</summary>
</member>
<member name="F:Krypton.Toolkit.ButtonStyle.Standalone">
<summary>
Specifies a standalone button style.
</summary>
</member>
<member name="F:Krypton.Toolkit.ButtonStyle.Alternate">
<summary>
Specifies an alternate standalone button style.
</summary>
</member>
<member name="F:Krypton.Toolkit.ButtonStyle.LowProfile">
<summary>
Specifies a low profile button style.
</summary>
</member>
<member name="F:Krypton.Toolkit.ButtonStyle.ButtonSpec">
<summary>
Specifies a button spec usage style.
</summary>
</member>
<member name="F:Krypton.Toolkit.ButtonStyle.BreadCrumb">
<summary>
Specifies a button style appropriate for bread crumbs.
</summary>
</member>
<member name="F:Krypton.Toolkit.ButtonStyle.CalendarDay">
<summary>
Specifies a button style appropriate for calendar day.
</summary>
</member>
<member name="F:Krypton.Toolkit.ButtonStyle.Cluster">
<summary>
Specifies a ribbon cluster button usage style.
</summary>
</member>
<member name="F:Krypton.Toolkit.ButtonStyle.Gallery">
<summary>
Specifies a ribbon gallery button usage style.
</summary>
</member>
<member name="F:Krypton.Toolkit.ButtonStyle.NavigatorStack">
<summary>
Specifies a navigator stack usage style.
</summary>
</member>
<member name="F:Krypton.Toolkit.ButtonStyle.NavigatorOverflow">
<summary>
Specifies a navigator overflow usage style.
</summary>
</member>
<member name="F:Krypton.Toolkit.ButtonStyle.NavigatorMini">
<summary>
Specifies a navigator mini usage style.
</summary>
</member>
<member name="F:Krypton.Toolkit.ButtonStyle.InputControl">
<summary>
Specifies an input control usage style.
</summary>
</member>
<member name="F:Krypton.Toolkit.ButtonStyle.ListItem">
<summary>
Specifies a list item usage style.
</summary>
</member>
<member name="F:Krypton.Toolkit.ButtonStyle.Form">
<summary>
Specifies a form level style.
</summary>
</member>
<member name="F:Krypton.Toolkit.ButtonStyle.FormClose">
<summary>
Specifies a form close button.
</summary>
</member>
<member name="F:Krypton.Toolkit.ButtonStyle.Command">
<summary>
Specifies a command button.
</summary>
</member>
<member name="F:Krypton.Toolkit.ButtonStyle.Custom1">
<summary>
Specifies the first custom button style.
</summary>
</member>
<member name="T:Krypton.Toolkit.InputControlStyle">
<summary>
Specifies the input control style.
</summary>
</member>
<member name="F:Krypton.Toolkit.InputControlStyle.Standalone">
<summary>
Specifies a standalone input button style.
</summary>
</member>
<member name="F:Krypton.Toolkit.InputControlStyle.Ribbon">
<summary>
Specifies a ribbon input button style.
</summary>
</member>
<member name="F:Krypton.Toolkit.InputControlStyle.Custom1">
<summary>
Specifies a custom input button style.
</summary>
</member>
<member name="F:Krypton.Toolkit.InputControlStyle.PanelClient">
<summary>
Specifies a panel client input style.
</summary>
</member>
<member name="F:Krypton.Toolkit.InputControlStyle.PanelAlternate">
<summary>
Specifies the panel alternate input style.
</summary>
</member>
<member name="T:Krypton.Toolkit.SeparatorStyle">
<summary>
Specifies the separator style.
</summary>
</member>
<member name="F:Krypton.Toolkit.SeparatorStyle.LowProfile">
<summary>
Specifies a low profile separator.
</summary>
</member>
<member name="F:Krypton.Toolkit.SeparatorStyle.HighProfile">
<summary>
Specifies a high profile separator.
</summary>
</member>
<member name="F:Krypton.Toolkit.SeparatorStyle.HighInternalProfile">
<summary>
Specifies a high profile for internal separator.
</summary>
</member>
<member name="F:Krypton.Toolkit.SeparatorStyle.Custom1">
<summary>
Specifies a custom separator.
</summary>
</member>
<member name="T:Krypton.Toolkit.TabStyle">
<summary>
Specifies the tab style.
</summary>
</member>
<member name="F:Krypton.Toolkit.TabStyle.HighProfile">
<summary>
Specifies the high profile tab style.
</summary>
</member>
<member name="F:Krypton.Toolkit.TabStyle.StandardProfile">
<summary>
Specifies the standard profile style.
</summary>
</member>
<member name="F:Krypton.Toolkit.TabStyle.LowProfile">
<summary>
Specifies the low profile tab style.
</summary>
</member>
<member name="F:Krypton.Toolkit.TabStyle.OneNote">
<summary>
Specifies the Microsoft OneNote tab style.
</summary>
</member>
<member name="F:Krypton.Toolkit.TabStyle.Dock">
<summary>
Specifies the docking tab style.
</summary>
</member>
<member name="F:Krypton.Toolkit.TabStyle.DockAutoHidden">
<summary>
Specifies the auto hidden docking tab style.
</summary>
</member>
<member name="F:Krypton.Toolkit.TabStyle.Custom1">
<summary>
Specifies the first custom tab style.
</summary>
</member>
<member name="T:Krypton.Toolkit.HeaderLocation">
<summary>
Specifies a target header.
</summary>
</member>
<member name="F:Krypton.Toolkit.HeaderLocation.PrimaryHeader">
<summary>
Specifies the primary header.
</summary>
</member>
<member name="F:Krypton.Toolkit.HeaderLocation.SecondaryHeader">
<summary>
Specifies the secondary header.
</summary>
</member>
<member name="T:Krypton.Toolkit.HeaderGroupCollapsedTarget">
<summary>
Specifies the target collapsed state of a header group when in the collapsed mode.
</summary>
</member>
<member name="F:Krypton.Toolkit.HeaderGroupCollapsedTarget.CollapsedToPrimary">
<summary>
Specifies the appearance is collapsed to just the primary header.
</summary>
</member>
<member name="F:Krypton.Toolkit.HeaderGroupCollapsedTarget.CollapsedToSecondary">
<summary>
Specifies the appearance is collapsed to just the secondary header.
</summary>
</member>
<member name="F:Krypton.Toolkit.HeaderGroupCollapsedTarget.CollapsedToBoth">
<summary>
Specifies the appearance is collapsed to just the primary and secondary headers.
</summary>
</member>
<member name="T:Krypton.Toolkit.KryptonLinkBehavior">
<summary>
Specifies the logic for underlining the link label short text.
</summary>
</member>
<member name="F:Krypton.Toolkit.KryptonLinkBehavior.AlwaysUnderline">
<summary>
Specifies the short text is always underlined.
</summary>
</member>
<member name="F:Krypton.Toolkit.KryptonLinkBehavior.HoverUnderline">
<summary>
Specifies the short text is underlined only when mouse hovers over text.
</summary>
</member>
<member name="F:Krypton.Toolkit.KryptonLinkBehavior.NeverUnderline">
<summary>
Specifies the short text is never underlined.
</summary>
</member>
<member name="T:Krypton.Toolkit.ViewDockStyle">
<summary>
Specifies the docking styles for the docking view elements.
</summary>
</member>
<member name="F:Krypton.Toolkit.ViewDockStyle.Fill">
<summary>
Specifies the child element should fill the remaining space.
</summary>
</member>
<member name="F:Krypton.Toolkit.ViewDockStyle.Top">
<summary>
Specifies the child element should dock against the top edge.
</summary>
</member>
<member name="F:Krypton.Toolkit.ViewDockStyle.Bottom">
<summary>
Specifies the child element should dock against the bottom edge.
</summary>
</member>
<member name="F:Krypton.Toolkit.ViewDockStyle.Left">
<summary>
Specifies the child element should dock against the left edge.
</summary>
</member>
<member name="F:Krypton.Toolkit.ViewDockStyle.Right">
<summary>
Specifies the child element should dock against the right edge.
</summary>
</member>
<member name="T:Krypton.Toolkit.GridRowGlyph">
<summary>
Specifies the grid row glyph.
</summary>
</member>
<member name="F:Krypton.Toolkit.GridRowGlyph.None">
<summary>
Specifies no glyph for the row.
</summary>
</member>
<member name="F:Krypton.Toolkit.GridRowGlyph.Star">
<summary>
Specifies a star for showing a dirty row.
</summary>
</member>
<member name="F:Krypton.Toolkit.GridRowGlyph.Arrow">
<summary>
Specifies an arrow for the current row.
</summary>
</member>
<member name="F:Krypton.Toolkit.GridRowGlyph.ArrowStar">
<summary>
Specifies a star and arrow for a dirty current row.
</summary>
</member>
<member name="F:Krypton.Toolkit.GridRowGlyph.Pencil">
<summary>
Specifies a pencil for the line being edited.
</summary>
</member>
<member name="T:Krypton.Toolkit.KryptonContextMenuPositionV">
<summary>
Specifies the relative vertical position for showing a KryptonContextMenu.
</summary>
</member>
<member name="F:Krypton.Toolkit.KryptonContextMenuPositionV.Above">
<summary>
Specifies bottom of context menu is adjacent to top of rectangle.
</summary>
</member>
<member name="F:Krypton.Toolkit.KryptonContextMenuPositionV.Below">
<summary>
Specifies top of context menu is adjacent to bottom of rectangle.
</summary>
</member>
<member name="F:Krypton.Toolkit.KryptonContextMenuPositionV.Top">
<summary>
Specifies top of context menu is adjacent to top of rectangle.
</summary>
</member>
<member name="F:Krypton.Toolkit.KryptonContextMenuPositionV.Bottom">
<summary>
Specifies bottom of context menu is adjacent to bottom of rectangle.
</summary>
</member>
<member name="T:Krypton.Toolkit.KryptonContextMenuPositionH">
<summary>
Specifies the relative horizontal position for showing a KryptonContextMenu.
</summary>
</member>
<member name="F:Krypton.Toolkit.KryptonContextMenuPositionH.Before">
<summary>
Specifies right of context menu is adjacent to left of rectangle.
</summary>
</member>
<member name="F:Krypton.Toolkit.KryptonContextMenuPositionH.After">
<summary>
Specifies left of context menu is adjacent to right of rectangle.
</summary>
</member>
<member name="F:Krypton.Toolkit.KryptonContextMenuPositionH.Left">
<summary>
Specifies left of context menu is adjacent to left of rectangle.
</summary>
</member>
<member name="F:Krypton.Toolkit.KryptonContextMenuPositionH.Right">
<summary>
Specifies right of context menu is adjacent to right of rectangle.
</summary>
</member>
<member name="T:Krypton.Toolkit.ColorScheme">
<summary>
Specifies a color scheme.
</summary>
</member>
<member name="F:Krypton.Toolkit.ColorScheme.None">
<summary>
Specifies no predefined colors.
</summary>
</member>
<member name="F:Krypton.Toolkit.ColorScheme.Mono2">
<summary>
Specifies just white and black.
</summary>
</member>
<member name="F:Krypton.Toolkit.ColorScheme.Mono8">
<summary>
Specifies 8 colors ranging from white to black.
</summary>
</member>
<member name="F:Krypton.Toolkit.ColorScheme.Basic16">
<summary>
Specifies the basic set of 16 colors.
</summary>
</member>
<member name="F:Krypton.Toolkit.ColorScheme.OfficeStandard">
<summary>
Specifies the Office set of standard 10 colors.
</summary>
</member>
<member name="F:Krypton.Toolkit.ColorScheme.OfficeThemes">
<summary>
Specifies the Office set of 10 color themes.
</summary>
</member>
<member name="T:Krypton.Toolkit.TaskDialogButtons">
<summary>
Specifies task dialog buttons.
</summary>
</member>
<member name="F:Krypton.Toolkit.TaskDialogButtons.None">
<summary>
Specifies no buttons be shown.
</summary>
</member>
<member name="F:Krypton.Toolkit.TaskDialogButtons.OK">
<summary>
Specifies the OK button.
</summary>
</member>
<member name="F:Krypton.Toolkit.TaskDialogButtons.Cancel">
<summary>
Specifies the Cancel button.
</summary>
</member>
<member name="F:Krypton.Toolkit.TaskDialogButtons.Yes">
<summary>
Specifies the Yes button.
</summary>
</member>
<member name="F:Krypton.Toolkit.TaskDialogButtons.No">
<summary>
Specifies the No button.
</summary>
</member>
<member name="F:Krypton.Toolkit.TaskDialogButtons.Retry">
<summary>
Specifies the Retry button.
</summary>
</member>
<member name="F:Krypton.Toolkit.TaskDialogButtons.Close">
<summary>
Specifies the Close button.
</summary>
</member>
<member name="T:Krypton.Toolkit.KryptonTaskDialogResult">
<summary>Specifies what indicator to return for a <see cref="T:Krypton.Toolkit.KryptonTaskDialog"/>.</summary>
</member>
<member name="F:Krypton.Toolkit.KryptonTaskDialogResult.None">
<summary>No button was selected.</summary>
</member>
<member name="F:Krypton.Toolkit.KryptonTaskDialogResult.Ok">
<summary>The "Ok" button was selected.</summary>
</member>
<member name="F:Krypton.Toolkit.KryptonTaskDialogResult.Cancel">
<summary>The "Cancel" button was selected.</summary>
</member>
<member name="F:Krypton.Toolkit.KryptonTaskDialogResult.Yes">
<summary>The "Yes" button was selected.</summary>
</member>
<member name="F:Krypton.Toolkit.KryptonTaskDialogResult.No">
<summary>The "No" button was selected.</summary>
</member>
<member name="F:Krypton.Toolkit.KryptonTaskDialogResult.Retry">
<summary>The "Retry" button was selected.</summary>b
</member>
<member name="F:Krypton.Toolkit.KryptonTaskDialogResult.Abort">
<summary>The "Abort" button was selected.</summary>
</member>
<member name="F:Krypton.Toolkit.KryptonTaskDialogResult.Ignore">
<summary>The "Ignore" button was selected.</summary>
</member>
<member name="F:Krypton.Toolkit.KryptonTaskDialogResult.Close">
<summary>The "Close" button was selected.</summary>
</member>
<member name="F:Krypton.Toolkit.KryptonTaskDialogResult.Help">
<summary>The "Help" button was selected.</summary>
</member>
<member name="F:Krypton.Toolkit.KryptonTaskDialogResult.TryAgain">
<summary>The "Try Again" button was selected.</summary>
</member>
<member name="F:Krypton.Toolkit.KryptonTaskDialogResult.Continue">
<summary>The "Continue" button was selected.</summary>
</member>
<member name="T:Krypton.Toolkit.CheckedSelectionMode">
<summary>
Specifies selection mode of the KryptonCheckedListBox.
</summary>
</member>
<member name="F:Krypton.Toolkit.CheckedSelectionMode.None">
<summary>
No items can be selected.
</summary>
</member>
<member name="F:Krypton.Toolkit.CheckedSelectionMode.One">
<summary>
Only one item can be selected.
</summary>
</member>
<member name="T:Krypton.Toolkit.DateTimeList">
<summary>
Manage a list of DateTime instances.
</summary>
</member>
<member name="T:Krypton.Toolkit.MonthCalendarButtonSpecCollection">
<summary>
Collection for managing ButtonSpecAny instances.
</summary>
</member>
<member name="M:Krypton.Toolkit.MonthCalendarButtonSpecCollection.#ctor(Krypton.Toolkit.ViewLayoutMonths)">
<summary>
Initialize a new instance of the MonthCalendarButtonSpecCollection class.
</summary>
<param name="owner">Reference to owning object.</param>
</member>
<member name="T:Krypton.Toolkit.NeedPaintHandler">
<summary>
Signature of method that is called when painting needs to occur.
</summary>
<param name="sender">Source of the call.</param>
<param name="e">A NeedLayoutEventArgs containing event information.</param>
</member>
<member name="T:Krypton.Toolkit.PointHandler">
<summary>
Signature of method that provides a point as the data.
</summary>
<param name="sender">Source of the call.</param>
<param name="pt">A Point related to the event.</param>
</member>
<member name="T:Krypton.Toolkit.PlacementMode">
<summary>
Specifies the PlacementMode
https://docs.microsoft.com/en-us/dotnet/api/system.windows.controls.primitives.placementmode?view=netframework-4.7.2#System_Windows_Controls_Primitives_PlacementMode_Absolute
</summary>
</member>
<member name="F:Krypton.Toolkit.PlacementMode.Absolute">
<summary>
A position of the Popup control relative to the upper-left corner of the screen and at an offset that is defined by the HorizontalOffset and VerticalOffset property values. If the screen edge obscures the Popup, the control then repositions itself to align with the edge.
</summary>
</member>
<member name="F:Krypton.Toolkit.PlacementMode.AbsolutePoint">
<summary>
A position of the Popup control relative to the upper-left corner of the screen and at an offset that is defined by the HorizontalOffset and VerticalOffset property values. If the screen edge obscures the Popup, the control extends in the opposite direction from the axis defined by the HorizontalOffset or VerticalOffset =.
</summary>
</member>
<member name="F:Krypton.Toolkit.PlacementMode.Bottom">
<summary>
A position of the Popup control where the control aligns its upper edge with the lower edge of the PlacementTarget and aligns its left edge with the left edge of the PlacementTarget. If the lower screen-edge obscures the Popup, the control repositions itself so that its lower edge aligns with the upper edge of the PlacementTarget. If the upper screen-edge obscures the Popup, the control then repositions itself so that its upper edge aligns with the upper screen-edge.
</summary>
</member>
<member name="F:Krypton.Toolkit.PlacementMode.Center">
<summary>
A position of the Popup control where it is centered over the PlacementTarget. If a screen edge obscures the Popup, the control repositions itself to align with the screen edge.
</summary>
<remarks>
this does not make sense as the Mouse will then fire and the tooltip will be replaced, and then shown, and then replace, etc.
</remarks>
</member>
<member name="F:Krypton.Toolkit.PlacementMode.Left">
<summary>
A Popup control that aligns its right edge with the left edge of the PlacementTarget and aligns its upper edge with the upper edge of the PlacementTarget.If the left screen-edge obscures the Popup, the Popup repositions itself so that its left edge aligns with the right edge of the PlacementTarget.If the right screen-edge obscures the Popup, the right edge of the control aligns with the right screen-edge.If the upper or lower screen-edge obscures the Popup, the control repositions itself to align with the obscuring screen edge.
</summary>
</member>
<member name="F:Krypton.Toolkit.PlacementMode.Mouse">
<summary>
A position of the Popup control that aligns its upper edge with the lower edge of the bounding box of the mouse and aligns its left edge with the left edge of the bounding box of the mouse. If the lower screen-edge obscures the Popup, it repositions itself to align with the upper edge of the bounding box of the mouse. If the upper screen-edge obscures the Popup, the control repositions itself to align with the upper screen-edge.
</summary>
</member>
<member name="F:Krypton.Toolkit.PlacementMode.MousePoint">
<summary>
A position of the Popup control relative to the tip of the mouse cursor and at an offset that is defined by the HorizontalOffset and VerticalOffset property values. If a horizontal or vertical screen edge obscures the Popup, it opens in the opposite direction from the obscuring edge.If the opposite screen edge also obscures the Popup, it then aligns with the obscuring screen edge.
</summary>
</member>
<member name="F:Krypton.Toolkit.PlacementMode.Relative">
<summary>
A position of the Popup control relative to the upper-left corner of the PlacementTarget and at an offset that is defined by the HorizontalOffset and VerticalOffset property values. If the screen edge obscures the Popup, the control repositions itself to align with the screen edge.
</summary>
</member>
<member name="F:Krypton.Toolkit.PlacementMode.RelativePoint">
<summary>
A position of the Popup control relative to the upper-left corner of the PlacementTarget and at an offset that is defined by the HorizontalOffset and VerticalOffset property values. If a screen edge obscures the Popup, the Popup extends in the opposite direction from the direction from the axis defined by the HorizontalOffset or VerticalOffset.If the opposite screen edge also obscures the Popup, the control then aligns with this screen edge.
</summary>
</member>
<member name="F:Krypton.Toolkit.PlacementMode.Right">
<summary>
A position of the Popup control that aligns its left edge with the right edge of the PlacementTarget and aligns its upper edge with the upper edge of the PlacementTarget. If the right screen-edge obscures the Popup, the control repositions itself so that its left edge aligns with the left edge of the PlacementTarget.If the left screen-edge obscures the Popup, the control repositions itself so that its left edge aligns with the left screen-edge.If the upper or lower screen-edge obscures the Popup, the control then repositions itself to align with the obscuring screen edge.
</summary>
</member>
<member name="F:Krypton.Toolkit.PlacementMode.Top">
<summary>
A position of the Popup control that aligns its lower edge with the upper edge of the PlacementTarget and aligns its left edge with the left edge of the PlacementTarget. If the upper screen-edge obscures the Popup, the control repositions itself so that its upper edge aligns with the lower edge of the PlacementTarget.If the lower screen-edge obscures the Popup, the lower edge of the control aligns with the lower screen-edge.If the left or right screen-edge obscures the Popup, it then repositions itself to align with the obscuring screen.
</summary>
</member>
<member name="T:Krypton.Toolkit.MessageBoxContentAreaType">
<summary>Defines the content area type of a <see cref="T:KryptonMessageBox"/>.</summary>
</member>
<member name="F:Krypton.Toolkit.MessageBoxContentAreaType.Normal">
<summary>The default content area type of a <see cref="T:KryptonMessageBox"/>.</summary>
</member>
<member name="F:Krypton.Toolkit.MessageBoxContentAreaType.LinkLabel">
<summary>Use a <see cref="T:KryptonLinkWrapLabel"/> as the content area type of a <see cref="T:KryptonMessageBox"/>.</summary>
</member>
<member name="T:Krypton.Toolkit.KryptonMessageBoxIcon">
<summary>Specifies the icon type for <see cref="T:KryptonMessageBox"/>.</summary>
</member>
<member name="F:Krypton.Toolkit.KryptonMessageBoxIcon.None">
<summary>Specify no icon.</summary>
</member>
<member name="F:Krypton.Toolkit.KryptonMessageBoxIcon.Hand">
<summary>Specify a hand icon.</summary>
</member>
<member name="F:Krypton.Toolkit.KryptonMessageBoxIcon.SystemHand">
<summary>
Specify the system hand icon.
The message box contains a symbol consisting of a white X in a circle with a red background.
</summary>
</member>
<member name="F:Krypton.Toolkit.KryptonMessageBoxIcon.Question">
<summary>Specify a question icon.</summary>
</member>
<member name="F:Krypton.Toolkit.KryptonMessageBoxIcon.SystemQuestion">
<summary>Specify the system question icon.</summary>
</member>
<member name="F:Krypton.Toolkit.KryptonMessageBoxIcon.Exclamation">
<summary>Specify an exclamation icon.</summary>
</member>
<member name="F:Krypton.Toolkit.KryptonMessageBoxIcon.SystemExclamation">
<summary>Specify the system exclamation icon.</summary>
</member>
<member name="F:Krypton.Toolkit.KryptonMessageBoxIcon.Asterisk">
<summary>Specify an asterisk icon.</summary>
</member>
<member name="F:Krypton.Toolkit.KryptonMessageBoxIcon.SystemAsterisk">
<summary>
Specify the system asterisk icon.
The message box contains a symbol consisting of a lowercase letter i in a circle.
</summary>
</member>
<member name="F:Krypton.Toolkit.KryptonMessageBoxIcon.Stop">
<summary>Specify a stop icon.</summary>
</member>
<member name="F:Krypton.Toolkit.KryptonMessageBoxIcon.SystemStop">
<summary>
Specify the system hand icon.
The message box contains a symbol consisting of a white X in a circle with a red background.
</summary>
</member>
<member name="F:Krypton.Toolkit.KryptonMessageBoxIcon.Error">
<summary>
Specify a error icon.
The message box contains a symbol consisting of white X in a circle with a red background.
</summary>
</member>
<member name="F:Krypton.Toolkit.KryptonMessageBoxIcon.SystemError">
<summary>
Specify the system hand icon.
The message box contains a symbol consisting of a white X in a circle with a red background.
</summary>
</member>
<member name="F:Krypton.Toolkit.KryptonMessageBoxIcon.Warning">
<summary>Specify a warning icon.</summary>
</member>
<member name="F:Krypton.Toolkit.KryptonMessageBoxIcon.SystemWarning">
<summary>Specify the system warning icon.</summary>
</member>
<member name="F:Krypton.Toolkit.KryptonMessageBoxIcon.Information">
<summary>Specify an information icon.</summary>
</member>
<member name="F:Krypton.Toolkit.KryptonMessageBoxIcon.SystemInformation">
<summary>Specify the system information icon.</summary>
</member>
<member name="F:Krypton.Toolkit.KryptonMessageBoxIcon.Shield">
<summary>Specify a UAC shield icon.</summary>
</member>
<member name="F:Krypton.Toolkit.KryptonMessageBoxIcon.WindowsLogo">
<summary>Specify a Windows logo icon.</summary>
</member>
<member name="F:Krypton.Toolkit.KryptonMessageBoxIcon.Application">
<summary>Specify your application icon.</summary>
</member>
<member name="F:Krypton.Toolkit.KryptonMessageBoxIcon.SystemApplication">
<summary>Specify the default system application icon. See <see cref="P:System.Drawing.SystemIcons.Application"/>.</summary>
</member>
<member name="T:Krypton.Toolkit.KryptonMessageBoxButtons">
<summary>Specifies constants defining which buttons to display on a <see cref="T:KryptonMessageBox" />.</summary>
</member>
<member name="F:Krypton.Toolkit.KryptonMessageBoxButtons.OK">
<summary>
Specifies that the message box contains an OK button.
</summary>
</member>
<member name="F:Krypton.Toolkit.KryptonMessageBoxButtons.OKCancel">
<summary>
Specifies that the message box contains OK and Cancel buttons.
</summary>
</member>
<member name="F:Krypton.Toolkit.KryptonMessageBoxButtons.AbortRetryIgnore">
<summary>
Specifies that the message box contains Abort, Retry, and Ignore buttons.
</summary>
</member>
<member name="F:Krypton.Toolkit.KryptonMessageBoxButtons.YesNoCancel">
<summary>
Specifies that the message box contains Yes, No, and Cancel buttons.
</summary>
</member>
<member name="F:Krypton.Toolkit.KryptonMessageBoxButtons.YesNo">
<summary>
Specifies that the message box contains Yes and No buttons.
</summary>
</member>
<member name="F:Krypton.Toolkit.KryptonMessageBoxButtons.RetryCancel">
<summary>
Specifies that the message box contains Retry and Cancel buttons.
</summary>
</member>
<member name="F:Krypton.Toolkit.KryptonMessageBoxButtons.CancelTryContinue">
<summary>
Specifies that the message box contains Cancel, Try Again, and Continue buttons.
</summary>
</member>
<member name="T:Krypton.Toolkit.KryptonMessageBoxDefaultButton">
<summary>Specifies constants defining the default button on a <seealso cref="T:KryptonMessageBox"/>.</summary>
</member>
<member name="F:Krypton.Toolkit.KryptonMessageBoxDefaultButton.Button1">
<summary>The first button on the message box is the default button.</summary>
</member>
<member name="F:Krypton.Toolkit.KryptonMessageBoxDefaultButton.Button2">
<summary>The second button on the message box is the default button.</summary>
</member>
<member name="F:Krypton.Toolkit.KryptonMessageBoxDefaultButton.Button3">
<summary>The third button on the message box is the default button.</summary>
</member>
<member name="F:Krypton.Toolkit.KryptonMessageBoxDefaultButton.Button4">
<summary>Specifies that the Help button on the message box should be the default button.</summary>
</member>
<member name="T:Krypton.Toolkit.KryptonMessageBoxResult">
<summary>
Options for <see cref="T:Krypton.Toolkit.KryptonMessageBox"/>.
</summary>
</member>
<member name="F:Krypton.Toolkit.KryptonToastNotificationIcon.None">
<summary>Specify no icon.</summary>
</member>
<member name="F:Krypton.Toolkit.KryptonToastNotificationIcon.Hand">
<summary>Specify a hand icon.</summary>
</member>
<member name="F:Krypton.Toolkit.KryptonToastNotificationIcon.SystemHand">
<summary>Specify the system hand icon.</summary>
</member>
<member name="F:Krypton.Toolkit.KryptonToastNotificationIcon.Question">
<summary>Specify a question icon.</summary>
</member>
<member name="F:Krypton.Toolkit.KryptonToastNotificationIcon.SystemQuestion">
<summary>Specify the system question icon.</summary>
</member>
<member name="F:Krypton.Toolkit.KryptonToastNotificationIcon.Exclamation">
<summary>Specify an exclamation icon.</summary>
</member>
<member name="F:Krypton.Toolkit.KryptonToastNotificationIcon.SystemExclamation">
<summary>Specify the system exclamation icon.</summary>
</member>
<member name="F:Krypton.Toolkit.KryptonToastNotificationIcon.Asterisk">
<summary>Specify an asterisk icon.</summary>
</member>
<member name="F:Krypton.Toolkit.KryptonToastNotificationIcon.SystemAsterisk">
<summary>Specify the system asterisk icon.</summary>
</member>
<member name="F:Krypton.Toolkit.KryptonToastNotificationIcon.Stop">
<summary>Specify a stop icon.</summary>
</member>
<member name="F:Krypton.Toolkit.KryptonToastNotificationIcon.SystemStop">
<summary>Specify the system stop icon.</summary>
</member>
<member name="F:Krypton.Toolkit.KryptonToastNotificationIcon.Error">
<summary>Specify a error icon.</summary>
</member>
<member name="F:Krypton.Toolkit.KryptonToastNotificationIcon.SystemError">
<summary>Specify the system error icon.</summary>
</member>
<member name="F:Krypton.Toolkit.KryptonToastNotificationIcon.Warning">
<summary>Specify a warning icon.</summary>
</member>
<member name="F:Krypton.Toolkit.KryptonToastNotificationIcon.SystemWarning">
<summary>Specify the system warning icon.</summary>
</member>
<member name="F:Krypton.Toolkit.KryptonToastNotificationIcon.Information">
<summary>Specify an information icon.</summary>
</member>
<member name="F:Krypton.Toolkit.KryptonToastNotificationIcon.SystemInformation">
<summary>Specify the system information icon.</summary>
</member>
<member name="F:Krypton.Toolkit.KryptonToastNotificationIcon.Shield">
<summary>Specify a UAC shield icon.</summary>
</member>
<member name="F:Krypton.Toolkit.KryptonToastNotificationIcon.WindowsLogo">
<summary>Specify a Windows logo icon.</summary>
</member>
<member name="F:Krypton.Toolkit.KryptonToastNotificationIcon.Application">
<summary>Specify your application icon.</summary>
</member>
<member name="F:Krypton.Toolkit.KryptonToastNotificationIcon.SystemApplication">
<summary>Specify the default system application icon. See <see cref="P:System.Drawing.SystemIcons.Application"/>.</summary>
</member>
<member name="F:Krypton.Toolkit.KryptonToastNotificationIcon.Ok">
<summary>Specify an ok icon.</summary>
</member>
<member name="F:Krypton.Toolkit.KryptonToastNotificationIcon.Custom">
<summary>Specify a custom icon.</summary>
</member>
<member name="F:Krypton.Toolkit.KryptonToastNotificationInputAreaType.ComboBox">
<summary>A <see cref="T:Krypton.Toolkit.KryptonToastNotification"/> with a <see cref="T:Krypton.Toolkit.KryptonComboBox"/> user input.</summary>
</member>
<member name="F:Krypton.Toolkit.KryptonToastNotificationInputAreaType.DateTime">
<summary>A <see cref="T:Krypton.Toolkit.KryptonToastNotification"/> with a <see cref="T:Krypton.Toolkit.KryptonDateTimePicker"/> user input.</summary>
</member>
<member name="F:Krypton.Toolkit.KryptonToastNotificationInputAreaType.DomainUpDown">
<summary>A <see cref="T:Krypton.Toolkit.KryptonToastNotification"/> with a <see cref="T:Krypton.Toolkit.KryptonDomainUpDown"/> user input.</summary>
</member>
<member name="F:Krypton.Toolkit.KryptonToastNotificationInputAreaType.NumericUpDown">
<summary>A <see cref="T:Krypton.Toolkit.KryptonToastNotification"/> with a <see cref="T:Krypton.Toolkit.KryptonNumericUpDown"/> user input.</summary>
</member>
<member name="F:Krypton.Toolkit.KryptonToastNotificationInputAreaType.MaskedTextBox">
<summary>A <see cref="T:Krypton.Toolkit.KryptonToastNotification"/> with a <see cref="T:Krypton.Toolkit.KryptonMaskedTextBox"/> user input.</summary>
</member>
<member name="F:Krypton.Toolkit.KryptonToastNotificationInputAreaType.TextBox">
<summary>A <see cref="T:Krypton.Toolkit.KryptonToastNotification"/> with a <see cref="T:Krypton.Toolkit.KryptonTextBox"/> user input.</summary>
</member>
<member name="F:Krypton.Toolkit.KryptonToastNotificationResponseType.Bool">
<summary>Returns a <see cref="T:System.Boolean"/> result.</summary>
</member>
<member name="F:Krypton.Toolkit.KryptonToastNotificationResponseType.CheckedState">
<summary>Returns a <see cref="T:System.Windows.Forms.VisualStyles.CheckBoxState"/> result.</summary>
</member>
<member name="F:Krypton.Toolkit.KryptonToastNotificationResponseType.ComboBox">
<summary>Returns what ever value is selected in the <see cref="T:Krypton.Toolkit.KryptonComboBox"/>.</summary>
</member>
<member name="F:Krypton.Toolkit.KryptonToastNotificationResponseType.DateTime">
<summary>Returns a <see cref="T:System.DateTime"/> result.</summary>
</member>
<member name="F:Krypton.Toolkit.KryptonToastNotificationResponseType.DialogResult">
<summary>Returns a <see cref="T:System.Windows.Forms.DialogResult"/> result.</summary>
</member>
<member name="F:Krypton.Toolkit.KryptonToastNotificationResponseType.Timeout">
<summary>Returns a time-out result.</summary>
</member>
<member name="F:Krypton.Toolkit.KryptonToastNotificationResponseType.String">
<summary>Returns a <see cref="T:System.String"/> result.</summary>
</member>
<member name="T:Krypton.Toolkit.KryptonToastNotificationResult">
<summary>
Options for the <see cref="T:Krypton.Toolkit.KryptonToastNotification"/>.
</summary>
</member>
<member name="T:Krypton.Toolkit.AutoCloseDefinedParameters">
<summary>
Defines constant representing the parameters specified for the auto-close feature.
</summary>
</member>
<member name="F:Krypton.Toolkit.AutoCloseDefinedParameters.Button">
<summary>
The button to use is defined.
</summary>
</member>
<member name="F:Krypton.Toolkit.AutoCloseDefinedParameters.TimeOnly">
<summary>
Only the time to wait is defined.
</summary>
</member>
<member name="F:Krypton.Toolkit.AutoCloseDefinedParameters.Result">
<summary>
The InformationBoxResult is defined.
</summary>
</member>
<member name="T:Krypton.Toolkit.InformationBoxIconType">
<summary>
Specifies constants defining which source to use for the icon.
</summary>
</member>
<member name="F:Krypton.Toolkit.InformationBoxIconType.Internal">
<summary>
Uses internal icons
</summary>
</member>
<member name="F:Krypton.Toolkit.InformationBoxIconType.UserDefined">
<summary>
Uses an icon specified by the client.
</summary>
</member>
<member name="T:Krypton.Toolkit.InformationBoxAutoSizeMode">
<summary>
Specifies constants defining which mode is used for auto sizing the <see cref="T:Krypton.Toolkit.KryptonInformationBox"/>.
</summary>
</member>
<member name="F:Krypton.Toolkit.InformationBoxAutoSizeMode.MinimumWidth">
<summary>
Adjust the height and text to have the highest <see cref="T:Krypton.Toolkit.KryptonInformationBox"/> possible. Existing line breaks are ignored.
</summary>
</member>
<member name="F:Krypton.Toolkit.InformationBoxAutoSizeMode.MinimumHeight">
<summary>
Adjust the width and text to have the widest <see cref="T:Krypton.Toolkit.KryptonInformationBox"/> possible. Existing line breaks are ignored.
</summary>
</member>
<member name="F:Krypton.Toolkit.InformationBoxAutoSizeMode.None">
<summary>
The <see cref="T:Krypton.Toolkit.KryptonInformationBox"/> will be set according to existing line breaks.
</summary>
</member>
<member name="T:Krypton.Toolkit.InformationBoxBehavior">
<summary>
Specifies constants defining how is displayed the <see cref="T:Krypton.Toolkit.KryptonInformationBox"/>.
</summary>
</member>
<member name="F:Krypton.Toolkit.InformationBoxBehavior.Modal">
<summary>
The InformationBox is displayed as a modal (blocking) window (default).
</summary>
</member>
<member name="F:Krypton.Toolkit.InformationBoxBehavior.Modeless">
<summary>
The InformationBox is displayed as a modeless (non-blocking) window.
</summary>
</member>
<member name="T:Krypton.Toolkit.InformationBoxButtons">
<summary>
Specifies constants defining which buttons to display on <see cref="T:Krypton.Toolkit.KryptonInformationBox" />.
</summary>
</member>
<member name="F:Krypton.Toolkit.InformationBoxButtons.AbortRetryIgnore">
<summary>
The message box contains Abort, Retry, and Ignore buttons.
</summary>
</member>
<member name="F:Krypton.Toolkit.InformationBoxButtons.OK">
<summary>
The message box contains an OK button.
</summary>
</member>
<member name="F:Krypton.Toolkit.InformationBoxButtons.OKCancel">
<summary>
The message box contains OK and Cancel buttons.
</summary>
</member>
<member name="F:Krypton.Toolkit.InformationBoxButtons.RetryCancel">
<summary>
The message box contains Retry and Cancel buttons.
</summary>
</member>
<member name="F:Krypton.Toolkit.InformationBoxButtons.YesNo">
<summary>
The message box contains Yes and No buttons.
</summary>
</member>
<member name="F:Krypton.Toolkit.InformationBoxButtons.YesNoCancel">
<summary>
The message box contains Yes, No, and Cancel buttons.
</summary>
</member>
<member name="T:Krypton.Toolkit.InformationBoxCheckBox">
<summary>
Specifies constants defining whether the "Do not show this dialog again" checkbox is displayed or not.
</summary>
</member>
<member name="F:Krypton.Toolkit.InformationBoxCheckBox.Show">
<summary>
The checkbox will be displayed.
</summary>
</member>
<member name="F:Krypton.Toolkit.InformationBoxCheckBox.Checked">
<summary>
Initial unchecked state (default value).
</summary>
</member>
<member name="F:Krypton.Toolkit.InformationBoxCheckBox.RightAligned">
<summary>
The checkbox is right aligned.
</summary>
</member>
<member name="T:Krypton.Toolkit.InformationBoxDefaultButton">
<summary>
Specifies constants defining the default button on a <see cref="T:Krypton.Toolkit.KryptonInformationBox"/>.
</summary>
</member>
<member name="F:Krypton.Toolkit.InformationBoxDefaultButton.Button1">
<summary>
The first button on the message box is the default button.
</summary>
</member>
<member name="F:Krypton.Toolkit.InformationBoxDefaultButton.Button2">
<summary>
The second button on the message box is the default button.
</summary>
</member>
<member name="F:Krypton.Toolkit.InformationBoxDefaultButton.Button3">
<summary>
The third button on the message box is the default button.
</summary>
</member>
<member name="T:Krypton.Toolkit.InformationBoxIcon">
<summary>Specifies the icon for a <see cref="T:Krypton.Toolkit.KryptonInformationBox"/>.</summary>
</member>
<member name="F:Krypton.Toolkit.InformationBoxIcon.None">
<summary>Specify no icon.</summary>
</member>
<member name="F:Krypton.Toolkit.InformationBoxIcon.Hand">
<summary>Specify a hand icon.</summary>
</member>
<member name="F:Krypton.Toolkit.InformationBoxIcon.SystemHand">
<summary>Specify the system hand icon.</summary>
</member>
<member name="F:Krypton.Toolkit.InformationBoxIcon.Question">
<summary>Specify a question icon.</summary>
</member>
<member name="F:Krypton.Toolkit.InformationBoxIcon.SystemQuestion">
<summary>Specify the system question icon.</summary>
</member>
<member name="F:Krypton.Toolkit.InformationBoxIcon.Exclamation">
<summary>Specify an exclamation icon.</summary>
</member>
<member name="F:Krypton.Toolkit.InformationBoxIcon.SystemExclamation">
<summary>Specify the system exclamation icon.</summary>
</member>
<member name="F:Krypton.Toolkit.InformationBoxIcon.Asterisk">
<summary>Specify an asterisk icon.</summary>
</member>
<member name="F:Krypton.Toolkit.InformationBoxIcon.SystemAsterisk">
<summary>Specify the system asterisk icon.</summary>
</member>
<member name="F:Krypton.Toolkit.InformationBoxIcon.Stop">
<summary>Specify a stop icon.</summary>
</member>
<member name="F:Krypton.Toolkit.InformationBoxIcon.SystemStop">
<summary>Specify the system stop icon.</summary>
</member>
<member name="F:Krypton.Toolkit.InformationBoxIcon.Error">
<summary>Specify a error icon.</summary>
</member>
<member name="F:Krypton.Toolkit.InformationBoxIcon.SystemError">
<summary>Specify the system error icon.</summary>
</member>
<member name="F:Krypton.Toolkit.InformationBoxIcon.Warning">
<summary>Specify a warning icon.</summary>
</member>
<member name="F:Krypton.Toolkit.InformationBoxIcon.SystemWarning">
<summary>Specify the system warning icon.</summary>
</member>
<member name="F:Krypton.Toolkit.InformationBoxIcon.Information">
<summary>Specify an information icon.</summary>
</member>
<member name="F:Krypton.Toolkit.InformationBoxIcon.SystemInformation">
<summary>Specify the system information icon.</summary>
</member>
<member name="F:Krypton.Toolkit.InformationBoxIcon.Shield">
<summary>Specify a UAC shield icon.</summary>
</member>
<member name="F:Krypton.Toolkit.InformationBoxIcon.WindowsLogo">
<summary>Specify a Windows logo icon.</summary>
</member>
<member name="F:Krypton.Toolkit.InformationBoxIcon.Application">
<summary>Specify your application icon.</summary>
</member>
<member name="F:Krypton.Toolkit.InformationBoxIcon.SystemApplication">
<summary>Specify the default system application icon. See <see cref="P:System.Drawing.SystemIcons.Application"/>.</summary>
</member>
<member name="T:Krypton.Toolkit.InformationBoxInitialization">
<summary>
Specify constants defining how to initialize the <see cref="T:Krypton.Toolkit.KryptonInformationBox"/>.
</summary>
</member>
<member name="F:Krypton.Toolkit.InformationBoxInitialization.FromParametersOnly">
<summary>
The <see cref="T:Krypton.Toolkit.KryptonInformationBox"/> is initialized from the parameters only. All scopes are ignored.
</summary>
</member>
<member name="F:Krypton.Toolkit.InformationBoxInitialization.FromScopeAndParameters">
<summary>
The <see cref="T:Krypton.Toolkit.KryptonInformationBox"/> is first initialized from the current scope (if available) and then from the supplied parameters.
</summary>
</member>
<member name="T:Krypton.Toolkit.InformationBoxMessageSoundCategory">
<summary>
Specifies constants defining the sound category of the message.
</summary>
</member>
<member name="F:Krypton.Toolkit.InformationBoxMessageSoundCategory.Asterisk">
<summary>
Asterisk sound
</summary>
</member>
<member name="F:Krypton.Toolkit.InformationBoxMessageSoundCategory.Exclamation">
<summary>
Exclamation sound
</summary>
</member>
<member name="F:Krypton.Toolkit.InformationBoxMessageSoundCategory.Hand">
<summary>
Hand sound
</summary>
</member>
<member name="F:Krypton.Toolkit.InformationBoxMessageSoundCategory.Other">
<summary>
Other sound
</summary>
</member>
<member name="F:Krypton.Toolkit.InformationBoxMessageSoundCategory.Question">
<summary>
Question sound
</summary>
</member>
<member name="T:Krypton.Toolkit.InformationBoxOpacity">
<summary>
Specifies constants defining the opacity of the <see cref="T:Krypton.Toolkit.KryptonInformationBox" />.
</summary>
</member>
<member name="F:Krypton.Toolkit.InformationBoxOpacity.Faded10">
<summary>
Opacity is at 10%
</summary>
</member>
<member name="F:Krypton.Toolkit.InformationBoxOpacity.Faded20">
<summary>
Opacity is at 20%
</summary>
</member>
<member name="F:Krypton.Toolkit.InformationBoxOpacity.Faded30">
<summary>
Opacity is at 30%
</summary>
</member>
<member name="F:Krypton.Toolkit.InformationBoxOpacity.Faded40">
<summary>
Opacity is at 40%
</summary>
</member>
<member name="F:Krypton.Toolkit.InformationBoxOpacity.Faded50">
<summary>
Opacity is at 50%
</summary>
</member>
<member name="F:Krypton.Toolkit.InformationBoxOpacity.Faded60">
<summary>
Opacity is at 60%
</summary>
</member>
<member name="F:Krypton.Toolkit.InformationBoxOpacity.Faded70">
<summary>
Opacity is at 70%
</summary>
</member>
<member name="F:Krypton.Toolkit.InformationBoxOpacity.Faded80">
<summary>
Opacity is at 80%
</summary>
</member>
<member name="F:Krypton.Toolkit.InformationBoxOpacity.Faded90">
<summary>
Opacity is at 90%
</summary>
</member>
<member name="F:Krypton.Toolkit.InformationBoxOpacity.NoFade">
<summary>
Opacity is at 100%
</summary>
</member>
<member name="T:Krypton.Toolkit.InformationBoxOrder">
<summary>
Specifies constants defining the z-order of the <see cref="T:Krypton.Toolkit.KryptonInformationBox"/>.
</summary>
</member>
<member name="F:Krypton.Toolkit.InformationBoxOrder.Default">
<summary>
Default position.
</summary>
</member>
<member name="F:Krypton.Toolkit.InformationBoxOrder.TopMost">
<summary>
Sets the <see cref="T:Krypton.Toolkit.KryptonInformationBox"/> as the top most window.
</summary>
</member>
<member name="T:Krypton.Toolkit.InformationBoxPosition">
<summary>
Specifies constants defining the position of the <see cref="T:Krypton.Toolkit.KryptonInformationBox"/>.
</summary>
</member>
<member name="F:Krypton.Toolkit.InformationBoxPosition.CenterOnParent">
<summary>
the <see cref="T:Krypton.Toolkit.KryptonInformationBox"/> will be centered on the parent window. This is the default value. Only for modal behavior.
</summary>
</member>
<member name="F:Krypton.Toolkit.InformationBoxPosition.CenterOnScreen">
<summary>
the <see cref="T:Krypton.Toolkit.KryptonInformationBox"/> will be centered on the screen.
</summary>
</member>
<member name="T:Krypton.Toolkit.InformationBoxResult">
<summary>
Contains all possible values for the Show return value. Identifies which button was clicked.
</summary>
</member>
<member name="F:Krypton.Toolkit.InformationBoxResult.Abort">
<summary>
The dialog box return value is Abort (usually sent from a button labeled Abort).
</summary>
</member>
<member name="F:Krypton.Toolkit.InformationBoxResult.Cancel">
<summary>
The dialog box return value is Cancel (usually sent from a button labeled Cancel).
</summary>
</member>
<member name="F:Krypton.Toolkit.InformationBoxResult.Ignore">
<summary>
The dialog box return value is Ignore (usually sent from a button labeled Ignore).
</summary>
</member>
<member name="F:Krypton.Toolkit.InformationBoxResult.No">
<summary>
The dialog box return value is No (usually sent from a button labeled No).
</summary>
</member>
<member name="F:Krypton.Toolkit.InformationBoxResult.None">
<summary>
Nothing is returned from the dialog box. This means that the modal dialog continues running.
</summary>
</member>
<member name="F:Krypton.Toolkit.InformationBoxResult.OK">
<summary>
The dialog box return value is OK (usually sent from a button labeled OK).
</summary>
</member>
<member name="F:Krypton.Toolkit.InformationBoxResult.Retry">
<summary>
The dialog box return value is Retry (usually sent from a button labeled Retry).
</summary>
</member>
<member name="F:Krypton.Toolkit.InformationBoxResult.Yes">
<summary>
The dialog box return value is Yes (usually sent from a button labeled Yes).
</summary>
</member>
<member name="F:Krypton.Toolkit.InformationBoxResult.User1">
<summary>
The dialog box return value is User1 (usually sent from the first user-defined button).
</summary>
</member>
<member name="F:Krypton.Toolkit.InformationBoxResult.User2">
<summary>
The dialog box return value is User2 (usually sent from the second user-defined button).
</summary>
</member>
<member name="F:Krypton.Toolkit.InformationBoxResult.User3">
<summary>
The dialog box return value is User3 (usually sent from the third user-defined button).
</summary>
</member>
<member name="T:Krypton.Toolkit.InformationBoxSound">
<summary>
Specifies constants defining whether sound will be played on opening
</summary>
</member>
<member name="F:Krypton.Toolkit.InformationBoxSound.Default">
<summary>
The default system sound.
</summary>
</member>
<member name="F:Krypton.Toolkit.InformationBoxSound.None">
<summary>
Does not play default sound.
</summary>
</member>
<member name="T:Krypton.Toolkit.InformationBoxTitleIconStyle">
<summary>
Specifies constants defining which icon is displayed on the title bar.
</summary>
</member>
<member name="F:Krypton.Toolkit.InformationBoxTitleIconStyle.None">
<summary>
No title icon.
</summary>
</member>
<member name="F:Krypton.Toolkit.InformationBoxTitleIconStyle.SameAsBox">
<summary>
Use the icon displayed in the box.
</summary>
</member>
<member name="F:Krypton.Toolkit.InformationBoxTitleIconStyle.Custom">
<summary>
Use a custom icon.
</summary>
</member>
<member name="T:Krypton.Toolkit.FadeSpeedChoice">
<summary>
Chooses the fading speed of a <see cref="T:Krypton.Toolkit.VisualForm"/>
</summary>
</member>
<member name="F:Krypton.Toolkit.FadeSpeedChoice.Slowest">
<summary>
Use the slowest fade speed possible. This is tied to the corresponding float value in <see cref="T:Krypton.Toolkit.KryptonFormFadeSpeed"/>, which is 1.
</summary>
</member>
<member name="F:Krypton.Toolkit.FadeSpeedChoice.Slower">
<summary>
Use the second-slowest fade speed possible. This is tied to the corresponding float value in <see cref="T:Krypton.Toolkit.KryptonFormFadeSpeed"/>, which is 10.
</summary>
</member>
<member name="F:Krypton.Toolkit.FadeSpeedChoice.Slow">
<summary>
Use the third-slowest fade speed possible. This is tied to the corresponding float value in <see cref="T:Krypton.Toolkit.KryptonFormFadeSpeed"/>, which is 25.
</summary>
</member>
<member name="F:Krypton.Toolkit.FadeSpeedChoice.Normal">
<summary>
Use a normal fade speed. This is tied to the corresponding float value in <see cref="T:Krypton.Toolkit.KryptonFormFadeSpeed"/>, which is 50.
</summary>
</member>
<member name="F:Krypton.Toolkit.FadeSpeedChoice.Fast">
<summary>
Use a fast fading speed. This is tied to the corresponding float value in <see cref="T:Krypton.Toolkit.KryptonFormFadeSpeed"/>, which is 60.
</summary>
</member>
<member name="F:Krypton.Toolkit.FadeSpeedChoice.Faster">
<summary>
Use a slightly faster fading speed. This is tied to the corresponding float value in <see cref="T:Krypton.Toolkit.KryptonFormFadeSpeed"/>, which is 75.
</summary>
</member>
<member name="F:Krypton.Toolkit.FadeSpeedChoice.Fastest">
<summary>
Use the fastest fading speed possible. This is tied to the corresponding float value in <see cref="T:Krypton.Toolkit.KryptonFormFadeSpeed"/>, which is 100.
</summary>
</member>
<member name="F:Krypton.Toolkit.FadeSpeedChoice.Custom">
<summary>
Define your own fading speed.
</summary>
</member>
<member name="T:Krypton.Toolkit.DateInterval">
<summary>
Enum of Date interval for the OutlookGridDateTimeGroup
</summary>
</member>
<member name="F:Krypton.Toolkit.DateInterval.Day">
<summary>
Day
</summary>
</member>
<member name="F:Krypton.Toolkit.DateInterval.Month">
<summary>
Month
</summary>
</member>
<member name="F:Krypton.Toolkit.DateInterval.Quarter">
<summary>
Quarter
</summary>
</member>
<member name="F:Krypton.Toolkit.DateInterval.Year">
<summary>
Year
</summary>
</member>
<member name="F:Krypton.Toolkit.DateInterval.Smart">
<summary>
Smart : intelligent grouping like Outlook for dates
</summary>
</member>
<member name="T:Krypton.Toolkit.EnumConditionalFormatType">
<summary>
Conditional Formatting type
</summary>
</member>
<member name="F:Krypton.Toolkit.EnumConditionalFormatType.TwoColorsRange">
<summary>
Two scale color
</summary>
</member>
<member name="F:Krypton.Toolkit.EnumConditionalFormatType.ThreeColorsRange">
<summary>
Three scale color
</summary>
</member>
<member name="F:Krypton.Toolkit.EnumConditionalFormatType.Bar">
<summary>
Bar
</summary>
</member>
<member name="T:Krypton.Toolkit.GridFillMode">
<summary>
Grid filling mode
</summary>
</member>
<member name="F:Krypton.Toolkit.GridFillMode.GroupsOnly">
<summary>
The grid contains only groups (faster).
</summary>
</member>
<member name="F:Krypton.Toolkit.GridFillMode.GroupsAndNodes">
<summary>
The grid contains groups and nodes (no choice, choose this one !)
</summary>
</member>
<member name="T:Krypton.Toolkit.KryptonErrorBlinkStyle">
<summary>
Describes the times that the error icon supplied by an KryptonErrorProvider
should blink to alert the user that an error has occurred.
</summary>
</member>
<member name="F:Krypton.Toolkit.KryptonErrorBlinkStyle.BlinkIfDifferentError">
<summary>
Blink only if the error icon is already displayed, but a new
error string is set for the control. If the icon did not blink
in this case, the user might not know that there is a new error.
</summary>
</member>
<member name="F:Krypton.Toolkit.KryptonErrorBlinkStyle.AlwaysBlink">
<summary>
Blink the error icon when the error is first displayed, or when
a new error description string is set for the control and the
error icon is already displayed.
</summary>
</member>
<member name="F:Krypton.Toolkit.KryptonErrorBlinkStyle.NeverBlink">
<summary>
Never blink the error icon.
</summary>
</member>
<member name="T:Krypton.Toolkit.KryptonErrorIconAlignment">
<summary>
Describes the set of locations that an error icon can appear in
relation to the control with the error.
</summary>
</member>
<member name="F:Krypton.Toolkit.KryptonErrorIconAlignment.TopLeft">
<summary>
The icon appears aligned with the top of the control, and to the
left of the control.
</summary>
</member>
<member name="F:Krypton.Toolkit.KryptonErrorIconAlignment.TopRight">
<summary>
The icon appears aligned with the top of the control, and to the
right of the control.
</summary>
</member>
<member name="F:Krypton.Toolkit.KryptonErrorIconAlignment.MiddleLeft">
<summary>
The icon appears aligned with the middle of the control, and the
left of the control.
</summary>
</member>
<member name="F:Krypton.Toolkit.KryptonErrorIconAlignment.MiddleRight">
<summary>
The icon appears aligned with the middle of the control, and the
right of the control.
</summary>
</member>
<member name="F:Krypton.Toolkit.KryptonErrorIconAlignment.BottomLeft">
<summary>
The icon appears aligned with the bottom of the control, and the
left of the control.
</summary>
</member>
<member name="F:Krypton.Toolkit.KryptonErrorIconAlignment.BottomRight">
<summary>
The icon appears aligned with the bottom of the control, and the
right of the control.
</summary>
</member>
<member name="T:Krypton.Toolkit.KryptonUseRTLLayout">
<summary>Use RTL to display the controls and UI.</summary>
</member>
<member name="F:Krypton.Toolkit.KryptonUseRTLLayout.No">
<summary>Don't use RTL.</summary>
</member>
<member name="F:Krypton.Toolkit.KryptonUseRTLLayout.Yes">
<summary>Use RTL.</summary>
</member>
<member name="P:Krypton.Toolkit.IGlobalId.Id">
<summary>
Gets the unique identifier of the object.
</summary>
</member>
<member name="T:Krypton.Toolkit.GlobalId">
<summary>
Contains a global identifier that is unique among objects.
</summary>
</member>
<member name="M:Krypton.Toolkit.GlobalId.#ctor">
<summary>
Initialize a new instance of the GlobalId class.
</summary>
</member>
<member name="P:Krypton.Toolkit.GlobalId.Id">
<summary>
Gets the unique identifier of the object.
</summary>
</member>
<member name="T:Krypton.Toolkit.GlobalStaticValues">
<summary>Provides a collection of static values, used within the toolkit.</summary>
</member>
<member name="F:Krypton.Toolkit.GlobalStaticValues.DEFAULT_DATE_TIME_VALUE">
<summary>The default date and time value</summary>
</member>
<member name="F:Krypton.Toolkit.GlobalStaticValues.DEFAULT_MATERIAL_THEME_CORNER_ROUNDING_VALUE">
Used for 'Material' themes
</member>
<member name="F:Krypton.Toolkit.GlobalStaticValues.DEFAULT_PRIMARY_CORNER_ROUNDING_VALUE">
Used for the default control corners
</member>
<member name="F:Krypton.Toolkit.GlobalStaticValues.DEFAULT_UAC_SHIELD_ICON_SIZE">
<summary>The default UAC shield icon size</summary>
</member>
<member name="F:Krypton.Toolkit.GlobalStaticValues.DEFAULT_UAC_SHIELD_ICON_CUSTOM_SIZE">
<summary>The default UAC shield icon custom size</summary>
</member>
<member name="F:Krypton.Toolkit.GlobalStaticValues.GLOBAL_BUTTON_PADDING">
<summary>The global button padding</summary>
</member>
<member name="F:Krypton.Toolkit.GlobalStaticValues.GLOBAL_DEFAULT_THEME_INDEX">
<summary>The global default theme index</summary>
</member>
<member name="F:Krypton.Toolkit.GlobalStaticValues.GLOBAL_DEFAULT_PALETTE_MODE">
<summary>The global default theme</summary>
</member>
<member name="F:Krypton.Toolkit.GlobalStaticValues.CURRENT_SUPPORTED_PALETTE_VERSION">
<summary>The current supported palette version</summary>
</member>
<member name="F:Krypton.Toolkit.GlobalStaticValues.DEFAULT_HIGHLIGHT_DEBUGGING_COLOR">
<summary>The default highlight debugging color</summary>
</member>
<member name="F:Krypton.Toolkit.GlobalStaticValues.OS_MAJOR_VERSION">
<summary>The OS major version</summary>
</member>
<member name="F:Krypton.Toolkit.GlobalStaticValues.DEFAULT_RAFTING_RIBBON_TAB_BACKGROUND_GRADIENT">
<summary>The default rafting ribbon tab background gradient</summary>
</member>
<member name="F:Krypton.Toolkit.GlobalStaticValues.EMPTY_COLOR">
<summary>The empty color</summary>
</member>
<member name="F:Krypton.Toolkit.GlobalStaticValues.TRANSPARENCY_KEY_COLOR">
<summary>The transparency key color</summary>
</member>
<member name="F:Krypton.Toolkit.GlobalStaticValues.TAB_ROW_GRADIENT_FIRST_COLOR">
<summary>The tab row gradient first color</summary>
</member>
<member name="F:Krypton.Toolkit.GlobalStaticValues.DEFAULT_RIBBON_FILE_APP_TAB_BOTTOM_COLOR">
<summary>The default ribbon application button dark color</summary>
</member>
<member name="F:Krypton.Toolkit.GlobalStaticValues.DEFAULT_RIBBON_FILE_APP_TAB_TOP_COLOR">
<summary>The default ribbon application button light color</summary>
</member>
<member name="F:Krypton.Toolkit.GlobalStaticValues.DEFAULT_RIBBON_FILE_APP_TAB_TEXT_COLOR">
<summary>The default ribbon application button text color</summary>
</member>
<member name="F:Krypton.Toolkit.GlobalStaticValues.GenericToolBarImages">
<summary>The generic toolbar images</summary>
</member>
<member name="F:Krypton.Toolkit.GlobalStaticValues.Microsoft365ToolBarImages">
<summary>The Microsoft 365 toolbar images</summary>
</member>
<member name="F:Krypton.Toolkit.GlobalStaticValues.Office2003ToolBarImages">
<summary>The Office 2003 toolbar images</summary>
</member>
<member name="F:Krypton.Toolkit.GlobalStaticValues.Office2007ToolBarImages">
<summary>The Office 2007 toolbar images</summary>
</member>
<member name="F:Krypton.Toolkit.GlobalStaticValues.Office2010ToolBarImages">
<summary>The Office 2010 toolbar images</summary>
</member>
<member name="F:Krypton.Toolkit.GlobalStaticValues.Office2013ToolBarImages">
<summary>
The Office 2013 toolbar images
</summary>
</member>
<member name="F:Krypton.Toolkit.GlobalStaticValues.Office2016ToolBarImages">
<summary>
The Office 2016 toolbar images
</summary>
</member>
<member name="F:Krypton.Toolkit.GlobalStaticValues.Office2019ToolBarImages">
<summary>
The Office 2019 toolbar images
</summary>
</member>
<member name="F:Krypton.Toolkit.GlobalStaticValues.SystemToolBarImages">
<summary>
The system toolbar images
</summary>
</member>
<member name="F:Krypton.Toolkit.GlobalStaticValues.VisualStudioToolBarImages">
<summary>
The Visual Studio toolbar images
</summary>
</member>
<member name="F:Krypton.Toolkit.GlobalStaticValues.DefaultGroupRowHeight">
<summary>
The default group row height
</summary>
</member>
<member name="F:Krypton.Toolkit.GlobalStaticValues.Office2013GroupRowHeight">
<summary>
The group row height for 2013 palettes
</summary>
</member>
<member name="F:Krypton.Toolkit.GlobalStaticValues.DefaultOffsetHeight">
<summary>
The default offset height
</summary>
</member>
<member name="F:Krypton.Toolkit.GlobalStaticValues.Office2013OffsetHeight">
<summary>
The offset height for 2013 palettes
</summary>
</member>
<member name="F:Krypton.Toolkit.GlobalStaticValues.ImageOffsetWidth">
<summary>
The image offset width
</summary>
</member>
<member name="F:Krypton.Toolkit.GlobalStaticValues.GroupLevelMultiplier">
<summary>
The group level multiplier
</summary>
</member>
<member name="F:Krypton.Toolkit.GlobalStaticValues.GroupImageSide">
<summary>
The group image side size
</summary>
</member>
<member name="P:Krypton.Toolkit.GlobalStaticValues.KryptonMessageBoxRichTextBoxTextColor">
<summary>
KryptonMessageBoxes that use the KRichtTextBox need another color for the text.<br/>
Set the text colour to the one a non-input control uses.
</summary>
</member>
<member name="M:Krypton.Toolkit.GlobalStaticValues.VariableCannotBeNull(System.String)">
<summary>
Helper method that returns a generic message when a variable is null.
</summary>
<param name="variableName">Name of the variable to be inserted into the text.</param>
<returns>The message.</returns>
</member>
<member name="M:Krypton.Toolkit.GlobalStaticValues.PropertyCannotBeNull(System.String)">
<summary>
Helper method that returns a generic message when a property is null.
</summary>
<param name="propertyName">Name of the property to be inserted into the text.</param>
<returns>The message.</returns>
</member>
<member name="M:Krypton.Toolkit.GlobalStaticValues.ParameterCannotBeNull(System.String)">
<summary>
Helper method that returns a generic message when a parameter is null.
</summary>
<param name="parameterName">Name of the parameter to be inserted into the text.</param>
<returns>The message.</returns>
</member>
<member name="T:Krypton.Toolkit.GlobalStrings">
<summary>
Expose a global set of strings used within Krypton and that are localizable.
</summary>
</member>
<member name="M:Krypton.Toolkit.GlobalStrings.#ctor">
<summary>
Initialize a new instance of the Clipping class.
</summary>
</member>
<member name="M:Krypton.Toolkit.GlobalStrings.ToString">
<summary>
Returns a string that represents the current defaulted state.
</summary>
<returns>A string that represents the current defaulted state.</returns>
</member>
<member name="P:Krypton.Toolkit.GlobalStrings.IsDefault">
<summary>
Gets a value indicating if all the strings are default values.
</summary>
<returns>True if all values are defaulted; otherwise false.</returns>
</member>
<member name="M:Krypton.Toolkit.GlobalStrings.Reset">
<summary>
Reset all strings to default values.
</summary>
</member>
<member name="P:Krypton.Toolkit.GlobalStrings.OK">
<summary>
Gets and sets the OK string used in message box buttons.
</summary>
</member>
<member name="P:Krypton.Toolkit.GlobalStrings.Cancel">
<summary>
Gets and sets the Cancel string used in message box buttons.
</summary>
</member>
<member name="P:Krypton.Toolkit.GlobalStrings.Yes">
<summary>
Gets and sets the Yes string used in message box buttons.
</summary>
</member>
<member name="P:Krypton.Toolkit.GlobalStrings.No">
<summary>
Gets and sets the No string used in message box buttons.
</summary>
</member>
<member name="P:Krypton.Toolkit.GlobalStrings.Abort">
<summary>
Gets and sets the Abort string used in message box buttons.
</summary>
</member>
<member name="P:Krypton.Toolkit.GlobalStrings.Retry">
<summary>
Gets and sets the Retry string used in message box buttons.
</summary>
</member>
<member name="P:Krypton.Toolkit.GlobalStrings.Ignore">
<summary>
Gets and sets the Ignore string used in message box buttons.
</summary>
</member>
<member name="P:Krypton.Toolkit.GlobalStrings.Close">
<summary>
Gets and sets the Close string used in message box buttons.
</summary>
</member>
<member name="P:Krypton.Toolkit.GlobalStrings.Today">
<summary>
Gets and sets the Close string used in calendars.
</summary>
</member>
<member name="P:Krypton.Toolkit.GlobalStrings.Help">
<summary>
Gets and sets the Help string used in message box buttons.
</summary>
</member>
<member name="P:Krypton.Toolkit.GlobalStrings.Continue">
<summary>
Gets and sets the Continue string used in message box buttons.
</summary>
</member>
<member name="P:Krypton.Toolkit.GlobalStrings.TryAgain">
<summary>
Gets and sets the Try Again string used in message box buttons.
</summary>
</member>
<member name="P:Krypton.Toolkit.GlobalStrings.Collapse">
<summary>Gets or sets the collapse string used in expandable footers.</summary>
</member>
<member name="P:Krypton.Toolkit.GlobalStrings.Expand">
<summary>Gets or sets the expand string used in expandable footers.</summary>
</member>
<member name="P:Krypton.Toolkit.GlobalStrings.Apply">
<summary>
Gets and sets the Apply string used in property dialogs.
</summary>
</member>
<member name="P:Krypton.Toolkit.GlobalStrings.Back">
<summary>
Gets and sets the Back string used in custom situations.
</summary>
</member>
<member name="P:Krypton.Toolkit.GlobalStrings.Exit">
<summary>
Gets and sets the Exit string used in custom situations.
</summary>
</member>
<member name="P:Krypton.Toolkit.GlobalStrings.Finish">
<summary>
Gets and sets the Finish string used in custom situations.
</summary>
</member>
<member name="P:Krypton.Toolkit.GlobalStrings.Next">
<summary>
Gets and sets the Next string used in custom situations.
</summary>
</member>
<member name="P:Krypton.Toolkit.GlobalStrings.Previous">
<summary>
Gets and sets the Previous string used in custom situations.
</summary>
</member>
<member name="P:Krypton.Toolkit.GlobalStrings.Cut">
<summary>
Gets and sets the Cut string used in custom situations.
</summary>
</member>
<member name="P:Krypton.Toolkit.GlobalStrings.Copy">
<summary>
Gets and sets the Copy string used in custom situations.
</summary>
</member>
<member name="P:Krypton.Toolkit.GlobalStrings.Paste">
<summary>
Gets and sets the Paste string used in custom situations.
</summary>
</member>
<member name="P:Krypton.Toolkit.GlobalStrings.SelectAll">
<summary>
Gets and sets the Select All string used in custom situations.
</summary>
</member>
<member name="P:Krypton.Toolkit.GlobalStrings.ClearClipboard">
<summary>
Gets and sets the Clear Clipboard string used in custom situations.
</summary>
</member>
<member name="P:Krypton.Toolkit.GlobalStrings.YesToAll">
<summary>
Gets and sets the Yes to All string used in custom situations.
</summary>
</member>
<member name="P:Krypton.Toolkit.GlobalStrings.NoToAll">
<summary>
Gets and sets the No to All string used in custom situations.
</summary>
</member>
<member name="P:Krypton.Toolkit.GlobalStrings.OkToAll">
<summary>
Gets and sets the Ok to All string used in custom situations.
</summary>
</member>
<member name="T:Krypton.Toolkit.GraphicsHint">
<summary>
Apply a requested smoothing mode to a graphics instance.
</summary>
</member>
<member name="M:Krypton.Toolkit.GraphicsHint.#ctor(System.Drawing.Graphics,Krypton.Toolkit.PaletteGraphicsHint)">
<summary>
Initialize a new instance of the GraphicsHint class.
</summary>
<param name="graphics">Graphics context.</param>
<param name="hint">Temporary hint mode to apply.</param>
</member>
<member name="M:Krypton.Toolkit.GraphicsHint.Dispose">
<summary>
Reverse the smoothing mode change.
</summary>
</member>
<member name="T:Krypton.Toolkit.GraphicsTextHint">
<summary>
Apply a requested text rendering hint to a graphics instance.
</summary>
</member>
<member name="M:Krypton.Toolkit.GraphicsTextHint.#ctor(System.Drawing.Graphics,System.Drawing.Text.TextRenderingHint)">
<summary>
Initialize a new instance of the GraphicsSmooth class.
</summary>
<param name="graphics">Graphics context.</param>
<param name="newTextHint">Temporary text rendering hint to apply.</param>
</member>
<member name="M:Krypton.Toolkit.GraphicsTextHint.Dispose">
<summary>
Reverse the text hint change.
</summary>
</member>
<member name="F:Krypton.Toolkit.PI.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:Krypton.Toolkit.PI.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:Krypton.Toolkit.PI.HWND_TOP">
<summary>
Places the window at the top of the Z order.
</summary>
</member>
<member name="F:Krypton.Toolkit.PI.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:Krypton.Toolkit.PI.DeviceCap.DRIVERVERSION">
<summary>
Device driver version
</summary>
</member>
<member name="F:Krypton.Toolkit.PI.DeviceCap.TECHNOLOGY">
<summary>
Device classification
</summary>
</member>
<member name="F:Krypton.Toolkit.PI.DeviceCap.HORZSIZE">
<summary>
Horizontal size in millimeters
</summary>
</member>
<member name="F:Krypton.Toolkit.PI.DeviceCap.VERTSIZE">
<summary>
Vertical size in millimeters
</summary>
</member>
<member name="F:Krypton.Toolkit.PI.DeviceCap.HORZRES">
<summary>
Horizontal width in pixels
</summary>
</member>
<member name="F:Krypton.Toolkit.PI.DeviceCap.VERTRES">
<summary>
Vertical height in pixels
</summary>
</member>
<member name="F:Krypton.Toolkit.PI.DeviceCap.BITSPIXEL">
<summary>
Number of bits per pixel
</summary>
</member>
<member name="F:Krypton.Toolkit.PI.DeviceCap.PLANES">
<summary>
Number of planes
</summary>
</member>
<member name="F:Krypton.Toolkit.PI.DeviceCap.NUMBRUSHES">
<summary>
Number of brushes the device has
</summary>
</member>
<member name="F:Krypton.Toolkit.PI.DeviceCap.NUMPENS">
<summary>
Number of pens the device has
</summary>
</member>
<member name="F:Krypton.Toolkit.PI.DeviceCap.NUMMARKERS">
<summary>
Number of markers the device has
</summary>
</member>
<member name="F:Krypton.Toolkit.PI.DeviceCap.NUMFONTS">
<summary>
Number of fonts the device has
</summary>
</member>
<member name="F:Krypton.Toolkit.PI.DeviceCap.NUMCOLORS">
<summary>
Number of colors the device supports
</summary>
</member>
<member name="F:Krypton.Toolkit.PI.DeviceCap.PDEVICESIZE">
<summary>
Size required for device descriptor
</summary>
</member>
<member name="F:Krypton.Toolkit.PI.DeviceCap.CURVECAPS">
<summary>
Curve capabilities
</summary>
</member>
<member name="F:Krypton.Toolkit.PI.DeviceCap.LINECAPS">
<summary>
Line capabilities
</summary>
</member>
<member name="F:Krypton.Toolkit.PI.DeviceCap.POLYGONALCAPS">
<summary>
Polygonal capabilities
</summary>
</member>
<member name="F:Krypton.Toolkit.PI.DeviceCap.TEXTCAPS">
<summary>
Text capabilities
</summary>
</member>
<member name="F:Krypton.Toolkit.PI.DeviceCap.CLIPCAPS">
<summary>
Clipping capabilities
</summary>
</member>
<member name="F:Krypton.Toolkit.PI.DeviceCap.RASTERCAPS">
<summary>
Bitblt capabilities
</summary>
</member>
<member name="F:Krypton.Toolkit.PI.DeviceCap.ASPECTX">
<summary>
Length of the X leg
</summary>
</member>
<member name="F:Krypton.Toolkit.PI.DeviceCap.ASPECTY">
<summary>
Length of the Y leg
</summary>
</member>
<member name="F:Krypton.Toolkit.PI.DeviceCap.ASPECTXY">
<summary>
Length of the hypotenuse
</summary>
</member>
<member name="F:Krypton.Toolkit.PI.DeviceCap.SHADEBLENDCAPS">
<summary>
Shading and Blending caps
</summary>
</member>
<member name="F:Krypton.Toolkit.PI.DeviceCap.LOGPIXELSX">
<summary>
Logical pixels inch in X
</summary>
</member>
<member name="F:Krypton.Toolkit.PI.DeviceCap.LOGPIXELSY">
<summary>
Logical pixels inch in Y
</summary>
</member>
<member name="F:Krypton.Toolkit.PI.DeviceCap.SIZEPALETTE">
<summary>
Number of entries in physical palette
</summary>
</member>
<member name="F:Krypton.Toolkit.PI.DeviceCap.NUMRESERVED">
<summary>
Number of reserved entries in palette
</summary>
</member>
<member name="F:Krypton.Toolkit.PI.DeviceCap.COLORRES">
<summary>
Actual color resolution
</summary>
</member>
<member name="F:Krypton.Toolkit.PI.DeviceCap.PHYSICALWIDTH">
<summary>
Physical Width in device units
</summary>
</member>
<member name="F:Krypton.Toolkit.PI.DeviceCap.PHYSICALHEIGHT">
<summary>
Physical Height in device units
</summary>
</member>
<member name="F:Krypton.Toolkit.PI.DeviceCap.PHYSICALOFFSETX">
<summary>
Physical Printable Area x margin
</summary>
</member>
<member name="F:Krypton.Toolkit.PI.DeviceCap.PHYSICALOFFSETY">
<summary>
Physical Printable Area y margin
</summary>
</member>
<member name="F:Krypton.Toolkit.PI.DeviceCap.SCALINGFACTORX">
<summary>
Scaling factor x
</summary>
</member>
<member name="F:Krypton.Toolkit.PI.DeviceCap.SCALINGFACTORY">
<summary>
Scaling factor y
</summary>
</member>
<member name="F:Krypton.Toolkit.PI.DeviceCap.VREFRESH">
<summary>
Current vertical refresh rate of the display device (for displays only) in Hz
</summary>
</member>
<member name="F:Krypton.Toolkit.PI.DeviceCap.DESKTOPVERTRES">
<summary>
Vertical height of entire desktop in pixels
</summary>
</member>
<member name="F:Krypton.Toolkit.PI.DeviceCap.DESKTOPHORZRES">
<summary>
Horizontal width of entire desktop in pixels
</summary>
</member>
<member name="F:Krypton.Toolkit.PI.DeviceCap.BLTALIGNMENT">
<summary>
Preferred blt alignment
</summary>
</member>
<member name="T:Krypton.Toolkit.PI.BOOL">
<summary>
Blittable version of Windows BOOL type. It is convenient in situations where
manual marshalling is required, or to avoid overhead of regular bool marshalling.
</summary>
<remarks>
Some Windows APIs return arbitrary integer values although the return type is defined
as BOOL. It is best to never compare BOOL to TRUE. Always use bResult != BOOL.FALSE
or bResult == BOOL.FALSE .
</remarks>
</member>
<member name="F:Krypton.Toolkit.PI.SWP_.NOSIZE">
<summary>Retains the current size (ignores the cx and cy parameters).</summary>
</member>
<member name="F:Krypton.Toolkit.PI.SWP_.NOMOVE">
<summary>Retains the current position (ignores X and Y parameters).</summary>
</member>
<member name="F:Krypton.Toolkit.PI.SWP_.NOZORDER">
<summary>Retains the current Z order (ignores the hWndInsertAfter parameter).</summary>
</member>
<member name="F:Krypton.Toolkit.PI.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 nonclient 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:Krypton.Toolkit.PI.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:Krypton.Toolkit.PI.SWP_.DRAWFRAME">
<summary>Draws a frame (defined in the window's class description) around the window.</summary>
</member>
<member name="F:Krypton.Toolkit.PI.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:Krypton.Toolkit.PI.SWP_.SHOWWINDOW">
<summary>Displays the window.</summary>
</member>
<member name="F:Krypton.Toolkit.PI.SWP_.HIDEWINDOW">
<summary>Hides the window.</summary>
</member>
<member name="F:Krypton.Toolkit.PI.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:Krypton.Toolkit.PI.SWP_.NOOWNERZORDER">
<summary>Does not change the owner window's position in the Z order.</summary>
</member>
<member name="F:Krypton.Toolkit.PI.SWP_.NOREPOSITION">
<summary>Same as the SWP_NOOWNERZORDER flag.</summary>
</member>
<member name="F:Krypton.Toolkit.PI.SWP_.DONOTSENDCHANGINGEVENT">
<summary>Prevents the window from receiving the WM_WINDOWPOSCHANGING message.</summary>
</member>
<member name="F:Krypton.Toolkit.PI.SWP_.DEFERERASE">
<summary>Prevents generation of the WM_SYNCPAINT message.</summary>
</member>
<member name="F:Krypton.Toolkit.PI.SWP_.ASYNCWINDOWPOS">
<summary>If the calling thread and the thread that owns the window are attached to different input queues,
the system posts the request to the thread that owns the window. This prevents the calling thread from
blocking its execution while other threads process the request.</summary>
</member>
<member name="F:Krypton.Toolkit.PI.BeepType.SimpleBeep">
<summary>
A simple windows beep
</summary>
</member>
<member name="F:Krypton.Toolkit.PI.BeepType.OK">
<summary>
A standard windows OK beep
</summary>
</member>
<member name="F:Krypton.Toolkit.PI.BeepType.Question">
<summary>
A standard windows Question beep
</summary>
</member>
<member name="F:Krypton.Toolkit.PI.BeepType.Exclamation">
<summary>
A standard windows Exclamation beep
</summary>
</member>
<member name="F:Krypton.Toolkit.PI.BeepType.Asterisk">
<summary>
A standard windows Asterisk beep
</summary>
</member>
<member name="T:Krypton.Toolkit.PI.SM_">
<summary>
Flags used with the Windows API (User32.dll):GetSystemMetrics(SystemMetric smIndex)
This Enum and declaration signature was written by Gabriel T. Sharp
ai_productions@verizon.net or osirisgothra@hotmail.com
Obtained on pinvoke.net, please contribute your code to support the wiki!
</summary>
</member>
<member name="F:Krypton.Toolkit.PI.SM_.ARRANGE">
<summary>
The flags that specify how the system arranged minimized windows. For more information, see the Remarks section in this topic.
</summary>
</member>
<member name="F:Krypton.Toolkit.PI.SM_.CLEANBOOT">
<summary>
The value that specifies how the system is started:
0 Normal boot
1 Fail-safe boot
2 Fail-safe with network boot
A fail-safe boot (also called SafeBoot, Safe Mode, or Clean Boot) bypasses the user startup files.
</summary>
</member>
<member name="F:Krypton.Toolkit.PI.SM_.CMONITORS">
<summary>
The number of display monitors on a desktop. For more information, see the Remarks section in this topic.
</summary>
</member>
<member name="F:Krypton.Toolkit.PI.SM_.CMOUSEBUTTONS">
<summary>
The number of buttons on a mouse, or zero if no mouse is installed.
</summary>
</member>
<member name="F:Krypton.Toolkit.PI.SM_.CXBORDER">
<summary>
The width of a window border, in pixels. This is equivalent to the SM_CXEDGE value for windows with the 3-D look.
</summary>
</member>
<member name="F:Krypton.Toolkit.PI.SM_.CXCURSOR">
<summary>
The width of a cursor, in pixels. The system cannot create cursors of other sizes.
</summary>
</member>
<member name="F:Krypton.Toolkit.PI.SM_.CXDLGFRAME">
<summary>
This value is the same as SM_CXFIXEDFRAME.
</summary>
</member>
<member name="F:Krypton.Toolkit.PI.SM_.CXDOUBLECLK">
<summary>
The width of the rectangle around the location of a first click in a double-click sequence, in pixels. ,
The second click must occur within the rectangle that is defined by SM_CXDOUBLECLK and SM_CYDOUBLECLK for the system
to consider the two clicks a double-click. The two clicks must also occur within a specified time.
To set the width of the double-click rectangle, call SystemParametersInfo with SPI_SETDOUBLECLKWIDTH.
</summary>
</member>
<member name="F:Krypton.Toolkit.PI.SM_.CXDRAG">
<summary>
The number of pixels on either side of a mouse-down point that the mouse pointer can move before a drag operation begins.
This allows the user to click and release the mouse button easily without unintentionally starting a drag operation.
If this value is negative, it is subtracted from the left of the mouse-down point and added to the right of it.
</summary>
</member>
<member name="F:Krypton.Toolkit.PI.SM_.CXEDGE">
<summary>
The width of a 3-D border, in pixels. This metric is the 3-D counterpart of SM_CXBORDER.
</summary>
</member>
<member name="F:Krypton.Toolkit.PI.SM_.CXFIXEDFRAME">
<summary>
The thickness of the frame around the perimeter of a window that has a caption but is not sizable, in pixels.
SM_CXFIXEDFRAME is the height of the horizontal border, and SM_CYFIXEDFRAME is the width of the vertical border.
This value is the same as SM_CXDLGFRAME.
</summary>
</member>
<member name="F:Krypton.Toolkit.PI.SM_.CXFOCUSBORDER">
<summary>
The width of the left and right edges of the focus rectangle that the DrawFocusRectdraws.
This value is in pixels.
Windows 2000: This value is not supported.
</summary>
</member>
<member name="F:Krypton.Toolkit.PI.SM_.CXFRAME">
<summary>
This value is the same as SM_CXSIZEFRAME.
</summary>
</member>
<member name="F:Krypton.Toolkit.PI.SM_.CXFULLSCREEN">
<summary>
The width of the client area for a full-screen window on the primary display monitor, in pixels.
To get the coordinates of the portion of the screen that is not obscured by the system taskbar or by application desktop toolbars,
call the SystemParametersInfofunction with the SPI_GETWORKAREA value.
</summary>
</member>
<member name="F:Krypton.Toolkit.PI.SM_.CXHSCROLL">
<summary>
The width of the arrow bitmap on a horizontal scroll bar, in pixels.
</summary>
</member>
<member name="F:Krypton.Toolkit.PI.SM_.CXHTHUMB">
<summary>
The width of the thumb box in a horizontal scroll bar, in pixels.
</summary>
</member>
<member name="F:Krypton.Toolkit.PI.SM_.CXICON">
<summary>
The default width of an icon, in pixels. The LoadIcon function can load only icons with the dimensions
that SM_CXICON and SM_CYICON specifies.
</summary>
</member>
<member name="F:Krypton.Toolkit.PI.SM_.CXICONSPACING">
<summary>
The width of a grid cell for items in large icon view, in pixels. Each item fits into a rectangle of size
SM_CXICONSPACING by SM_CYICONSPACING when arranged. This value is always greater than or equal to SM_CXICON.
</summary>
</member>
<member name="F:Krypton.Toolkit.PI.SM_.CXMAXIMIZED">
<summary>
The default width, in pixels, of a maximized top-level window on the primary display monitor.
</summary>
</member>
<member name="F:Krypton.Toolkit.PI.SM_.CXMAXTRACK">
<summary>
The default maximum width of a window that has a caption and sizing borders, in pixels.
This metric refers to the entire desktop. The user cannot drag the window frame to a size larger than these dimensions.
A window can override this value by processing the WM_GETMINMAXINFO message.
</summary>
</member>
<member name="F:Krypton.Toolkit.PI.SM_.CXMENUCHECK">
<summary>
The width of the default menu check-mark bitmap, in pixels.
</summary>
</member>
<member name="F:Krypton.Toolkit.PI.SM_.CXMENUSIZE">
<summary>
The width of menu bar buttons, such as the child window close button that is used in the multiple document interface, in pixels.
</summary>
</member>
<member name="F:Krypton.Toolkit.PI.SM_.CXMIN">
<summary>
The minimum width of a window, in pixels.
</summary>
</member>
<member name="F:Krypton.Toolkit.PI.SM_.CXMINIMIZED">
<summary>
The width of a minimized window, in pixels.
</summary>
</member>
<member name="F:Krypton.Toolkit.PI.SM_.CXMINSPACING">
<summary>
The width of a grid cell for a minimized window, in pixels. Each minimized window fits into a rectangle this size when arranged.
This value is always greater than or equal to SM_CXMINIMIZED.
</summary>
</member>
<member name="F:Krypton.Toolkit.PI.SM_.CXMINTRACK">
<summary>
The minimum tracking width of a window, in pixels. The user cannot drag the window frame to a size smaller than these dimensions.
A window can override this value by processing the WM_GETMINMAXINFO message.
</summary>
</member>
<member name="F:Krypton.Toolkit.PI.SM_.CXPADDEDBORDER">
<summary>
The amount of border padding for captioned windows, in pixels. Windows XP/2000: This value is not supported.
</summary>
</member>
<member name="F:Krypton.Toolkit.PI.SM_.CXSCREEN">
<summary>
The width of the screen of the primary display monitor, in pixels. This is the same value obtained by calling
GetDeviceCaps as follows: GetDeviceCaps( hdcPrimaryMonitor, HORZRES).
</summary>
</member>
<member name="F:Krypton.Toolkit.PI.SM_.CXSIZE">
<summary>
The width of a button in a window caption or title bar, in pixels.
</summary>
</member>
<member name="F:Krypton.Toolkit.PI.SM_.CXSIZEFRAME">
<summary>
The thickness of the sizing border around the perimeter of a window that can be resized, in pixels.
SM_CXSIZEFRAME is the width of the horizontal border, and SM_CYSIZEFRAME is the height of the vertical border.
This value is the same as SM_CXFRAME.
</summary>
</member>
<member name="F:Krypton.Toolkit.PI.SM_.CXSMICON">
<summary>
The recommended width of a small icon, in pixels. Small icons typically appear in window captions and in small icon view.
</summary>
</member>
<member name="F:Krypton.Toolkit.PI.SM_.CXSMSIZE">
<summary>
The width of small caption buttons, in pixels.
</summary>
</member>
<member name="F:Krypton.Toolkit.PI.SM_.CXVIRTUALSCREEN">
<summary>
The width of the virtual screen, in pixels. The virtual screen is the bounding rectangle of all display monitors.
The SM_XVIRTUALSCREEN metric is the coordinates for the left side of the virtual screen.
</summary>
</member>
<member name="F:Krypton.Toolkit.PI.SM_.CXVSCROLL">
<summary>
The width of a vertical scroll bar, in pixels.
</summary>
</member>
<member name="F:Krypton.Toolkit.PI.SM_.CYBORDER">
<summary>
The height of a window border, in pixels. This is equivalent to the SM_CYEDGE value for windows with the 3-D look.
</summary>
</member>
<member name="F:Krypton.Toolkit.PI.SM_.CYCAPTION">
<summary>
The height of a caption area, in pixels.
</summary>
</member>
<member name="F:Krypton.Toolkit.PI.SM_.CYCURSOR">
<summary>
The height of a cursor, in pixels. The system cannot create cursors of other sizes.
</summary>
</member>
<member name="F:Krypton.Toolkit.PI.SM_.CYDLGFRAME">
<summary>
This value is the same as SM_CYFIXEDFRAME.
</summary>
</member>
<member name="F:Krypton.Toolkit.PI.SM_.CYDOUBLECLK">
<summary>
The height of the rectangle around the location of a first click in a double-click sequence, in pixels.
The second click must occur within the rectangle defined by SM_CXDOUBLECLK and SM_CYDOUBLECLK for the system to consider
the two clicks a double-click. The two clicks must also occur within a specified time. To set the height of the double-click
rectangle, call SystemParametersInfo with SPI_SETDOUBLECLKHEIGHT.
</summary>
</member>
<member name="F:Krypton.Toolkit.PI.SM_.CYDRAG">
<summary>
The number of pixels above and below a mouse-down point that the mouse pointer can move before a drag operation begins.
This allows the user to click and release the mouse button easily without unintentionally starting a drag operation.
If this value is negative, it is subtracted from above the mouse-down point and added below it.
</summary>
</member>
<member name="F:Krypton.Toolkit.PI.SM_.CYEDGE">
<summary>
The height of a 3-D border, in pixels. This is the 3-D counterpart of SM_CYBORDER.
</summary>
</member>
<member name="F:Krypton.Toolkit.PI.SM_.CYFIXEDFRAME">
<summary>
The thickness of the frame around the perimeter of a window that has a caption but is not sizable, in pixels.
SM_CXFIXEDFRAME is the height of the horizontal border, and SM_CYFIXEDFRAME is the width of the vertical border.
This value is the same as SM_CYDLGFRAME.
</summary>
</member>
<member name="F:Krypton.Toolkit.PI.SM_.CYFOCUSBORDER">
<summary>
The height of the top and bottom edges of the focus rectangle drawn byDrawFocusRect.
This value is in pixels.
Windows 2000: This value is not supported.
</summary>
</member>
<member name="F:Krypton.Toolkit.PI.SM_.CYFRAME">
<summary>
This value is the same as SM_CYSIZEFRAME.
</summary>
</member>
<member name="F:Krypton.Toolkit.PI.SM_.CYFULLSCREEN">
<summary>
The height of the client area for a full-screen window on the primary display monitor, in pixels.
To get the coordinates of the portion of the screen not obscured by the system taskbar or by application desktop toolbars,
call the SystemParametersInfo function with the SPI_GETWORKAREA value.
</summary>
</member>
<member name="F:Krypton.Toolkit.PI.SM_.CYHSCROLL">
<summary>
The height of a horizontal scroll bar, in pixels.
</summary>
</member>
<member name="F:Krypton.Toolkit.PI.SM_.CYICON">
<summary>
The default height of an icon, in pixels. The LoadIcon function can load only icons with the dimensions SM_CXICON and SM_CYICON.
</summary>
</member>
<member name="F:Krypton.Toolkit.PI.SM_.CYICONSPACING">
<summary>
The height of a grid cell for items in large icon view, in pixels. Each item fits into a rectangle of size
SM_CXICONSPACING by SM_CYICONSPACING when arranged. This value is always greater than or equal to SM_CYICON.
</summary>
</member>
<member name="F:Krypton.Toolkit.PI.SM_.CYKANJIWINDOW">
<summary>
For double byte character set versions of the system, this is the height of the Kanji window at the bottom of the screen, in pixels.
</summary>
</member>
<member name="F:Krypton.Toolkit.PI.SM_.CYMAXIMIZED">
<summary>
The default height, in pixels, of a maximized top-level window on the primary display monitor.
</summary>
</member>
<member name="F:Krypton.Toolkit.PI.SM_.CYMAXTRACK">
<summary>
The default maximum height of a window that has a caption and sizing borders, in pixels. This metric refers to the entire desktop.
The user cannot drag the window frame to a size larger than these dimensions. A window can override this value by processing
the WM_GETMINMAXINFO message.
</summary>
</member>
<member name="F:Krypton.Toolkit.PI.SM_.CYMENU">
<summary>
The height of a single-line menu bar, in pixels.
</summary>
</member>
<member name="F:Krypton.Toolkit.PI.SM_.CYMENUCHECK">
<summary>
The height of the default menu check-mark bitmap, in pixels.
</summary>
</member>
<member name="F:Krypton.Toolkit.PI.SM_.CYMENUSIZE">
<summary>
The height of menu bar buttons, such as the child window close button that is used in the multiple document interface, in pixels.
</summary>
</member>
<member name="F:Krypton.Toolkit.PI.SM_.CYMIN">
<summary>
The minimum height of a window, in pixels.
</summary>
</member>
<member name="F:Krypton.Toolkit.PI.SM_.CYMINIMIZED">
<summary>
The height of a minimized window, in pixels.
</summary>
</member>
<member name="F:Krypton.Toolkit.PI.SM_.CYMINSPACING">
<summary>
The height of a grid cell for a minimized window, in pixels. Each minimized window fits into a rectangle this size when arranged.
This value is always greater than or equal to SM_CYMINIMIZED.
</summary>
</member>
<member name="F:Krypton.Toolkit.PI.SM_.CYMINTRACK">
<summary>
The minimum tracking height of a window, in pixels. The user cannot drag the window frame to a size smaller than these dimensions.
A window can override this value by processing the WM_GETMINMAXINFO message.
</summary>
</member>
<member name="F:Krypton.Toolkit.PI.SM_.CYSCREEN">
<summary>
The height of the screen of the primary display monitor, in pixels. This is the same value obtained by calling
GetDeviceCaps as follows: GetDeviceCaps( hdcPrimaryMonitor, VERTRES).
</summary>
</member>
<member name="F:Krypton.Toolkit.PI.SM_.CYSIZE">
<summary>
The height of a button in a window caption or title bar, in pixels.
</summary>
</member>
<member name="F:Krypton.Toolkit.PI.SM_.CYSIZEFRAME">
<summary>
The thickness of the sizing border around the perimeter of a window that can be resized, in pixels.
SM_CXSIZEFRAME is the width of the horizontal border, and SM_CYSIZEFRAME is the height of the vertical border.
This value is the same as SM_CYFRAME.
</summary>
</member>
<member name="F:Krypton.Toolkit.PI.SM_.CYSMCAPTION">
<summary>
The height of a small caption, in pixels.
</summary>
</member>
<member name="F:Krypton.Toolkit.PI.SM_.CYSMICON">
<summary>
The recommended height of a small icon, in pixels. Small icons typically appear in window captions and in small icon view.
</summary>
</member>
<member name="F:Krypton.Toolkit.PI.SM_.CYSMSIZE">
<summary>
The height of small caption buttons, in pixels.
</summary>
</member>
<member name="F:Krypton.Toolkit.PI.SM_.CYVIRTUALSCREEN">
<summary>
The height of the virtual screen, in pixels. The virtual screen is the bounding rectangle of all display monitors.
The SM_YVIRTUALSCREEN metric is the coordinates for the top of the virtual screen.
</summary>
</member>
<member name="F:Krypton.Toolkit.PI.SM_.CYVSCROLL">
<summary>
The height of the arrow bitmap on a vertical scroll bar, in pixels.
</summary>
</member>
<member name="F:Krypton.Toolkit.PI.SM_.CYVTHUMB">
<summary>
The height of the thumb box in a vertical scroll bar, in pixels.
</summary>
</member>
<member name="F:Krypton.Toolkit.PI.SM_.DBCSENABLED">
<summary>
Nonzero if User32.dll supports DBCS; otherwise, 0.
</summary>
</member>
<member name="F:Krypton.Toolkit.PI.SM_.DEBUG">
<summary>
Nonzero if the debug version of User.exe is installed; otherwise, 0.
</summary>
</member>
<member name="F:Krypton.Toolkit.PI.SM_.DIGITIZER">
<summary>
Nonzero if the current operating system is Windows 7 or Windows Server 2008 R2 and the Tablet PC Input
service is started; otherwise, 0. The return value is a bitmask that specifies the type of digitizer input supported by the device.
For more information, see Remarks.
Windows Server 2008, Windows Vista, and Windows XP/2000: This value is not supported.
</summary>
</member>
<member name="F:Krypton.Toolkit.PI.SM_.IMMENABLED">
<summary>
Nonzero if Input Method Manager/Input Method Editor features are enabled; otherwise, 0.
SM_IMMENABLED indicates whether the system is ready to use a Unicode-based IME on a Unicode application.
To ensure that a language-dependent IME works, check SM_DBCSENABLED and the system ANSI code page.
Otherwise the ANSI-to-Unicode conversion may not be performed correctly, or some components like fonts
or registry settings may not be present.
</summary>
</member>
<member name="F:Krypton.Toolkit.PI.SM_.MAXIMUMTOUCHES">
<summary>
Nonzero if there are digitizers in the system; otherwise, 0. SM_MAXIMUMTOUCHES returns the aggregate maximum of the
maximum number of contacts supported by every digitizer in the system. If the system has only single-touch digitizers,
the return value is 1. If the system has multi-touch digitizers, the return value is the number of simultaneous contacts
the hardware can provide. Windows Server 2008, Windows Vista, and Windows XP/2000: This value is not supported.
</summary>
</member>
<member name="F:Krypton.Toolkit.PI.SM_.MEDIACENTER">
<summary>
Nonzero if the current operating system is the Windows XP, Media Center Edition, 0 if not.
</summary>
</member>
<member name="F:Krypton.Toolkit.PI.SM_.MENUDROPALIGNMENT">
<summary>
Nonzero if drop-down menus are right-aligned with the corresponding menu-bar item; 0 if the menus are left-aligned.
</summary>
</member>
<member name="F:Krypton.Toolkit.PI.SM_.MIDEASTENABLED">
<summary>
Nonzero if the system is enabled for Hebrew and Arabic languages, 0 if not.
</summary>
</member>
<member name="F:Krypton.Toolkit.PI.SM_.MOUSEPRESENT">
<summary>
Nonzero if a mouse is installed; otherwise, 0. This value is rarely zero, because of support for virtual mice and because
some systems detect the presence of the port instead of the presence of a mouse.
</summary>
</member>
<member name="F:Krypton.Toolkit.PI.SM_.MOUSEHORIZONTALWHEELPRESENT">
<summary>
Nonzero if a mouse with a horizontal scroll wheel is installed; otherwise 0.
</summary>
</member>
<member name="F:Krypton.Toolkit.PI.SM_.MOUSEWHEELPRESENT">
<summary>
Nonzero if a mouse with a vertical scroll wheel is installed; otherwise 0.
</summary>
</member>
<member name="F:Krypton.Toolkit.PI.SM_.NETWORK">
<summary>
The least significant bit is set if a network is present; otherwise, it is cleared. The other bits are reserved for future use.
</summary>
</member>
<member name="F:Krypton.Toolkit.PI.SM_.PENWINDOWS">
<summary>
Nonzero if the Microsoft Windows for Pen computing extensions are installed; zero otherwise.
</summary>
</member>
<member name="F:Krypton.Toolkit.PI.SM_.REMOTECONTROL">
<summary>
This system metric is used in a Terminal Services environment to determine if the current Terminal Server session is
being remotely controlled. Its value is nonzero if the current session is remotely controlled; otherwise, 0.
You can use terminal services management tools such as Terminal Services Manager (tsadmin.msc) and shadow.exe to
control a remote session. When a session is being remotely controlled, another user can view the contents of that session
and potentially interact with it.
</summary>
</member>
<member name="F:Krypton.Toolkit.PI.SM_.REMOTESESSION">
<summary>
This system metric is used in a Terminal Services environment. If the calling process is associated with a Terminal Services
client session, the return value is nonzero. If the calling process is associated with the Terminal Services console session,
the return value is 0.
Windows Server 2003 and Windows XP: The console session is not necessarily the physical console.
For more information, seeWTSGetActiveConsoleSessionId.
</summary>
</member>
<member name="F:Krypton.Toolkit.PI.SM_.SAMEDISPLAYFORMAT">
<summary>
Nonzero if all the display monitors have the same color format, otherwise, 0. Two displays can have the same bit depth,
but different color formats. For example, the red, green, and blue pixels can be encoded with different numbers of bits,
or those bits can be located in different places in a pixel color value.
</summary>
</member>
<member name="F:Krypton.Toolkit.PI.SM_.SECURE">
<summary>
This system metric should be ignored; it always returns 0.
</summary>
</member>
<member name="F:Krypton.Toolkit.PI.SM_.SERVERR2">
<summary>
The build number if the system is Windows Server 2003 R2; otherwise, 0.
</summary>
</member>
<member name="F:Krypton.Toolkit.PI.SM_.SHOWSOUNDS">
<summary>
Nonzero if the user requires an application to present information visually in situations where it would otherwise present
the information only in audible form; otherwise, 0.
</summary>
</member>
<member name="F:Krypton.Toolkit.PI.SM_.SHUTTINGDOWN">
<summary>
Nonzero if the current session is shutting down; otherwise, 0. Windows 2000: This value is not supported.
</summary>
</member>
<member name="F:Krypton.Toolkit.PI.SM_.SLOWMACHINE">
<summary>
Nonzero if the computer has a low-end (slow) processor; otherwise, 0.
</summary>
</member>
<member name="F:Krypton.Toolkit.PI.SM_.STARTER">
<summary>
Nonzero if the current operating system is Windows 7 Starter Edition, Windows Vista Starter, or Windows XP Starter Edition; otherwise, 0.
</summary>
</member>
<member name="F:Krypton.Toolkit.PI.SM_.SWAPBUTTON">
<summary>
Nonzero if the meanings of the left and right mouse buttons are swapped; otherwise, 0.
</summary>
</member>
<member name="F:Krypton.Toolkit.PI.SM_.TABLETPC">
<summary>
Nonzero if the current operating system is the Windows XP Tablet PC edition or if the current operating system is Windows Vista
or Windows 7 and the Tablet PC Input service is started; otherwise, 0. The SM_DIGITIZER setting indicates the type of digitizer
input supported by a device running Windows 7 or Windows Server 2008 R2. For more information, see Remarks.
</summary>
</member>
<member name="F:Krypton.Toolkit.PI.SM_.XVIRTUALSCREEN">
<summary>
The coordinates for the left side of the virtual screen. The virtual screen is the bounding rectangle of all display monitors.
The SM_CXVIRTUALSCREEN metric is the width of the virtual screen.
</summary>
</member>
<member name="F:Krypton.Toolkit.PI.SM_.YVIRTUALSCREEN">
<summary>
The coordinates for the top of the virtual screen. The virtual screen is the bounding rectangle of all display monitors.
The SM_CYVIRTUALSCREEN metric is the height of the virtual screen.
</summary>
</member>
<member name="F:Krypton.Toolkit.PI.ShowWindowCommands.SW_HIDE">
<summary>
Hides the window and activates another window.
</summary>
</member>
<member name="F:Krypton.Toolkit.PI.ShowWindowCommands.SW_NORMAL">
<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:Krypton.Toolkit.PI.ShowWindowCommands.SW_SHOWMINIMIZED">
<summary>
Activates the window and displays it as a minimized window.
</summary>
</member>
<member name="F:Krypton.Toolkit.PI.ShowWindowCommands.SW_SHOWMAXIMIZED">
<summary>
Activates the window and displays it as a maximized window.
</summary>
</member>
<member name="F:Krypton.Toolkit.PI.ShowWindowCommands.SW_SHOWNOACTIVATE">
<summary>
Displays a window in its most recent size and position. This value
is similar to <see cref="F:Krypton.Toolkit.PI.ShowWindowCommands.SW_NORMAL"/>, except
the window is not activated.
</summary>
</member>
<member name="F:Krypton.Toolkit.PI.ShowWindowCommands.SW_SHOW">
<summary>
Activates the window and displays it in its current size and position.
</summary>
</member>
<member name="F:Krypton.Toolkit.PI.ShowWindowCommands.SW_MINIMIZE">
<summary>
Minimizes the specified window and activates the next top-level
window in the Z order.
</summary>
</member>
<member name="F:Krypton.Toolkit.PI.ShowWindowCommands.SW_SHOWMINNOACTIVE">
<summary>
Displays the window as a minimized window. This value is similar to
<see cref="F:Krypton.Toolkit.PI.ShowWindowCommands.SW_SHOWMINIMIZED"/>, except the
window is not activated.
</summary>
</member>
<member name="F:Krypton.Toolkit.PI.ShowWindowCommands.SW_SHOWNA">
<summary>
Displays the window in its current size and position. This value is
similar to <see cref="F:Krypton.Toolkit.PI.ShowWindowCommands.SW_SHOW"/>, except the
window is not activated.
</summary>
</member>
<member name="F:Krypton.Toolkit.PI.ShowWindowCommands.SW_RESTORE">
<summary>
Activates and displays the 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 restoring a minimized window.
</summary>
</member>
<member name="F:Krypton.Toolkit.PI.ShowWindowCommands.SW_SHOWDEFAULT">
<summary>
Sets the show state based on the SW_* value specified in the
STARTUPINFO structure passed to the CreateProcess function by the
program that started the application.
</summary>
</member>
<member name="F:Krypton.Toolkit.PI.ShowWindowCommands.SW_FORCEMINIMIZE">
<summary>
<b>Windows 2000/XP:</b> Minimizes a window, even if the thread
that owns the window is not responding. This flag should only be
used when minimizing windows from a different thread.
</summary>
</member>
<member name="T:Krypton.Toolkit.PI.WM_">
<summary>
I needed some "Generic" magic to get from an enum to an int for switch and boolean operands
</summary>
</member>
<member name="T:Krypton.Toolkit.PI.CS_">
<summary>
CS_*
</summary>
</member>
<member name="F:Krypton.Toolkit.PI.GetWindowType.GW_HWNDFIRST">
<summary>
The retrieved handle identifies the window of the same type that is highest in the Z order.
<para/>
If the specified window is a topmost window, the handle identifies a topmost window.
If the specified window is a top-level window, the handle identifies a top-level window.
If the specified window is a child window, the handle identifies a sibling window.
</summary>
</member>
<member name="F:Krypton.Toolkit.PI.GetWindowType.GW_HWNDLAST">
<summary>
The retrieved handle identifies the window of the same type that is lowest in the Z order.
<para />
If the specified window is a topmost window, the handle identifies a topmost window.
If the specified window is a top-level window, the handle identifies a top-level window.
If the specified window is a child window, the handle identifies a sibling window.
</summary>
</member>
<member name="F:Krypton.Toolkit.PI.GetWindowType.GW_HWNDNEXT">
<summary>
The retrieved handle identifies the window below the specified window in the Z order.
<para />
If the specified window is a topmost window, the handle identifies a topmost window.
If the specified window is a top-level window, the handle identifies a top-level window.
If the specified window is a child window, the handle identifies a sibling window.
</summary>
</member>
<member name="F:Krypton.Toolkit.PI.GetWindowType.GW_HWNDPREV">
<summary>
The retrieved handle identifies the window above the specified window in the Z order.
<para />
If the specified window is a topmost window, the handle identifies a topmost window.
If the specified window is a top-level window, the handle identifies a top-level window.
If the specified window is a child window, the handle identifies a sibling window.
</summary>
</member>
<member name="F:Krypton.Toolkit.PI.GetWindowType.GW_OWNER">
<summary>
The retrieved handle identifies the specified window's owner window, if any.
</summary>
</member>
<member name="F:Krypton.Toolkit.PI.GetWindowType.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:Krypton.Toolkit.PI.GetWindowType.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="T:Krypton.Toolkit.PI.WS_">
<summary>
Window Styles.
The following styles can be specified wherever a window style is required. After the control has been created, these styles cannot be modified, except as noted.
https://www.autohotkey.com/docs/misc/Styles.htm
</summary>
</member>
<member name="T:Krypton.Toolkit.PI.BS_">
<summary>
Window Styles.
The following styles can be specified wherever a window style is required. After the control has been created, these styles cannot be modified, except as noted.
https://www.autohotkey.com/docs/misc/Styles.htm
</summary>
</member>
<member name="T:Krypton.Toolkit.PI.WS_EX_">
<summary>
Window style extended values, WS_EX_*
https://docs.microsoft.com/en-gb/windows/win32/winmsg/extended-window-styles
</summary>
</member>
<member name="F:Krypton.Toolkit.PI.SC_.F_ISSECURE">
<summary>
SCF_ISSECURE
</summary>
</member>
<member name="T:Krypton.Toolkit.PI.HT">
<summary>
Non-client hit test values, HT*
</summary>
</member>
<member name="T:Krypton.Toolkit.PI.GWL_">
<summary>
GetWindowLongPtr values, GWL_*
</summary>
</member>
<member name="F:Krypton.Toolkit.PI.HSHELL_REDRAW">
<summary>
https://msdn.microsoft.com/en-us/library/windows/desktop/ms644991(v=vs.85).aspx
</summary>
</member>
<member name="M:Krypton.Toolkit.PI.IsKeyDown(System.Windows.Forms.Keys)">
<summary>
Is the specified key currently pressed down.
</summary>
<param name="key">Key to test.</param>
<returns>True if pressed; otherwise false.</returns>
</member>
<member name="M:Krypton.Toolkit.PI.IsKeyToggled(System.Windows.Forms.Keys)">
<summary>
Is the specified key currently toggled.
</summary>
<param name="key">Key to test.</param>
<returns>True if toggled; otherwise false.</returns>
</member>
<member name="M:Krypton.Toolkit.PI.GetWindow(System.IntPtr,Krypton.Toolkit.PI.GetWindowType)">
<summary>
Retrieves a handle to a window that has the specified relationship (Z-Order or owner) to the specified window.
</summary>
<remarks>The EnumChildWindows function is more reliable than calling GetWindow in a loop. An application that
calls GetWindow to perform this task risks being caught in an infinite loop or referencing a handle to a window
that has been destroyed.</remarks>
<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.</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="T:Krypton.Toolkit.PI.BlurParams">
<summary>
Contains members that specify the nature of a Gaussian blur.
</summary>
<remarks>Cannot be pinned with GCHandle due to bool value.</remarks>
</member>
<member name="F:Krypton.Toolkit.PI.BlurParams.Radius">
<summary>
Real number that specifies the blur radius (the radius of the Gaussian convolution kernel) in
pixels. The radius must be in the range 0 through 255. As the radius increases, the resulting
bitmap becomes more blurry.
</summary>
</member>
<member name="F:Krypton.Toolkit.PI.BlurParams.ExpandEdges">
<summary>
Boolean value that specifies whether the bitmap expands by an amount equal to the blur radius.
If TRUE, the bitmap expands by an amount equal to the radius so that it can have soft edges.
If FALSE, the bitmap remains the same size and the soft edges are clipped.
</summary>
</member>
<member name="M:Krypton.Toolkit.PI.GetNativeImage(System.Drawing.Bitmap)">
<summary>
Get the nativeImage field from the bitmap
</summary>
<param name="bitmap"></param>
<returns>IntPtr</returns>
</member>
<member name="M:Krypton.Toolkit.PI.FormatMessage(Krypton.Toolkit.PI.FORMAT_MESSAGE_,System.IntPtr,System.UInt32,System.UInt32,System.IntPtr@,System.UInt32,System.String[])">
<summary>
Return the length of the string
</summary>
</member>
<member name="T:Krypton.Toolkit.PI.MONITORINFO">
<summary>
</summary>
</member>
<member name="F:Krypton.Toolkit.PI.MONITORINFO.cbSize">
<summary>
</summary>
</member>
<member name="F:Krypton.Toolkit.PI.MONITORINFO.rcMonitor">
<summary>
</summary>
</member>
<member name="F:Krypton.Toolkit.PI.MONITORINFO.rcWork">
<summary>
</summary>
</member>
<member name="F:Krypton.Toolkit.PI.MONITORINFO.dwFlags">
<summary>
</summary>
</member>
<member name="T:Krypton.Toolkit.PI.OSVERSIONINFOEX">
<summary>
Contains operating system version information. The information includes major and minor version numbers, a build number, a platform identifier,
and information about product suites and the latest Service Pack installed on the system.
This structure is used with the RtlGetVersion, GetVersionEx and VerifyVersionInfo functions.
</summary>
</member>
<member name="T:Krypton.Toolkit.ColorHSL">
<summary>
Represents a hue, saturation, luminance triple.
</summary>
</member>
<member name="M:Krypton.Toolkit.ColorHSL.#ctor">
<summary>
Initialize a new instance of the ColorHSL class.
</summary>
</member>
<member name="M:Krypton.Toolkit.ColorHSL.#ctor(System.Drawing.Color)">
<summary>
Initialize a new instance of the ColorHSL class.
</summary>
<param name="c">Initialize from an existing Color.</param>
</member>
<member name="P:Krypton.Toolkit.ColorHSL.Color">
<summary>
Get a Color instance from the HSL triple.
</summary>
</member>
<member name="P:Krypton.Toolkit.ColorHSL.Hue">
<summary>
Gets and sets the hue.
</summary>
</member>
<member name="P:Krypton.Toolkit.ColorHSL.Saturation">
<summary>
Gets and sets the saturation.
</summary>
</member>
<member name="P:Krypton.Toolkit.ColorHSL.Luminance">
<summary>
Gets and sets the luminance.
</summary>
</member>
<member name="T:Krypton.Toolkit.KryptonAboutBoxData">
<summary>A structure that contains basic information for <see cref="T:Krypton.Toolkit.VisualAboutBoxForm"/>.</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonAboutBoxData.ShowToolkitInformation">
<summary>Gets or sets the show toolkit information.</summary>
<value>The show toolkit information.</value>
</member>
<member name="P:Krypton.Toolkit.KryptonAboutBoxData.CurrentAssembly">
<summary>Gets or sets the current assembly.</summary>
<value>The current assembly.</value>
</member>
<member name="P:Krypton.Toolkit.KryptonAboutBoxData.UseFullBuiltOnDate">
<summary>Gets or sets the use full built on date.</summary>
<value>The use full built on date.</value>
</member>
<member name="P:Krypton.Toolkit.KryptonAboutBoxData.HeaderImage">
<summary>Gets or sets the header image.</summary>
<value>The header image.</value>
</member>
<member name="P:Krypton.Toolkit.KryptonAboutBoxData.MainImage">
<summary>Gets or sets the main image.</summary>
<value>The main image.</value>
</member>
<member name="P:Krypton.Toolkit.KryptonAboutBoxData.ApplicationName">
<summary>Gets or sets the name of the application.</summary>
<value>The name of the application.</value>
</member>
<member name="P:Krypton.Toolkit.KryptonAboutBoxData.UseRtlLayout">
<summary>Gets or sets the use RTL layout of the <see cref="T:Krypton.Toolkit.KryptonAboutBox"/> UI.</summary>
<value>The use RTL layout in an <see cref="T:Krypton.Toolkit.KryptonAboutBox"/>.</value>
</member>
<member name="M:Krypton.Toolkit.KryptonAboutBoxData.#ctor">
<summary>Initializes a new instance of the <see cref="T:Krypton.Toolkit.KryptonAboutBoxData" /> struct.</summary>
</member>
<member name="T:Krypton.Toolkit.KryptonAboutBoxUtilities">
<summary>This class does the heavy lifting for <see cref="T:Krypton.Toolkit.VisualAboutBoxForm"/> and its associated components.</summary>
</member>
<member name="T:Krypton.Toolkit.KryptonAboutToolkitData">
<summary>Contains the toolkit information used for creating a new <see cref="T:Krypton.Toolkit.VisualAboutBoxForm"/>.</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonAboutToolkitData.ShowDiscordButton">
<summary>Shows the discord button.</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonAboutToolkitData.ShowDeveloperInformationButton">
<summary>Shows the developer information button.</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonAboutToolkitData.ShowVersionInformationButton">
<summary>Shows the version information button.</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonAboutToolkitData.ShowThemeOptions">
<summary>Shows the theme options.</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonAboutToolkitData.ShowSystemInformationButton">
<summary>The show system information button.</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonAboutToolkitData.ShowBuildDate">
<summary>Gets or sets a value indicating whether to show the build date label.</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonAboutToolkitData.ToolkitType">
<summary>The toolkit type.</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonAboutToolkitData.HeaderText">
<summary>The header text.</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonAboutToolkitData.CurrentThemeText">
<summary>The current theme text.</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonAboutToolkitData.GeneralInformationWelcomeText">
<summary>The general information welcome text.</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonAboutToolkitData.GeneralInformationLicenseText">
<summary>The general information license text.</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonAboutToolkitData.GeneralInformationLearnMoreText">
<summary>The general information learn more text.</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonAboutToolkitData.DiscordText">
<summary>The discord text.</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonAboutToolkitData.RepositoryInformationText">
<summary>The repository information text.</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonAboutToolkitData.DownloadDocumentationText">
<summary>The download documentation text.</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonAboutToolkitData.DownloadDemosText">
<summary>The download demos text.</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonAboutToolkitData.FileNameColumnHeaderText">
<summary>The file name column header text.</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonAboutToolkitData.VersionColumnHeaderText">
<summary>The version column header text.</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonAboutToolkitData.ToolBarGeneralInformationText">
<summary>The tool bar general information text.</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonAboutToolkitData.ToolBarDiscordText">
<summary>The tool bar discord text.</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonAboutToolkitData.ToolBarDeveloperInformationText">
<summary>The tool bar developer information text.</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonAboutToolkitData.ToolBarVersionInformationText">
<summary>The tool bar version information text.</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonAboutToolkitData.BuildOnText">
<summary>Gets or sets the build on text.</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonAboutToolkitData.LearnMoreLinkArea">
<summary>The learn more link area.</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonAboutToolkitData.DiscordLinkArea">
<summary>The discord link area.</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonAboutToolkitData.RepositoryInformationLinkArea">
<summary>The repository information link area.</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonAboutToolkitData.DownloadDemosLinkArea">
<summary>The download demos link area.</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonAboutToolkitData.DocumentationLinkArea">
<summary>The documentation link area.</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonAboutToolkitData.UseRtlLayout">
<summary>Gets or sets the use RTL layout of the <see cref="T:Krypton.Toolkit.KryptonAboutBox"/> UI.</summary>
<value>The use RTL layout in an <see cref="T:Krypton.Toolkit.KryptonAboutBox"/>.</value>
</member>
<member name="M:Krypton.Toolkit.KryptonAboutToolkitData.#ctor">
<summary>Initializes a new instance of the <see cref="T:Krypton.Toolkit.KryptonAboutToolkitData" /> struct.</summary>
</member>
<member name="T:Krypton.Toolkit.KryptonControlCollection">
<summary>
Base class for krypton specific control collections.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonControlCollection.#ctor(System.Windows.Forms.Control)">
<summary>
Initialize a new instance of the KryptonControlCollection class.
</summary>
<param name="owner">Owning control.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonControlCollection.AddInternal(System.Windows.Forms.Control)">
<summary>
Add a control to the collection overriding the normal checks.
</summary>
<param name="control">Control to be added.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonControlCollection.RemoveInternal(System.Windows.Forms.Control)">
<summary>
Add a control to the collection overriding the normal checks.
</summary>
<param name="control">Control to be added.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonControlCollection.ClearInternal">
<summary>
Clear out all the entries in the collection.
</summary>
</member>
<member name="T:Krypton.Toolkit.KryptonDefaultColorAttribute">
<summary>
Create a default value attribute for color property.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonDefaultColorAttribute.#ctor">
<summary>
Initialize a new instance of the KryptonDefaultColorAttribute class.
</summary>
</member>
<member name="T:Krypton.Toolkit.KryptonFormFadeController">
<summary>This deals with the fading in and out of <see cref="T:Krypton.Toolkit.VisualForm"/>. The developer must explicitly enable this, as it is turned off by default. Original library: (https://gist.github.com/nathan-fiscaletti/3c0514862fe88b5664b10444e1098778).</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonFormFadeController.#ctor(Krypton.Toolkit.VisualForm,Krypton.Toolkit.VisualForm)">
<summary>Initializes a new instance of the <see cref="T:Krypton.Toolkit.KryptonFormFadeController" /> class.</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonFormFadeController.BeginFade">
<summary>
Begin fading the _owner.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonFormFadeController.UpdateOpacity">
<summary>
Update the opacity of the _owner using the timer.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonFormFadeController.ShowDialog(System.Single,Krypton.Toolkit.KryptonFormFadeController.FadeCompleted)">
<summary>
Fade the _owner in at the defined speed as a dialog
based on parent _owner.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonFormFadeController.FadeIn(System.Single,Krypton.Toolkit.KryptonFormFadeController.FadeCompleted)">
<summary>
Fade the _owner in at the defined speed.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonFormFadeController.FadeOut(System.Nullable{System.Single},Krypton.Toolkit.KryptonFormFadeController.FadeCompleted)">
<summary>
Fade the _owner out at the defined speed.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonFormFadeController.ShowDialog(Krypton.Toolkit.VisualForm,Krypton.Toolkit.VisualForm,System.Single)">
<summary>
Fades a dialog in using parent _owner and defined fade speed.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonFormFadeController.ShowDialog(Krypton.Toolkit.VisualForm,Krypton.Toolkit.VisualForm,System.Single,Krypton.Toolkit.KryptonFormFadeController.FadeCompleted)">
<summary>
Fades a dialog in using parent _owner and defined fade speed
and call the finished delegate.)
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonFormFadeController.FadeOut(Krypton.Toolkit.VisualForm,System.Nullable{System.Single},Krypton.Toolkit.KryptonFormFadeController.FadeCompleted)">
<summary>
Fade a _owner out at the defined speed.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonFormFadeController.FadeIn(Krypton.Toolkit.VisualForm,System.Single)">
<summary>
Fade a _owner in at the defined speed.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonFormFadeController.FadeOut(Krypton.Toolkit.VisualForm,System.Single)">
<summary>
Fade a _owner out at the defined speed.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonFormFadeController.FadeOutAndClose(Krypton.Toolkit.VisualForm,System.Single)">
<summary>
Fade a _owner out at the defined speed and
close it when the fade has completed.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonFormFadeController.FadeOutAndClose(Krypton.Toolkit.VisualForm,System.Single,Krypton.Toolkit.KryptonFormFadeController.FadeCompleted)">
<summary>
Fade a _owner out at the defined speed and
close it when the fade has completed.
After the _owner has closed, call the FadeComplete delegate.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonFormFadeController.ModernFadeFormIn(Krypton.Toolkit.VisualForm)">
<summary>Fades the _owner in.</summary>
<param name="owner">The owner.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonFormFadeController.ModernFadeFormIn(Krypton.Toolkit.VisualForm,System.Nullable{System.Int32})">
<summary>Fades the _owner in.</summary>
<param name="owner">The owner.</param>
<param name="fadeSpeed">The fade speed.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonFormFadeController.ModernFadeFormOut(Krypton.Toolkit.VisualForm,System.Nullable{System.Int32})">
<summary>Fades the _owner out.</summary>
<param name="owner">The owner.</param>
<param name="fadeSpeed">The fade speed.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonFormFadeController.ModernFadeFormOut(Krypton.Toolkit.VisualForm,Krypton.Toolkit.VisualForm)">
<summary>Fades the _owner out.</summary>
<param name="owner">The owner.</param>
<param name="nextForm">The next _owner.</param>
</member>
<member name="T:Krypton.Toolkit.KryptonGlobalToolkitStrings">
<summary>Access 'Global' Krypton string settings.</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonGlobalToolkitStrings.GlobalColorStrings">
<summary>Gets the color strings.</summary>
<value>The color strings.</value>
</member>
<member name="P:Krypton.Toolkit.KryptonGlobalToolkitStrings.ButtonStyles">
<summary>Gets the spec style strings.</summary>
<value>The spec style strings.</value>
</member>
<member name="P:Krypton.Toolkit.KryptonGlobalToolkitStrings.CustomToolkitStrings">
<summary>Gets the custom toolkit strings.</summary>
<value>The custom toolkit strings.</value>
</member>
<member name="P:Krypton.Toolkit.KryptonGlobalToolkitStrings.GeneralRibbonStrings">
<summary>Gets the general ribbon strings.</summary>
<value>The general ribbon strings.</value>
</member>
<member name="P:Krypton.Toolkit.KryptonGlobalToolkitStrings.GeneralToolkitStrings">
<summary>Gets the strings.</summary>
<value>The strings.</value>
</member>
<member name="P:Krypton.Toolkit.KryptonGlobalToolkitStrings.DataGridViewStyles">
<summary>Gets the grid view style strings.</summary>
<value>The grid view style strings.</value>
</member>
<member name="P:Krypton.Toolkit.KryptonGlobalToolkitStrings.GridStyles">
<summary>Gets the style strings.</summary>
<value>The style strings.</value>
</member>
<member name="P:Krypton.Toolkit.KryptonGlobalToolkitStrings.GroupCollapsedTargetStrings">
<summary>Gets the group collapsed target strings.</summary>
<value>The group collapsed target strings.</value>
</member>
<member name="P:Krypton.Toolkit.KryptonGlobalToolkitStrings.HeaderStyles">
<summary>Gets the header styles.</summary>
<value>The header styles.</value>
</member>
<member name="P:Krypton.Toolkit.KryptonGlobalToolkitStrings.InputControlStyles">
<summary>Gets the input control styles.</summary>
<value>The input control styles.</value>
</member>
<member name="P:Krypton.Toolkit.KryptonGlobalToolkitStrings.IntegratedToolBarStrings">
<summary>Gets the tool bar strings.</summary>
<value>The tool bar strings.</value>
</member>
<member name="P:Krypton.Toolkit.KryptonGlobalToolkitStrings.KryptonLinkBehaviorStrings">
<summary>Gets the link behavior strings.</summary>
<value>The link behavior strings.</value>
</member>
<member name="P:Krypton.Toolkit.KryptonGlobalToolkitStrings.KryptonLabelStyleStrings">
<summary>Gets the krypton label style strings.</summary>
<value>The krypton label style strings.</value>
</member>
<member name="P:Krypton.Toolkit.KryptonGlobalToolkitStrings.PaletteBackStyleStrings">
<summary>Gets the back style strings.</summary>
<value>The back style strings.</value>
</member>
<member name="P:Krypton.Toolkit.KryptonGlobalToolkitStrings.PaletteBorderStyleStrings">
<summary>Gets the border style strings.</summary>
<value>The border style strings.</value>
</member>
<member name="P:Krypton.Toolkit.KryptonGlobalToolkitStrings.PaletteButtonOrientationStrings">
<summary>Gets the button orientation strings.</summary>
<value>The button orientation strings.</value>
</member>
<member name="P:Krypton.Toolkit.KryptonGlobalToolkitStrings.PaletteButtonSpecStyleStrings">
<summary>Gets the button spec styles.</summary>
<value>The button spec styles.</value>
</member>
<member name="P:Krypton.Toolkit.KryptonGlobalToolkitStrings.PaletteButtonStyleStrings">
<summary>Gets the button style strings.</summary>
<value>The button style strings.</value>
</member>
<member name="P:Krypton.Toolkit.KryptonGlobalToolkitStrings.ContentStyleStrings">
<summary>Gets the content style strings.</summary>
<value>The content style strings.</value>
</member>
<member name="P:Krypton.Toolkit.KryptonGlobalToolkitStrings.ImageEffectStrings">
<summary>Gets the image effect strings.</summary>
<value>The image effect strings.</value>
</member>
<member name="P:Krypton.Toolkit.KryptonGlobalToolkitStrings.ImageStyleStrings">
<summary>Gets the image style strings.</summary>
<value>The image style strings.</value>
</member>
<member name="P:Krypton.Toolkit.KryptonGlobalToolkitStrings.ModeStrings">
<summary>Gets the mode strings.</summary>
<value>The mode strings.</value>
</member>
<member name="P:Krypton.Toolkit.KryptonGlobalToolkitStrings.TextTrimStrings">
<summary>Gets the text trim strings.</summary>
<value>The text trim strings.</value>
</member>
<member name="P:Krypton.Toolkit.KryptonGlobalToolkitStrings.PlacementModeStrings">
<summary>Gets the placement mode strings.</summary>
<value>The placement mode strings.</value>
</member>
<member name="P:Krypton.Toolkit.KryptonGlobalToolkitStrings.SeparatorStyles">
<summary>Gets the separator styles.</summary>
<value>The separator styles.</value>
</member>
<member name="P:Krypton.Toolkit.KryptonGlobalToolkitStrings.TabBorderStyles">
<summary>Gets the tab border styles.</summary>
<value>The tab border styles.</value>
</member>
<member name="P:Krypton.Toolkit.KryptonGlobalToolkitStrings.TabStyles">
<summary>Gets the tab styles.</summary>
<value>The tab styles.</value>
</member>
<member name="P:Krypton.Toolkit.KryptonGlobalToolkitStrings.ToastNotificationIcon">
<summary>Gets the toast notification icon.</summary>
<value>The toast notification icon.</value>
</member>
<member name="P:Krypton.Toolkit.KryptonGlobalToolkitStrings.KryptonAboutBoxBasicApplicationInformationStrings">
<summary>Gets the basic application information strings.</summary>
<value>The basic application information strings.</value>
</member>
<member name="P:Krypton.Toolkit.KryptonGlobalToolkitStrings.KryptonAboutBoxStrings">
<summary>Gets the about box strings.</summary>
<value>The about box strings.</value>
</member>
<member name="P:Krypton.Toolkit.KryptonGlobalToolkitStrings.KryptonMiscellaneousThemeStrings">
<summary>Gets the miscellaneous theme strings.</summary>
<value>The miscellaneous theme strings.</value>
</member>
<member name="P:Krypton.Toolkit.KryptonGlobalToolkitStrings.KryptonOutlookGridStrings">
<summary>Gets the outlook grid strings.</summary>
<value>The outlook grid strings.</value>
</member>
<member name="P:Krypton.Toolkit.KryptonGlobalToolkitStrings.KryptonScrollBarStrings">
<summary>Gets the scroll bar strings.</summary>
<value>The scroll bar strings.</value>
</member>
<member name="P:Krypton.Toolkit.KryptonGlobalToolkitStrings.KryptonToastNotificationStrings">
<summary>Gets the toast notification strings.</summary>
<value>The toast notification strings.</value>
</member>
<member name="P:Krypton.Toolkit.KryptonGlobalToolkitStrings.BackStyleStrings">
<summary>Gets the palette back style strings.</summary>
<value>The palette back style strings.</value>
</member>
<member name="P:Krypton.Toolkit.KryptonGlobalToolkitStrings.ButtonStyleStrings">
<summary>Gets the button spec style strings.</summary>
<value>The button spec style strings.</value>
</member>
<member name="P:Krypton.Toolkit.KryptonGlobalToolkitStrings.BorderStyleStrings">
<summary>Gets the palette border style strings.</summary>
<value>The palette border style strings.</value>
</member>
<member name="P:Krypton.Toolkit.KryptonGlobalToolkitStrings.ButtonOrientationStrings">
<summary>Gets the palette button orientation strings.</summary>
<value>The palette button orientation strings.</value>
</member>
<member name="P:Krypton.Toolkit.KryptonGlobalToolkitStrings.ButtonSpecStyleStrings">
<summary>Gets the palette button spec style strings.</summary>
<value>The palette button spec style strings.</value>
</member>
<member name="P:Krypton.Toolkit.KryptonGlobalToolkitStrings.PaletteButtonStyles">
<summary>Gets the palette button style strings.</summary>
<value>The palette button style strings.</value>
</member>
<member name="P:Krypton.Toolkit.KryptonGlobalToolkitStrings.ColorStrings">
<summary>Gets the global color strings.</summary>
<value>The global color strings.</value>
</member>
<member name="P:Krypton.Toolkit.KryptonGlobalToolkitStrings.CustomStrings">
<summary>Gets the custom toolkit strings.</summary>
<value>The custom toolkit strings.</value>
</member>
<member name="P:Krypton.Toolkit.KryptonGlobalToolkitStrings.RibbonStrings">
<summary>Gets the general ribbon strings.</summary>
<value>The general ribbon strings.</value>
</member>
<member name="P:Krypton.Toolkit.KryptonGlobalToolkitStrings.GeneralStrings">
<summary>Gets the general toolkit strings.</summary>
<value>The general toolkit strings.</value>
</member>
<member name="P:Krypton.Toolkit.KryptonGlobalToolkitStrings.ToolBarStrings">
<summary>Gets the integrated toolbar button strings.</summary>
<value>The integrated toolbar button strings.</value>
</member>
<member name="P:Krypton.Toolkit.KryptonGlobalToolkitStrings.LinkBehaviorStrings">
<summary>Gets the link behavior style strings.</summary>
<value>The link behavior style strings.</value>
</member>
<member name="P:Krypton.Toolkit.KryptonGlobalToolkitStrings.LabelStyleStrings">
<summary>Gets the link style strings.</summary>
<value>The link style strings.</value>
</member>
<member name="P:Krypton.Toolkit.KryptonGlobalToolkitStrings.PaletteContentStyleStrings">
<summary>Gets the palette content style strings.</summary>
<value>The palette content style strings.</value>
</member>
<member name="P:Krypton.Toolkit.KryptonGlobalToolkitStrings.PaletteImageEffectStrings">
<summary>Gets the image effect strings.</summary>
<value>The image effect strings.</value>
</member>
<member name="P:Krypton.Toolkit.KryptonGlobalToolkitStrings.PaletteImageStyleStrings">
<summary>Gets the image style strings.</summary>
<value>The image style strings.</value>
</member>
<member name="P:Krypton.Toolkit.KryptonGlobalToolkitStrings.PaletteModeStrings">
<summary>Gets the palette mode strings.</summary>
<value>The palette mode strings.</value>
</member>
<member name="P:Krypton.Toolkit.KryptonGlobalToolkitStrings.PaletteTextTrimStrings">
<summary>Gets the palette text trim strings.</summary>
<value>The palette text trim strings.</value>
</member>
<member name="P:Krypton.Toolkit.KryptonGlobalToolkitStrings.PlacementMode">
<summary>Gets the placement mode strings.</summary>
<value>The placement mode strings.</value>
</member>
<member name="P:Krypton.Toolkit.KryptonGlobalToolkitStrings.SeparatorStyleStrings">
<summary>Gets the separator style strings.</summary>
<value>The separator style strings.</value>
</member>
<member name="P:Krypton.Toolkit.KryptonGlobalToolkitStrings.TabBorderStyleStrings">
<summary>Gets the tab border style strings.</summary>
<value>The tab border style strings.</value>
</member>
<member name="P:Krypton.Toolkit.KryptonGlobalToolkitStrings.TabStyleStrings">
<summary>Gets the tab style strings.</summary>
<value>The tab style strings.</value>
</member>
<member name="P:Krypton.Toolkit.KryptonGlobalToolkitStrings.ToastNotificationIconStrings">
<summary>Gets the toast notification icon strings.</summary>
<value>The toast notification icon strings.</value>
</member>
<member name="M:Krypton.Toolkit.KryptonGlobalToolkitStrings.ResetToastNotificationIconStrings">
<summary>Resets the toast notification icon strings.</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonGlobalToolkitStrings.AboutBoxBasicStrings">
<summary>Gets the krypton about box basic application information strings.</summary>
<value>The krypton about box basic application information strings.</value>
</member>
<member name="P:Krypton.Toolkit.KryptonGlobalToolkitStrings.AboutBoxStrings">
<summary>Gets the krypton about box strings.</summary>
<value>The krypton about box strings.</value>
</member>
<member name="P:Krypton.Toolkit.KryptonGlobalToolkitStrings.MiscellaneousThemeStrings">
<summary>Gets the krypton miscellaneous theme strings.</summary>
<value>The krypton miscellaneous theme strings.</value>
</member>
<member name="P:Krypton.Toolkit.KryptonGlobalToolkitStrings.ScrollBarStrings">
<summary>Gets the scrollbar strings.</summary>
<value>The scrollbar strings.</value>
</member>
<member name="P:Krypton.Toolkit.KryptonGlobalToolkitStrings.GridViewStyleStrings">
<summary>Gets the data grid view strings.</summary>
<value>The data grid view strings.</value>
</member>
<member name="P:Krypton.Toolkit.KryptonGlobalToolkitStrings.GridStyleStrings">
<summary>Gets the grid style strings.</summary>
<value>The grid style strings.</value>
</member>
<member name="P:Krypton.Toolkit.KryptonGlobalToolkitStrings.HeaderGroupCollapsedTargetStrings">
<summary>Gets the header group collapsed target strings.</summary>
<value>The header group collapsed target strings.</value>
</member>
<member name="P:Krypton.Toolkit.KryptonGlobalToolkitStrings.HeaderStyleStrings">
<summary>Gets the header style strings.</summary>
<value>The header style strings.</value>
</member>
<member name="P:Krypton.Toolkit.KryptonGlobalToolkitStrings.InputControlStyleStrings">
<summary>Gets the input control style strings.</summary>
<value>The input control style strings.</value>
</member>
<member name="P:Krypton.Toolkit.KryptonGlobalToolkitStrings.ToastNotificationStrings">
<summary>Gets the krypton toast notification strings.</summary>
<value>The krypton toast notification strings.</value>
</member>
<member name="M:Krypton.Toolkit.KryptonGlobalToolkitStrings.ResetToastNotificationStrings">
<summary>Resets the krypton toast notification strings.</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonGlobalToolkitStrings.#ctor">
<summary>Initializes a new instance of the <see cref="T:Krypton.Toolkit.KryptonGlobalToolkitStrings" /> class.</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonGlobalToolkitStrings.IsDefault">
<summary>Gets a value indicating whether this instance is default.</summary>
<value><c>true</c> if this instance is default; otherwise, <c>false</c>.</value>
</member>
<member name="M:Krypton.Toolkit.KryptonGlobalToolkitStrings.Reset">
<summary>Resets this instance.</summary>
</member>
<member name="T:Krypton.Toolkit.KryptonInputBoxData">
<summary>A structure that contains basic information for <see cref="T:Krypton.Toolkit.VisualInputBoxForm"/>.</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonInputBoxData.Owner">
<summary>Gets or sets the owner of the <see cref="T:Krypton.Toolkit.VisualInputBoxForm"/>.</summary>
<value>The owner of the <see cref="T:Krypton.Toolkit.VisualInputBoxForm"/>.</value>
</member>
<member name="P:Krypton.Toolkit.KryptonInputBoxData.Prompt">
<summary>Gets or sets the prompt text.</summary>
<value>The prompt text.</value>
</member>
<member name="P:Krypton.Toolkit.KryptonInputBoxData.Caption">
<summary>Gets or sets the caption.</summary>
<value>The caption.</value>
</member>
<member name="P:Krypton.Toolkit.KryptonInputBoxData.DefaultResponse">
<summary>Gets or sets the default response.</summary>
<value>The default response.</value>
</member>
<member name="P:Krypton.Toolkit.KryptonInputBoxData.CueText">
<summary>Gets or sets the cue text.</summary>
<value>The cue text.</value>
</member>
<member name="P:Krypton.Toolkit.KryptonInputBoxData.CueColor">
<summary>Gets or sets the color of the cue text.</summary>
<value>The color of the cue text.</value>
</member>
<member name="P:Krypton.Toolkit.KryptonInputBoxData.CueTypeface">
<summary>Gets or sets the cue typeface.</summary>
<value>The cue typeface.</value>
</member>
<member name="P:Krypton.Toolkit.KryptonInputBoxData.UsePasswordOption">
<summary>Gets or sets the use password option.</summary>
<value>The use password option.</value>
</member>
<member name="P:Krypton.Toolkit.KryptonInputBoxData.UseRTLLayout">
<summary>Gets or sets the use RTL layout of the <see cref="T:Krypton.Toolkit.KryptonInputBox"/> UI.</summary>
<value>The use RTL layout in an <see cref="T:Krypton.Toolkit.KryptonInputBox"/>.</value>
</member>
<member name="M:Krypton.Toolkit.KryptonInputBoxData.#ctor">
<summary>Initializes a new instance of the <see cref="T:Krypton.Toolkit.KryptonInputBoxData" /> struct.</summary>
</member>
<member name="T:Krypton.Toolkit.KryptonMessageBoxController">
<summary>Handles the heavy lifting for the <see cref="T:Krypton.Toolkit.KryptonMessageBox"/>.</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonMessageBoxController.ShowCore(System.Windows.Forms.IWin32Window,System.String,System.String,Krypton.Toolkit.KryptonMessageBoxButtons,Krypton.Toolkit.KryptonMessageBoxIcon,Krypton.Toolkit.KryptonMessageBoxDefaultButton,System.Windows.Forms.MessageBoxOptions,Krypton.Toolkit.HelpInfo,System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Drawing.Image,System.String,System.Nullable{Krypton.Toolkit.MessageBoxContentAreaType},Krypton.Toolkit.KryptonCommand,System.Diagnostics.ProcessStartInfo,System.Nullable{System.Windows.Forms.LinkArea},System.Nullable{System.Boolean},System.Nullable{System.Boolean})">
<summary>
Displays a message box with the specified text, caption, buttons, icon, default button, options, and Help button, using the specified Help file, HelpNavigator, and Help topic.
</summary>
<param name="owner">Owner of 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>
<param name="buttons">One of the System.Windows.Forms.KryptonMessageBoxButtons values that specifies which buttons to display in the message box.</param>
<param name="icon">One of the KryptonMessageBoxIcon values that specifies which icon to display in the message box.</param>
<param name="defaultButton">One of the KryptonMessageBoxDefaultButton values that specifies the default button for the message box.</param>
<param name="options">One of the System.Windows.Forms.MessageBoxOptions 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="helpInfo">Contains the help data of the <see cref="T:Krypton.Toolkit.KryptonMessageBox"/>.</param>
<param name="showCtrlCopy">Show extraText in title. If null (default) then only when Warning or Error icon is used.</param>
<param name="showHelpButton">Displays a 'Help' button, as seen in .NET 6 and higher.</param>
<param name="applicationImage">The image of the application.</param>
<param name="applicationPath">The application path. To be used in conjunction with <see cref="T:KryptonMessageBoxIcon.Application"/> type.</param>
<param name="contentAreaType">Specifies the <see cref="T:MessageBoxContentAreaType"/>.</param>
<param name="linkLabelCommand">Specifies a <see cref="T:KryptonCommand"/> if using the <see cref="T:MessageBoxContentAreaType.LinkLabel"/> type.</param>
<param name="linkLaunchArgument">Specifies the <see cref="T:System.Diagnostics.ProcessStartInfo"/> if a <paramref name="linkLabelCommand"> has not been defined.</paramref></param>
<param name="contentLinkArea">Specifies the area within the <see cref="T:Krypton.Toolkit.KryptonLinkWrapLabel"/> to be regarded as a link. See <see cref="T:System.Windows.Forms.LinkArea"/>.</param>
<param name="forceUseOfOperatingSystemIcons">If set to true, the <see cref="T:Krypton.Toolkit.VisualMessageBoxForm"/> will use standard operating system icons.</param>
<param name="showCloseButton">Displays the close button. If null (default), then the close button will be displayed.</param>
<returns>One of the System.Windows.Forms.DialogResult values.</returns>
</member>
<member name="T:Krypton.Toolkit.KryptonMessageBoxDataDep">
<summary>A structure that contains basic information for <see cref="T:Krypton.Toolkit.VisualMessageBoxForm"/>.</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonMessageBoxDataDep.Owner">
<summary>Gets or sets the owner window.</summary>
<value>The owner window.</value>
</member>
<member name="P:Krypton.Toolkit.KryptonMessageBoxDataDep.MessageText">
<summary>Gets or sets the message text.</summary>
<value>The message text.</value>
</member>
<member name="P:Krypton.Toolkit.KryptonMessageBoxDataDep.Caption">
<summary>Gets or sets the window caption.</summary>
<value>The window caption.</value>
</member>
<member name="P:Krypton.Toolkit.KryptonMessageBoxDataDep.Buttons">
<summary>Gets or sets the buttons.</summary>
<value>The buttons.</value>
</member>
<member name="P:Krypton.Toolkit.KryptonMessageBoxDataDep.Icon">
<summary>Gets or sets the icon.</summary>
<value>The icon.</value>
</member>
<member name="P:Krypton.Toolkit.KryptonMessageBoxDataDep.DefaultButton">
<summary>Gets or sets the default button.</summary>
<value>The default button.</value>
</member>
<member name="P:Krypton.Toolkit.KryptonMessageBoxDataDep.Options">
<summary>Gets or sets the <see cref="T:System.Windows.Forms.MessageBoxOptions"/>.</summary>
<value>The <see cref="T:System.Windows.Forms.MessageBoxOptions"/>.</value>
</member>
<member name="P:Krypton.Toolkit.KryptonMessageBoxDataDep.HelpInfo">
<summary>Gets or sets the help information.</summary>
<value>The help information.</value>
</member>
<member name="P:Krypton.Toolkit.KryptonMessageBoxDataDep.ShowCtrlCopy">
<summary>Gets or sets the show control copy.</summary>
<value>The show control copy.</value>
</member>
<member name="P:Krypton.Toolkit.KryptonMessageBoxDataDep.ShowHelpButton">
<summary>Gets or sets the show help button.</summary>
<value>The show help button.</value>
</member>
<member name="P:Krypton.Toolkit.KryptonMessageBoxDataDep.ApplicationImage">
<summary>Gets or sets the application image.</summary>
<value>The application image.</value>
</member>
<member name="P:Krypton.Toolkit.KryptonMessageBoxDataDep.ExtractIconFromFilePath">
<summary>Gets or sets the application path.</summary>
<value>The application path.</value>
</member>
<member name="P:Krypton.Toolkit.KryptonMessageBoxDataDep.MessageContentAreaType">
<summary>Gets or sets the type of the message content area.</summary>
<value>The type of the message content area.</value>
</member>
<member name="P:Krypton.Toolkit.KryptonMessageBoxDataDep.LinkLabelCommand">
<summary>Gets or sets the link label command.</summary>
<value>The link label command.</value>
</member>
<member name="P:Krypton.Toolkit.KryptonMessageBoxDataDep.LinkLaunchArgument">
<summary>Gets or sets the link launch argument.</summary>
<value>The link launch argument.</value>
</member>
<member name="P:Krypton.Toolkit.KryptonMessageBoxDataDep.ContentLinkArea">
<summary>Gets or sets the content link area.</summary>
<value>The content link area.</value>
</member>
<member name="P:Krypton.Toolkit.KryptonMessageBoxDataDep.ForceUseOfOperatingSystemIcons">
<summary>Gets or sets the force use of operating system icons.</summary>
<value>Forces the use of operating system icons.</value>
</member>
<member name="P:Krypton.Toolkit.KryptonMessageBoxDataDep.HelpFilePath">
<summary>Gets or sets the help file path for <see cref="P:Krypton.Toolkit.KryptonMessageBoxDataDep.HelpInfo"/>.</summary>
<value>The help file path.</value>
</member>
<member name="P:Krypton.Toolkit.KryptonMessageBoxDataDep.HelpNavigator">
<summary>Gets or sets the help navigator for <see cref="P:Krypton.Toolkit.KryptonMessageBoxDataDep.HelpInfo"/>.</summary>
<value>The help navigator.</value>
</member>
<member name="P:Krypton.Toolkit.KryptonMessageBoxDataDep.HelpParameters">
<summary>Gets or sets the help parameters for <see cref="P:Krypton.Toolkit.KryptonMessageBoxDataDep.HelpInfo"/>.</summary>
<value>The help parameters.</value>
</member>
<member name="P:Krypton.Toolkit.KryptonMessageBoxDataDep.ShowCloseButton">
<summary>Gets or sets the show close button.</summary>
<value>The show close button.</value>
</member>
<member name="P:Krypton.Toolkit.KryptonMessageBoxDataDep.UseRtlLayout">
<summary>Gets or sets the use RTL layout of the <see cref="T:Krypton.Toolkit.KryptonMessageBox"/> UI.</summary>
<value>The use RTL layout in an <see cref="T:Krypton.Toolkit.KryptonMessageBox"/>.</value>
</member>
<member name="M:Krypton.Toolkit.KryptonMessageBoxDataDep.#ctor">
<summary>Initializes a new instance of the <see cref="T:Krypton.Toolkit.KryptonMessageBoxDataDep" /> struct.</summary>
</member>
<member name="T:Krypton.Toolkit.KryptonMessageBoxNativeWindow">
<summary>
Intercepts unwanted messages on the KryptonRichTextBox used in MessageBox forms
</summary>
</member>
<member name="T:Krypton.Toolkit.KryptonReadOnlyControls">
<summary>
Restrict a controls collection of child controls.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonReadOnlyControls.#ctor(System.Windows.Forms.Control)">
<summary>
Initialize a new instance of the KryptonReadOnlyControls class.
</summary>
<param name="owner">Owning control.</param>
</member>
<member name="P:Krypton.Toolkit.KryptonReadOnlyControls.AllowRemoveInternal">
<summary>
Clear out all the entries in the collection.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonReadOnlyControls.Add(System.Windows.Forms.Control)">
<summary>
Adds the specified control to the control collection.
</summary>
<param name="value">The Control to add to the control collection.</param>
<exception cref="T:System.NotSupportedException"></exception>
</member>
<member name="M:Krypton.Toolkit.KryptonReadOnlyControls.AddRange(System.Windows.Forms.Control[])">
<summary>
Adds an array of control objects to the collection.
</summary>
<param name="controls">An array of Control objects to add to the collection.</param>
<exception cref="T:System.NotSupportedException"></exception>
</member>
<member name="M:Krypton.Toolkit.KryptonReadOnlyControls.Remove(System.Windows.Forms.Control)">
<summary>
Removes the specified control from the control collection.
</summary>
<param name="value">The Control to remove from the Control.ControlCollection.</param>
<exception cref="T:System.NotSupportedException"></exception>
</member>
<member name="M:Krypton.Toolkit.KryptonReadOnlyControls.RemoveByKey(System.String)">
<summary>
Removes the child control with the specified key.
</summary>
<param name="key">The name of the child control to remove.</param>
<exception cref="T:System.NotSupportedException"></exception>
</member>
<member name="M:Krypton.Toolkit.KryptonReadOnlyControls.Clear">
<summary>
Removes all controls from the collection.
</summary>
<exception cref="T:System.NotSupportedException"></exception>
</member>
<member name="T:Krypton.Toolkit.KryptonThemeBrowserData">
<summary>A structure that contains basic information for <see cref="T:Krypton.Toolkit.VisualThemeBrowserForm"/>.</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonThemeBrowserData.ShowImportButton">
<summary>Gets or sets the show import button.</summary>
<value>The show import button.</value>
</member>
<member name="P:Krypton.Toolkit.KryptonThemeBrowserData.ShowSilentOption">
<summary>Gets or sets the show silent option.</summary>
<value>The show silent option.</value>
</member>
<member name="P:Krypton.Toolkit.KryptonThemeBrowserData.StartPosition">
<summary>Gets or sets the start position.</summary>
<value>The start position.</value>
</member>
<member name="P:Krypton.Toolkit.KryptonThemeBrowserData.StartIndex">
<summary>Gets or sets the start index.</summary>
<value>The start index.</value>
</member>
<member name="P:Krypton.Toolkit.KryptonThemeBrowserData.WindowTitle">
<summary>Gets or sets the window title.</summary>
<value>The window title.</value>
</member>
<member name="P:Krypton.Toolkit.KryptonThemeBrowserData.UseRtlLayout">
<summary>Gets or sets the use RTL layout of the <see cref="T:Krypton.Toolkit.KryptonThemeBrowser"/> UI.</summary>
<value>The use RTL layout in an <see cref="T:Krypton.Toolkit.KryptonThemeBrowser"/>.</value>
</member>
<member name="M:Krypton.Toolkit.KryptonThemeBrowserData.#ctor">
<summary>Initializes a new instance of the <see cref="T:Krypton.Toolkit.KryptonThemeBrowserData" /> struct.</summary>
</member>
<member name="T:Krypton.Toolkit.ModalWaitDialog">
<summary>
Show a wait dialog during long operations.
</summary>
</member>
<member name="M:Krypton.Toolkit.ModalWaitDialog.#ctor">
<summary>
Initialize a new instance of the ModalWaitDialog class.
</summary>
</member>
<member name="M:Krypton.Toolkit.ModalWaitDialog.#ctor(System.Nullable{System.Boolean},System.Nullable{System.Int32},System.Nullable{System.Int32})">
<summary>Initializes a new instance of the <see cref="T:Krypton.Toolkit.ModalWaitDialog" /> class.</summary>
<param name="showProgressBar">The show progress bar.</param>
<param name="minimumProgressValue">The minimum progress value.</param>
<param name="maximumProgressValue">The maximum progress value.</param>
</member>
<member name="M:Krypton.Toolkit.ModalWaitDialog.OnPaint(System.Windows.Forms.PaintEventArgs)">
<summary>
Raises the OnPaint event.
</summary>
<param name="e">A PaintEventArgs containing event data.</param>
</member>
<member name="M:Krypton.Toolkit.ModalWaitDialog.UpdateDialog">
<summary>
Called periodically to update the wait dialog.
</summary>
</member>
<member name="M:Krypton.Toolkit.ModalWaitDialog.PreFilterMessage(System.Windows.Forms.Message@)">
<summary>
Process windows messages before they are dispatched.
</summary>
<param name="m">Message to process.</param>
<returns>True to suppress message dispatch; false otherwise.</returns>
</member>
<member name="M:Krypton.Toolkit.ModalWaitDialog.ShowProgressBar(System.Boolean)">
<summary>Shows the progress bar.</summary>
<param name="showProgressBar">if set to <c>true</c> [show progress bar].</param>
</member>
<member name="M:Krypton.Toolkit.ModalWaitDialog.UpdateProgressBarValue(System.Int32)">
<summary>Updates the progress bar value.</summary>
<param name="value">The value.</param>
</member>
<member name="M:Krypton.Toolkit.ModalWaitDialog.UpdateProgressBarValueBounds(System.Nullable{System.Int32},System.Nullable{System.Int32})">
<summary>Updates the progress bar value bounds.</summary>
<param name="minimumValue">The minimum value.</param>
<param name="maximumValue">The maximum value.</param>
</member>
<member name="F:Krypton.Toolkit.ModalWaitDialog.components">
<summary>
Required designer variable.
</summary>
</member>
<member name="M:Krypton.Toolkit.ModalWaitDialog.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:Krypton.Toolkit.ModalWaitDialog.InitializeComponent">
<summary>
Required method for Designer support - do not modify
the contents of this method with the code editor.
</summary>
</member>
<member name="T:Krypton.Toolkit.NullContentValues">
<summary>
Implements the IContentValues interface by providing null information.
</summary>
</member>
<member name="M:Krypton.Toolkit.NullContentValues.GetShortText">
<summary>
Gets the content short text.
</summary>
<returns>String value.</returns>
</member>
<member name="M:Krypton.Toolkit.NullContentValues.GetImage(Krypton.Toolkit.PaletteState)">
<summary>
Gets the content image.
</summary>
<param name="state">The state for which the image is needed.</param>
<returns>Image value.</returns>
</member>
<member name="M:Krypton.Toolkit.NullContentValues.GetImageTransparentColor(Krypton.Toolkit.PaletteState)">
<summary>
Gets the image color that should be transparent.
</summary>
<param name="state">The state for which the image is needed.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.NullContentValues.GetLongText">
<summary>
Gets the content long text.
</summary>
<returns>String value.</returns>
</member>
<member name="M:Krypton.Toolkit.OperationThread.#ctor(Krypton.Toolkit.Operation,System.Object)">
<summary>
Initialize a new instance of the OperationThread class.
</summary>
<param name="op">Operation to perform on thread.</param>
<param name="parameter">Parameter to pass into operation.</param>
</member>
<member name="P:Krypton.Toolkit.OperationThread.State">
<summary>
Gets the current operation state.
</summary>
</member>
<member name="P:Krypton.Toolkit.OperationThread.Result">
<summary>
Gets the result from the operation.
</summary>
</member>
<member name="P:Krypton.Toolkit.OperationThread.Exception">
<summary>
Gets the exception generated by operation.
</summary>
</member>
<member name="M:Krypton.Toolkit.OperationThread.Run">
<summary>
Entry point for performing operation.
</summary>
</member>
<member name="T:Krypton.Toolkit.DataGridViewPercentageCell">
<summary>
Class for a DataGridViewPercentageCell
</summary>
</member>
<member name="M:Krypton.Toolkit.DataGridViewPercentageCell.#ctor">
<summary>Initializes a new instance of the <see cref="T:Krypton.Toolkit.DataGridViewPercentageCell" /> class.</summary>
</member>
<member name="P:Krypton.Toolkit.DataGridViewPercentageCell.EditType">
<summary>Specify the type of object used for editing. This is how the WinForms framework figures out what type of edit control to make.</summary>
</member>
<member name="P:Krypton.Toolkit.DataGridViewPercentageCell.ValueType">
<summary>Overrides TypeValue.</summary>
</member>
<member name="P:Krypton.Toolkit.DataGridViewPercentageCell.DefaultNewRowValue">
<summary>Specify the default cell contents upon creation of a new cell.</summary>
</member>
<member name="M:Krypton.Toolkit.DataGridViewPercentageCell.Paint(System.Drawing.Graphics,System.Drawing.Rectangle,System.Drawing.Rectangle,System.Int32,System.Windows.Forms.DataGridViewElementStates,System.Object,System.Object,System.String,System.Windows.Forms.DataGridViewCellStyle,System.Windows.Forms.DataGridViewAdvancedBorderStyle,System.Windows.Forms.DataGridViewPaintParts)">
<summary>
Overrides Paint
</summary>
<param name="graphics"></param>
<param name="clipBounds"></param>
<param name="cellBounds"></param>
<param name="rowIndex"></param>
<param name="cellState"></param>
<param name="value"></param>
<param name="formattedValue"></param>
<param name="errorText"></param>
<param name="cellStyle"></param>
<param name="advancedBorderStyle"></param>
<param name="paintParts"></param>
</member>
<member name="T:Krypton.Toolkit.FormattingCell">
<summary>
Formatting cell
</summary>
<seealso cref="T:Krypton.Toolkit.KryptonDataGridViewTextBoxCell" />
</member>
<member name="P:Krypton.Toolkit.FormattingCell.FormatType">
<summary>
Gets or sets the type of the format.
</summary>
<value>
The type of the format.
</value>
</member>
<member name="P:Krypton.Toolkit.FormattingCell.FormatParams">
<summary>
Gets or sets the format parameters.
</summary>
<value>
The format parameters.
</value>
</member>
<member name="M:Krypton.Toolkit.FormattingCell.ContrastColor(System.Drawing.Color)">
<summary>
Contrasts the color.
</summary>
<param name="color">The color.</param>
<returns></returns>
</member>
<member name="M:Krypton.Toolkit.FormattingCell.Paint(System.Drawing.Graphics,System.Drawing.Rectangle,System.Drawing.Rectangle,System.Int32,System.Windows.Forms.DataGridViewElementStates,System.Object,System.Object,System.String,System.Windows.Forms.DataGridViewCellStyle,System.Windows.Forms.DataGridViewAdvancedBorderStyle,System.Windows.Forms.DataGridViewPaintParts)">
<summary>
Paints the specified graphics.
</summary>
<param name="graphics">The graphics.</param>
<param name="clipBounds">The clip bounds.</param>
<param name="cellBounds">The cell bounds.</param>
<param name="rowIndex">Index of the row.</param>
<param name="cellState">State of the cell.</param>
<param name="value">The value.</param>
<param name="formattedValue">The formatted value.</param>
<param name="errorText">The error text.</param>
<param name="cellStyle">The cell style.</param>
<param name="advancedBorderStyle">The advanced border style.</param>
<param name="paintParts">The paint parts.</param>
</member>
<member name="T:Krypton.Toolkit.KryptonDataGridViewFormattingColumn">
<summary>
Class for a KryptonDataGridViewFormattingColumn : KryptonDataGridViewTextBoxColumn with conditional formatting abilities
</summary>
<seealso cref="T:Krypton.Toolkit.KryptonDataGridViewTextBoxColumn" />
</member>
<member name="M:Krypton.Toolkit.KryptonDataGridViewFormattingColumn.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Krypton.Toolkit.KryptonDataGridViewFormattingColumn"/> class.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonDataGridViewFormattingColumn.ContrastTextColor">
<summary>Gets or sets a value indicating whether [contrast text color].</summary>
<value><c>true</c> if [contrast text color]; otherwise, <c>false</c>.</value>
</member>
<member name="T:Krypton.Toolkit.KryptonDataGridViewPercentageColumn">
<summary>
Hosts a collection of KryptonDataGridViewPercentageColumn cells.
</summary>
<seealso cref="T:System.Windows.Forms.DataGridViewColumn" />
</member>
<member name="M:Krypton.Toolkit.KryptonDataGridViewPercentageColumn.#ctor">
<summary>
Initialize a new instance of the KryptonDataGridViewPercentageColumn class.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonDataGridViewPercentageColumn.ToString">
<summary>
Returns a standard compact string representation of the column.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonDataGridViewPercentageColumn.CellTemplate">
<summary>
Overrides CellTemplate
</summary>
</member>
<member name="T:Krypton.Toolkit.KryptonDataGridViewRatingColumn">
<summary>
Class for a rating column
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonDataGridViewRatingColumn.#ctor">
<summary>
Constructor
</summary>
</member>
<member name="T:Krypton.Toolkit.KryptonDataGridViewTextAndImageCell">
<summary>
Class for a TextAndImage cell
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonDataGridViewTextAndImageCell.#ctor">
<summary>Initializes a new instance of the <see cref="T:Krypton.Toolkit.KryptonDataGridViewTextAndImageCell" /> class.</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonDataGridViewTextAndImageCell.ValueType">
<summary>
Overrides ValueType
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonDataGridViewTextAndImageCell.SetValue(System.Int32,System.Object)">
<summary>
Sets the value.
</summary>
<param name="rowIndex">Index of the row.</param>
<param name="value">The value.</param>
<returns></returns>
</member>
<member name="M:Krypton.Toolkit.KryptonDataGridViewTextAndImageCell.Clone">
<summary>
Overrides Clone
</summary>
<returns>The cloned KryptonDataGridViewTextAndImageCell</returns>
</member>
<member name="P:Krypton.Toolkit.KryptonDataGridViewTextAndImageCell.Image">
<summary>
Gets or sets the image.
</summary>
<value>
The image.
</value>
</member>
<member name="M:Krypton.Toolkit.KryptonDataGridViewTextAndImageCell.Paint(System.Drawing.Graphics,System.Drawing.Rectangle,System.Drawing.Rectangle,System.Int32,System.Windows.Forms.DataGridViewElementStates,System.Object,System.Object,System.String,System.Windows.Forms.DataGridViewCellStyle,System.Windows.Forms.DataGridViewAdvancedBorderStyle,System.Windows.Forms.DataGridViewPaintParts)">
<summary>
Overrides Paint
</summary>
<param name="graphics"></param>
<param name="clipBounds"></param>
<param name="cellBounds"></param>
<param name="rowIndex"></param>
<param name="cellState"></param>
<param name="value"></param>
<param name="formattedValue"></param>
<param name="errorText"></param>
<param name="cellStyle"></param>
<param name="advancedBorderStyle"></param>
<param name="paintParts"></param>
</member>
<member name="T:Krypton.Toolkit.KryptonDataGridViewTextAndImageColumn">
<summary>
Hosts a collection of KryptonDataGridViewTextAndImageCell cells.
</summary>
</member>
<member name="E:Krypton.Toolkit.KryptonDataGridViewTextAndImageColumn.ButtonSpecClick">
<summary>
Occurs when the user clicks a button spec.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonDataGridViewTextAndImageColumn.#ctor">
<summary>
Initialize a new instance of the KryptonDataGridViewTextBoxColumn class.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonDataGridViewTextAndImageColumn.ToString">
<summary>
Returns a String that represents the current Object.
</summary>
<returns>A String that represents the current Object.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonDataGridViewTextAndImageColumn.Clone">
<summary>
Create a cloned copy of the column.
</summary>
<returns></returns>
</member>
<member name="M:Krypton.Toolkit.KryptonDataGridViewTextAndImageColumn.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="P:Krypton.Toolkit.KryptonDataGridViewTextAndImageColumn.MaxInputLength">
<summary>
Gets or sets the maximum number of characters that can be entered into the text box.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonDataGridViewTextAndImageColumn.SortMode">
<summary>
Gets or sets the sort mode for the column.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonDataGridViewTextAndImageColumn.CellTemplate">
<summary>
Gets or sets the template used to model cell appearance.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonDataGridViewTextAndImageColumn.ButtonSpecs">
<summary>
Gets the collection of the button specifications.
</summary>
</member>
<member name="T:Krypton.Toolkit.KryptonDataGridViewTokenColumn">
<summary>
Class for a rating column
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonDataGridViewTokenColumn.#ctor">
<summary>
Constructor
</summary>
</member>
<member name="T:Krypton.Toolkit.KryptonDataGridViewTokenListColumn">
<summary>
Class for a rating column
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonDataGridViewTokenListColumn.#ctor">
<summary>
Constructor
</summary>
</member>
<member name="T:Krypton.Toolkit.KryptonDataGridViewTreeTextCell">
<summary>
Class for a TextAndImage cell
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonDataGridViewTreeTextCell.#ctor">
<summary>
Constructor
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonDataGridViewTreeTextCell.Clone">
<summary>
Overrides Clone
</summary>
<returns>The cloned KryptonDataGridViewTextAndImageCell</returns>
</member>
<member name="P:Krypton.Toolkit.KryptonDataGridViewTreeTextCell.GlyphMargin">
<summary>
Gets the glyph margin.
</summary>
<value>
The glyph margin.
</value>
</member>
<member name="P:Krypton.Toolkit.KryptonDataGridViewTreeTextCell.Level">
<summary>
Gets the level.
</summary>
<value>
The level.
</value>
</member>
<member name="P:Krypton.Toolkit.KryptonDataGridViewTreeTextCell.OwningNode">
<summary>
Gets the owning node.
</summary>
<value>
The owning node.
</value>
</member>
<member name="M:Krypton.Toolkit.KryptonDataGridViewTreeTextCell.UpdateStyle">
<summary>
Updates the style.
</summary>
<remarks>padding especially.</remarks>
</member>
<member name="M:Krypton.Toolkit.KryptonDataGridViewTreeTextCell.Paint(System.Drawing.Graphics,System.Drawing.Rectangle,System.Drawing.Rectangle,System.Int32,System.Windows.Forms.DataGridViewElementStates,System.Object,System.Object,System.String,System.Windows.Forms.DataGridViewCellStyle,System.Windows.Forms.DataGridViewAdvancedBorderStyle,System.Windows.Forms.DataGridViewPaintParts)">
<summary>
Paints the specified graphics.
</summary>
<param name="graphics">The graphics.</param>
<param name="clipBounds">The clip bounds.</param>
<param name="cellBounds">The cell bounds.</param>
<param name="rowIndex">Index of the row.</param>
<param name="cellState">State of the cell.</param>
<param name="value">The value.</param>
<param name="formattedValue">The formatted value.</param>
<param name="errorText">The error text.</param>
<param name="cellStyle">The cell style.</param>
<param name="advancedBorderStyle">The advanced border style.</param>
<param name="paintParts">The paint parts.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonDataGridViewTreeTextCell.OnMouseUp(System.Windows.Forms.DataGridViewCellMouseEventArgs)">
<summary>
Raises the <see cref="E:MouseUp" /> event.
</summary>
<param name="e">The <see cref="T:System.Windows.Forms.DataGridViewCellMouseEventArgs"/> instance containing the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonDataGridViewTreeTextCell.OnMouseDown(System.Windows.Forms.DataGridViewCellMouseEventArgs)">
<summary>
Raises the <see cref="E:MouseDown" /> event.
</summary>
<param name="e">The <see cref="T:System.Windows.Forms.DataGridViewCellMouseEventArgs"/> instance containing the event data.</param>
</member>
<member name="T:Krypton.Toolkit.KryptonDataGridViewTreeTextColumn">
<summary>
Special column used to enable nodes in the grid.
</summary>
<seealso cref="T:Krypton.Toolkit.KryptonDataGridViewTextBoxColumn" />
</member>
<member name="M:Krypton.Toolkit.KryptonDataGridViewTreeTextColumn.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Krypton.Toolkit.KryptonDataGridViewTreeTextColumn"/> class.
</summary>
</member>
<member name="T:Krypton.Toolkit.RatingCell">
<summary>
Class for a rating celle
</summary>
</member>
<member name="M:Krypton.Toolkit.RatingCell.#ctor">
<summary>
Constructor
</summary>
</member>
<member name="M:Krypton.Toolkit.RatingCell.GetFormattedValue(System.Object,System.Int32,System.Windows.Forms.DataGridViewCellStyle@,System.ComponentModel.TypeConverter,System.ComponentModel.TypeConverter,System.Windows.Forms.DataGridViewDataErrorContexts)">
<summary>
Overrides GetFormattedValue
</summary>
<param name="value"></param>
<param name="rowIndex"></param>
<param name="cellStyle"></param>
<param name="valueTypeConverter"></param>
<param name="formattedValueTypeConverter"></param>
<param name="context"></param>
<returns></returns>
</member>
<member name="P:Krypton.Toolkit.RatingCell.DefaultNewRowValue">
<summary>
Overrides DefaultNewRowValue
</summary>
</member>
<member name="M:Krypton.Toolkit.RatingCell.Paint(System.Drawing.Graphics,System.Drawing.Rectangle,System.Drawing.Rectangle,System.Int32,System.Windows.Forms.DataGridViewElementStates,System.Object,System.Object,System.String,System.Windows.Forms.DataGridViewCellStyle,System.Windows.Forms.DataGridViewAdvancedBorderStyle,System.Windows.Forms.DataGridViewPaintParts)">
<summary>
Overrides Paint
</summary>
<param name="graphics"></param>
<param name="clipBounds"></param>
<param name="cellBounds"></param>
<param name="rowIndex"></param>
<param name="elementState"></param>
<param name="value"></param>
<param name="formattedValue"></param>
<param name="errorText"></param>
<param name="cellStyle"></param>
<param name="advancedBorderStyle"></param>
<param name="paintParts"></param>
</member>
<member name="M:Krypton.Toolkit.RatingCell.OnContentClick(System.Windows.Forms.DataGridViewCellEventArgs)">
<summary>
Update cell's value when the user clicks on a star
</summary>
<param name="e">A DataGridViewCellEventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.RatingCell.OnMouseLeave(System.Int32)">
<summary>
Overrides OnMouseLeave
</summary>
<param name="rowIndex">the row that contains the cell.</param>
</member>
<member name="M:Krypton.Toolkit.RatingCell.OnMouseMove(System.Windows.Forms.DataGridViewCellMouseEventArgs)">
<summary>
Overrides OnMouseMove
</summary>
<param name="e">A DataGridViewCellMouseEventArgs that contains the event data.</param>
</member>
<member name="T:Krypton.Toolkit.TextAndImage">
<summary>
Class for TextAndImage object
</summary>
</member>
<member name="F:Krypton.Toolkit.TextAndImage.Text">
<summary>
The text
</summary>
</member>
<member name="F:Krypton.Toolkit.TextAndImage.Image">
<summary>
The image
</summary>
</member>
<member name="M:Krypton.Toolkit.TextAndImage.#ctor">
<summary>
Constructor
</summary>
</member>
<member name="M:Krypton.Toolkit.TextAndImage.#ctor(System.String,System.Drawing.Image)">
<summary>
Constructor
</summary>
<param name="text">The text.</param>
<param name="img">The image.</param>
</member>
<member name="M:Krypton.Toolkit.TextAndImage.ToString">
<summary>
Overrides ToString
</summary>
<returns>String that represents TextAndImage</returns>
</member>
<member name="M:Krypton.Toolkit.TextAndImage.Equals(System.Object)">
<summary>
Overrides Equals
</summary>
<param name="obj">The object to compare</param>
<returns>true if equal, false otherwise.</returns>
</member>
<member name="M:Krypton.Toolkit.TextAndImage.GetHashCode">
<summary>
Overrides GetHashCode
</summary>
<returns></returns>
</member>
<member name="M:Krypton.Toolkit.TextAndImage.CompareTo(Krypton.Toolkit.TextAndImage)">
<summary>
Compares to.
</summary>
<param name="other">The other.</param>
<returns></returns>
</member>
<member name="T:Krypton.Toolkit.Token">
<summary>
Token object
</summary>
</member>
<member name="M:Krypton.Toolkit.Token.#ctor">
<summary>
Default constructor
</summary>
</member>
<member name="M:Krypton.Toolkit.Token.#ctor(System.String,System.Drawing.Color,System.Drawing.Color)">
<summary>
Constructor
</summary>
<param name="text">Text of the token</param>
<param name="bg">Background color</param>
<param name="fg">Foreground text color</param>
</member>
<member name="P:Krypton.Toolkit.Token.Text">
<summary>
Text of the token
</summary>
</member>
<member name="P:Krypton.Toolkit.Token.BackColor">
<summary>
Background color
</summary>
</member>
<member name="P:Krypton.Toolkit.Token.ForeColor">
<summary>
Foreground text color
</summary>
</member>
<member name="M:Krypton.Toolkit.Token.CompareTo(Krypton.Toolkit.Token)">
<summary>
Compare a Token to another
</summary>
<param name="other"></param>
<returns></returns>
</member>
<member name="M:Krypton.Toolkit.Token.ToString">
<summary>
Overrides ToString
</summary>
<returns>String that represents TextAndImage</returns>
</member>
<member name="M:Krypton.Toolkit.Token.Equals(System.Object)">
<summary>
Overrides Equals
</summary>
<param name="obj">The object to compare</param>
<returns>true if equal, false otherwise.</returns>
</member>
<member name="M:Krypton.Toolkit.Token.GetHashCode">
<summary>
Overrides GetHashCode
</summary>
<returns></returns>
</member>
<member name="T:Krypton.Toolkit.TokenCell">
<summary>
Class for a Token cell
</summary>
</member>
<member name="M:Krypton.Toolkit.TokenCell.#ctor">
<summary>
Constructor
</summary>
</member>
<member name="M:Krypton.Toolkit.TokenCell.ToString">
<summary>
Returns a <see cref="T:System.String" /> that represents this instance.
</summary>
<returns>
A <see cref="T:System.String" /> that represents this instance.
</returns>
</member>
<member name="M:Krypton.Toolkit.TokenCell.Paint(System.Drawing.Graphics,System.Drawing.Rectangle,System.Drawing.Rectangle,System.Int32,System.Windows.Forms.DataGridViewElementStates,System.Object,System.Object,System.String,System.Windows.Forms.DataGridViewCellStyle,System.Windows.Forms.DataGridViewAdvancedBorderStyle,System.Windows.Forms.DataGridViewPaintParts)">
<summary>
Overrides Paint
</summary>
<param name="graphics"></param>
<param name="clipBounds"></param>
<param name="cellBounds"></param>
<param name="rowIndex"></param>
<param name="elementState"></param>
<param name="value"></param>
<param name="formattedValue"></param>
<param name="errorText"></param>
<param name="cellStyle"></param>
<param name="advancedBorderStyle"></param>
<param name="paintParts"></param>
</member>
<member name="M:Krypton.Toolkit.TokenCell.GetPreferredSize(System.Drawing.Graphics,System.Windows.Forms.DataGridViewCellStyle,System.Int32,System.Drawing.Size)">
<summary>
Overrides GetPreferredSize
</summary>
<param name="graphics"></param>
<param name="cellStyle"></param>
<param name="rowIndex"></param>
<param name="constraintSize"></param>
<returns></returns>
</member>
<member name="M:Krypton.Toolkit.TokenCell.OnContentClick(System.Windows.Forms.DataGridViewCellEventArgs)">
<summary>
Update cell's value when the user clicks on a star
</summary>
<param name="e">A DataGridViewCellEventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.TokenCell.OnMouseLeave(System.Int32)">
<summary>
Overrides OnMouseLeave
</summary>
<param name="rowIndex">the row that contains the cell.</param>
</member>
<member name="M:Krypton.Toolkit.TokenCell.OnMouseMove(System.Windows.Forms.DataGridViewCellMouseEventArgs)">
<summary>
Overrides OnMouseMove
</summary>
<param name="e">A DataGridViewCellMouseEventArgs that contains the event data.</param>
</member>
<member name="T:Krypton.Toolkit.TokenListCell">
<summary>
Class for a rating cells.
</summary>
</member>
<member name="M:Krypton.Toolkit.TokenListCell.#ctor">
<summary>
Constructor
</summary>
</member>
<member name="M:Krypton.Toolkit.TokenListCell.Paint(System.Drawing.Graphics,System.Drawing.Rectangle,System.Drawing.Rectangle,System.Int32,System.Windows.Forms.DataGridViewElementStates,System.Object,System.Object,System.String,System.Windows.Forms.DataGridViewCellStyle,System.Windows.Forms.DataGridViewAdvancedBorderStyle,System.Windows.Forms.DataGridViewPaintParts)">
<summary>
Overrides Paint
</summary>
<param name="graphics"></param>
<param name="clipBounds"></param>
<param name="cellBounds"></param>
<param name="rowIndex"></param>
<param name="elementState"></param>
<param name="value"></param>
<param name="formattedValue"></param>
<param name="errorText"></param>
<param name="cellStyle"></param>
<param name="advancedBorderStyle"></param>
<param name="paintParts"></param>
</member>
<member name="M:Krypton.Toolkit.TokenListCell.GetPreferredSize(System.Drawing.Graphics,System.Windows.Forms.DataGridViewCellStyle,System.Int32,System.Drawing.Size)">
<summary>
Overrides GetPreferredSize
</summary>
<param name="graphics"></param>
<param name="cellStyle"></param>
<param name="rowIndex"></param>
<param name="constraintSize"></param>
<returns></returns>
</member>
<member name="M:Krypton.Toolkit.TokenListCell.OnContentClick(System.Windows.Forms.DataGridViewCellEventArgs)">
<summary>
Update cell's value when the user clicks on a star
</summary>
<param name="e">A DataGridViewCellEventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.TokenListCell.OnMouseLeave(System.Int32)">
<summary>
Overrides OnMouseLeave
</summary>
<param name="rowIndex">the row that contains the cell.</param>
</member>
<member name="M:Krypton.Toolkit.TokenListCell.OnMouseMove(System.Windows.Forms.DataGridViewCellMouseEventArgs)">
<summary>
Overrides OnMouseMove
</summary>
<param name="e">A DataGridViewCellMouseEventArgs that contains the event data.</param>
</member>
<member name="T:Krypton.Toolkit.ColorFormatting">
<summary>
Color Formatting class : all the magic !
</summary>
</member>
<member name="M:Krypton.Toolkit.ColorFormatting.ConvertBar(System.Double,System.Double,System.Double)">
<summary>
Returns the percentage value for a Bar formatting.
</summary>
<param name="value">The value.</param>
<param name="min">The minimum.</param>
<param name="max">The maximum.</param>
<returns></returns>
</member>
<member name="M:Krypton.Toolkit.ColorFormatting.ConvertTwoRange(System.Double,System.Double,System.Double,Krypton.Toolkit.TwoColorsParams)">
<summary>
Returns the color for a 2scale color formatting.
</summary>
<param name="value">The value.</param>
<param name="min">The minimum.</param>
<param name="max">The maximum.</param>
<param name="par">The 2color parameters.</param>
<returns></returns>
</member>
<member name="M:Krypton.Toolkit.ColorFormatting.ConvertThreeRange(System.Double,System.Double,System.Double,Krypton.Toolkit.ThreeColorsParams)">
<summary>
Returns the color for a 3scale color formatting.
</summary>
<param name="value">The value.</param>
<param name="min">The minimum.</param>
<param name="max">The maximum.</param>
<param name="par">The 3color parameters.</param>
<returns></returns>
</member>
<member name="M:Krypton.Toolkit.ColorFormatting.Interpolate(System.Double,System.Drawing.Color[])">
<summary>
Interpolate colors 0.0 - 1.0
</summary>
</member>
<member name="T:Krypton.Toolkit.ConditionalFormatting">
<summary>
Conditional Formatting class
</summary>
</member>
<member name="P:Krypton.Toolkit.ConditionalFormatting.ColumnName">
<summary>
Gets or sets the name of the column.
</summary>
<value>
The name of the column.
</value>
</member>
<member name="P:Krypton.Toolkit.ConditionalFormatting.FormatType">
<summary>
Gets or sets the type of the Conditional Formatting.
</summary>
<value>
The type of the Conditional Formatting.
</value>
</member>
<member name="P:Krypton.Toolkit.ConditionalFormatting.FormatParams">
<summary>
Gets or sets the Conditional Formatting parameters.
</summary>
<value>
The Conditional Formatting parameters.
</value>
</member>
<member name="P:Krypton.Toolkit.ConditionalFormatting.MinValue">
<summary>
Gets or sets the minimum value.
</summary>
<value>
The minimum value.
</value>
</member>
<member name="P:Krypton.Toolkit.ConditionalFormatting.MaxValue">
<summary>
Gets or sets the maximum value.
</summary>
<value>
The maximum value.
</value>
</member>
<member name="M:Krypton.Toolkit.ConditionalFormatting.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Krypton.Toolkit.ConditionalFormatting"/> class.
</summary>
</member>
<member name="M:Krypton.Toolkit.ConditionalFormatting.#ctor(Krypton.Toolkit.EnumConditionalFormatType,Krypton.Toolkit.IFormatParams)">
<summary>
Initializes a new instance of the <see cref="T:Krypton.Toolkit.ConditionalFormatting"/> class. (Only use for context menu !)
</summary>
<param name="formatType">Type of the Conditional Formatting.</param>
<param name="formatParams">The Conditional Formatting parameters.</param>
</member>
<member name="M:Krypton.Toolkit.ConditionalFormatting.#ctor(System.String,Krypton.Toolkit.EnumConditionalFormatType,Krypton.Toolkit.IFormatParams)">
<summary>
Initializes a new instance of the <see cref="T:Krypton.Toolkit.ConditionalFormatting"/> class.
</summary>
<param name="columnName">Name of the column.</param>
<param name="formatType">Type of the Conditional Formatting.</param>
<param name="formatParams">The Conditional Formatting parameters.</param>
</member>
<member name="M:Krypton.Toolkit.CustomFormatRule.Show(Krypton.Toolkit.EnumConditionalFormatType,Krypton.Toolkit.RightToLeftLayout)">
<summary>Shows the specified conditional format.</summary>
<param name="conditionalFormat">The conditional format.</param>
<param name="layout">The layout.</param>
</member>
<member name="T:Krypton.Toolkit.BarParams">
<summary>
Parameters for Bar formatting
</summary>
<seealso cref="T:Krypton.Toolkit.IFormatParams" />
</member>
<member name="F:Krypton.Toolkit.BarParams.BarColor">
<summary>
The bar color
</summary>
</member>
<member name="F:Krypton.Toolkit.BarParams.GradientFill">
<summary>
The gradient fill
</summary>
</member>
<member name="F:Krypton.Toolkit.BarParams.ProportionValue">
<summary>
The proportion value
</summary>
</member>
<member name="M:Krypton.Toolkit.BarParams.#ctor(System.Drawing.Color,System.Boolean)">
<summary>
Initializes a new instance of the <see cref="T:Krypton.Toolkit.BarParams"/> class.
</summary>
<param name="barColor">Color of the bar.</param>
<param name="gradientFill">if set to <c>true</c> [gradient fill].</param>
</member>
<member name="M:Krypton.Toolkit.BarParams.Clone">
<summary>Creates an 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:Krypton.Toolkit.BarParams.Krypton#Toolkit#IFormatParams#Persist(System.Xml.XmlWriter)">
<summary>
Persists the parameters.
</summary>
<param name="writer">The XML writer.</param>
</member>
<member name="T:Krypton.Toolkit.ThreeColorsParams">
<summary>
Three scale color class parameters
</summary>
<seealso cref="T:Krypton.Toolkit.IFormatParams" />
</member>
<member name="F:Krypton.Toolkit.ThreeColorsParams.MinimumColor">
<summary>
The minimum color
</summary>
</member>
<member name="F:Krypton.Toolkit.ThreeColorsParams.MediumColor">
<summary>
The medium color
</summary>
</member>
<member name="F:Krypton.Toolkit.ThreeColorsParams.MaximumColor">
<summary>
The maximum color
</summary>
</member>
<member name="F:Krypton.Toolkit.ThreeColorsParams.ValueColor">
<summary>
The color associated to the value
</summary>
</member>
<member name="M:Krypton.Toolkit.ThreeColorsParams.#ctor(System.Drawing.Color,System.Drawing.Color,System.Drawing.Color)">
<summary>
Initializes a new instance of the <see cref="T:Krypton.Toolkit.ThreeColorsParams"/> class.
</summary>
<param name="minColor">The minimum color.</param>
<param name="mediumColor">Color of the medium.</param>
<param name="maxColor">The maximum color.</param>
</member>
<member name="M:Krypton.Toolkit.ThreeColorsParams.Clone">
<summary>Creates an 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:Krypton.Toolkit.ThreeColorsParams.Krypton#Toolkit#IFormatParams#Persist(System.Xml.XmlWriter)">
<summary>
Persists the parameters.
</summary>
<param name="writer">The XML writer.</param>
</member>
<member name="T:Krypton.Toolkit.TwoColorsParams">
<summary>
Two scale color class parameters
</summary>
<seealso cref="T:Krypton.Toolkit.IFormatParams" />
</member>
<member name="F:Krypton.Toolkit.TwoColorsParams.MinimumColor">
<summary>
Minimum color
</summary>
</member>
<member name="F:Krypton.Toolkit.TwoColorsParams.MaximumColor">
<summary>
Maximum color
</summary>
</member>
<member name="F:Krypton.Toolkit.TwoColorsParams.ValueColor">
<summary>
Color associated to the value between min and max color
</summary>
</member>
<member name="M:Krypton.Toolkit.TwoColorsParams.#ctor(System.Drawing.Color,System.Drawing.Color)">
<summary>
Initializes a new instance of the <see cref="T:Krypton.Toolkit.TwoColorsParams"/> class.
</summary>
<param name="minColor">The minimum color.</param>
<param name="maxColor">The maximum color.</param>
</member>
<member name="M:Krypton.Toolkit.TwoColorsParams.Clone">
<summary>Creates an 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:Krypton.Toolkit.TwoColorsParams.Persist(System.Xml.XmlWriter)">
<summary>
Persists the parameters.
</summary>
<param name="writer">The XML writer.</param>
</member>
<member name="T:Krypton.Toolkit.OutlookGridAlphabeticGroup">
<summary>
This group simple example of an implementation which groups the items into Alphabetic categories
based only on the first letter of each item
For this we need to override the Value property (used for comparison)
and the CompareTo function.
Also, the Clone method must be overriden, so this Group object can create clones of itself.
Cloning of the group is used by the OutlookGrid
</summary>
</member>
<member name="M:Krypton.Toolkit.OutlookGridAlphabeticGroup.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Krypton.Toolkit.OutlookGridAlphabeticGroup"/> class.
</summary>
</member>
<member name="M:Krypton.Toolkit.OutlookGridAlphabeticGroup.#ctor(Krypton.Toolkit.IOutlookGridGroup)">
<summary>
Constructor.
</summary>
<param name="parentGroup">The parentGroup if any.</param>
</member>
<member name="P:Krypton.Toolkit.OutlookGridAlphabeticGroup.Text">
<summary>
Gets or sets the displayed text.
</summary>
</member>
<member name="P:Krypton.Toolkit.OutlookGridAlphabeticGroup.Value">
<summary>
Gets or sets the Alphabetic value
</summary>
</member>
<member name="M:Krypton.Toolkit.OutlookGridAlphabeticGroup.Clone">
<summary>
Overrides the Clone() function
</summary>
<returns>OutlookGridAlphabeticGroup</returns>
</member>
<member name="M:Krypton.Toolkit.OutlookGridAlphabeticGroup.CompareTo(System.Object)">
<summary>
overide the CompareTo, so only the first character is compared, instead of the whole string
this will result in classifying each item into a letter of the Alphabet.
for instance, this is usefull when grouping names, they will be categorized under the letters A, B, C etc..
</summary>
<param name="obj"></param>
<returns></returns>
</member>
<member name="T:Krypton.Toolkit.OutlookGridColumn">
<summary>
Column for the OutlookGrid
</summary>
</member>
<member name="M:Krypton.Toolkit.OutlookGridColumn.#ctor(System.Windows.Forms.DataGridViewColumn,Krypton.Toolkit.IOutlookGridGroup,System.Windows.Forms.SortOrder,System.Int32,System.Int32,System.Collections.IComparer)">
<summary>
Constructor
</summary>
<param name="col">The DataGridViewColumn.</param>
<param name="group">The group type for the column.</param>
<param name="sortDirection">The sort direction.</param>
<param name="groupIndex">The column's position in grouping and at which level.</param>
<param name="sortIndex">the column's position among sorted columns.</param>
<param name="comparer">The comparer if needed.</param>
</member>
<member name="M:Krypton.Toolkit.OutlookGridColumn.#ctor(System.String,System.Windows.Forms.DataGridViewColumn,Krypton.Toolkit.IOutlookGridGroup,System.Windows.Forms.SortOrder,System.Int32,System.Int32,System.Collections.IComparer)">
<summary>
Constructor
</summary>
<param name="columnName">The name.</param>
<param name="col">The DataGridViewColumn.</param>
<param name="group">The group type for the column.</param>
<param name="sortDirection">The sort direction.</param>
<param name="groupIndex">The column's position in grouping and at which level.</param>
<param name="sortIndex">the column's position among sorted columns.</param>
<param name="comparer">The comparer if needed</param>
</member>
<member name="M:Krypton.Toolkit.OutlookGridColumn.#ctor(System.String,System.Windows.Forms.DataGridViewColumn,Krypton.Toolkit.IOutlookGridGroup,System.Windows.Forms.SortOrder,System.Int32,System.Int32)">
<summary>
Constructor
</summary>
<param name="columnName">The name.</param>
<param name="col">The DataGridViewColumn.</param>
<param name="group">The group type for the column.</param>
<param name="sortDirection">The sort direction.</param>
<param name="groupIndex">The column's position in grouping and at which level.</param>
<param name="sortIndex">the column's position among sorted columns.</param>
</member>
<member name="M:Krypton.Toolkit.OutlookGridColumn.#ctor(System.Windows.Forms.DataGridViewColumn,Krypton.Toolkit.IOutlookGridGroup,System.Windows.Forms.SortOrder,System.Int32,System.Int32)">
<summary>Initializes a new instance of the <see cref="T:Krypton.Toolkit.OutlookGridColumn" /> class.</summary>
<param name="dataGridViewColumn">The data grid view column.</param>
<param name="group">The group.</param>
<param name="sortOrder">The sort order.</param>
<param name="groupIndex">Index of the group.</param>
<param name="sortIndex">Index of the sort.</param>
</member>
<member name="P:Krypton.Toolkit.OutlookGridColumn.Name">
<summary>
Gets or sets the column name
</summary>
</member>
<member name="P:Krypton.Toolkit.OutlookGridColumn.IsGrouped">
<summary>
Gets or sets if the column is grouped
</summary>
</member>
<member name="P:Krypton.Toolkit.OutlookGridColumn.SortDirection">
<summary>
Gets or sets the sort direction
</summary>
</member>
<member name="P:Krypton.Toolkit.OutlookGridColumn.DataGridViewColumn">
<summary>
Gets or sets the associated DataGridViewColumn
</summary>
</member>
<member name="P:Krypton.Toolkit.OutlookGridColumn.GroupingType">
<summary>
Gets or sets the group
</summary>
</member>
<member name="P:Krypton.Toolkit.OutlookGridColumn.GroupIndex">
<summary>
Gets or sets the column's position in grouping and at which level
</summary>
</member>
<member name="P:Krypton.Toolkit.OutlookGridColumn.SortIndex">
<summary>
Gets or sets the column's position among sorted columns
</summary>
</member>
<member name="P:Krypton.Toolkit.OutlookGridColumn.RowsComparer">
<summary>
Gets or sets the custom row comparer, if needed.
</summary>
</member>
<member name="M:Krypton.Toolkit.OutlookGridColumn.Equals(Krypton.Toolkit.OutlookGridColumn)">
<summary>Defines Equals method (interface IEquatable)</summary>
<param name="other">The OutlookGridColumn to compare with</param>
<returns></returns>
</member>
<member name="T:Krypton.Toolkit.OutlookGridColumnCollection">
<summary>
List of the current columns of the OutlookGrid
</summary>
</member>
<member name="M:Krypton.Toolkit.OutlookGridColumnCollection.#ctor">
<summary>
Constructor
</summary>
</member>
<member name="P:Krypton.Toolkit.OutlookGridColumnCollection.Item(System.String)">
<summary>
Gets the OutlookGridColumn in the list by its name
</summary>
<param name="columnName">The column name.</param>
<returns>OutlookGridColumn</returns>
</member>
<member name="P:Krypton.Toolkit.OutlookGridColumnCollection.MaxGroupIndex">
<summary>
Gets or Sets the maximum GroupIndex in the collection
</summary>
</member>
<member name="P:Krypton.Toolkit.OutlookGridColumnCollection.MaxSortIndex">
<summary>
Gets or sets the maximum SortIndex in the collection
</summary>
</member>
<member name="M:Krypton.Toolkit.OutlookGridColumnCollection.Add(Krypton.Toolkit.OutlookGridColumn)">
<summary>
Add an OutlookGridColumn to the collection.
</summary>
<param name="item">The OutlookGridColumn to add.</param>
</member>
<member name="M:Krypton.Toolkit.OutlookGridColumnCollection.CountGrouped">
<summary>
Gets the number of columns grouped
</summary>
<returns>the number of columns grouped.</returns>
</member>
<member name="M:Krypton.Toolkit.OutlookGridColumnCollection.FindGroupedColumns">
<summary>
Gets the list of grouped columns
</summary>
<returns>The list of grouped columns.</returns>
</member>
<member name="M:Krypton.Toolkit.OutlookGridColumnCollection.GetIndexAndSortGroupedColumns">
<summary>
Gets a list of columns which are sorted and not grouped.
</summary>
<returns>List of Column indexes and SortDirection ordered by SortIndex.</returns>
</member>
<member name="M:Krypton.Toolkit.OutlookGridColumnCollection.FindFromColumnIndex(System.Int32)">
<summary>
Gets the column from its real index (from the underlying DataGridViewColumn)
</summary>
<param name="index">The index</param>
<returns>The OutlookGridColumn.</returns>
</member>
<member name="M:Krypton.Toolkit.OutlookGridColumnCollection.FindFromColumnName(System.String)">
<summary>
Gets the column from its name
</summary>
<param name="name">The name of the column.</param>
<returns>The associated OutlookGridColumn.</returns>
</member>
<member name="M:Krypton.Toolkit.OutlookGridColumnCollection.GetIndexAndSortSortedOnlyColumns">
<summary>
Gets a list of columns which are sorted and not grouped.
</summary>
<returns>List of Column indexes and SortDirection ordered by SortIndex.</returns>
</member>
<member name="M:Krypton.Toolkit.OutlookGridColumnCollection.RemoveGroupIndex(Krypton.Toolkit.OutlookGridColumn)">
<summary>
Removes a groupIndex and update the GroupIndex for all columns
</summary>
<param name="col">The OutlookGridColumn that will be removed.</param>
</member>
<member name="M:Krypton.Toolkit.OutlookGridColumnCollection.RemoveSortIndex(Krypton.Toolkit.OutlookGridColumn)">
<summary>
Removes a SortIndex and update the SortIndex for all columns
</summary>
<param name="col">The OutlookGridColumn that will be removed.</param>
</member>
<member name="M:Krypton.Toolkit.OutlookGridColumnCollection.DebugOutput">
<summary>
Outputs Debug information to the console.
</summary>
</member>
<member name="T:Krypton.Toolkit.OutlookGridDateTimeGroup">
this group simple example of an implementation which groups the items into day categories
based on, today, yesterday, last week etc
for this we need to override the Value property (used for comparison)
and the CompareTo function.
Also, the Clone method must be overriden, so this Group object can create clones of itself.
Cloning of the group is used by the OutlookGrid
</member>
<member name="P:Krypton.Toolkit.OutlookGridDateTimeGroup.Interval">
<summary>
The Date Interval of OutlookGridDateTimeGroup
</summary>
</member>
<member name="M:Krypton.Toolkit.OutlookGridDateTimeGroup.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Krypton.Toolkit.OutlookGridDateTimeGroup"/> class.
</summary>
</member>
<member name="M:Krypton.Toolkit.OutlookGridDateTimeGroup.#ctor(Krypton.Toolkit.IOutlookGridGroup)">
<summary>
Constructor
</summary>
<param name="parentGroup">The parentGroup if any.</param>
</member>
<member name="P:Krypton.Toolkit.OutlookGridDateTimeGroup.Text">
<summary>
Gets or sets the displayed text.
</summary>
</member>
<member name="P:Krypton.Toolkit.OutlookGridDateTimeGroup.Value">
<summary>
Gets or sets the Date value
</summary>
</member>
<member name="M:Krypton.Toolkit.OutlookGridDateTimeGroup.Clone">
<summary>
Overrides the Clone() function
</summary>
<returns>OutlookGridDateTimeGroup</returns>
</member>
<member name="M:Krypton.Toolkit.OutlookGridDateTimeGroup.CompareTo(System.Object)">
<summary>
Overrides CompareTo
</summary>
<param name="obj"></param>
<returns></returns>
</member>
<member name="T:Krypton.Toolkit.OutlookGridDefaultGroup">
<summary>
Each arrange/grouping class must implement the IOutlookGridGroup interface
the Group object will determine for each object in the grid, whether it
falls in or outside its group.
It uses the IComparable.CompareTo function to determine if the item is in the group.
This class group the elements by default (string, int, ...)
</summary>
</member>
<member name="F:Krypton.Toolkit.OutlookGridDefaultGroup._val">
<summary>
The Value of the group
</summary>
</member>
<member name="F:Krypton.Toolkit.OutlookGridDefaultGroup._collapsed">
<summary>
Boolean if the group is collapsed or not
</summary>
</member>
<member name="F:Krypton.Toolkit.OutlookGridDefaultGroup._column">
<summary>
The associated DataGridView column.
</summary>
</member>
<member name="F:Krypton.Toolkit.OutlookGridDefaultGroup._itemCount">
<summary>
The number of items in this group.
</summary>
</member>
<member name="F:Krypton.Toolkit.OutlookGridDefaultGroup._height">
<summary>
The height (in pixels).
</summary>
</member>
<member name="F:Krypton.Toolkit.OutlookGridDefaultGroup._formatStyle">
<summary>
The string to format the value of the group
</summary>
</member>
<member name="F:Krypton.Toolkit.OutlookGridDefaultGroup._groupImage">
<summary>
The picture associated to the group
</summary>
</member>
<member name="F:Krypton.Toolkit.OutlookGridDefaultGroup._oneItemText">
<summary>
The text associated for the group text (1 item)
</summary>
</member>
<member name="F:Krypton.Toolkit.OutlookGridDefaultGroup._xXxItemsText">
<summary>
The text associated for the group text (XXX items)
</summary>
</member>
<member name="F:Krypton.Toolkit.OutlookGridDefaultGroup._allowHiddenWhenGrouped">
<summary>
Allows the column to be hidden when it is grouped by
</summary>
</member>
<member name="F:Krypton.Toolkit.OutlookGridDefaultGroup._sortBySummaryCount">
<summary>
Sort groups using count items value
</summary>
</member>
<member name="M:Krypton.Toolkit.OutlookGridDefaultGroup.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Krypton.Toolkit.OutlookGridDefaultGroup"/> class.
</summary>
</member>
<member name="M:Krypton.Toolkit.OutlookGridDefaultGroup.#ctor(Krypton.Toolkit.IOutlookGridGroup)">
<summary>
Constructor
</summary>
<param name="parentGroup">The parent group if any.</param>
</member>
<member name="P:Krypton.Toolkit.OutlookGridDefaultGroup.Rows">
<summary>
Gets or sets the list of rows associated to the group.
</summary>
</member>
<member name="P:Krypton.Toolkit.OutlookGridDefaultGroup.ParentGroup">
<summary>
Gets or sets the parent group.
</summary>
<value>The parent group.</value>
</member>
<member name="P:Krypton.Toolkit.OutlookGridDefaultGroup.Level">
<summary>
Gets or sets the level.
</summary>
<value>The level.</value>
</member>
<member name="P:Krypton.Toolkit.OutlookGridDefaultGroup.Children">
<summary>
Gets or sets the children.
</summary>
<value>The children.</value>
</member>
<member name="P:Krypton.Toolkit.OutlookGridDefaultGroup.Text">
<summary>
Gets or sets the displayed text
</summary>
</member>
<member name="P:Krypton.Toolkit.OutlookGridDefaultGroup.Value">
<summary>
Gets or sets the Value of the group
</summary>
</member>
<member name="P:Krypton.Toolkit.OutlookGridDefaultGroup.Collapsed">
<summary>
Boolean if the group is collapsed or not
</summary>
</member>
<member name="P:Krypton.Toolkit.OutlookGridDefaultGroup.Column">
<summary>
Gets or sets the associated DataGridView column.
</summary>
</member>
<member name="P:Krypton.Toolkit.OutlookGridDefaultGroup.ItemCount">
<summary>
Gets or set the number of items in this group.
</summary>
</member>
<member name="P:Krypton.Toolkit.OutlookGridDefaultGroup.Height">
<summary>
Gets or sets the height (in pixels).
</summary>
</member>
<member name="P:Krypton.Toolkit.OutlookGridDefaultGroup.FormatStyle">
<summary>
Gets or sets the Format Info.
</summary>
</member>
<member name="P:Krypton.Toolkit.OutlookGridDefaultGroup.GroupImage">
<summary>
Gets or sets the picture.
</summary>
</member>
<member name="P:Krypton.Toolkit.OutlookGridDefaultGroup.OneItemText">
<summary>
Gets or sets the text associated to One Item
</summary>
</member>
<member name="P:Krypton.Toolkit.OutlookGridDefaultGroup.XxxItemsText">
<summary>
Gets or sets the text associated to several Items
</summary>
</member>
<member name="P:Krypton.Toolkit.OutlookGridDefaultGroup.AllowHiddenWhenGrouped">
<summary>
Gets or sets the boolean that hides the column automatically when grouped.
</summary>
</member>
<member name="P:Krypton.Toolkit.OutlookGridDefaultGroup.SortBySummaryCount">
<summary>
Gets or sets the boolean that sort groups using summary value
</summary>
</member>
<member name="P:Krypton.Toolkit.OutlookGridDefaultGroup.ItemsComparer">
<summary>
Gets or sets the items comparer.
</summary>
<value>
The items comparer.
</value>
</member>
<member name="M:Krypton.Toolkit.OutlookGridDefaultGroup.Clone">
<summary>
Overrides the Clone() function
</summary>
<returns>OutlookgGridDefaultGroup</returns>
</member>
<member name="M:Krypton.Toolkit.OutlookGridDefaultGroup.CompareTo(System.Object)">
<summary>
This is a comparison operation based on the type of the value.
</summary>
<param name="obj">the value in the related column of the item to compare to</param>
<returns></returns>
</member>
<member name="T:Krypton.Toolkit.OutlookGridGroupBoxColumn">
<summary>
Column for the OutlookGrid GroupBox
</summary>
</member>
<member name="M:Krypton.Toolkit.OutlookGridGroupBoxColumn.#ctor(System.String,System.String,System.Windows.Forms.SortOrder,System.String)">
<summary>
Constructor
</summary>
<param name="columnName">The column name.</param>
<param name="columnText">The display text of the column.</param>
<param name="sort">The column sort order.</param>
<param name="groupingType">The name of the used OutlookGridGroup mode.</param>
</member>
<member name="P:Krypton.Toolkit.OutlookGridGroupBoxColumn.Rect">
<summary>
Gets or sets the associated Rectangle that represents the column
</summary>
</member>
<member name="P:Krypton.Toolkit.OutlookGridGroupBoxColumn.Text">
<summary>
Gets or sets the HeaderText of the column.
</summary>
</member>
<member name="P:Krypton.Toolkit.OutlookGridGroupBoxColumn.Pressed">
<summary>
Gets or sets the boolean that indicates if the column is in a pressed state.
</summary>
</member>
<member name="P:Krypton.Toolkit.OutlookGridGroupBoxColumn.SortDirection">
<summary>
Gets or sets the Sort direction of the column.
</summary>
</member>
<member name="P:Krypton.Toolkit.OutlookGridGroupBoxColumn.ColumnName">
<summary>
Gets or sets the associated column name
</summary>
</member>
<member name="P:Krypton.Toolkit.OutlookGridGroupBoxColumn.IsMoving">
<summary>
Gets or sets the boolean that indicates if the column is currently being dragged.
</summary>
</member>
<member name="P:Krypton.Toolkit.OutlookGridGroupBoxColumn.IsHovered">
<summary>
Gets or sets the boolean that indicates if the column is currently being hovered by the mouse.
</summary>
</member>
<member name="P:Krypton.Toolkit.OutlookGridGroupBoxColumn.GroupingType">
<summary>
Gets or sets a string that corresponds to the name of the OutlookGridGroup
</summary>
</member>
<member name="P:Krypton.Toolkit.OutlookGridGroupBoxColumn.GroupInterval">
<summary>
Gets or sets the date interval if the grouping type is OutlookDateTimeGroup
</summary>
</member>
<member name="P:Krypton.Toolkit.OutlookGridGroupBoxColumn.SortBySummaryCount">
<summary>
Gets or sets the boolean that indicates if the column should be grouped by using the count value
</summary>
</member>
<member name="M:Krypton.Toolkit.OutlookGridGroupBoxColumn.Equals(Krypton.Toolkit.OutlookGridGroupBoxColumn)">
<summary>
Defines Equals method on the columnName
</summary>
<param name="other">The OutlookGridGroupBoxColumn to compare with.</param>
<returns>True or False.</returns>
</member>
<member name="T:Krypton.Toolkit.OutlookGridGroupCollection">
<summary>
List of IOutlookGridGroups
</summary>
</member>
<member name="M:Krypton.Toolkit.OutlookGridGroupCollection.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Krypton.Toolkit.OutlookGridGroupCollection"/> class.
</summary>
</member>
<member name="M:Krypton.Toolkit.OutlookGridGroupCollection.#ctor(Krypton.Toolkit.IOutlookGridGroup)">
<summary>
Initializes a new instance of the <see cref="T:Krypton.Toolkit.OutlookGridGroupCollection"/> class.
</summary>
<param name="parentGroup">The parent group, if any.</param>
</member>
<member name="P:Krypton.Toolkit.OutlookGridGroupCollection.ParentGroup">
<summary>
Gets or Sets the parent group
</summary>
</member>
<member name="P:Krypton.Toolkit.OutlookGridGroupCollection.List">
<summary>
Gets the list of IOutlookGridGroup.
</summary>
</member>
<member name="P:Krypton.Toolkit.OutlookGridGroupCollection.Count">
<summary>
Gets the number of groups
</summary>
</member>
<member name="P:Krypton.Toolkit.OutlookGridGroupCollection.Item(System.Int32)">
<summary>
Gets the Group object
</summary>
<param name="index">Index in the list of groups.</param>
<returns>The IOutlookGridGroup.</returns>
</member>
<member name="M:Krypton.Toolkit.OutlookGridGroupCollection.Add(Krypton.Toolkit.IOutlookGridGroup)">
<summary>
Adds a new group
</summary>
<param name="group">The IOutlookGridGroup.</param>
</member>
<member name="M:Krypton.Toolkit.OutlookGridGroupCollection.Sort">
<summary>
Sorts the groups
</summary>
</member>
<member name="M:Krypton.Toolkit.OutlookGridGroupCollection.Sort(Krypton.Toolkit.OutlookGridGroupCountComparer)">
<summary>
Sorts the groups
</summary>
</member>
<member name="M:Krypton.Toolkit.OutlookGridGroupCollection.FindGroup(System.Object)">
<summary>
Find a group by its value
</summary>
<param name="value">The value of the group</param>
<returns>The IOutlookGridGroup.</returns>
</member>
<member name="T:Krypton.Toolkit.OutlookGridRow">
<summary>
OutlookGridRow - subclasses the DataGridView's DataGridViewRow class
In order to support grouping with the same look and feel as Outlook, the behaviour
of the DataGridViewRow is overridden by the OutlookGridRow.
The OutlookGridRow has 2 main additional properties: the Group it belongs to and
a the IsRowGroup flag that indicates whether the OutlookGridRow object behaves like
a regular row (with data) or should behave like a Group row.
</summary>
</member>
<member name="P:Krypton.Toolkit.OutlookGridRow.Group">
<summary>
Gets or sets the group to the row belongs to.
</summary>
<value>
The group.
</value>
</member>
<member name="P:Krypton.Toolkit.OutlookGridRow.IsGroupRow">
<summary>
Gets or sets a value indicating whether this instance is a group row.
</summary>
<value>
<c>true</c> if this instance is a group row; otherwise, <c>false</c>.
</value>
</member>
<member name="P:Krypton.Toolkit.OutlookGridRow.Collapsed">
<summary>
Gets or sets a value indicating whether this <see cref="T:Krypton.Toolkit.OutlookGridRow"/> is collapsed.
</summary>
<value>
<c>true</c> if collapsed; otherwise, <c>false</c>.
</value>
</member>
<member name="P:Krypton.Toolkit.OutlookGridRow.Nodes">
<summary>
Gets or sets the nodes.
</summary>
<value>
The nodes.
</value>
</member>
<member name="P:Krypton.Toolkit.OutlookGridRow.IsFirstSibling">
<summary>
Gets a value indicating whether this instance is first sibling.
</summary>
<value>
<c>true</c> if this instance is first sibling; otherwise, <c>false</c>.
</value>
</member>
<member name="P:Krypton.Toolkit.OutlookGridRow.IsLastSibling">
<summary>
Gets a value indicating whether this instance is last sibling.
</summary>
<value>
<c>true</c> if this instance is last sibling; otherwise, <c>false</c>.
</value>
</member>
<member name="P:Krypton.Toolkit.OutlookGridRow.HasChildren">
<summary>
Gets a value indicating whether this instance has children.
</summary>
<value>
<c>true</c> if this instance has children; otherwise, <c>false</c>.
</value>
</member>
<member name="P:Krypton.Toolkit.OutlookGridRow.NodeLevel">
<summary>
Gets or sets the node level.
</summary>
<value>
The node level.
</value>
</member>
<member name="P:Krypton.Toolkit.OutlookGridRow.ParentNode">
<summary>
Gets or sets the parent node.
</summary>
<value>
The parent node.
</value>
</member>
<member name="P:Krypton.Toolkit.OutlookGridRow.NodeIndex">
<summary>
Gets the index of the node.
</summary>
<value>
The index of the node.
</value>
</member>
<member name="M:Krypton.Toolkit.OutlookGridRow.#ctor">
<summary>
Default Constructor
</summary>
</member>
<member name="M:Krypton.Toolkit.OutlookGridRow.#ctor(Krypton.Toolkit.IOutlookGridGroup)">
<summary>
Constructor
</summary>
<param name="group">The group the row is associated to.</param>
</member>
<member name="M:Krypton.Toolkit.OutlookGridRow.#ctor(Krypton.Toolkit.IOutlookGridGroup,System.Boolean)">
<summary>
Constructor
</summary>
<param name="group">The group the row is associated to.</param>
<param name="isGroupRow">Determines if it is a group row.</param>
</member>
<member name="M:Krypton.Toolkit.OutlookGridRow.GetState(System.Int32)">
<summary>
Overrides the GetState method
</summary>
<param name="rowIndex"></param>
<returns></returns>
</member>
<member name="M:Krypton.Toolkit.OutlookGridRow.Paint(System.Drawing.Graphics,System.Drawing.Rectangle,System.Drawing.Rectangle,System.Int32,System.Windows.Forms.DataGridViewElementStates,System.Boolean,System.Boolean)">
<summary>
the main difference with a Group row and a regular row is the way it is painted on the control.
the Paint method is therefore overridden and specifies how the Group row is painted.
Note: this method is not implemented optimally. It is merely used for demonstration purposes
</summary>
<param name="graphics"></param>
<param name="clipBounds"></param>
<param name="rowBounds"></param>
<param name="rowIndex"></param>
<param name="rowState"></param>
<param name="isFirstDisplayedRow"></param>
<param name="isLastVisibleRow"></param>
</member>
<member name="M:Krypton.Toolkit.OutlookGridRow.PaintCells(System.Drawing.Graphics,System.Drawing.Rectangle,System.Drawing.Rectangle,System.Int32,System.Windows.Forms.DataGridViewElementStates,System.Boolean,System.Boolean,System.Windows.Forms.DataGridViewPaintParts)">
<summary>
Paints the cells.
</summary>
<param name="graphics">The graphics.</param>
<param name="clipBounds">The clip bounds.</param>
<param name="rowBounds">The row bounds.</param>
<param name="rowIndex">Index of the row.</param>
<param name="rowState">State of the row.</param>
<param name="isFirstDisplayedRow">if set to <c>true</c> [is first displayed row].</param>
<param name="isLastVisibleRow">if set to <c>true</c> [is last visible row].</param>
<param name="paintParts">The paint parts.</param>
<remarks>Will not execute if it is a group row.)</remarks>
</member>
<member name="M:Krypton.Toolkit.OutlookGridRow.ToString">
<summary>
Returns a <see cref="T:System.String" /> that represents this instance.
</summary>
<returns>
A <see cref="T:System.String" /> that represents this instance.
</returns>
</member>
<member name="M:Krypton.Toolkit.OutlookGridRow.IsAParentCollapsed(Krypton.Toolkit.IOutlookGridGroup,System.Int32)">
<summary>
Gets if the row has one parent that is collapsed
</summary>
<param name="gr">The group to look at.</param>
<param name="i">Fill 0 to first this method (used for recursive).</param>
<returns>True or false.</returns>
</member>
<member name="M:Krypton.Toolkit.OutlookGridRow.IsAParentNodeOrGroupCollapsed(Krypton.Toolkit.OutlookGridRow,System.Int32)">
<summary>
Determines if there is a parent node or a parent group collapsed.
</summary>
<param name="row">The specified row.</param>
<param name="i">The i.</param>
<returns></returns>
</member>
<member name="M:Krypton.Toolkit.OutlookGridRow.ExpandGroup">
<summary>
Expand the group the row belongs to.
</summary>
</member>
<member name="M:Krypton.Toolkit.OutlookGridRow.CollapseGroup">
<summary>
Collapse the group the row belongs to.
</summary>
</member>
<member name="M:Krypton.Toolkit.OutlookGridRow.Collapse">
<summary>
Collapse Node (with events)
</summary>
</member>
<member name="M:Krypton.Toolkit.OutlookGridRow.Expand">
<summary>
Expand Node (with events)
</summary>
</member>
<member name="M:Krypton.Toolkit.OutlookGridRow.IsIconHit(System.Windows.Forms.DataGridViewCellMouseEventArgs)">
<summary>
this function checks if the user hit the expand (+) or collapse (-) icon.
if it was hit it will return true
</summary>
<param name="e">mouse click event arguments</param>
<returns>returns true if the icon was hit, false otherwise</returns>
</member>
<member name="M:Krypton.Toolkit.OutlookGridRowComparer2.#ctor(System.Collections.Generic.List{System.Tuple{System.Int32,System.Windows.Forms.SortOrder,System.Collections.IComparer}})">
<summary>
Initializes a new instance of the <see cref="T:Krypton.Toolkit.OutlookGridRowComparer2"/> class.
</summary>
<param name="sortList">The sort list, tuple (column index, sortorder, Icomparer)</param>
</member>
<member name="M:Krypton.Toolkit.OutlookGridRowComparer2.Compare(Krypton.Toolkit.OutlookGridRow,Krypton.Toolkit.OutlookGridRow)">
<summary>
Compares the specified x.
</summary>
<param name="x">The x.</param>
<param name="y">The y.</param>
<returns></returns>
<exception cref="T:System.Exception">OutlookGridRowComparer: + this.ToString()</exception>
</member>
<member name="T:Krypton.Toolkit.OutlookGridRowNodeCollection">
<summary>
List of IOutlookGridGroups
</summary>
</member>
<member name="M:Krypton.Toolkit.OutlookGridRowNodeCollection.#ctor(Krypton.Toolkit.OutlookGridRow)">
<summary>
Initializes a new instance of the <see cref="T:Krypton.Toolkit.OutlookGridRowNodeCollection"/> class.
</summary>
<param name="parentNode">The parent node.</param>
</member>
<member name="P:Krypton.Toolkit.OutlookGridRowNodeCollection.ParentNode">
<summary>
Gets the parent node.
</summary>
<value>
The parent node.
</value>
</member>
<member name="P:Krypton.Toolkit.OutlookGridRowNodeCollection.Nodes">
<summary>
Gets the nodes.
</summary>
<value>
The nodes.
</value>
</member>
<member name="P:Krypton.Toolkit.OutlookGridRowNodeCollection.Count">
<summary>
Gets the number of groups
</summary>
<value>
The count.
</value>
</member>
<member name="P:Krypton.Toolkit.OutlookGridRowNodeCollection.Item(System.Int32)">
<summary>
Gets the <see cref="T:Krypton.Toolkit.OutlookGridRow"/> at the specified index.
</summary>
<value>
The <see cref="T:Krypton.Toolkit.OutlookGridRow"/>.
</value>
<param name="index">The index.</param>
<returns>The IOutlookGridGroup.</returns>
</member>
<member name="M:Krypton.Toolkit.OutlookGridRowNodeCollection.Add(Krypton.Toolkit.OutlookGridRow)">
<summary>
Adds the specified row.
</summary>
<param name="row">The row.</param>
</member>
<member name="M:Krypton.Toolkit.OutlookGridRowNodeCollection.Sort">
<summary>
Sorts this instance.
</summary>
</member>
<member name="M:Krypton.Toolkit.OutlookGridRowNodeCollection.Sort(Krypton.Toolkit.OutlookGridRowComparer2)">
<summary>
Sorts the specified comparer.
</summary>
<param name="comparer">The comparer.</param>
</member>
<member name="M:Krypton.Toolkit.OutlookGridRowNodeCollection.IndexOf(Krypton.Toolkit.OutlookGridRow)">
<summary>
Gets the Index of a row
</summary>
<param name="row">The OutlookGrid row.</param>
<returns></returns>
</member>
<member name="M:Krypton.Toolkit.OutlookGridRowNodeCollection.Clear">
<summary>
Clears all subnodes.
</summary>
</member>
<member name="T:Krypton.Toolkit.ColorHelper">
<summary>
Helper for color manipulations
</summary>
</member>
<member name="T:Krypton.Toolkit.ColorHelper.HSVColor">
<summary>
HSV Structure
</summary>
</member>
<member name="P:Krypton.Toolkit.ColorHelper.HSVColor.Hue">
<summary>
Hue value, from 0° to 360°
</summary>
</member>
<member name="P:Krypton.Toolkit.ColorHelper.HSVColor.Saturation">
<summary>
Saturation value, from 0 to 1
</summary>
</member>
<member name="P:Krypton.Toolkit.ColorHelper.HSVColor.ValueOrBrightness">
<summary>
Value or Brightness value, from 0 to 1
</summary>
</member>
<member name="M:Krypton.Toolkit.ColorHelper.HSVColor.#ctor(System.Single,System.Single,System.Single)">
<summary>
Initializes a new instance of the <see cref="T:Krypton.Toolkit.ColorHelper.HSVColor"/> struct.
</summary>
<param name="hue">The hue.</param>
<param name="saturation">The saturation.</param>
<param name="value">The value.</param>
</member>
<member name="T:Krypton.Toolkit.ColorHelper.HSLColor">
<summary>
HSL Structure
</summary>
</member>
<member name="P:Krypton.Toolkit.ColorHelper.HSLColor.Hue">
<summary>
Hue value, from 0° to 360°
</summary>
</member>
<member name="P:Krypton.Toolkit.ColorHelper.HSLColor.Saturation">
<summary>
Saturation value, from 0 to 1
</summary>
</member>
<member name="P:Krypton.Toolkit.ColorHelper.HSLColor.Lightness">
<summary>
Value or Lightness value, from 0 to 1
</summary>
</member>
<member name="M:Krypton.Toolkit.ColorHelper.HSLColor.#ctor(System.Single,System.Single,System.Single)">
<summary>
Initializes a new instance of the <see cref="T:Krypton.Toolkit.ColorHelper.HSLColor"/> struct.
</summary>
<param name="hue">The hue.</param>
<param name="saturation">The saturation.</param>
<param name="lightness">The lightness.</param>
</member>
<member name="M:Krypton.Toolkit.ColorHelper.FromHSV(System.Single,System.Single,System.Single)">
<summary>
Returns a System.Color from HSL values
</summary>
<param name="h">Hue (0 to 360°)</param>
<param name="s">Saturation (0 to 1)</param>
<param name="v">Value/Brightness (0 to 1)</param>
<returns></returns>
</member>
<member name="M:Krypton.Toolkit.ColorHelper.ToHSV(System.Int32,System.Int32,System.Int32)">
<summary>
Returns HSV values from RGB
</summary>
<param name="red">Red component from 0 to 255</param>
<param name="green">Green component from 0 to 255</param>
<param name="blue">Blue component from 0 to 255</param>
<returns></returns>
</member>
<member name="M:Krypton.Toolkit.ColorHelper.FromHSL(System.Single,System.Single,System.Single)">
<summary>
Returns a System.Color from HSL values
</summary>
<param name="h">Hue (0 to 360°)</param>
<param name="s">Saturation (0 to 1)</param>
<param name="l">Lightness (0 to 1)</param>
<returns></returns>
</member>
<member name="M:Krypton.Toolkit.ColorHelper.ToHSL(System.Int32,System.Int32,System.Int32)">
<summary>
Returns HSL values from RGB
</summary>
<param name="red">Red component from 0 to 255</param>
<param name="green">Green component from 0 to 255</param>
<param name="blue">Blue component from 0 to 255</param>
<returns></returns>
</member>
<member name="T:Krypton.Toolkit.OutlookGridGroupHelpers">
<summary>
Class containing functions for the IOutlookGridGroups
</summary>
</member>
<member name="M:Krypton.Toolkit.OutlookGridGroupHelpers.GetDayText(System.DateTime)">
<summary>
Gets the title for a specific datetime
</summary>
<param name="date">The DateTime </param>
<returns>The text to display</returns>
</member>
<member name="M:Krypton.Toolkit.OutlookGridGroupHelpers.GetDateCode(System.DateTime)">
<summary>
Gets the code according to a datetime
</summary>
<param name="date">The DateTime to analyze.</param>
<returns>The associated code.</returns>
</member>
<member name="M:Krypton.Toolkit.OutlookGridGroupHelpers.GetDateCodeNumeric(System.DateTime)">
<summary>Gets the date code numeric.</summary>
<param name="date">The date.</param>
<returns></returns>
</member>
<member name="M:Krypton.Toolkit.OutlookGridGroupHelpers.UppercaseFirst(System.String)">
<summary>
Uppercase the first letter of the string
</summary>
<param name="s">The string.</param>
<returns>The string with the first letter uppercased.</returns>
</member>
<member name="M:Krypton.Toolkit.OutlookGridGroupHelpers.GetFirstDayOfWeek(System.DateTime)">
<summary>
Returns the first day of the week that the specified date is in using the current culture.
</summary>
<param name="dayInWeek">The date to analyse</param>
<returns>The first day of week.</returns>
</member>
<member name="M:Krypton.Toolkit.OutlookGridGroupHelpers.GetLastDayOfWeek(System.DateTime)">
<summary>
Returns the last day of the week that the specified date is in using the current culture.
</summary>
<param name="dayInWeek">The date to analyse</param>
<returns>The last day of week.</returns>
</member>
<member name="M:Krypton.Toolkit.OutlookGridGroupHelpers.GetFirstDayOfWeek(System.DateTime,System.Globalization.CultureInfo)">
<summary>
Returns the first day of the week that the specified date is in.
</summary>
<param name="dayInWeek">The date to analyse</param>
<param name="cultureInfo">The CultureInfo</param>
<returns>The first day of week.</returns>
</member>
<member name="M:Krypton.Toolkit.OutlookGridGroupHelpers.GetQuarterAsString(System.DateTime)">
<summary>
Gets the user-friendly and localized text of quarter
</summary>
<param name="dateTime"></param>
<returns></returns>
</member>
<member name="M:Krypton.Toolkit.OutlookGridGroupHelpers.GetQuarter(System.DateTime)">
<summary>
Gets the quarter according to the month.
</summary>
<param name="dateTime">The date DateTime</param>
<returns>The quarter number.</returns>
</member>
<member name="M:Krypton.Toolkit.OutlookGridGroupHelpers.SimpleQualifiedName(System.Type)">
<summary>
Returns a fully qualified type name without the version, culture, or token
</summary>
<param name="t"></param>
<returns></returns>
</member>
<member name="T:Krypton.Toolkit.ScrollBarArrowButtonState">
<summary>
The scrollbar arrow button states.
</summary>
</member>
<member name="F:Krypton.Toolkit.ScrollBarArrowButtonState.UpNormal">
<summary>
Indicates the up arrow is in normal state.
</summary>
</member>
<member name="F:Krypton.Toolkit.ScrollBarArrowButtonState.UpHot">
<summary>
Indicates the up arrow is in hot state.
</summary>
</member>
<member name="F:Krypton.Toolkit.ScrollBarArrowButtonState.UpActive">
<summary>
Indicates the up arrow is in active state.
</summary>
</member>
<member name="F:Krypton.Toolkit.ScrollBarArrowButtonState.UpPressed">
<summary>
Indicates the up arrow is in pressed state.
</summary>
</member>
<member name="F:Krypton.Toolkit.ScrollBarArrowButtonState.UpDisabled">
<summary>
Indicates the up arrow is in disabled state.
</summary>
</member>
<member name="F:Krypton.Toolkit.ScrollBarArrowButtonState.DownNormal">
<summary>
Indicates the down arrow is in normal state.
</summary>
</member>
<member name="F:Krypton.Toolkit.ScrollBarArrowButtonState.DownHot">
<summary>
Indicates the down arrow is in hot state.
</summary>
</member>
<member name="F:Krypton.Toolkit.ScrollBarArrowButtonState.DownActive">
<summary>
Indicates the down arrow is in active state.
</summary>
</member>
<member name="F:Krypton.Toolkit.ScrollBarArrowButtonState.DownPressed">
<summary>
Indicates the down arrow is in pressed state.
</summary>
</member>
<member name="F:Krypton.Toolkit.ScrollBarArrowButtonState.DownDisabled">
<summary>
Indicates the down arrow is in disabled state.
</summary>
</member>
<member name="T:Krypton.Toolkit.ScrollBarOrientation">
<summary>
Enum for the scrollbar orientation.
</summary>
</member>
<member name="F:Krypton.Toolkit.ScrollBarOrientation.Horizontal">
<summary>
Indicates a horizontal scrollbar.
</summary>
</member>
<member name="F:Krypton.Toolkit.ScrollBarOrientation.Vertical">
<summary>
Indicates a vertical scrollbar.
</summary>
</member>
<member name="T:Krypton.Toolkit.ScrollBarState">
<summary>
The scrollbar states.
</summary>
</member>
<member name="F:Krypton.Toolkit.ScrollBarState.Normal">
<summary>
Indicates a normal scrollbar state.
</summary>
</member>
<member name="F:Krypton.Toolkit.ScrollBarState.Hot">
<summary>
Indicates a hot scrollbar state.
</summary>
</member>
<member name="F:Krypton.Toolkit.ScrollBarState.Active">
<summary>
Indicates an active scrollbar state.
</summary>
</member>
<member name="F:Krypton.Toolkit.ScrollBarState.Pressed">
<summary>
Indicates a pressed scrollbar state.
</summary>
</member>
<member name="F:Krypton.Toolkit.ScrollBarState.Disabled">
<summary>
Indicates a disabled scrollbar state.
</summary>
</member>
<member name="M:Krypton.Toolkit.HScrollSkin.scrollSkin_ControlAdded(System.Object,System.Windows.Forms.ControlEventArgs)">
<summary>
Linking the Scrollable control with Me
</summary>
<param name="sender"></param>
<param name="e"></param>
<remarks></remarks>
</member>
<member name="M:Krypton.Toolkit.HScrollSkin.VScrollBar1_miScroll(System.Object,System.Windows.Forms.ScrollEventArgs)">
<summary>
Comming from the customControl
</summary>
<param name="sender"></param>
<param name="e"></param>
<remarks></remarks>
</member>
<member name="M:Krypton.Toolkit.HScrollSkin.win_Resize(System.Object,System.EventArgs)">
<summary>
Almost done move and resize the Scrollable control over Me
</summary>
<param name="sender"></param>
<param name="e"></param>
<remarks></remarks>
</member>
<member name="M:Krypton.Toolkit.HScrollSkin.WndProc(System.Windows.Forms.Message@)">
<summary>
Overriden to control del scrolling of the customControl VScrollBar1
</summary>
<param name="m"></param>
<remarks></remarks>
</member>
<member name="T:Krypton.Toolkit.KryptonScrollBarRenderer">
<summary>
The scrollbar renderer class.
</summary>
</member>
<member name="F:Krypton.Toolkit.KryptonScrollBarRenderer._thumbColors">
<summary>
The colors of the thumb in the 3 states.
</summary>
</member>
<member name="F:Krypton.Toolkit.KryptonScrollBarRenderer._arrowColors">
<summary>
The arrow colors in the three states.
</summary>
</member>
<member name="F:Krypton.Toolkit.KryptonScrollBarRenderer._arrowBorderColors">
<summary>
The arrow border colors.
</summary>
</member>
<member name="F:Krypton.Toolkit.KryptonScrollBarRenderer._backgroundColors">
<summary>
The background colors.
</summary>
</member>
<member name="F:Krypton.Toolkit.KryptonScrollBarRenderer._trackColors">
<summary>
The track colors.
</summary>
</member>
<member name="F:Krypton.Toolkit.KryptonScrollBarRenderer.BorderColors">
<summary>
The Border colors.
</summary>
</member>
<member name="F:Krypton.Toolkit.KryptonScrollBarRenderer.GripColors">
<summary>
The Grip colors.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonScrollBarRenderer.#cctor">
<summary>
Initializes static members of the <see cref="T:Krypton.Toolkit.KryptonScrollBarRenderer"/> class.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonScrollBarRenderer.DrawBackground(System.Drawing.Graphics,System.Drawing.Rectangle,Krypton.Toolkit.ScrollBarOrientation)">
<summary>
Draws the background.
</summary>
<param name="g">The <see cref="T:System.Drawing.Graphics"/> used to paint.</param>
<param name="rect">The rectangle in which to paint.</param>
<param name="orientation">The <see cref="T:Krypton.Toolkit.ScrollBarOrientation"/>.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonScrollBarRenderer.DrawTrack(System.Drawing.Graphics,System.Drawing.Rectangle,Krypton.Toolkit.ScrollBarState,Krypton.Toolkit.ScrollBarOrientation)">
<summary>
Draws the channel ( or track ).
</summary>
<param name="g">The <see cref="T:System.Drawing.Graphics"/> used to paint.</param>
<param name="rect">The rectangle in which to paint.</param>
<param name="state">The scrollbar state.</param>
<param name="orientation">The <see cref="T:Krypton.Toolkit.ScrollBarOrientation"/>.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonScrollBarRenderer.DrawThumb(System.Drawing.Graphics,System.Drawing.Rectangle,Krypton.Toolkit.ScrollBarState,Krypton.Toolkit.ScrollBarOrientation)">
<summary>
Draws the thumb.
</summary>
<param name="g">The <see cref="T:System.Drawing.Graphics"/> used to paint.</param>
<param name="rect">The rectangle in which to paint.</param>
<param name="state">The <see cref="T:Krypton.Toolkit.ScrollBarState"/> of the thumb.</param>
<param name="orientation">The <see cref="T:Krypton.Toolkit.ScrollBarOrientation"/>.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonScrollBarRenderer.DrawThumbGrip(System.Drawing.Graphics,System.Drawing.Rectangle,Krypton.Toolkit.ScrollBarOrientation)">
<summary>
Draws the grip of the thumb.
</summary>
<param name="g">The <see cref="T:System.Drawing.Graphics"/> used to paint.</param>
<param name="rect">The rectangle in which to paint.</param>
<param name="orientation">The <see cref="T:Krypton.Toolkit.ScrollBarOrientation"/>.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonScrollBarRenderer.GetGripNormalBitmap">
<summary>
Draws the GripNormal Bitmap.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonScrollBarRenderer.GetScrollBarArrowDownBitmap">
<summary>
Draws the GetScrollBarArrowDownBitmap
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonScrollBarRenderer.DrawArrowButton(System.Drawing.Graphics,System.Drawing.Rectangle,Krypton.Toolkit.ScrollBarArrowButtonState,System.Boolean,Krypton.Toolkit.ScrollBarOrientation)">
<summary>
Draws an arrow button.
</summary>
<param name="g">The <see cref="T:System.Drawing.Graphics"/> used to paint.</param>
<param name="rect">The rectangle in which to paint.</param>
<param name="state">The <see cref="T:Krypton.Toolkit.ScrollBarArrowButtonState"/> of the arrow button.</param>
<param name="arrowUp">true for an up arrow, false otherwise.</param>
<param name="orientation">The <see cref="T:Krypton.Toolkit.ScrollBarOrientation"/>.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonScrollBarRenderer.DrawBackgroundVertical(System.Drawing.Graphics,System.Drawing.Rectangle)">
<summary>
Draws the background.
</summary>
<param name="g">The <see cref="T:System.Drawing.Graphics"/> used to paint.</param>
<param name="rect">The rectangle in which to paint.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonScrollBarRenderer.DrawBackgroundHorizontal(System.Drawing.Graphics,System.Drawing.Rectangle)">
<summary>
Draws the background.
</summary>
<param name="g">The <see cref="T:System.Drawing.Graphics"/> used to paint.</param>
<param name="rect">The rectangle in which to paint.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonScrollBarRenderer.DrawTrackVertical(System.Drawing.Graphics,System.Drawing.Rectangle)">
<summary>
Draws the channel ( or track ).
</summary>
<param name="g">The <see cref="T:System.Drawing.Graphics"/> used to paint.</param>
<param name="rect">The rectangle in which to paint.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonScrollBarRenderer.DrawTrackHorizontal(System.Drawing.Graphics,System.Drawing.Rectangle)">
<summary>
Draws the channel ( or track ).
</summary>
<param name="g">The <see cref="T:System.Drawing.Graphics"/> used to paint.</param>
<param name="rect">The rectangle in which to paint.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonScrollBarRenderer.AdjustThumbGrip(System.Drawing.Rectangle,Krypton.Toolkit.ScrollBarOrientation,System.Drawing.Image)">
<summary>
Adjusts the thumb grip according to the specified <see cref="T:Krypton.Toolkit.ScrollBarOrientation"/>.
</summary>
<param name="rect">The rectangle to adjust.</param>
<param name="orientation">The scrollbar orientation.</param>
<param name="gripImage">The grip image.</param>
<returns>The adjusted rectangle.</returns>
<remarks>Also rotates the grip image if necessary.</remarks>
</member>
<member name="M:Krypton.Toolkit.KryptonScrollBarRenderer.DrawThumbVertical(System.Drawing.Graphics,System.Drawing.Rectangle,Krypton.Toolkit.ScrollBarState)">
<summary>
Draws the thumb.
</summary>
<param name="g">The <see cref="T:System.Drawing.Graphics"/> used to paint.</param>
<param name="rect">The rectangle in which to paint.</param>
<param name="state">The <see cref="T:Krypton.Toolkit.ScrollBarState"/> of the thumb.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonScrollBarRenderer.DrawThumbHorizontal(System.Drawing.Graphics,System.Drawing.Rectangle,Krypton.Toolkit.ScrollBarState)">
<summary>
Draws the thumb.
</summary>
<param name="g">The <see cref="T:System.Drawing.Graphics"/> used to paint.</param>
<param name="rect">The rectangle in which to paint.</param>
<param name="state">The <see cref="T:Krypton.Toolkit.ScrollBarState"/> of the thumb.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonScrollBarRenderer.DrawArrowButtonVertical(System.Drawing.Graphics,System.Drawing.Rectangle,Krypton.Toolkit.ScrollBarArrowButtonState,System.Boolean)">
<summary>
Draws an arrow button.
</summary>
<param name="g">The <see cref="T:System.Drawing.Graphics"/> used to paint.</param>
<param name="rect">The rectangle in which to paint.</param>
<param name="state">The <see cref="T:Krypton.Toolkit.ScrollBarArrowButtonState"/> of the arrow button.</param>
<param name="arrowUp">true for an up arrow, false otherwise.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonScrollBarRenderer.DrawArrowButtonHorizontal(System.Drawing.Graphics,System.Drawing.Rectangle,Krypton.Toolkit.ScrollBarArrowButtonState,System.Boolean)">
<summary>
Draws an arrow button.
</summary>
<param name="g">The <see cref="T:System.Drawing.Graphics"/> used to paint.</param>
<param name="rect">The rectangle in which to paint.</param>
<param name="state">The <see cref="T:Krypton.Toolkit.ScrollBarArrowButtonState"/> of the arrow button.</param>
<param name="arrowUp">true for an up arrow, false otherwise.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonScrollBarRenderer.GetArrowDownButtonImage(Krypton.Toolkit.ScrollBarArrowButtonState)">
<summary>
Draws the arrow down button for the scrollbar.
</summary>
<param name="state">The button state.</param>
<returns>The arrow down button as <see cref="T:System.Drawing.Image"/>.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonScrollBarRenderer.CreateRoundPath(System.Drawing.Rectangle,System.Single,System.Single)">
<summary>
Creates a rounded rectangle.
</summary>
<param name="r">The rectangle to create the rounded rectangle from.</param>
<param name="radiusX">The x-radius.</param>
<param name="radiusY">The y-radius.</param>
<returns>A <see cref="T:System.Drawing.Drawing2D.GraphicsPath"/> object representing the rounded rectangle.</returns>
</member>
<member name="T:Krypton.Toolkit.ScrollBarExtendedRenderer">
<summary>
The scrollbar renderer class.
</summary>
</member>
<member name="F:Krypton.Toolkit.ScrollBarExtendedRenderer.thumbColours">
<summary>
The colors of the thumb in the 3 states.
</summary>
</member>
<member name="F:Krypton.Toolkit.ScrollBarExtendedRenderer.arrowColours">
<summary>
The arrow colors in the three states.
</summary>
</member>
<member name="F:Krypton.Toolkit.ScrollBarExtendedRenderer.arrowBorderColours">
<summary>
The arrow border colors.
</summary>
</member>
<member name="F:Krypton.Toolkit.ScrollBarExtendedRenderer.backgroundColours">
<summary>
The background colors.
</summary>
</member>
<member name="F:Krypton.Toolkit.ScrollBarExtendedRenderer.trackColours">
<summary>
The track colors.
</summary>
</member>
<member name="F:Krypton.Toolkit.ScrollBarExtendedRenderer.borderColours">
<summary>
The Border colors.
</summary>
</member>
<member name="F:Krypton.Toolkit.ScrollBarExtendedRenderer.gripColours">
<summary>
The Grip colors.
</summary>
</member>
<member name="M:Krypton.Toolkit.ScrollBarExtendedRenderer.#cctor">
<summary>
Initializes static members of the <see cref="T:Krypton.Toolkit.ScrollBarExtendedRenderer"/> class.
</summary>
</member>
<member name="M:Krypton.Toolkit.ScrollBarExtendedRenderer.DrawBackground(System.Drawing.Graphics,System.Drawing.Rectangle,Krypton.Toolkit.ScrollBarOrientation)">
<summary>
Draws the background.
</summary>
<param name="g">The <see cref="T:System.Drawing.Graphics"/> used to paint.</param>
<param name="rect">The rectangle in which to paint.</param>
<param name="orientation">The <see cref="T:Krypton.Toolkit.ScrollBarOrientation"/>.</param>
</member>
<member name="M:Krypton.Toolkit.ScrollBarExtendedRenderer.DrawTrack(System.Drawing.Graphics,System.Drawing.Rectangle,Krypton.Toolkit.ScrollBarState,Krypton.Toolkit.ScrollBarOrientation)">
<summary>
Draws the channel ( or track ).
</summary>
<param name="g">The <see cref="T:System.Drawing.Graphics"/> used to paint.</param>
<param name="rect">The rectangle in which to paint.</param>
<param name="state">The scrollbar state.</param>
<param name="orientation">The <see cref="T:Krypton.Toolkit.ScrollBarOrientation"/>.</param>
</member>
<member name="M:Krypton.Toolkit.ScrollBarExtendedRenderer.DrawThumb(System.Drawing.Graphics,System.Drawing.Rectangle,Krypton.Toolkit.ScrollBarState,Krypton.Toolkit.ScrollBarOrientation)">
<summary>
Draws the thumb.
</summary>
<param name="g">The <see cref="T:System.Drawing.Graphics"/> used to paint.</param>
<param name="rect">The rectangle in which to paint.</param>
<param name="state">The <see cref="T:Krypton.Toolkit.ScrollBarState"/> of the thumb.</param>
<param name="orientation">The <see cref="T:Krypton.Toolkit.ScrollBarOrientation"/>.</param>
</member>
<member name="M:Krypton.Toolkit.ScrollBarExtendedRenderer.DrawThumbGrip(System.Drawing.Graphics,System.Drawing.Rectangle,Krypton.Toolkit.ScrollBarOrientation)">
<summary>
Draws the grip of the thumb.
</summary>
<param name="g">The <see cref="T:System.Drawing.Graphics"/> used to paint.</param>
<param name="rect">The rectangle in which to paint.</param>
<param name="orientation">The <see cref="T:Krypton.Toolkit.ScrollBarOrientation"/>.</param>
</member>
<member name="M:Krypton.Toolkit.ScrollBarExtendedRenderer.GetGripNomalBitmap">
<summary>
Draws the GripNomal Bitmap.
</summary>
</member>
<member name="M:Krypton.Toolkit.ScrollBarExtendedRenderer.GetScrollBarArrowDownBitmap">
<summary>
Draws the GripNomal Bitmap.
</summary>
</member>
<member name="M:Krypton.Toolkit.ScrollBarExtendedRenderer.DrawArrowButton(System.Drawing.Graphics,System.Drawing.Rectangle,Krypton.Toolkit.ScrollBarArrowButtonState,System.Boolean,Krypton.Toolkit.ScrollBarOrientation)">
<summary>
Draws an arrow button.
</summary>
<param name="g">The <see cref="T:System.Drawing.Graphics"/> used to paint.</param>
<param name="rect">The rectangle in which to paint.</param>
<param name="state">The <see cref="T:Krypton.Toolkit.ScrollBarArrowButtonState"/> of the arrow button.</param>
<param name="arrowUp">true for an up arrow, false otherwise.</param>
<param name="orientation">The <see cref="T:Krypton.Toolkit.ScrollBarOrientation"/>.</param>
</member>
<member name="M:Krypton.Toolkit.ScrollBarExtendedRenderer.DrawBackgroundVertical(System.Drawing.Graphics,System.Drawing.Rectangle)">
<summary>
Draws the background.
</summary>
<param name="g">The <see cref="T:System.Drawing.Graphics"/> used to paint.</param>
<param name="rect">The rectangle in which to paint.</param>
</member>
<member name="M:Krypton.Toolkit.ScrollBarExtendedRenderer.DrawBackgroundHorizontal(System.Drawing.Graphics,System.Drawing.Rectangle)">
<summary>
Draws the background.
</summary>
<param name="g">The <see cref="T:System.Drawing.Graphics"/> used to paint.</param>
<param name="rect">The rectangle in which to paint.</param>
</member>
<member name="M:Krypton.Toolkit.ScrollBarExtendedRenderer.DrawTrackVertical(System.Drawing.Graphics,System.Drawing.Rectangle)">
<summary>
Draws the channel ( or track ).
</summary>
<param name="g">The <see cref="T:System.Drawing.Graphics"/> used to paint.</param>
<param name="rect">The rectangle in which to paint.</param>
</member>
<member name="M:Krypton.Toolkit.ScrollBarExtendedRenderer.DrawTrackHorizontal(System.Drawing.Graphics,System.Drawing.Rectangle)">
<summary>
Draws the channel ( or track ).
</summary>
<param name="g">The <see cref="T:System.Drawing.Graphics"/> used to paint.</param>
<param name="rect">The rectangle in which to paint.</param>
</member>
<member name="M:Krypton.Toolkit.ScrollBarExtendedRenderer.AdjustThumbGrip(System.Drawing.Rectangle,Krypton.Toolkit.ScrollBarOrientation,System.Drawing.Image)">
<summary>
Adjusts the thumb grip according to the specified <see cref="T:Krypton.Toolkit.ScrollBarOrientation"/>.
</summary>
<param name="rect">The rectangle to adjust.</param>
<param name="orientation">The scrollbar orientation.</param>
<param name="gripImage">The grip image.</param>
<returns>The adjusted rectangle.</returns>
<remarks>Also rotates the grip image if necessary.</remarks>
</member>
<member name="M:Krypton.Toolkit.ScrollBarExtendedRenderer.DrawThumbVertical(System.Drawing.Graphics,System.Drawing.Rectangle,Krypton.Toolkit.ScrollBarState)">
<summary>
Draws the thumb.
</summary>
<param name="g">The <see cref="T:System.Drawing.Graphics"/> used to paint.</param>
<param name="rect">The rectangle in which to paint.</param>
<param name="state">The <see cref="T:Krypton.Toolkit.ScrollBarState"/> of the thumb.</param>
</member>
<member name="M:Krypton.Toolkit.ScrollBarExtendedRenderer.DrawThumbHorizontal(System.Drawing.Graphics,System.Drawing.Rectangle,Krypton.Toolkit.ScrollBarState)">
<summary>
Draws the thumb.
</summary>
<param name="g">The <see cref="T:System.Drawing.Graphics"/> used to paint.</param>
<param name="rect">The rectangle in which to paint.</param>
<param name="state">The <see cref="T:Krypton.Toolkit.ScrollBarState"/> of the thumb.</param>
</member>
<member name="M:Krypton.Toolkit.ScrollBarExtendedRenderer.DrawArrowButtonVertical(System.Drawing.Graphics,System.Drawing.Rectangle,Krypton.Toolkit.ScrollBarArrowButtonState,System.Boolean)">
<summary>
Draws an arrow button.
</summary>
<param name="g">The <see cref="T:System.Drawing.Graphics"/> used to paint.</param>
<param name="rect">The rectangle in which to paint.</param>
<param name="state">The <see cref="T:Krypton.Toolkit.ScrollBarArrowButtonState"/> of the arrow button.</param>
<param name="arrowUp">true for an up arrow, false otherwise.</param>
</member>
<member name="M:Krypton.Toolkit.ScrollBarExtendedRenderer.DrawArrowButtonHorizontal(System.Drawing.Graphics,System.Drawing.Rectangle,Krypton.Toolkit.ScrollBarArrowButtonState,System.Boolean)">
<summary>
Draws an arrow button.
</summary>
<param name="g">The <see cref="T:System.Drawing.Graphics"/> used to paint.</param>
<param name="rect">The rectangle in which to paint.</param>
<param name="state">The <see cref="T:Krypton.Toolkit.ScrollBarArrowButtonState"/> of the arrow button.</param>
<param name="arrowUp">true for an up arrow, false otherwise.</param>
</member>
<member name="M:Krypton.Toolkit.ScrollBarExtendedRenderer.GetArrowDownButtonImage(Krypton.Toolkit.ScrollBarArrowButtonState)">
<summary>
Draws the arrow down button for the scrollbar.
</summary>
<param name="state">The button state.</param>
<returns>The arrow down button as <see cref="T:System.Drawing.Image"/>.</returns>
</member>
<member name="M:Krypton.Toolkit.ScrollBarExtendedRenderer.CreateRoundPath(System.Drawing.Rectangle,System.Single,System.Single)">
<summary>
Creates a rounded rectangle.
</summary>
<param name="r">The rectangle to create the rounded rectangle from.</param>
<param name="radiusX">The x-radius.</param>
<param name="radiusY">The y-radius.</param>
<returns>A <see cref="T:System.Drawing.Drawing2D.GraphicsPath"/> object representing the rounded rectangle.</returns>
</member>
<member name="M:Krypton.Toolkit.VScrollSkin.scrollSkin_ControlAdded(System.Object,System.Windows.Forms.ControlEventArgs)">
<summary>
Linking the Scrollable control with Me
</summary>
<param name="sender"></param>
<param name="e"></param>
<remarks></remarks>
</member>
<member name="M:Krypton.Toolkit.VScrollSkin.VScrollBar1_miScroll(System.Object,System.Windows.Forms.ScrollEventArgs)">
<summary>
Comming from the customControl
</summary>
<param name="sender"></param>
<param name="e"></param>
<remarks></remarks>
</member>
<member name="M:Krypton.Toolkit.VScrollSkin.win_Resize(System.Object,System.EventArgs)">
<summary>
Almost done move and resize the Scrollable control over Me
</summary>
<param name="sender"></param>
<param name="e"></param>
<remarks></remarks>
</member>
<member name="M:Krypton.Toolkit.VScrollSkin.WndProc(System.Windows.Forms.Message@)">
<summary>
Overrided to controll del scrolling of the customControl VScrollBar1
</summary>
<param name="m"></param>
<remarks></remarks>
</member>
<member name="T:Krypton.Toolkit.ShadowManager">
<summary>
Manages the drawing of Shadows
</summary>
</member>
<member name="M:Krypton.Toolkit.ShadowManager.DrawShadowBitmap(System.Drawing.Rectangle)">
<summary>
Probably a more efficient way, but this gives the easiest testable visible results
</summary>
<param name="clientRectangle"></param>
<returns></returns>
</member>
<member name="M:Krypton.Toolkit.ShadowManager.PositionShadowForms(System.Boolean)">
<summary>
</summary>
<remarks>
Move operations have to be done as a single operation to reduce flickering
</remarks>
</member>
<member name="T:Krypton.Toolkit.FlashWindowExListener">
<summary>
https://stackoverflow.com/questions/25681443/how-to-detect-if-window-is-flashing
</summary>
</member>
<member name="E:Krypton.Toolkit.FlashWindowExListener.FlashEvent">
<summary>
Make sure there is something to call first
</summary>
</member>
<member name="T:Krypton.Toolkit.FlashWindowExListener.FlashWindowExEventHandler">
<summary>
the callback that is expected to be used
</summary>
<param name="f"></param>
<param name="isFlashing"></param>
</member>
<member name="T:Krypton.Toolkit.Storage">
<summary>
Base class for storage implementations.
</summary>
</member>
<member name="M:Krypton.Toolkit.Storage.ToString">
<summary>
Returns a string that represents the current defaulted state.
</summary>
<returns>A string that represents the current defaulted state.</returns>
</member>
<member name="P:Krypton.Toolkit.Storage.IsDefault">
<summary>
Gets a value indicating if all values are default.
</summary>
</member>
<member name="P:Krypton.Toolkit.Storage.NeedPaint">
<summary>
Gets and sets the need paint delegate for notifying paint requests.
</summary>
</member>
<member name="P:Krypton.Toolkit.Storage.NeedPaintDelegate">
<summary>
Gets access to the need paint delegate.
</summary>
</member>
<member name="M:Krypton.Toolkit.Storage.PerformNeedPaint">
<summary>
Fires the NeedPaint event.
</summary>
</member>
<member name="M:Krypton.Toolkit.Storage.PerformNeedPaint(System.Boolean)">
<summary>
Fires the NeedPaint event.
</summary>
<param name="needLayout">Does the palette change require a layout.</param>
</member>
<member name="M:Krypton.Toolkit.Storage.OnNeedPaint(System.Object,Krypton.Toolkit.NeedLayoutEventArgs)">
<summary>
Raises the NeedPaint event.
</summary>
<param name="sender">Source of the event.</param>
<param name="e">An NeedLayoutEventArgs containing event data.</param>
</member>
<member name="T:Krypton.Toolkit.KryptonBasicToastNotificationData">
<summary>Contains the data and information required, to create a basic toast notification.</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonBasicToastNotificationData.ApplicationIcon">
<summary>Gets or sets the application icon.</summary>
<value>The application icon.</value>
</member>
<member name="P:Krypton.Toolkit.KryptonBasicToastNotificationData.UseFade">
<summary>Gets or sets the use fade.</summary>
<value>The use fade.</value>
</member>
<member name="P:Krypton.Toolkit.KryptonBasicToastNotificationData.TopMost">
<summary>Gets or sets the top most.</summary>
<value>The top most.</value>
</member>
<member name="P:Krypton.Toolkit.KryptonBasicToastNotificationData.ShowCloseBox">
<summary>Gets or sets the show close box.</summary>
<value>The show close box.</value>
</member>
<member name="P:Krypton.Toolkit.KryptonBasicToastNotificationData.ShowDoNotShowAgainOption">
<summary>Gets or sets the show do not show again option.</summary>
<value>The show do not show again option.</value>
</member>
<member name="P:Krypton.Toolkit.KryptonBasicToastNotificationData.ShowCountDownSecondsOnProgressBar">
<summary>Gets or sets a value indicating whether [show count down seconds on progress bar].</summary>
<value><c>true</c> if [show count down seconds on progress bar]; otherwise, <c>false</c>.</value>
</member>
<member name="P:Krypton.Toolkit.KryptonBasicToastNotificationData.UseDoNotShowAgainOptionThreeState">
<summary>Gets or sets the state of the use do not show again option three.</summary>
<value>The state of the use do not show again option three.</value>
</member>
<member name="P:Krypton.Toolkit.KryptonBasicToastNotificationData.IsDoNotShowAgainOptionChecked">
<summary>Gets or sets the do not show again option checked value.</summary>
<value>The do not show again option checked value.</value>
</member>
<member name="P:Krypton.Toolkit.KryptonBasicToastNotificationData.ReportToastLocation">
<summary>Gets or sets the report toast location. Use this for development purposes only.</summary>
<value>Reports the toast location.</value>
</member>
<member name="P:Krypton.Toolkit.KryptonBasicToastNotificationData.UseRtlReading">
<summary>Gets or sets a value indicating whether [use RTL reading].</summary>
<value><c>true</c> if [use RTL reading]; otherwise, <c>false</c>.</value>
</member>
<member name="P:Krypton.Toolkit.KryptonBasicToastNotificationData.DoNotShowAgainOptionCheckState">
<summary>Gets or sets the state of the do not show again option check.</summary>
<value>The state of the do not show again option check.</value>
</member>
<member name="P:Krypton.Toolkit.KryptonBasicToastNotificationData.BorderColor1">
<summary>Gets or sets the first border color.</summary>
<value>The first border color.</value>
</member>
<member name="P:Krypton.Toolkit.KryptonBasicToastNotificationData.BorderColor2">
<summary>Gets or sets the second border color.</summary>
<value>The second border color.</value>
</member>
<member name="P:Krypton.Toolkit.KryptonBasicToastNotificationData.NotificationTitleAlignment">
<summary>Gets or sets the notification title alignment.</summary>
<value>The notification title alignment.</value>
</member>
<member name="P:Krypton.Toolkit.KryptonBasicToastNotificationData.NotificationContentFont">
<summary>Gets or sets the notification content font.</summary>
<value>The notification content font.</value>
</member>
<member name="P:Krypton.Toolkit.KryptonBasicToastNotificationData.NotificationTitleFont">
<summary>Gets or sets the notification title font.</summary>
<value>The notification title font.</value>
</member>
<member name="P:Krypton.Toolkit.KryptonBasicToastNotificationData.CountDownSeconds">
<summary>Gets or sets the count-down seconds.</summary>
<value>The count-down seconds.</value>
</member>
<member name="P:Krypton.Toolkit.KryptonBasicToastNotificationData.CountDownTimerInterval">
<summary>Gets or sets the count-down timer interval.</summary>
<value>The count-down timer interval.</value>
</member>
<member name="P:Krypton.Toolkit.KryptonBasicToastNotificationData.NotificationContent">
<summary>Gets or sets the content of the notification.</summary>
<value>The content of the notification.</value>
</member>
<member name="P:Krypton.Toolkit.KryptonBasicToastNotificationData.NotificationTitle">
<summary>Gets or sets the notification title.</summary>
<value>The notification title.</value>
</member>
<member name="P:Krypton.Toolkit.KryptonBasicToastNotificationData.OptionalCheckBoxText">
<summary>Gets or sets the optional CheckBox text.</summary>
<value>The optional CheckBox text.</value>
</member>
<member name="P:Krypton.Toolkit.KryptonBasicToastNotificationData.CustomImage">
<summary>Gets or sets the custom image.</summary>
<value>The custom image.</value>
</member>
<member name="P:Krypton.Toolkit.KryptonBasicToastNotificationData.NotificationLocation">
<summary>Gets or sets the notification location.</summary>
<value>The notification location.</value>
</member>
<member name="P:Krypton.Toolkit.KryptonBasicToastNotificationData.ToastHost">
<summary>Gets or sets the toast host.</summary>
<value>The toast host.</value>
</member>
<member name="P:Krypton.Toolkit.KryptonBasicToastNotificationData.RightToLeftLayout">
<summary>Gets or sets the right to left layout.</summary>
<value>The right to left layout.</value>
</member>
<member name="P:Krypton.Toolkit.KryptonBasicToastNotificationData.NotificationIcon">
<summary>Gets or sets the notification icon.</summary>
<value>The notification icon.</value>
</member>
<member name="P:Krypton.Toolkit.KryptonBasicToastNotificationData.NotificationIconSize">
<summary>Gets or sets the size of the notification icon.</summary>
<value>The size of the notification icon.</value>
</member>
<member name="P:Krypton.Toolkit.KryptonBasicToastNotificationData.CustomNotificationIconSize">
<summary>Gets or sets the size of the custom notification icon.</summary>
<value>The size of the custom notification icon.</value>
</member>
<member name="M:Krypton.Toolkit.KryptonBasicToastNotificationData.#ctor">
<summary>Initializes a new instance of the <see cref="T:Krypton.Toolkit.KryptonBasicToastNotificationData" /> struct.</summary>
</member>
<member name="T:Krypton.Toolkit.KryptonCommonToastNotificationData">
<summary>Contains the data and information required, to create a toast notification.</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonCommonToastNotificationData.UseFade">
<summary>Gets or sets the use fade.</summary>
<value>The use fade.</value>
</member>
<member name="P:Krypton.Toolkit.KryptonCommonToastNotificationData.TopMost">
<summary>Gets or sets the top most.</summary>
<value>The top most.</value>
</member>
<member name="P:Krypton.Toolkit.KryptonCommonToastNotificationData.ShowCloseBox">
<summary>Gets or sets the show close box.</summary>
<value>The show close box.</value>
</member>
<member name="P:Krypton.Toolkit.KryptonCommonToastNotificationData.ShowDoNotShowAgainOption">
<summary>Gets or sets the show do not show again option.</summary>
<value>The show do not show again option.</value>
</member>
<member name="P:Krypton.Toolkit.KryptonCommonToastNotificationData.UseDoNotShowAgainOptionThreeState">
<summary>Gets or sets the state of the use do not show again option three.</summary>
<value>The state of the use do not show again option three.</value>
</member>
<member name="P:Krypton.Toolkit.KryptonCommonToastNotificationData.DoNotShowAgainOptionChecked">
<summary>Gets or sets the do not show again option checked value.</summary>
<value>The do not show again option checked value.</value>
</member>
<member name="P:Krypton.Toolkit.KryptonCommonToastNotificationData.ReportToastLocation">
<summary>Gets or sets the report toast location. Use this for development purposes only.</summary>
<value>Reports the toast location.</value>
</member>
<member name="P:Krypton.Toolkit.KryptonCommonToastNotificationData.UseRtlReading">
<summary>Gets or sets a value indicating whether [use RTL reading].</summary>
<value><c>true</c> if [use RTL reading]; otherwise, <c>false</c>.</value>
</member>
<member name="P:Krypton.Toolkit.KryptonCommonToastNotificationData.BorderColor1">
<summary>Gets or sets the first border color.</summary>
<value>The first border color.</value>
</member>
<member name="P:Krypton.Toolkit.KryptonCommonToastNotificationData.BorderColor2">
<summary>Gets or sets the second border color.</summary>
<value>The second border color.</value>
</member>
<member name="P:Krypton.Toolkit.KryptonCommonToastNotificationData.DoNotShowAgainOptionCheckState">
<summary>Gets or sets the state of the do not show again option CheckBox.</summary>
<value>The state of the do not show again option CheckBox.</value>
</member>
<member name="P:Krypton.Toolkit.KryptonCommonToastNotificationData.NotificationTitleAlignment">
<summary>Gets or sets the notification title alignment.</summary>
<value>The notification title alignment.</value>
</member>
<member name="P:Krypton.Toolkit.KryptonCommonToastNotificationData.NotificationContentFont">
<summary>Gets or sets the notification content font.</summary>
<value>The notification content font.</value>
</member>
<member name="P:Krypton.Toolkit.KryptonCommonToastNotificationData.NotificationTitleFont">
<summary>Gets or sets the notification title font.</summary>
<value>The notification title font.</value>
</member>
<member name="P:Krypton.Toolkit.KryptonCommonToastNotificationData.CountDownSeconds">
<summary>Gets or sets the count-down seconds.</summary>
<value>The count-down seconds.</value>
</member>
<member name="P:Krypton.Toolkit.KryptonCommonToastNotificationData.CountDownTimerInterval">
<summary>Gets or sets the count-down timer interval.</summary>
<value>The count-down timer interval.</value>
</member>
<member name="P:Krypton.Toolkit.KryptonCommonToastNotificationData.NotificationContent">
<summary>Gets or sets the content of the notification.</summary>
<value>The content of the notification.</value>
</member>
<member name="P:Krypton.Toolkit.KryptonCommonToastNotificationData.NotificationTitle">
<summary>Gets or sets the notification title.</summary>
<value>The notification title.</value>
</member>
<member name="P:Krypton.Toolkit.KryptonCommonToastNotificationData.OptionalCheckBoxText">
<summary>Gets or sets the optional CheckBox text.</summary>
<value>The optional CheckBox text.</value>
</member>
<member name="P:Krypton.Toolkit.KryptonCommonToastNotificationData.CustomImage">
<summary>Gets or sets the custom image.</summary>
<value>The custom image.</value>
</member>
<member name="P:Krypton.Toolkit.KryptonCommonToastNotificationData.NotificationLocation">
<summary>Gets or sets the notification location.</summary>
<value>The notification location.</value>
</member>
<member name="P:Krypton.Toolkit.KryptonCommonToastNotificationData.ToastHost">
<summary>Gets or sets the toast host.</summary>
<value>The toast host.</value>
</member>
<member name="P:Krypton.Toolkit.KryptonCommonToastNotificationData.RightToLeftLayout">
<summary>Gets or sets the right to left layout.</summary>
<value>The right to left layout.</value>
</member>
<member name="P:Krypton.Toolkit.KryptonCommonToastNotificationData.NotificationIcon">
<summary>Gets or sets the notification icon.</summary>
<value>The notification icon.</value>
</member>
<member name="M:Krypton.Toolkit.KryptonCommonToastNotificationData.#ctor">
<summary>Initializes a new instance of the <see cref="T:Krypton.Toolkit.KryptonCommonToastNotificationData" /> struct.</summary>
</member>
<member name="T:Krypton.Toolkit.KryptonToastNotificationController">
<summary>Handles the heavy lifting of creating toast notifications.</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonToastNotificationController.ShowToast(Krypton.Toolkit.KryptonUserInputToastNotificationData)">
<summary>Shows the toast.</summary>
<param name="data">The data.</param>
<returns>A <see cref="T:Krypton.Toolkit.KryptonToastNotification"/> with all appropriate data.</returns>
<exception cref="T:System.ArgumentNullException"></exception>
</member>
<member name="T:Krypton.Toolkit.KryptonUserInputToastNotificationData">
<summary>Contains the data and information required, to create a toast notification with user input.</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonUserInputToastNotificationData.UseFade">
<summary>Gets or sets the use fade.</summary>
<value>The use fade.</value>
</member>
<member name="P:Krypton.Toolkit.KryptonUserInputToastNotificationData.TopMost">
<summary>Gets or sets the top most.</summary>
<value>The top most.</value>
</member>
<member name="P:Krypton.Toolkit.KryptonUserInputToastNotificationData.ShowCloseBox">
<summary>Gets or sets the show close box.</summary>
<value>The show close box.</value>
</member>
<member name="P:Krypton.Toolkit.KryptonUserInputToastNotificationData.ShowDoNotShowAgainOption">
<summary>Gets or sets the show do not show again option.</summary>
<value>The show do not show again option.</value>
</member>
<member name="P:Krypton.Toolkit.KryptonUserInputToastNotificationData.UseDoNotShowAgainOptionThreeState">
<summary>Gets or sets the state of the use do not show again option three.</summary>
<value>The state of the use do not show again option three.</value>
</member>
<member name="P:Krypton.Toolkit.KryptonUserInputToastNotificationData.DoNotShowAgainOptionChecked">
<summary>Gets or sets the do not show again option checked value.</summary>
<value>The do not show again option checked value.</value>
</member>
<member name="P:Krypton.Toolkit.KryptonUserInputToastNotificationData.ReportToastLocation">
<summary>Gets or sets the report toast location. Use this for development purposes only.</summary>
<value>Reports the toast location.</value>
</member>
<member name="P:Krypton.Toolkit.KryptonUserInputToastNotificationData.UseRtlReading">
<summary>Gets or sets a value indicating whether [use RTL reading].</summary>
<value><c>true</c> if [use RTL reading]; otherwise, <c>false</c>.</value>
</member>
<member name="P:Krypton.Toolkit.KryptonUserInputToastNotificationData.DoNotShowAgainOptionCheckState">
<summary>Gets or sets the state of the do not show again option check.</summary>
<value>The state of the do not show again option check.</value>
</member>
<member name="P:Krypton.Toolkit.KryptonUserInputToastNotificationData.FocusOnUserInputArea">
<summary>Gets or sets the focus on user input area.</summary>
<value>The focus on user input area.</value>
</member>
<member name="P:Krypton.Toolkit.KryptonUserInputToastNotificationData.NotificationTitleAlignment">
<summary>Gets or sets the notification title alignment.</summary>
<value>The notification title alignment.</value>
</member>
<member name="P:Krypton.Toolkit.KryptonUserInputToastNotificationData.UserInputComboBoxStyle">
<summary>Gets or sets the user input ComboBox style.</summary>
<value>The user input ComboBox style.</value>
</member>
<member name="P:Krypton.Toolkit.KryptonUserInputToastNotificationData.BorderColor1">
<summary>Gets or sets the first border color.</summary>
<value>The first border color.</value>
</member>
<member name="P:Krypton.Toolkit.KryptonUserInputToastNotificationData.BorderColor2">
<summary>Gets or sets the second border color.</summary>
<value>The second border color.</value>
</member>
<member name="P:Krypton.Toolkit.KryptonUserInputToastNotificationData.MinimumDateTimeValue">
<summary>Gets or sets the minimum date time value.</summary>
<value>The minimum date time value.</value>
</member>
<member name="P:Krypton.Toolkit.KryptonUserInputToastNotificationData.MaximumDateTimeValue">
<summary>Gets or sets the maximum date time value.</summary>
<value>The maximum date time value.</value>
</member>
<member name="P:Krypton.Toolkit.KryptonUserInputToastNotificationData.InitialDateTimeValue">
<summary>Gets or sets the initial date time value.</summary>
<value>The initial date time value.</value>
</member>
<member name="P:Krypton.Toolkit.KryptonUserInputToastNotificationData.NotificationContentFont">
<summary>Gets or sets the notification content font.</summary>
<value>The notification content font.</value>
</member>
<member name="P:Krypton.Toolkit.KryptonUserInputToastNotificationData.NotificationTitleFont">
<summary>Gets or sets the notification title font.</summary>
<value>The notification title font.</value>
</member>
<member name="P:Krypton.Toolkit.KryptonUserInputToastNotificationData.CountDownSeconds">
<summary>Gets or sets the count-down seconds.</summary>
<value>The count-down seconds.</value>
</member>
<member name="P:Krypton.Toolkit.KryptonUserInputToastNotificationData.CountDownTimerInterval">
<summary>Gets or sets the count-down timer interval.</summary>
<value>The count-down timer interval.</value>
</member>
<member name="P:Krypton.Toolkit.KryptonUserInputToastNotificationData.NotificationContent">
<summary>Gets or sets the content of the notification.</summary>
<value>The content of the notification.</value>
</member>
<member name="P:Krypton.Toolkit.KryptonUserInputToastNotificationData.NotificationTitle">
<summary>Gets or sets the notification title.</summary>
<value>The notification title.</value>
</member>
<member name="P:Krypton.Toolkit.KryptonUserInputToastNotificationData.CustomImage">
<summary>Gets or sets the custom image.</summary>
<value>The custom image.</value>
</member>
<member name="P:Krypton.Toolkit.KryptonUserInputToastNotificationData.NotificationLocation">
<summary>Gets or sets the notification location.</summary>
<value>The notification location.</value>
</member>
<member name="P:Krypton.Toolkit.KryptonUserInputToastNotificationData.ApplicationIcon">
<summary>Gets or sets the application icon.</summary>
<value>The application icon.</value>
</member>
<member name="P:Krypton.Toolkit.KryptonUserInputToastNotificationData.ToastHost">
<summary>Gets or sets the toast host.</summary>
<value>The toast host.</value>
</member>
<member name="P:Krypton.Toolkit.KryptonUserInputToastNotificationData.NotificationIcon">
<summary>Gets or sets the notification icon.</summary>
<value>The notification icon.</value>
</member>
<member name="P:Krypton.Toolkit.KryptonUserInputToastNotificationData.NotificationInputAreaType">
<summary>Gets or sets the type of the notification input area.</summary>
<value>The type of the notification input area.</value>
</member>
<member name="P:Krypton.Toolkit.KryptonUserInputToastNotificationData.ToastNotificationCueText">
<summary>Gets or sets the toast notification cue text.</summary>
<value>The toast notification cue text.</value>
</member>
<member name="P:Krypton.Toolkit.KryptonUserInputToastNotificationData.OptionalCheckBoxText">
<summary>Gets or sets the optional CheckBox text.</summary>
<value>The optional CheckBox text.</value>
</member>
<member name="P:Krypton.Toolkit.KryptonUserInputToastNotificationData.UserInputList">
<summary>Gets or sets the user input list.</summary>
<value>The user input list.</value>
</member>
<member name="P:Krypton.Toolkit.KryptonUserInputToastNotificationData.SelectedIndex">
<summary>Gets or sets the index of the selected user input.</summary>
<value>The index of the selected user input.</value>
</member>
<member name="P:Krypton.Toolkit.KryptonUserInputToastNotificationData.DateTimeFormat">
<summary>Gets or sets the date time format.</summary>
<value>The date time format.</value>
</member>
<member name="P:Krypton.Toolkit.KryptonUserInputToastNotificationData.CustomDateTimeFormat">
<summary>Gets or sets the custom date time format.</summary>
<value>The custom date time format.</value>
</member>
<member name="P:Krypton.Toolkit.KryptonUserInputToastNotificationData.ToastNotificationCueColor">
<summary>Gets or sets the color of the toast notification cue.</summary>
<value>The color of the toast notification cue.</value>
</member>
<member name="P:Krypton.Toolkit.KryptonUserInputToastNotificationData.InitialNumericUpDownValue">
<summary>Gets or sets the initial numeric up down value.</summary>
<value>The initial numeric up down value.</value>
</member>
<member name="P:Krypton.Toolkit.KryptonUserInputToastNotificationData.MaximumNumericUpDownValue">
<summary>Gets or sets the maximum numeric up down value.</summary>
<value>The maximum numeric up down value.</value>
</member>
<member name="P:Krypton.Toolkit.KryptonUserInputToastNotificationData.MinimumNumericUpDownValue">
<summary>Gets or sets the minimum numeric up down value.</summary>
<value>The minimum numeric up down value.</value>
</member>
<member name="P:Krypton.Toolkit.KryptonUserInputToastNotificationData.NotificationIconSize">
<summary>Gets or sets the size of the notification icon.</summary>
<value>The size of the notification icon.</value>
</member>
<member name="P:Krypton.Toolkit.KryptonUserInputToastNotificationData.CustomNotificationIconSize">
<summary>Gets or sets the size of the custom notification icon.</summary>
<value>The size of the custom notification icon.</value>
</member>
<member name="M:Krypton.Toolkit.KryptonUserInputToastNotificationData.#ctor">
<summary>Initializes a new instance of the <see cref="T:Krypton.Toolkit.KryptonUserInputToastNotificationData" /> struct.</summary>
</member>
<member name="T:Krypton.Toolkit.ToolStripControlHostFixed">
<summary></summary>
</member>
<member name="M:Krypton.Toolkit.ToolStripControlHostFixed.#ctor(System.Windows.Forms.Control)">
<summary>Initializes a new instance of the <see cref="T:Krypton.Toolkit.ToolStripControlHostFixed" /> class.</summary>
<param name="childControl">The child control.</param>
</member>
<member name="M:Krypton.Toolkit.ToolStripControlHostFixed.#ctor">
<summary>Initializes a new instance of the <see cref="T:Krypton.Toolkit.ToolStripControlHostFixed" /> class.</summary>
</member>
<member name="T:Krypton.Toolkit.ToolTipManager">
<summary>
Manages when tooltips are Displayed in response to provided messages.
</summary>
</member>
<member name="E:Krypton.Toolkit.ToolTipManager.ShowToolTip">
<summary>
Occurs when a tooltip is required to be shown.
</summary>
</member>
<member name="E:Krypton.Toolkit.ToolTipManager.CancelToolTip">
<summary>
Occurs when the showing tooltip is no longer required.
</summary>
</member>
<member name="M:Krypton.Toolkit.ToolTipManager.#ctor(Krypton.Toolkit.ToolTipValues)">
<summary>
Initialize a new instance of the TooltipManager class.
</summary>
</member>
<member name="P:Krypton.Toolkit.ToolTipManager.ShowInterval">
<summary>
Gets and sets the interval before a tooltip is shown.
</summary>
</member>
<member name="P:Krypton.Toolkit.ToolTipManager.CloseInterval">
<summary>
Gets and sets the interval before a tooltip is closed.
</summary>
</member>
<member name="M:Krypton.Toolkit.ToolTipManager.MouseEnter(Krypton.Toolkit.ViewBase,System.Windows.Forms.Control)">
<summary>
Mouse has entered the view.
</summary>
<param name="targetElement">Target element for the mouse message.</param>
<param name="c">Reference to the source control instance.</param>
</member>
<member name="M:Krypton.Toolkit.ToolTipManager.MouseMove(Krypton.Toolkit.ViewBase,System.Windows.Forms.Control,System.Drawing.Point)">
<summary>
Mouse has moved inside the view.
</summary>
<param name="targetElement">Target element for the mouse message.</param>
<param name="c">Reference to the source control instance.</param>
<param name="pt">Mouse position relative to control.</param>
</member>
<member name="M:Krypton.Toolkit.ToolTipManager.MouseDown(Krypton.Toolkit.ViewBase,System.Windows.Forms.Control,System.Drawing.Point,System.Windows.Forms.MouseButtons)">
<summary>
Mouse button has been pressed in the view.
</summary>
<param name="targetElement">Target element for the mouse message.</param>
<param name="c">Reference to the source control instance.</param>
<param name="pt">Mouse position relative to control.</param>
<param name="button">Mouse button pressed down.</param>
</member>
<member name="M:Krypton.Toolkit.ToolTipManager.MouseUp(Krypton.Toolkit.ViewBase,System.Windows.Forms.Control,System.Drawing.Point,System.Windows.Forms.MouseButtons)">
<summary>
Mouse button has been released in the view.
</summary>
<param name="targetElement">Target element for the mouse message.</param>
<param name="c">Reference to the source control instance.</param>
<param name="pt">Mouse position relative to control.</param>
<param name="button">Mouse button released.</param>
</member>
<member name="M:Krypton.Toolkit.ToolTipManager.MouseLeave(Krypton.Toolkit.ViewBase,System.Windows.Forms.Control,Krypton.Toolkit.ViewBase)">
<summary>
Mouse has left the view.
</summary>
<param name="targetElement">Target element for the mouse message.</param>
<param name="c">Reference to the source control instance.</param>
<param name="next">Reference to view that is next to have the mouse.</param>
</member>
<member name="M:Krypton.Toolkit.ToolTipManager.DoubleClick(Krypton.Toolkit.ViewBase,System.Drawing.Point)">
<summary>
Left mouse button double click.
</summary>
<param name="targetElement">Target element for the mouse message.</param>
<param name="pt">Mouse position relative to control.</param>
</member>
<member name="M:Krypton.Toolkit.ToolTipManager.OnShowToolTip(Krypton.Toolkit.ToolTipEventArgs)">
<summary>
Raises the ShowTooltip event.
</summary>
<param name="e">A TooltipEventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.ToolTipManager.OnCancelToolTip">
<summary>
Raises the CancelTooltip event.
</summary>
</member>
<member name="T:Krypton.Toolkit.TypedCollection`1">
<summary>
Manage a collection of specified reference instances.
</summary>
</member>
<member name="E:Krypton.Toolkit.TypedCollection`1.Inserting">
<summary>
Occurs when an item is about to be added/inserted to the collection.
</summary>
</member>
<member name="E:Krypton.Toolkit.TypedCollection`1.Inserted">
<summary>
Occurs when an item has been added/inserted to the collection.
</summary>
</member>
<member name="E:Krypton.Toolkit.TypedCollection`1.Removing">
<summary>
Occurs when an item is about to be removed from the collection.
</summary>
</member>
<member name="E:Krypton.Toolkit.TypedCollection`1.Removed">
<summary>
Occurs when an item is removed from the collection.
</summary>
</member>
<member name="E:Krypton.Toolkit.TypedCollection`1.Clearing">
<summary>
Occurs when an items are about to be removed from the collection.
</summary>
</member>
<member name="E:Krypton.Toolkit.TypedCollection`1.Cleared">
<summary>
Occurs when an items have been removed from the collection.
</summary>
</member>
<member name="E:Krypton.Toolkit.TypedCollection`1.Reordered">
<summary>
Occurs when items have been reordered inside the collection.
</summary>
</member>
<member name="M:Krypton.Toolkit.TypedCollection`1.#ctor">
<summary>
Initialize a new instance of the TypedCollection class.
</summary>
</member>
<member name="M:Krypton.Toolkit.TypedCollection`1.ToString">
<summary>
Obtains the String representation of this instance.
</summary>
<returns>User readable name of the instance.</returns>
</member>
<member name="M:Krypton.Toolkit.TypedCollection`1.AddRange(`0[])">
<summary>
Append an array of items.
</summary>
<param name="itemArray">Array of items to add.</param>
</member>
<member name="M:Krypton.Toolkit.TypedCollection`1.Add(System.Object)">
<summary>
Append an item to the collection.
</summary>
<param name="value">Object reference.</param>
<returns>The position into which the new item was inserted.</returns>
</member>
<member name="M:Krypton.Toolkit.TypedCollection`1.Contains(System.Object)">
<summary>
Determines whether the collection contains the item.
</summary>
<param name="value">Object reference.</param>
<returns>True if item found; otherwise false.</returns>
</member>
<member name="M:Krypton.Toolkit.TypedCollection`1.IndexOf(System.Object)">
<summary>
Determines the index of the specified item in the collection.
</summary>
<param name="value">Object reference.</param>
<returns>-1 if not found; otherwise index position.</returns>
</member>
<member name="M:Krypton.Toolkit.TypedCollection`1.Insert(System.Int32,System.Object)">
<summary>
Inserts an item to the collection at the specified index.
</summary>
<param name="index">Insert index.</param>
<param name="value">Object reference.</param>
</member>
<member name="P:Krypton.Toolkit.TypedCollection`1.IsFixedSize">
<summary>
Gets a value indicating whether the collection has a fixed size.
</summary>
</member>
<member name="M:Krypton.Toolkit.TypedCollection`1.Remove(System.Object)">
<summary>
Removes first occurrence of specified item.
</summary>
<param name="value">Object reference.</param>
</member>
<member name="P:Krypton.Toolkit.TypedCollection`1.System#Collections#IList#Item(System.Int32)">
<summary>
Gets or sets the item at the specified index.
</summary>
<param name="index">Object index.</param>
<returns>Object at specified index.</returns>
</member>
<member name="M:Krypton.Toolkit.TypedCollection`1.IndexOf(`0)">
<summary>
Determines the index of the specified item in the collection.
</summary>
<param name="item">Item reference.</param>
<returns>-1 if not found; otherwise index position.</returns>
</member>
<member name="M:Krypton.Toolkit.TypedCollection`1.Insert(System.Int32,`0)">
<summary>
Inserts an item to the collection at the specified index.
</summary>
<param name="index">Insert index.</param>
<param name="item">Item reference.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<exception cref="T:System.ArgumentNullException"></exception>
</member>
<member name="M:Krypton.Toolkit.TypedCollection`1.RemoveAt(System.Int32)">
<summary>
Removes the item at the specified index.
</summary>
<param name="index">Remove index.</param>
</member>
<member name="P:Krypton.Toolkit.TypedCollection`1.Item(System.Int32)">
<summary>
Gets or sets the item at the specified index.
</summary>
<param name="index">Item index.</param>
<returns>Item at specified index.</returns>
</member>
<member name="P:Krypton.Toolkit.TypedCollection`1.Item(System.String)">
<summary>
Gets the item with the provided unique name.
</summary>
<param name="name">Name of the ribbon tab instance.</param>
<returns>Item at specified index.</returns>
</member>
<member name="M:Krypton.Toolkit.TypedCollection`1.MoveAfter(`0,`0)">
<summary>
Move the source item to be immediately after the target item.
</summary>
<param name="source">Source item to be moved.</param>
<param name="target">Target item to place the source item after.</param>
</member>
<member name="M:Krypton.Toolkit.TypedCollection`1.MoveBefore(`0,`0)">
<summary>
Move the source item to be immediately before the target item.
</summary>
<param name="source">Source item to be moved.</param>
<param name="target">Target item to place the source item before.</param>
</member>
<member name="M:Krypton.Toolkit.TypedCollection`1.Add(`0)">
<summary>
Append an item to the collection.
</summary>
<param name="item">Item reference.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<exception cref="T:System.ArgumentNullException"></exception>
</member>
<member name="M:Krypton.Toolkit.TypedCollection`1.Clear">
<summary>
Remove all items from the collection.
</summary>
</member>
<member name="M:Krypton.Toolkit.TypedCollection`1.Contains(`0)">
<summary>
Determines whether the collection contains the item.
</summary>
<param name="item">Item reference.</param>
<returns>True if item found; otherwise false.</returns>
</member>
<member name="M:Krypton.Toolkit.TypedCollection`1.CopyTo(`0[],System.Int32)">
<summary>
Copies items to specified array starting at particular index.
</summary>
<param name="array">Target array.</param>
<param name="arrayIndex">Starting array index.</param>
</member>
<member name="P:Krypton.Toolkit.TypedCollection`1.Count">
<summary>
Gets the number of items in collection.
</summary>
</member>
<member name="P:Krypton.Toolkit.TypedCollection`1.IsReadOnly">
<summary>
Gets a value indicating whether the collection is read-only.
</summary>
</member>
<member name="M:Krypton.Toolkit.TypedCollection`1.Remove(`0)">
<summary>
Removes first occurrence of specified item.
</summary>
<param name="item">Item reference.</param>
<returns>True if removed; otherwise false.</returns>
</member>
<member name="M:Krypton.Toolkit.TypedCollection`1.CopyTo(System.Array,System.Int32)">
<summary>
Copies all the elements of the current collection to the specified Array.
</summary>
<param name="array">The Array that is the destination of the elements copied from the collection.</param>
<param name="index">The index in array at which copying begins.</param>
<exception cref="T:System.ArgumentNullException"></exception>
</member>
<member name="P:Krypton.Toolkit.TypedCollection`1.IsSynchronized">
<summary>
Gets a value indicating whether access to the collection is synchronized (thread safe).
</summary>
</member>
<member name="P:Krypton.Toolkit.TypedCollection`1.SyncRoot">
<summary>
Gets an object that can be used to synchronize access to the collection.
</summary>
</member>
<member name="M:Krypton.Toolkit.TypedCollection`1.GetEnumerator">
<summary>
Shallow enumerate over items in the collection.
</summary>
<returns>Enumerator instance.</returns>
</member>
<member name="M:Krypton.Toolkit.TypedCollection`1.System#Collections#IEnumerable#GetEnumerator">
<summary>
Enumerate using non-generic interface.
</summary>
<returns>Enumerator instance.</returns>
</member>
<member name="M:Krypton.Toolkit.TypedCollection`1.OnInserting(Krypton.Toolkit.TypedCollectionEventArgs{`0})">
<summary>
Raises the Inserting event.
</summary>
<param name="e">A KryptonRibbonTabEventArgs instance containing event data.</param>
</member>
<member name="M:Krypton.Toolkit.TypedCollection`1.OnInserted(Krypton.Toolkit.TypedCollectionEventArgs{`0})">
<summary>
Raises the Inserted event.
</summary>
<param name="e">A TypedCollectionEventArgs instance containing event data.</param>
</member>
<member name="M:Krypton.Toolkit.TypedCollection`1.OnRemoving(Krypton.Toolkit.TypedCollectionEventArgs{`0})">
<summary>
Raises the Removing event.
</summary>
<param name="e">A TypedCollectionEventArgs instance containing event data.</param>
</member>
<member name="M:Krypton.Toolkit.TypedCollection`1.OnRemoved(Krypton.Toolkit.TypedCollectionEventArgs{`0})">
<summary>
Raises the Removed event.
</summary>
<param name="e">A TypedCollectionEventArgs instance containing event data.</param>
</member>
<member name="M:Krypton.Toolkit.TypedCollection`1.OnClearing(System.EventArgs)">
<summary>
Raises the Clearing event.
</summary>
<param name="e">An EventArgs instance containing event data.</param>
</member>
<member name="M:Krypton.Toolkit.TypedCollection`1.OnCleared(System.EventArgs)">
<summary>
Raises the Cleared event.
</summary>
<param name="e">An EventArgs instance containing event data.</param>
</member>
<member name="M:Krypton.Toolkit.TypedCollection`1.OnReordered(System.EventArgs)">
<summary>
Raises the Reordered event.
</summary>
<param name="e">An EventArgs instance containing event data.</param>
</member>
<member name="T:Krypton.Toolkit.TypedRestrictCollection`1">
<summary>
Manage a collection of references that must be one of a restricted set of types.
</summary>
</member>
<member name="P:Krypton.Toolkit.TypedRestrictCollection`1.RestrictTypes">
<summary>
Gets an array of types that the collection is restricted to contain.
</summary>
</member>
<member name="M:Krypton.Toolkit.TypedRestrictCollection`1.IsTypeAllowed(System.Object)">
<summary>
Discover if the incoming type is allowed to be in the collection.
</summary>
<param name="value">Instance to test.</param>
<returns>True if allowed; otherwise false.</returns>
</member>
<member name="M:Krypton.Toolkit.TypedRestrictCollection`1.Add(System.Object)">
<summary>
Append an item to the collection.
</summary>
<param name="value">Object reference.</param>
<exception cref="T:System.ArgumentException"></exception>
<returns>The position into which the new item was inserted.</returns>
</member>
<member name="M:Krypton.Toolkit.TypedRestrictCollection`1.Insert(System.Int32,System.Object)">
<summary>
Inserts an item to the collection at the specified index.
</summary>
<param name="index">Insert index.</param>
<param name="value">Object reference.</param>
<exception cref="T:System.ArgumentException"></exception>
</member>
<member name="M:Krypton.Toolkit.TypedRestrictCollection`1.Insert(System.Int32,`0)">
<summary>
Inserts an item to the collection at the specified index.
</summary>
<param name="index">Insert index.</param>
<param name="item">Item reference.</param>
<exception cref="T:System.ArgumentException"></exception>
</member>
<member name="M:Krypton.Toolkit.TypedRestrictCollection`1.Add(`0)">
<summary>
Append an item to the collection.
</summary>
<param name="item">Item reference.</param>
<exception cref="T:System.ArgumentException"></exception>
</member>
<member name="T:Krypton.Toolkit.XmlHelper">
<summary>
Explicit helpers for XML Data export and import
</summary>
</member>
<member name="M:Krypton.Toolkit.XmlHelper.TextToXmlAttribute(System.Xml.XmlWriter,System.String,System.String,System.String)">
<summary>
Only persist the provided name/value pair as an Xml attribute if the value is not null/empty and not the default.
</summary>
<param name="xmlWriter">Xml writer to save information into.</param>
<param name="name">Attribute name.</param>
<param name="value">Attribute value.</param>
<param name="defaultValue">Default value.</param>
</member>
<member name="M:Krypton.Toolkit.XmlHelper.XmlAttributeToText(System.Xml.XmlReader,System.String,System.String)">
<summary>
Read the named attribute value but if no attribute is found then return the provided default.
</summary>
<param name="xmlReader">Xml reader to load information from.</param>
<param name="name">Attribute name.</param>
<param name="defaultValue">Default value.</param>
<returns></returns>
</member>
<member name="M:Krypton.Toolkit.XmlHelper.ImageToXmlCData(System.Xml.XmlWriter,System.String,System.Drawing.Bitmap)">
<summary>
Convert a Image to a culture invariant string value.
</summary>
<param name="xmlWriter">Xml writer to save information into.</param>
<param name="name">Name of image to save.</param>
<param name="image">Image to persist.</param>
</member>
<member name="M:Krypton.Toolkit.XmlHelper.XmlCDataToImage(System.Xml.XmlReader)">
<summary>
Convert a culture invariant string value into an Image.
</summary>
<param name="xmlReader">Xml reader to load information from.</param>
<returns>Image that was recreated.</returns>
</member>
<member name="T:Krypton.Toolkit.PaletteBack">
<summary>
Implement storage for palette background details.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteBack.InternalStorage.#ctor">
<summary>
Initialize a new instance of the InternalStorage structure.
</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteBack.InternalStorage.IsDefault">
<summary>
Gets a value indicating if all values are default.
</summary>
</member>
<member name="E:Krypton.Toolkit.PaletteBack.PropertyChanged">
<summary>
Occurs when a property has changed value.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteBack.#ctor(Krypton.Toolkit.IPaletteBack,Krypton.Toolkit.NeedPaintHandler)">
<summary>
Initialize a new instance of the PaletteBack class.
</summary>
<param name="inherit">Source for inheriting defaulted values.</param>
<param name="needPaint">Delegate for notifying paint requests.</param>
</member>
<member name="P:Krypton.Toolkit.PaletteBack.IsDefault">
<summary>
Gets a value indicating if all values are default.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteBack.SetInherit(Krypton.Toolkit.IPaletteBack)">
<summary>
Sets the inheritance parent.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteBack.PopulateFromBase(Krypton.Toolkit.PaletteState)">
<summary>
Populate values from the base palette.
</summary>
<param name="state">Palette state to use when populating.</param>
</member>
<member name="P:Krypton.Toolkit.PaletteBack.Draw">
<summary>
Gets a value indicating if background should be drawn.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteBack.GetBackDraw(Krypton.Toolkit.PaletteState)">
<summary>
Gets the actual background draw value.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>InheritBool value.</returns>
</member>
<member name="P:Krypton.Toolkit.PaletteBack.GraphicsHint">
<summary>
Gets the graphics hint for drawing the background.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteBack.GetBackGraphicsHint(Krypton.Toolkit.PaletteState)">
<summary>
Gets the actual background graphics hint value.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteGraphicsHint value.</returns>
</member>
<member name="P:Krypton.Toolkit.PaletteBack.Color1">
<summary>
Gets and sets the first background color.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteBack.GetBackColor1(Krypton.Toolkit.PaletteState)">
<summary>
Gets the first background color.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="P:Krypton.Toolkit.PaletteBack.Color2">
<summary>
Gets and sets the second background color.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteBack.GetBackColor2(Krypton.Toolkit.PaletteState)">
<summary>
Gets the second back color.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="P:Krypton.Toolkit.PaletteBack.ColorStyle">
<summary>
Gets and sets the color drawing style.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteBack.GetBackColorStyle(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color drawing style.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color drawing style.</returns>
</member>
<member name="P:Krypton.Toolkit.PaletteBack.ColorAlign">
<summary>
Gets and set the color alignment.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteBack.GetBackColorAlign(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color alignment style.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color alignment style.</returns>
</member>
<member name="P:Krypton.Toolkit.PaletteBack.ColorAngle">
<summary>
Gets and sets the color angle.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteBack.GetBackColorAngle(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color background angle.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Angle used for color drawing.</returns>
</member>
<member name="P:Krypton.Toolkit.PaletteBack.Image">
<summary>
Gets and sets the background image.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteBack.GetBackImage(Krypton.Toolkit.PaletteState)">
<summary>
Gets a background image.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image instance.</returns>
</member>
<member name="P:Krypton.Toolkit.PaletteBack.ImageStyle">
<summary>
Gets and sets the background image style.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteBack.GetBackImageStyle(Krypton.Toolkit.PaletteState)">
<summary>
Gets the background image style.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image style value.</returns>
</member>
<member name="P:Krypton.Toolkit.PaletteBack.ImageAlign">
<summary>
Gets and set the image alignment.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteBack.GetBackImageAlign(Krypton.Toolkit.PaletteState)">
<summary>
Gets the image alignment style.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteBack.OnPropertyChanged(System.String)">
<summary>
Raises the PropertyChanged event.
</summary>
<param name="property">Name of the property changed.</param>
</member>
<member name="T:Krypton.Toolkit.PaletteBackColor1">
<summary>
Implement storage for palette background details.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteBackColor1.#ctor(Krypton.Toolkit.IPaletteBack,Krypton.Toolkit.NeedPaintHandler)">
<summary>
Initialize a new instance of the PaletteBackColor1 class.
</summary>
<param name="inherit">Source for inheriting defaulted values.</param>
<param name="needPaint">Delegate for notifying paint requests.</param>
</member>
<member name="M:Krypton.Toolkit.PaletteBackColor1.PopulateFromBase(Krypton.Toolkit.PaletteState)">
<summary>
Populate values from the base palette.
</summary>
<param name="state">Palette state to use when populating.</param>
</member>
<member name="P:Krypton.Toolkit.PaletteBackColor1.Draw">
<summary>
Gets a value indicating if background should be drawn.
</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteBackColor1.GraphicsHint">
<summary>
Gets the graphics hint for drawing the background.
</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteBackColor1.Color2">
<summary>
Gets and sets the second background color.
</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteBackColor1.ColorStyle">
<summary>
Gets and sets the color drawing style.
</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteBackColor1.ColorAlign">
<summary>
Gets and set the color alignment.
</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteBackColor1.ColorAngle">
<summary>
Gets and sets the color angle.
</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteBackColor1.Image">
<summary>
Gets and sets the background image.
</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteBackColor1.ImageStyle">
<summary>
Gets and sets the background image style.
</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteBackColor1.ImageAlign">
<summary>
Gets and set the image alignment.
</summary>
</member>
<member name="T:Krypton.Toolkit.PaletteBackInherit">
<summary>
Provide inheritance of palette background properties.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteBackInherit.GetBackDraw(Krypton.Toolkit.PaletteState)">
<summary>
Gets a value indicating if background should be drawn.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>InheritBool value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteBackInherit.GetBackGraphicsHint(Krypton.Toolkit.PaletteState)">
<summary>
Gets the graphics drawing hint.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteGraphicsHint value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteBackInherit.GetBackColor1(Krypton.Toolkit.PaletteState)">
<summary>
Gets the first background color.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteBackInherit.GetBackColor2(Krypton.Toolkit.PaletteState)">
<summary>
Gets the second back color.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteBackInherit.GetBackColorStyle(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color drawing style.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color drawing style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteBackInherit.GetBackColorAlign(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color alignment style.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteBackInherit.GetBackColorAngle(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color background angle.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Angle used for color drawing.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteBackInherit.GetBackImage(Krypton.Toolkit.PaletteState)">
<summary>
Gets a background image.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image instance.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteBackInherit.GetBackImageStyle(Krypton.Toolkit.PaletteState)">
<summary>
Gets the background image style.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image style value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteBackInherit.GetBackImageAlign(Krypton.Toolkit.PaletteState)">
<summary>
Gets the image alignment style.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image alignment style.</returns>
</member>
<member name="T:Krypton.Toolkit.PaletteBackInheritForced">
<summary>
Allow the background values to be forced to fixed values.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteBackInheritForced.#ctor(Krypton.Toolkit.IPaletteBack)">
<summary>
Initialize a new instance of the PaletteBackInheritForced class.
</summary>
<param name="inherit">Background palette to inherit from.</param>
</member>
<member name="M:Krypton.Toolkit.PaletteBackInheritForced.SetInherit(Krypton.Toolkit.IPaletteBack)">
<summary>
Gets and sets the palette to inherit from.
</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteBackInheritForced.BorderIgnoreNormal">
<summary>
Gets and sets the ignoring of normal borders.
</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteBackInheritForced.ForceGraphicsHint">
<summary>
Gets and sets the forced value for the graphics hint.
</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteBackInheritForced.ForceDraw">
<summary>
Gets and sets the forced value for the draw property.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteBackInheritForced.GetBackDraw(Krypton.Toolkit.PaletteState)">
<summary>
Gets a value indicating if background should be drawn.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>InheritBool value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteBackInheritForced.GetBackGraphicsHint(Krypton.Toolkit.PaletteState)">
<summary>
Gets the graphics drawing hint.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteGraphicsHint value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteBackInheritForced.GetBackColor1(Krypton.Toolkit.PaletteState)">
<summary>
Gets the first background color.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteBackInheritForced.GetBackColor2(Krypton.Toolkit.PaletteState)">
<summary>
Gets the second back color.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteBackInheritForced.GetBackColorStyle(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color drawing style.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color drawing style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteBackInheritForced.GetBackColorAlign(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color alignment style.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteBackInheritForced.GetBackColorAngle(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color background angle.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Angle used for color drawing.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteBackInheritForced.GetBackImage(Krypton.Toolkit.PaletteState)">
<summary>
Gets a background image.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image instance.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteBackInheritForced.GetBackImageStyle(Krypton.Toolkit.PaletteState)">
<summary>
Gets the background image style.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image style value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteBackInheritForced.GetBackImageAlign(Krypton.Toolkit.PaletteState)">
<summary>
Gets the image alignment style.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image alignment style.</returns>
</member>
<member name="T:Krypton.Toolkit.PaletteBackInheritOverride">
<summary>
Inherit properties from primary source in preference to the backup source.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteBackInheritOverride.#ctor(Krypton.Toolkit.IPaletteBack,Krypton.Toolkit.IPaletteBack)">
<summary>
Initialize a new instance of the PaletteBackInheritOverride class.
</summary>
<param name="primary">First choice inheritance.</param>
<param name="backup">Backup inheritance.</param>
</member>
<member name="M:Krypton.Toolkit.PaletteBackInheritOverride.SetPalettes(Krypton.Toolkit.IPaletteBack,Krypton.Toolkit.IPaletteBack)">
<summary>
Update the the primary and backup palettes.
</summary>
<param name="primary">New primary palette.</param>
<param name="backup">New backup palette.</param>
</member>
<member name="P:Krypton.Toolkit.PaletteBackInheritOverride.Apply">
<summary>
Gets and sets a value indicating if override should be applied.
</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteBackInheritOverride.Override">
<summary>
Gets and sets a value indicating if override state should be applied.
</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteBackInheritOverride.OverrideState">
<summary>
Gets and sets the override palette state to use.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteBackInheritOverride.GetBackDraw(Krypton.Toolkit.PaletteState)">
<summary>
Gets a value indicating if background should be drawn.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>InheritBool value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteBackInheritOverride.GetBackGraphicsHint(Krypton.Toolkit.PaletteState)">
<summary>
Gets the graphics drawing hint.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteGraphicsHint value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteBackInheritOverride.GetBackColor1(Krypton.Toolkit.PaletteState)">
<summary>
Gets the first background color.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteBackInheritOverride.GetBackColor2(Krypton.Toolkit.PaletteState)">
<summary>
Gets the second back color.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteBackInheritOverride.GetBackColorStyle(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color drawing style.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color drawing style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteBackInheritOverride.GetBackColorAlign(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color alignment style.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteBackInheritOverride.GetBackColorAngle(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color background angle.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Angle used for color drawing.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteBackInheritOverride.GetBackImage(Krypton.Toolkit.PaletteState)">
<summary>
Gets a background image.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image instance.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteBackInheritOverride.GetBackImageStyle(Krypton.Toolkit.PaletteState)">
<summary>
Gets the background image style.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image style value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteBackInheritOverride.GetBackImageAlign(Krypton.Toolkit.PaletteState)">
<summary>
Gets the image alignment style.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image alignment style.</returns>
</member>
<member name="T:Krypton.Toolkit.PaletteBackInheritRedirect">
<summary>
Provide inheritance of palette background properties from source redirector.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteBackInheritRedirect.#ctor(Krypton.Toolkit.PaletteRedirect)">
<summary>
Initialize a new instance of the PaletteBackInheritRedirect class.
</summary>
<param name="redirect">Source for inherit requests.</param>
</member>
<member name="M:Krypton.Toolkit.PaletteBackInheritRedirect.#ctor(Krypton.Toolkit.PaletteRedirect,Krypton.Toolkit.PaletteBackStyle)">
<summary>
Initialize a new instance of the PaletteBackInheritRedirect class.
</summary>
<param name="redirect">Source for inherit requests.</param>
<param name="style">Style used in requests.</param>
</member>
<member name="M:Krypton.Toolkit.PaletteBackInheritRedirect.GetRedirector">
<summary>
Gets the redirector instance.
</summary>
<returns>Return the currently used redirector.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteBackInheritRedirect.SetRedirector(Krypton.Toolkit.PaletteRedirect)">
<summary>
Update the redirector with new reference.
</summary>
<param name="redirect">Target redirector.</param>
</member>
<member name="P:Krypton.Toolkit.PaletteBackInheritRedirect.Style">
<summary>
Gets and sets the style to use when inheriting.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteBackInheritRedirect.GetBackDraw(Krypton.Toolkit.PaletteState)">
<summary>
Gets a value indicating if background should be drawn.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>InheritBool value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteBackInheritRedirect.GetBackGraphicsHint(Krypton.Toolkit.PaletteState)">
<summary>
Gets the graphics drawing hint.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteGraphicsHint value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteBackInheritRedirect.GetBackColor1(Krypton.Toolkit.PaletteState)">
<summary>
Gets the first background color from the redirector.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteBackInheritRedirect.GetBackColor2(Krypton.Toolkit.PaletteState)">
<summary>
Gets the second back color from the redirector.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteBackInheritRedirect.GetBackColorStyle(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color drawing style from the redirector.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color drawing style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteBackInheritRedirect.GetBackColorAlign(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color alignment style from the redirector.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteBackInheritRedirect.GetBackColorAngle(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color background angle from the redirector.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Angle used for color drawing.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteBackInheritRedirect.GetBackImage(Krypton.Toolkit.PaletteState)">
<summary>
Gets a background image from the redirector.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image instance, or null if _redirect is null.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteBackInheritRedirect.GetBackImageStyle(Krypton.Toolkit.PaletteState)">
<summary>
Gets the background image style from the redirector.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image style value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteBackInheritRedirect.GetBackImageAlign(Krypton.Toolkit.PaletteState)">
<summary>
Gets the image alignment style from the redirector.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image alignment style.</returns>
</member>
<member name="T:Krypton.Toolkit.PaletteBackLightenColors">
<summary>
Override the colors to provide lighter versions.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteBackLightenColors.#ctor(Krypton.Toolkit.IPaletteBack)">
<summary>
Initialize a new instance of the PaletteBackLightenColors class.
</summary>
<param name="inherit"></param>
</member>
<member name="P:Krypton.Toolkit.PaletteBackLightenColors.Inherit">
<summary>
Gets and sets the palette to inherit from.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteBackLightenColors.GetBackDraw(Krypton.Toolkit.PaletteState)">
<summary>
Gets a value indicating if background should be drawn.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>InheritBool value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteBackLightenColors.GetBackGraphicsHint(Krypton.Toolkit.PaletteState)">
<summary>
Gets the graphics drawing hint.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteGraphicsHint value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteBackLightenColors.GetBackColor1(Krypton.Toolkit.PaletteState)">
<summary>
Gets the first background color.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteBackLightenColors.GetBackColor2(Krypton.Toolkit.PaletteState)">
<summary>
Gets the second back color.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteBackLightenColors.GetBackColorStyle(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color drawing style.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color drawing style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteBackLightenColors.GetBackColorAlign(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color alignment style.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteBackLightenColors.GetBackColorAngle(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color background angle.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Angle used for color drawing.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteBackLightenColors.GetBackImage(Krypton.Toolkit.PaletteState)">
<summary>
Gets a background image.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image instance.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteBackLightenColors.GetBackImageStyle(Krypton.Toolkit.PaletteState)">
<summary>
Gets the background image style.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image style value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteBackLightenColors.GetBackImageAlign(Krypton.Toolkit.PaletteState)">
<summary>
Gets the image alignment style.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image alignment style.</returns>
</member>
<member name="T:Krypton.Toolkit.PaletteBackToPalette">
<summary>
Redirect all background requests directly to the palette instance.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteBackToPalette.#ctor(Krypton.Toolkit.PaletteBase,Krypton.Toolkit.PaletteBackStyle)">
<summary>
Initialize a new instance of the PaletteBack class.
</summary>
<param name="palette">Source for getting all values.</param>
<param name="style">Style of values required.</param>
</member>
<member name="P:Krypton.Toolkit.PaletteBackToPalette.BackStyle">
<summary>
Gets and sets the fixed background style.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteBackToPalette.GetBackDraw(Krypton.Toolkit.PaletteState)">
<summary>
Gets the actual background draw value.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>InheritBool value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteBackToPalette.GetBackGraphicsHint(Krypton.Toolkit.PaletteState)">
<summary>
Gets the actual background graphics hint value.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteGraphicsHint value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteBackToPalette.GetBackColor1(Krypton.Toolkit.PaletteState)">
<summary>
Gets the first background color.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteBackToPalette.GetBackColor2(Krypton.Toolkit.PaletteState)">
<summary>
Gets the second back color.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteBackToPalette.GetBackColorStyle(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color drawing style.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color drawing style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteBackToPalette.GetBackColorAlign(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color alignment style.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteBackToPalette.GetBackColorAngle(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color background angle.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Angle used for color drawing.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteBackToPalette.GetBackImage(Krypton.Toolkit.PaletteState)">
<summary>
Gets a background image.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image instance.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteBackToPalette.GetBackImageStyle(Krypton.Toolkit.PaletteState)">
<summary>
Gets the background image style.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image style value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteBackToPalette.GetBackImageAlign(Krypton.Toolkit.PaletteState)">
<summary>
Gets the image alignment style.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image alignment style.</returns>
</member>
<member name="T:Krypton.Toolkit.PaletteBorder">
<summary>
Implement storage for palette border details.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteBorder.InternalStorage.#ctor">
<summary>
Initialize a new instance of the InternalStorage structure.
</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteBorder.InternalStorage.IsDefault">
<summary>
Gets a value indicating if all values are default.
</summary>
</member>
<member name="E:Krypton.Toolkit.PaletteBorder.PropertyChanged">
<summary>
Occurs when a property has changed value.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteBorder.#ctor(Krypton.Toolkit.IPaletteBorder,Krypton.Toolkit.NeedPaintHandler)">
<summary>
Initialize a new instance of the PaletteBorder class.
</summary>
<param name="inherit">Source for inheriting defaulted values.</param>
<param name="needPaint">Delegate for notifying paint requests.</param>
</member>
<member name="P:Krypton.Toolkit.PaletteBorder.IsDefault">
<summary>
Gets a value indicating if all values are default.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteBorder.SetInherit(Krypton.Toolkit.IPaletteBorder)">
<summary>
Sets the inheritance parent.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteBorder.PopulateFromBase(Krypton.Toolkit.PaletteState)">
<summary>
Populate values from the base palette.
</summary>
<param name="state">Palette state to use when populating.</param>
</member>
<member name="P:Krypton.Toolkit.PaletteBorder.Draw">
<summary>
Gets a value indicating if border should be drawn.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteBorder.GetBorderDraw(Krypton.Toolkit.PaletteState)">
<summary>
Gets the actual border draw value.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>InheritBool value.</returns>
</member>
<member name="P:Krypton.Toolkit.PaletteBorder.DrawBorders">
<summary>
Gets a value indicating which borders should be drawn.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteBorder.GetBorderDrawBorders(Krypton.Toolkit.PaletteState)">
<summary>
Gets the actual borders to draw value.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteDrawBorders value.</returns>
</member>
<member name="P:Krypton.Toolkit.PaletteBorder.GraphicsHint">
<summary>
Gets the graphics hint for drawing the border.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteBorder.GetBorderGraphicsHint(Krypton.Toolkit.PaletteState)">
<summary>
Gets the actual border graphics hint value.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteGraphicsHint value.</returns>
</member>
<member name="P:Krypton.Toolkit.PaletteBorder.Color1">
<summary>
Gets the first border color.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteBorder.GetBorderColor1(Krypton.Toolkit.PaletteState)">
<summary>
Gets the actual first border color.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="P:Krypton.Toolkit.PaletteBorder.Color2">
<summary>
Gets and sets the second border color.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteBorder.GetBorderColor2(Krypton.Toolkit.PaletteState)">
<summary>
Gets the second border color.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="P:Krypton.Toolkit.PaletteBorder.ColorStyle">
<summary>
Gets and sets the color drawing style.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteBorder.GetBorderColorStyle(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color drawing style.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color drawing style.</returns>
</member>
<member name="P:Krypton.Toolkit.PaletteBorder.ColorAlign">
<summary>
Gets the color alignment.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteBorder.GetBorderColorAlign(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color alignment style.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color alignment style.</returns>
</member>
<member name="P:Krypton.Toolkit.PaletteBorder.ColorAngle">
<summary>
Gets and sets the color angle.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteBorder.GetBorderColorAngle(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color border angle.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Angle used for color drawing.</returns>
</member>
<member name="P:Krypton.Toolkit.PaletteBorder.Width">
<summary>
Gets and sets the border width.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteBorder.GetBorderWidth(Krypton.Toolkit.PaletteState)">
<summary>
Gets the border width.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Border width.</returns>
</member>
<member name="P:Krypton.Toolkit.PaletteBorder.Rounding">
<summary>
Gets and sets the border rounding.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteBorder.GetBorderRounding(Krypton.Toolkit.PaletteState)">
<summary>
Gets the border rounding.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Border rounding.</returns>
</member>
<member name="P:Krypton.Toolkit.PaletteBorder.Image">
<summary>
Gets and sets the border image.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteBorder.GetBorderImage(Krypton.Toolkit.PaletteState)">
<summary>
Gets a border image.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image instance.</returns>
</member>
<member name="P:Krypton.Toolkit.PaletteBorder.ImageStyle">
<summary>
Gets and sets the border image style.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteBorder.GetBorderImageStyle(Krypton.Toolkit.PaletteState)">
<summary>
Gets the border image style.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image style value.</returns>
</member>
<member name="P:Krypton.Toolkit.PaletteBorder.ImageAlign">
<summary>
Gets the image alignment.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteBorder.GetBorderImageAlign(Krypton.Toolkit.PaletteState)">
<summary>
Gets the image alignment style.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteBorder.OnPropertyChanged(System.String)">
<summary>
Raises the PropertyChanged event.
</summary>
<param name="property">Name of the property changed.</param>
</member>
<member name="T:Krypton.Toolkit.PaletteBorderInherit">
<summary>
Provide inheritance of palette border properties.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteBorderInherit.GetBorderDraw(Krypton.Toolkit.PaletteState)">
<summary>
Gets a value indicating if border should be drawn.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>InheritBool value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteBorderInherit.GetBorderDrawBorders(Krypton.Toolkit.PaletteState)">
<summary>
Gets a value indicating which borders to draw.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteDrawBorders value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteBorderInherit.GetBorderGraphicsHint(Krypton.Toolkit.PaletteState)">
<summary>
Gets the graphics drawing hint.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteGraphicsHint value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteBorderInherit.GetBorderColor1(Krypton.Toolkit.PaletteState)">
<summary>
Gets the first border color.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteBorderInherit.GetBorderColor2(Krypton.Toolkit.PaletteState)">
<summary>
Gets the second border color.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteBorderInherit.GetBorderColorStyle(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color drawing style.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color drawing style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteBorderInherit.GetBorderColorAlign(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color alignment style.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteBorderInherit.GetBorderColorAngle(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color border angle.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Angle used for color drawing.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteBorderInherit.GetBorderWidth(Krypton.Toolkit.PaletteState)">
<summary>
Gets the border width.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Border width.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteBorderInherit.GetBorderRounding(Krypton.Toolkit.PaletteState)">
<summary>
Gets the border rounding.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Border rounding.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteBorderInherit.GetBorderImage(Krypton.Toolkit.PaletteState)">
<summary>
Gets a border image.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image instance.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteBorderInherit.GetBorderImageStyle(Krypton.Toolkit.PaletteState)">
<summary>
Gets the border image style.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image style value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteBorderInherit.GetBorderImageAlign(Krypton.Toolkit.PaletteState)">
<summary>
Gets the image alignment style.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image alignment style.</returns>
</member>
<member name="T:Krypton.Toolkit.PaletteBorderInheritForced">
<summary>
Allow the background values to be forced to fixed values.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteBorderInheritForced.#ctor(Krypton.Toolkit.IPaletteBorder)">
<summary>
Initialize a new instance of the PaletteBorderInheritForced class.
</summary>
<param name="inherit">Border palette to inherit from.</param>
</member>
<member name="M:Krypton.Toolkit.PaletteBorderInheritForced.SetInherit(Krypton.Toolkit.IPaletteBorder)">
<summary>
Gets and sets the palette to inherit from.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteBorderInheritForced.ForceBorderEdges(Krypton.Toolkit.PaletteDrawBorders)">
<summary>
Force the border edges to a particular value.
</summary>
<param name="forceBorderEdges">Borders to force.</param>
</member>
<member name="P:Krypton.Toolkit.PaletteBorderInheritForced.MaxBorderEdges">
<summary>
Gets and sets the maximum edges allowed.
</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteBorderInheritForced.BorderIgnoreNormal">
<summary>
Gets and sets the ignoring of normal borders.
</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteBorderInheritForced.ForceGraphicsHint">
<summary>
Gets and sets the forced value for the graphics hint.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteBorderInheritForced.GetBorderDraw(Krypton.Toolkit.PaletteState)">
<summary>
Gets a value indicating if border should be drawn.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>InheritBool value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteBorderInheritForced.GetBorderDrawBorders(Krypton.Toolkit.PaletteState)">
<summary>
Gets a value indicating which borders to draw.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteDrawBorders value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteBorderInheritForced.GetBorderGraphicsHint(Krypton.Toolkit.PaletteState)">
<summary>
Gets the graphics drawing hint.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteGraphicsHint value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteBorderInheritForced.GetBorderColor1(Krypton.Toolkit.PaletteState)">
<summary>
Gets the first border color.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteBorderInheritForced.GetBorderColor2(Krypton.Toolkit.PaletteState)">
<summary>
Gets the second border color.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteBorderInheritForced.GetBorderColorStyle(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color drawing style.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color drawing style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteBorderInheritForced.GetBorderColorAlign(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color alignment style.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteBorderInheritForced.GetBorderColorAngle(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color border angle.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Angle used for color drawing.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteBorderInheritForced.GetBorderWidth(Krypton.Toolkit.PaletteState)">
<summary>
Gets the border width.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Border width.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteBorderInheritForced.GetBorderRounding(Krypton.Toolkit.PaletteState)">
<summary>
Gets the border rounding.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Border rounding.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteBorderInheritForced.GetBorderImage(Krypton.Toolkit.PaletteState)">
<summary>
Gets a border image.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image instance.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteBorderInheritForced.GetBorderImageStyle(Krypton.Toolkit.PaletteState)">
<summary>
Gets the border image style.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image style value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteBorderInheritForced.GetBorderImageAlign(Krypton.Toolkit.PaletteState)">
<summary>
Gets the image alignment style.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image alignment style.</returns>
</member>
<member name="T:Krypton.Toolkit.PaletteBorderInheritOverride">
<summary>
Inherit properties from primary source in preference to the backup source.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteBorderInheritOverride.#ctor(Krypton.Toolkit.IPaletteBorder,Krypton.Toolkit.IPaletteBorder)">
<summary>
Initialize a new instance of the PaletteBorderInheritOverride class.
</summary>
<param name="primary">First choice inheritance.</param>
<param name="backup">Backup inheritance.</param>
</member>
<member name="M:Krypton.Toolkit.PaletteBorderInheritOverride.SetPalettes(Krypton.Toolkit.IPaletteBorder,Krypton.Toolkit.IPaletteBorder)">
<summary>
Update the the primary and backup palettes.
</summary>
<param name="primary">New primary palette.</param>
<param name="backup">New backup palette.</param>
</member>
<member name="P:Krypton.Toolkit.PaletteBorderInheritOverride.Apply">
<summary>
Gets and sets a value indicating if override should be applied.
</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteBorderInheritOverride.Override">
<summary>
Gets and sets a value indicating if override state should be applied.
</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteBorderInheritOverride.OverrideState">
<summary>
Gets and sets the override palette state to use.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteBorderInheritOverride.GetBorderDraw(Krypton.Toolkit.PaletteState)">
<summary>
Gets a value indicating if border should be drawn.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>InheritBool value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteBorderInheritOverride.GetBorderDrawBorders(Krypton.Toolkit.PaletteState)">
<summary>
Gets a value indicating which borders to draw.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteDrawBorders value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteBorderInheritOverride.GetBorderGraphicsHint(Krypton.Toolkit.PaletteState)">
<summary>
Gets the graphics drawing hint.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteGraphicsHint value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteBorderInheritOverride.GetBorderColor1(Krypton.Toolkit.PaletteState)">
<summary>
Gets the first border color.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteBorderInheritOverride.GetBorderColor2(Krypton.Toolkit.PaletteState)">
<summary>
Gets the second border color.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteBorderInheritOverride.GetBorderColorStyle(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color drawing style.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color drawing style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteBorderInheritOverride.GetBorderColorAlign(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color alignment style.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteBorderInheritOverride.GetBorderColorAngle(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color border angle.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Angle used for color drawing.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteBorderInheritOverride.GetBorderWidth(Krypton.Toolkit.PaletteState)">
<summary>
Gets the border width.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Border width.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteBorderInheritOverride.GetBorderRounding(Krypton.Toolkit.PaletteState)">
<summary>
Gets the border rounding.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Border rounding.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteBorderInheritOverride.GetBorderImage(Krypton.Toolkit.PaletteState)">
<summary>
Gets a border image.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image instance.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteBorderInheritOverride.GetBorderImageStyle(Krypton.Toolkit.PaletteState)">
<summary>
Gets the border image style.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image style value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteBorderInheritOverride.GetBorderImageAlign(Krypton.Toolkit.PaletteState)">
<summary>
Gets the image alignment style.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image alignment style.</returns>
</member>
<member name="T:Krypton.Toolkit.PaletteBorderInheritRedirect">
<summary>
Provide inheritance of palette border properties from source redirector.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteBorderInheritRedirect.#ctor(Krypton.Toolkit.PaletteRedirect)">
<summary>
Initialize a new instance of the PaletteBorderInheritRedirect class.
</summary>
<param name="redirect">Source for inherit requests.</param>
</member>
<member name="M:Krypton.Toolkit.PaletteBorderInheritRedirect.#ctor(Krypton.Toolkit.PaletteRedirect,Krypton.Toolkit.PaletteBorderStyle)">
<summary>
Initialize a new instance of the PaletteBorderInheritRedirect class.
</summary>
<param name="redirect">Source for inherit requests.</param>
<param name="style">Style used in requests.</param>
</member>
<member name="P:Krypton.Toolkit.PaletteBorderInheritRedirect.OverrideBorderToFalse">
<summary>
Gets and sets the overriding of the border draw to always be false.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteBorderInheritRedirect.GetRedirector">
<summary>
Gets the redirector instance.
</summary>
<returns>Return the currently used redirector.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteBorderInheritRedirect.SetRedirector(Krypton.Toolkit.PaletteRedirect)">
<summary>
Update the redirector with new reference.
</summary>
<param name="redirect">Target redirector.</param>
</member>
<member name="P:Krypton.Toolkit.PaletteBorderInheritRedirect.Style">
<summary>
Gets and sets the style to use when inheriting.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteBorderInheritRedirect.GetBorderDraw(Krypton.Toolkit.PaletteState)">
<summary>
Gets a value indicating if border should be drawn.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>InheritBool value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteBorderInheritRedirect.GetBorderDrawBorders(Krypton.Toolkit.PaletteState)">
<summary>
Gets a value indicating which borders to draw.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteDrawBorders value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteBorderInheritRedirect.GetBorderGraphicsHint(Krypton.Toolkit.PaletteState)">
<summary>
Gets the graphics drawing hint.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteGraphicsHint value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteBorderInheritRedirect.GetBorderColor1(Krypton.Toolkit.PaletteState)">
<summary>
Gets the first border color from the redirector.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteBorderInheritRedirect.GetBorderColor2(Krypton.Toolkit.PaletteState)">
<summary>
Gets the second border color from the redirector.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteBorderInheritRedirect.GetBorderColorStyle(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color drawing style from the redirector.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color drawing style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteBorderInheritRedirect.GetBorderColorAlign(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color alignment style from the redirector.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteBorderInheritRedirect.GetBorderColorAngle(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color border angle from the redirector.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Angle used for color drawing.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteBorderInheritRedirect.GetBorderWidth(Krypton.Toolkit.PaletteState)">
<summary>
Gets the border width from the redirector.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Border width.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteBorderInheritRedirect.GetBorderRounding(Krypton.Toolkit.PaletteState)">
<summary>
Gets the border rounding from the redirector.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Border rounding.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteBorderInheritRedirect.GetBorderImage(Krypton.Toolkit.PaletteState)">
<summary>
Gets a border image from the redirector.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image instance, or null if _redirect is null.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteBorderInheritRedirect.GetBorderImageStyle(Krypton.Toolkit.PaletteState)">
<summary>
Gets the border image style from the redirector.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image style value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteBorderInheritRedirect.GetBorderImageAlign(Krypton.Toolkit.PaletteState)">
<summary>
Gets the image alignment style from the redirector.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image alignment style.</returns>
</member>
<member name="T:Krypton.Toolkit.PaletteBorderToPalette">
<summary>
Redirect all border requests directly to the palette instance.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteBorderToPalette.#ctor(Krypton.Toolkit.PaletteBase,Krypton.Toolkit.PaletteBorderStyle)">
<summary>
Initialize a new instance of the PaletteBorderToPalette class.
</summary>
<param name="palette">Source for getting all values.</param>
<param name="style">Style of values required.</param>
</member>
<member name="P:Krypton.Toolkit.PaletteBorderToPalette.BorderStyle">
<summary>
Gets and sets the fixed border style.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteBorderToPalette.GetBorderDraw(Krypton.Toolkit.PaletteState)">
<summary>
Gets the actual border draw value.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>InheritBool value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteBorderToPalette.GetBorderDrawBorders(Krypton.Toolkit.PaletteState)">
<summary>
Gets the actual borders to draw value.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteDrawBorders value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteBorderToPalette.GetBorderGraphicsHint(Krypton.Toolkit.PaletteState)">
<summary>
Gets the actual border graphics hint value.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteGraphicsHint value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteBorderToPalette.GetBorderColor1(Krypton.Toolkit.PaletteState)">
<summary>
Gets the actual first border color.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteBorderToPalette.GetBorderColor2(Krypton.Toolkit.PaletteState)">
<summary>
Gets the second border color.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteBorderToPalette.GetBorderColorStyle(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color drawing style.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color drawing style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteBorderToPalette.GetBorderColorAlign(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color alignment style.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteBorderToPalette.GetBorderColorAngle(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color border angle.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Angle used for color drawing.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteBorderToPalette.GetBorderWidth(Krypton.Toolkit.PaletteState)">
<summary>
Gets the border width.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Border width.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteBorderToPalette.GetBorderRounding(Krypton.Toolkit.PaletteState)">
<summary>
Gets the border rounding.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Border rounding.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteBorderToPalette.GetBorderImage(Krypton.Toolkit.PaletteState)">
<summary>
Gets a border image.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image instance.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteBorderToPalette.GetBorderImageStyle(Krypton.Toolkit.PaletteState)">
<summary>
Gets the border image style.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image style value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteBorderToPalette.GetBorderImageAlign(Krypton.Toolkit.PaletteState)">
<summary>
Gets the image alignment style.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image alignment style.</returns>
</member>
<member name="T:Krypton.Toolkit.PaletteFormBorder">
<summary>
Implement storage for palette border details.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteFormBorder.#ctor(Krypton.Toolkit.IPaletteBorder,Krypton.Toolkit.NeedPaintHandler,Krypton.Toolkit.VisualForm)">
<summary>
Initialize a new instance of the PaletteBorder class.
</summary>
<param name="inherit">Source for inheriting defaulted values.</param>
<param name="needPaint">Delegate for notifying paint requests.</param>
<param name="ownerForm"></param>
</member>
<member name="P:Krypton.Toolkit.PaletteFormBorder.Width">
<summary>
Gets and sets the border width.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteFormBorder.GetBorderRounding(Krypton.Toolkit.PaletteState)">
<summary>
Gets the border rounding.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Border rounding.</returns>
</member>
<member name="P:Krypton.Toolkit.PaletteFormBorder.GraphicsHint">
<summary>
Gets the graphics hint for drawing the border.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteFormBorder.GetBorderGraphicsHint(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.PaletteFormBorder.BorderWidths(System.Windows.Forms.FormBorderStyle)">
https://github.com/Krypton-Suite/Standard-Toolkit/issues/139
</member>
<member name="T:Krypton.Toolkit.PaletteContent">
<summary>
Implement storage for palette content details.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteContent.InternalStorage.#ctor">
<summary>
Initialize a new instance of the InternalStorage structure.
</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteContent.InternalStorage.IsDefault">
<summary>
Gets a value indicating if all values are default.
</summary>
</member>
<member name="E:Krypton.Toolkit.PaletteContent.PropertyChanged">
<summary>
Occurs when a property has changed value.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteContent.#ctor(Krypton.Toolkit.IPaletteContent)">
<summary>
Initialize a new instance of the PaletteContent class.
</summary>
<param name="inherit">Source for inheriting defaulted values.</param>
</member>
<member name="M:Krypton.Toolkit.PaletteContent.#ctor(Krypton.Toolkit.IPaletteContent,Krypton.Toolkit.NeedPaintHandler)">
<summary>
Initialize a new instance of the PaletteContent class.
</summary>
<param name="inherit">Source for inheriting defaulted values.</param>
<param name="needPaint">Delegate for notifying paint requests.</param>
</member>
<member name="P:Krypton.Toolkit.PaletteContent.IsDefault">
<summary>
Gets a value indicating if all values are default.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteContent.SetInherit(Krypton.Toolkit.IPaletteContent)">
<summary>
Sets the inheritance parent.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteContent.PopulateFromBase(Krypton.Toolkit.PaletteState)">
<summary>
Populate values from the base palette.
</summary>
<param name="state">Palette state to use when populating.</param>
</member>
<member name="P:Krypton.Toolkit.PaletteContent.Draw">
<summary>
Gets a value indicating if content should be drawn.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteContent.GetContentDraw(Krypton.Toolkit.PaletteState)">
<summary>
Gets the actual content draw value.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>InheritBool value.</returns>
</member>
<member name="P:Krypton.Toolkit.PaletteContent.DrawFocus">
<summary>
Gets a value indicating if content should be drawn with focus indication.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteContent.GetContentDrawFocus(Krypton.Toolkit.PaletteState)">
<summary>
Gets the actual content draw with focus value.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>InheritBool value.</returns>
</member>
<member name="P:Krypton.Toolkit.PaletteContent.Image">
<summary>
Gets access to the image palette details.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteContent.GetContentImageH(Krypton.Toolkit.PaletteState)">
<summary>
Gets the actual content image horizontal alignment value.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteContent.GetContentImageV(Krypton.Toolkit.PaletteState)">
<summary>
Gets the actual content image vertical alignment value.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteContent.GetContentImageEffect(Krypton.Toolkit.PaletteState)">
<summary>
Gets the actual image drawing effect value.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteImageEffect value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteContent.GetContentImageColorMap(Krypton.Toolkit.PaletteState)">
<summary>
Gets the image color to remap into another color.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteContent.GetContentImageColorTo(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color to use in place of the image map color.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="P:Krypton.Toolkit.PaletteContent.ShortText">
<summary>
Gets access to the short text palette details.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteContent.GetContentShortTextFont(Krypton.Toolkit.PaletteState)">
<summary>
Gets the actual content short text font value.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Font value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteContent.GetContentShortTextNewFont(Krypton.Toolkit.PaletteState)">
<summary>
Gets the font for the short text by generating a new font instance.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Font value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteContent.GetContentShortTextHint(Krypton.Toolkit.PaletteState)">
<summary>
Gets the actual text rendering hint for short text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteTextHint value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteContent.GetContentShortTextPrefix(Krypton.Toolkit.PaletteState)">
<summary>
Gets the prefix drawing setting for short text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteTextPrefix value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteContent.GetContentShortTextTrim(Krypton.Toolkit.PaletteState)">
<summary>
Gets the actual text trimming for the short text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteTextTrim value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteContent.GetContentShortTextH(Krypton.Toolkit.PaletteState)">
<summary>
Gets the actual content short text horizontal alignment value.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteContent.GetContentShortTextV(Krypton.Toolkit.PaletteState)">
<summary>
Gets the actual content short text vertical alignment value.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteContent.GetContentShortTextMultiLineH(Krypton.Toolkit.PaletteState)">
<summary>
Gets the actual content short text horizontal multiline alignment value.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteContent.GetContentShortTextMultiLine(Krypton.Toolkit.PaletteState)">
<summary>
Gets the flag indicating if multiline text is allowed for short text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>InheritBool value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteContent.GetContentShortTextColor1(Krypton.Toolkit.PaletteState)">
<summary>
Gets the first color for the short text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteContent.GetContentShortTextColor2(Krypton.Toolkit.PaletteState)">
<summary>
Gets the second back color for the short text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteContent.GetContentShortTextColorStyle(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color drawing style for the short text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color drawing style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteContent.GetContentShortTextColorAlign(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color alignment style for the short text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteContent.GetContentShortTextColorAngle(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color angle for the short text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Angle used for color drawing.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteContent.GetContentShortTextImage(Krypton.Toolkit.PaletteState)">
<summary>
Gets an image for the short text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image instance.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteContent.GetContentShortTextImageStyle(Krypton.Toolkit.PaletteState)">
<summary>
Gets the image style for the short text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image style value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteContent.GetContentShortTextImageAlign(Krypton.Toolkit.PaletteState)">
<summary>
Gets the image alignment style for the short text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image alignment style.</returns>
</member>
<member name="P:Krypton.Toolkit.PaletteContent.LongText">
<summary>
Gets access to the long text palette details.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteContent.GetContentLongTextFont(Krypton.Toolkit.PaletteState)">
<summary>
Gets the actual content long text font value.
</summary>
<returns>Font value.</returns>
<param name="state">Palette value should be applicable to this state.</param>
</member>
<member name="M:Krypton.Toolkit.PaletteContent.GetContentLongTextNewFont(Krypton.Toolkit.PaletteState)">
<summary>
Gets the font for the long text by generating a new font instance.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Font value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteContent.GetContentLongTextHint(Krypton.Toolkit.PaletteState)">
<summary>
Gets the actual text rendering hint for long text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteTextHint value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteContent.GetContentLongTextPrefix(Krypton.Toolkit.PaletteState)">
<summary>
Gets the prefix drawing setting for long text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteTextPrefix value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteContent.GetContentLongTextTrim(Krypton.Toolkit.PaletteState)">
<summary>
Gets the actual text trimming for the long text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteTextTrim value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteContent.GetContentLongTextH(Krypton.Toolkit.PaletteState)">
<summary>
Gets the actual content long text horizontal alignment value.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteContent.GetContentLongTextV(Krypton.Toolkit.PaletteState)">
<summary>
Gets the actual content long text vertical alignment value.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteContent.GetContentLongTextMultiLineH(Krypton.Toolkit.PaletteState)">
<summary>
Gets the actual content long text horizontal multiline alignment value.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteContent.GetContentLongTextMultiLine(Krypton.Toolkit.PaletteState)">
<summary>
Gets the flag indicating if multiline text is allowed for long text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>InheritBool value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteContent.GetContentLongTextColor1(Krypton.Toolkit.PaletteState)">
<summary>
Gets the first color for the long text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteContent.GetContentLongTextColor2(Krypton.Toolkit.PaletteState)">
<summary>
Gets the second back color for the long text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteContent.GetContentLongTextColorStyle(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color drawing style for the long text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color drawing style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteContent.GetContentLongTextColorAlign(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color alignment style for the long text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteContent.GetContentLongTextColorAngle(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color angle for the long text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Angle used for color drawing.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteContent.GetContentLongTextImage(Krypton.Toolkit.PaletteState)">
<summary>
Gets an image for the long text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image instance.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteContent.GetContentLongTextImageStyle(Krypton.Toolkit.PaletteState)">
<summary>
Gets the image style for the long text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image style value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteContent.GetContentLongTextImageAlign(Krypton.Toolkit.PaletteState)">
<summary>
Gets the image alignment style for the long text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image alignment style.</returns>
</member>
<member name="P:Krypton.Toolkit.PaletteContent.Padding">
<summary>
Gets the padding between the border and content drawing.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteContent.ResetPadding">
<summary>
Reset the Padding to the default value.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteContent.GetBorderContentPadding(Krypton.Toolkit.KryptonForm,Krypton.Toolkit.PaletteState)">
<summary>
Gets the actual padding between the border and content drawing.
</summary>
<param name="owningForm"></param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Padding value.</returns>
</member>
<member name="P:Krypton.Toolkit.PaletteContent.AdjacentGap">
<summary>
Gets the padding between adjacent content items.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteContent.ResetAdjacentGap">
<summary>
Reset the AdjacentGap to the default value.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteContent.GetContentAdjacentGap(Krypton.Toolkit.PaletteState)">
<summary>
Gets the actual padding between adjacent content items.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Integer value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteContent.GetContentStyle">
<summary>
Gets the style appropriate for this content.
</summary>
<returns>Content style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteContent.OnPropertyChanged(System.String)">
<summary>
Raises the PropertyChanged event.
</summary>
<param name="property">Name of the property changed.</param>
</member>
<member name="T:Krypton.Toolkit.PaletteContentImage">
<summary>
Implement storage for palette content image details.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteContentImage.InternalStorage.#ctor">
<summary>
Initialize a new instance of the InternalStorage structure.
</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteContentImage.InternalStorage.IsDefault">
<summary>
Gets a value indicating if all values are default.
</summary>
</member>
<member name="E:Krypton.Toolkit.PaletteContentImage.PropertyChanged">
<summary>
Occurs when a property has changed value.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteContentImage.#ctor(Krypton.Toolkit.NeedPaintHandler)">
<summary>
Initialize a new instance of the PaletteContentImage class.
</summary>
<param name="needPaint">Delegate for notifying paint requests.</param>
</member>
<member name="P:Krypton.Toolkit.PaletteContentImage.IsDefault">
<summary>
Gets a value indicating if all values are default.
</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteContentImage.ImageH">
<summary>
Gets the horizontal relative alignment of the image.
</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteContentImage.ImageV">
<summary>
Gets the vertical relative alignment of the image.
</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteContentImage.Effect">
<summary>
Gets the effect applied to drawing the image.
</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteContentImage.ImageColorMap">
<summary>
Gets and set the image color to remap into another color.
</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteContentImage.ImageColorTo">
<summary>
Gets and set the color to use in place of the image map color.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteContentImage.OnPropertyChanged(System.String)">
<summary>
Raises the PropertyChanged event.
</summary>
<param name="property">Name of the property changed.</param>
</member>
<member name="T:Krypton.Toolkit.PaletteContentInherit">
<summary>
Provide inheritance of palette content properties.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteContentInherit.GetContentDraw(Krypton.Toolkit.PaletteState)">
<summary>
Gets a value indicating if content should be drawn.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>InheritBool value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteContentInherit.GetContentDrawFocus(Krypton.Toolkit.PaletteState)">
<summary>
Gets a value indicating if content should be drawn with focus indication.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>InheritBool value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteContentInherit.GetContentImageH(Krypton.Toolkit.PaletteState)">
<summary>
Gets the horizontal relative alignment of the image.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteContentInherit.GetContentImageV(Krypton.Toolkit.PaletteState)">
<summary>
Gets the vertical relative alignment of the image.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteContentInherit.GetContentImageEffect(Krypton.Toolkit.PaletteState)">
<summary>
Gets the effect applied to drawing of the image.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteImageEffect value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteContentInherit.GetContentImageColorMap(Krypton.Toolkit.PaletteState)">
<summary>
Gets the image color to remap into another color.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteContentInherit.GetContentImageColorTo(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color to use in place of the image map color.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteContentInherit.GetContentShortTextFont(Krypton.Toolkit.PaletteState)">
<summary>
Gets the font for the short text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Font value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteContentInherit.GetContentShortTextNewFont(Krypton.Toolkit.PaletteState)">
<summary>
Gets the font for the short text by generating a new font instance.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Font value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteContentInherit.GetContentShortTextHint(Krypton.Toolkit.PaletteState)">
<summary>
Gets the rendering hint for the short text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteTextHint value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteContentInherit.GetContentShortTextPrefix(Krypton.Toolkit.PaletteState)">
<summary>
Gets the prefix drawing setting for short text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteTextPrefix value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteContentInherit.GetContentShortTextMultiLine(Krypton.Toolkit.PaletteState)">
<summary>
Gets the flag indicating if multiline text is allowed for short text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>InheritBool value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteContentInherit.GetContentShortTextTrim(Krypton.Toolkit.PaletteState)">
<summary>
Gets the text trimming to use for short text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteTextTrim value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteContentInherit.GetContentShortTextH(Krypton.Toolkit.PaletteState)">
<summary>
Gets the horizontal relative alignment of the short text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteContentInherit.GetContentShortTextV(Krypton.Toolkit.PaletteState)">
<summary>
Gets the vertical relative alignment of the short text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteContentInherit.GetContentShortTextMultiLineH(Krypton.Toolkit.PaletteState)">
<summary>
Gets the vertical relative alignment of the short text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteContentInherit.GetContentShortTextColor1(Krypton.Toolkit.PaletteState)">
<summary>
Gets the first back color for the short text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteContentInherit.GetContentShortTextColor2(Krypton.Toolkit.PaletteState)">
<summary>
Gets the second back color for the short text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteContentInherit.GetContentShortTextColorStyle(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color drawing style for the short text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color drawing style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteContentInherit.GetContentShortTextColorAlign(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color alignment for the short text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteContentInherit.GetContentShortTextColorAngle(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color background angle for the short text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Angle used for color drawing.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteContentInherit.GetContentShortTextImage(Krypton.Toolkit.PaletteState)">
<summary>
Gets a background image for the short text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image instance.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteContentInherit.GetContentShortTextImageStyle(Krypton.Toolkit.PaletteState)">
<summary>
Gets the background image style.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image style value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteContentInherit.GetContentShortTextImageAlign(Krypton.Toolkit.PaletteState)">
<summary>
Gets the image alignment for the short text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteContentInherit.GetContentLongTextFont(Krypton.Toolkit.PaletteState)">
<summary>
Gets the font for the long text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Font value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteContentInherit.GetContentLongTextNewFont(Krypton.Toolkit.PaletteState)">
<summary>
Gets the font for the long text by generating a new font instance.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Font value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteContentInherit.GetContentLongTextHint(Krypton.Toolkit.PaletteState)">
<summary>
Gets the rendering hint for the long text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteTextHint value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteContentInherit.GetContentLongTextPrefix(Krypton.Toolkit.PaletteState)">
<summary>
Gets the prefix drawing setting for long text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteTextPrefix value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteContentInherit.GetContentLongTextMultiLine(Krypton.Toolkit.PaletteState)">
<summary>
Gets the flag indicating if multiline text is allowed for long text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>InheritBool value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteContentInherit.GetContentLongTextTrim(Krypton.Toolkit.PaletteState)">
<summary>
Gets the text trimming to use for long text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteTextTrim value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteContentInherit.GetContentLongTextH(Krypton.Toolkit.PaletteState)">
<summary>
Gets the horizontal relative alignment of the long text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteContentInherit.GetContentLongTextV(Krypton.Toolkit.PaletteState)">
<summary>
Gets the vertical relative alignment of the long text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteContentInherit.GetContentLongTextMultiLineH(Krypton.Toolkit.PaletteState)">
<summary>
Gets the vertical relative alignment of the long text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteContentInherit.GetContentLongTextColor1(Krypton.Toolkit.PaletteState)">
<summary>
Gets the first back color for the long text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteContentInherit.GetContentLongTextColor2(Krypton.Toolkit.PaletteState)">
<summary>
Gets the second back color for the long text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteContentInherit.GetContentLongTextColorStyle(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color drawing style for the long text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color drawing style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteContentInherit.GetContentLongTextColorAlign(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color alignment for the long text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteContentInherit.GetContentLongTextColorAngle(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color background angle for the long text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Angle used for color drawing.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteContentInherit.GetContentLongTextImage(Krypton.Toolkit.PaletteState)">
<summary>
Gets a background image for the long text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image instance.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteContentInherit.GetContentLongTextImageStyle(Krypton.Toolkit.PaletteState)">
<summary>
Gets the background image style for the long text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image style value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteContentInherit.GetContentLongTextImageAlign(Krypton.Toolkit.PaletteState)">
<summary>
Gets the image alignment for the long text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteContentInherit.GetBorderContentPadding(Krypton.Toolkit.KryptonForm,Krypton.Toolkit.PaletteState)">
<summary>
Gets the padding between the border and content drawing.
</summary>
<param name="owningForm"></param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Padding value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteContentInherit.GetContentAdjacentGap(Krypton.Toolkit.PaletteState)">
<summary>
Gets the padding between adjacent content items.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Integer value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteContentInherit.GetContentStyle">
<summary>
Gets the style appropriate for this content.
</summary>
<returns>Content style.</returns>
</member>
<member name="T:Krypton.Toolkit.PaletteContentInheritForced">
<summary>
Allow the content values to be forced to fixed values.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteContentInheritForced.#ctor(Krypton.Toolkit.IPaletteContent)">
<summary>
Initialize a new instance of the PaletteContentInheritForced class.
</summary>
<param name="inherit">Border palette to inherit from.</param>
</member>
<member name="M:Krypton.Toolkit.PaletteContentInheritForced.SetInherit(Krypton.Toolkit.IPaletteContent)">
<summary>
Gets and sets the palette to inherit from.
</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteContentInheritForced.ForceShortTextHCenter">
<summary>
Gets and sets if the short text is centered horizontally.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteContentInheritForced.GetContentDraw(Krypton.Toolkit.PaletteState)">
<summary>
Gets a value indicating if content should be drawn.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>InheritBool value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteContentInheritForced.GetContentDrawFocus(Krypton.Toolkit.PaletteState)">
<summary>
Gets a value indicating if content should be drawn with focus indication.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>InheritBool value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteContentInheritForced.GetContentImageH(Krypton.Toolkit.PaletteState)">
<summary>
Gets the horizontal relative alignment of the image.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteContentInheritForced.GetContentImageV(Krypton.Toolkit.PaletteState)">
<summary>
Gets the vertical relative alignment of the image.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteContentInheritForced.GetContentImageEffect(Krypton.Toolkit.PaletteState)">
<summary>
Gets the effect applied to drawing of the image.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteImageEffect value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteContentInheritForced.GetContentImageColorMap(Krypton.Toolkit.PaletteState)">
<summary>
Gets the image color to remap into another color.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteContentInheritForced.GetContentImageColorTo(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color to use in place of the image map color.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteContentInheritForced.GetContentShortTextFont(Krypton.Toolkit.PaletteState)">
<summary>
Gets the font for the short text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Font value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteContentInheritForced.GetContentShortTextNewFont(Krypton.Toolkit.PaletteState)">
<summary>
Gets the font for the short text by generating a new font instance.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Font value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteContentInheritForced.GetContentShortTextHint(Krypton.Toolkit.PaletteState)">
<summary>
Gets the rendering hint for the short text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteTextHint value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteContentInheritForced.GetContentShortTextPrefix(Krypton.Toolkit.PaletteState)">
<summary>
Gets the prefix drawing setting for short text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteTextPrefix value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteContentInheritForced.GetContentShortTextMultiLine(Krypton.Toolkit.PaletteState)">
<summary>
Gets the flag indicating if multiline text is allowed for short text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>InheritBool value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteContentInheritForced.GetContentShortTextTrim(Krypton.Toolkit.PaletteState)">
<summary>
Gets the text trimming to use for short text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteTextTrim value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteContentInheritForced.GetContentShortTextH(Krypton.Toolkit.PaletteState)">
<summary>
Gets the horizontal relative alignment of the short text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteContentInheritForced.GetContentShortTextV(Krypton.Toolkit.PaletteState)">
<summary>
Gets the vertical relative alignment of the short text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteContentInheritForced.GetContentShortTextMultiLineH(Krypton.Toolkit.PaletteState)">
<summary>
Gets the vertical relative alignment of the short text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteContentInheritForced.GetContentShortTextColor1(Krypton.Toolkit.PaletteState)">
<summary>
Gets the first back color for the short text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteContentInheritForced.GetContentShortTextColor2(Krypton.Toolkit.PaletteState)">
<summary>
Gets the second back color for the short text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteContentInheritForced.GetContentShortTextColorStyle(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color drawing style for the short text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color drawing style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteContentInheritForced.GetContentShortTextColorAlign(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color alignment for the short text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteContentInheritForced.GetContentShortTextColorAngle(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color background angle for the short text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Angle used for color drawing.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteContentInheritForced.GetContentShortTextImage(Krypton.Toolkit.PaletteState)">
<summary>
Gets a background image for the short text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image instance.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteContentInheritForced.GetContentShortTextImageStyle(Krypton.Toolkit.PaletteState)">
<summary>
Gets the background image style.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image style value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteContentInheritForced.GetContentShortTextImageAlign(Krypton.Toolkit.PaletteState)">
<summary>
Gets the image alignment for the short text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteContentInheritForced.GetContentLongTextFont(Krypton.Toolkit.PaletteState)">
<summary>
Gets the font for the long text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Font value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteContentInheritForced.GetContentLongTextNewFont(Krypton.Toolkit.PaletteState)">
<summary>
Gets the font for the long text by generating a new font instance.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Font value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteContentInheritForced.GetContentLongTextHint(Krypton.Toolkit.PaletteState)">
<summary>
Gets the rendering hint for the long text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteTextHint value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteContentInheritForced.GetContentLongTextPrefix(Krypton.Toolkit.PaletteState)">
<summary>
Gets the prefix drawing setting for long text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteTextPrefix value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteContentInheritForced.GetContentLongTextMultiLine(Krypton.Toolkit.PaletteState)">
<summary>
Gets the flag indicating if multiline text is allowed for long text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>InheritBool value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteContentInheritForced.GetContentLongTextTrim(Krypton.Toolkit.PaletteState)">
<summary>
Gets the text trimming to use for long text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteTextTrim value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteContentInheritForced.GetContentLongTextH(Krypton.Toolkit.PaletteState)">
<summary>
Gets the horizontal relative alignment of the long text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteContentInheritForced.GetContentLongTextV(Krypton.Toolkit.PaletteState)">
<summary>
Gets the vertical relative alignment of the long text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteContentInheritForced.GetContentLongTextMultiLineH(Krypton.Toolkit.PaletteState)">
<summary>
Gets the vertical relative alignment of the long text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteContentInheritForced.GetContentLongTextColor1(Krypton.Toolkit.PaletteState)">
<summary>
Gets the first back color for the long text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteContentInheritForced.GetContentLongTextColor2(Krypton.Toolkit.PaletteState)">
<summary>
Gets the second back color for the long text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteContentInheritForced.GetContentLongTextColorStyle(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color drawing style for the long text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color drawing style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteContentInheritForced.GetContentLongTextColorAlign(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color alignment for the long text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteContentInheritForced.GetContentLongTextColorAngle(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color background angle for the long text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Angle used for color drawing.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteContentInheritForced.GetContentLongTextImage(Krypton.Toolkit.PaletteState)">
<summary>
Gets a background image for the long text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image instance.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteContentInheritForced.GetContentLongTextImageStyle(Krypton.Toolkit.PaletteState)">
<summary>
Gets the background image style for the long text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image style value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteContentInheritForced.GetContentLongTextImageAlign(Krypton.Toolkit.PaletteState)">
<summary>
Gets the image alignment for the long text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteContentInheritForced.GetBorderContentPadding(Krypton.Toolkit.KryptonForm,Krypton.Toolkit.PaletteState)">
<summary>
Gets the padding between the border and content drawing.
</summary>
<param name="owningForm"></param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Padding value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteContentInheritForced.GetContentAdjacentGap(Krypton.Toolkit.PaletteState)">
<summary>
Gets the padding between adjacent content items.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Integer value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteContentInheritForced.GetContentStyle">
<summary>
Gets the style appropriate for this content.
</summary>
<returns>Content style.</returns>
</member>
<member name="T:Krypton.Toolkit.PaletteContentInheritOverride">
<summary>
Inherit properties from primary source in preference to the backup source.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteContentInheritOverride.#ctor(Krypton.Toolkit.IPaletteContent,Krypton.Toolkit.IPaletteContent)">
<summary>
Initialize a new instance of the PaletteContentInheritOverride class.
</summary>
<param name="primary">First choice inheritance.</param>
<param name="backup">Backup inheritance.</param>
</member>
<member name="M:Krypton.Toolkit.PaletteContentInheritOverride.#ctor(Krypton.Toolkit.IPaletteContent,Krypton.Toolkit.IPaletteContent,Krypton.Toolkit.PaletteState,System.Boolean)">
<summary>
Initialize a new instance of the PaletteContentInheritOverride class.
</summary>
<param name="primary">First choice inheritance.</param>
<param name="backup">Backup inheritance.</param>
<param name="overrideState">State used by the override.</param>
<param name="apply">Should the override we used.</param>
</member>
<member name="M:Krypton.Toolkit.PaletteContentInheritOverride.SetPalettes(Krypton.Toolkit.IPaletteContent,Krypton.Toolkit.IPaletteContent)">
<summary>
Update the primary and backup palettes.
</summary>
<param name="primary">New primary palette.</param>
<param name="backup">New backup palette.</param>
</member>
<member name="P:Krypton.Toolkit.PaletteContentInheritOverride.Apply">
<summary>
Gets and sets a value indicating if override should be applied.
</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteContentInheritOverride.Override">
<summary>
Gets and sets a value indicating if override state should be applied.
</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteContentInheritOverride.OverrideState">
<summary>
Gets and sets the override palette state to use.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteContentInheritOverride.GetContentDraw(Krypton.Toolkit.PaletteState)">
<summary>
Gets a value indicating if content should be drawn.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>InheritBool value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteContentInheritOverride.GetContentDrawFocus(Krypton.Toolkit.PaletteState)">
<summary>
Gets a value indicating if content should be drawn with focus indication.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>InheritBool value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteContentInheritOverride.GetContentImageH(Krypton.Toolkit.PaletteState)">
<summary>
Gets the horizontal relative alignment of the image.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteContentInheritOverride.GetContentImageV(Krypton.Toolkit.PaletteState)">
<summary>
Gets the vertical relative alignment of the image.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteContentInheritOverride.GetContentImageEffect(Krypton.Toolkit.PaletteState)">
<summary>
Gets the effect applied to drawing of the image.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteImageEffect value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteContentInheritOverride.GetContentImageColorMap(Krypton.Toolkit.PaletteState)">
<summary>
Gets the image color to remap into another color.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteContentInheritOverride.GetContentImageColorTo(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color to use in place of the image map color.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteContentInheritOverride.GetContentShortTextFont(Krypton.Toolkit.PaletteState)">
<summary>
Gets the font for the short text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Font value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteContentInheritOverride.GetContentShortTextNewFont(Krypton.Toolkit.PaletteState)">
<summary>
Gets the font for the short text by generating a new font instance.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Font value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteContentInheritOverride.GetContentShortTextHint(Krypton.Toolkit.PaletteState)">
<summary>
Gets the rendering hint for the short text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteTextHint value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteContentInheritOverride.GetContentShortTextPrefix(Krypton.Toolkit.PaletteState)">
<summary>
Gets the prefix drawing setting for short text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteTextPrefix value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteContentInheritOverride.GetContentShortTextMultiLine(Krypton.Toolkit.PaletteState)">
<summary>
Gets the flag indicating if multiline text is allowed for short text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>InheritBool value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteContentInheritOverride.GetContentShortTextTrim(Krypton.Toolkit.PaletteState)">
<summary>
Gets the text trimming to use for short text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteTextTrim value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteContentInheritOverride.GetContentShortTextH(Krypton.Toolkit.PaletteState)">
<summary>
Gets the horizontal relative alignment of the short text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteContentInheritOverride.GetContentShortTextV(Krypton.Toolkit.PaletteState)">
<summary>
Gets the vertical relative alignment of the short text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteContentInheritOverride.GetContentShortTextMultiLineH(Krypton.Toolkit.PaletteState)">
<summary>
Gets the vertical relative alignment of the short text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteContentInheritOverride.GetContentShortTextColor1(Krypton.Toolkit.PaletteState)">
<summary>
Gets the first back color for the short text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteContentInheritOverride.GetContentShortTextColor2(Krypton.Toolkit.PaletteState)">
<summary>
Gets the second back color for the short text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteContentInheritOverride.GetContentShortTextColorStyle(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color drawing style for the short text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color drawing style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteContentInheritOverride.GetContentShortTextColorAlign(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color alignment for the short text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteContentInheritOverride.GetContentShortTextColorAngle(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color background angle for the short text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Angle used for color drawing.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteContentInheritOverride.GetContentShortTextImage(Krypton.Toolkit.PaletteState)">
<summary>
Gets a background image for the short text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image instance.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteContentInheritOverride.GetContentShortTextImageStyle(Krypton.Toolkit.PaletteState)">
<summary>
Gets the background image style.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image style value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteContentInheritOverride.GetContentShortTextImageAlign(Krypton.Toolkit.PaletteState)">
<summary>
Gets the image alignment for the short text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteContentInheritOverride.GetContentLongTextFont(Krypton.Toolkit.PaletteState)">
<summary>
Gets the font for the long text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Font value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteContentInheritOverride.GetContentLongTextNewFont(Krypton.Toolkit.PaletteState)">
<summary>
Gets the font for the long text by generating a new font instance.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Font value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteContentInheritOverride.GetContentLongTextHint(Krypton.Toolkit.PaletteState)">
<summary>
Gets the rendering hint for the long text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteTextHint value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteContentInheritOverride.GetContentLongTextPrefix(Krypton.Toolkit.PaletteState)">
<summary>
Gets the prefix drawing setting for long text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteTextPrefix value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteContentInheritOverride.GetContentLongTextMultiLine(Krypton.Toolkit.PaletteState)">
<summary>
Gets the flag indicating if multiline text is allowed for long text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>InheritBool value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteContentInheritOverride.GetContentLongTextTrim(Krypton.Toolkit.PaletteState)">
<summary>
Gets the text trimming to use for long text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteTextTrim value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteContentInheritOverride.GetContentLongTextH(Krypton.Toolkit.PaletteState)">
<summary>
Gets the horizontal relative alignment of the long text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteContentInheritOverride.GetContentLongTextV(Krypton.Toolkit.PaletteState)">
<summary>
Gets the vertical relative alignment of the long text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteContentInheritOverride.GetContentLongTextMultiLineH(Krypton.Toolkit.PaletteState)">
<summary>
Gets the vertical relative alignment of the long text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteContentInheritOverride.GetContentLongTextColor1(Krypton.Toolkit.PaletteState)">
<summary>
Gets the first back color for the long text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteContentInheritOverride.GetContentLongTextColor2(Krypton.Toolkit.PaletteState)">
<summary>
Gets the second back color for the long text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteContentInheritOverride.GetContentLongTextColorStyle(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color drawing style for the long text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color drawing style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteContentInheritOverride.GetContentLongTextColorAlign(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color alignment for the long text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteContentInheritOverride.GetContentLongTextColorAngle(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color background angle for the long text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Angle used for color drawing.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteContentInheritOverride.GetContentLongTextImage(Krypton.Toolkit.PaletteState)">
<summary>
Gets a background image for the long text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image instance.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteContentInheritOverride.GetContentLongTextImageStyle(Krypton.Toolkit.PaletteState)">
<summary>
Gets the background image style for the long text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image style value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteContentInheritOverride.GetContentLongTextImageAlign(Krypton.Toolkit.PaletteState)">
<summary>
Gets the image alignment for the long text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteContentInheritOverride.GetBorderContentPadding(Krypton.Toolkit.KryptonForm,Krypton.Toolkit.PaletteState)">
<summary>
Gets the padding between the border and content drawing.
</summary>
<param name="owningForm"></param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Padding value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteContentInheritOverride.GetContentAdjacentGap(Krypton.Toolkit.PaletteState)">
<summary>
Gets the padding between adjacent content items.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Integer value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteContentInheritOverride.GetContentStyle">
<summary>
Gets the style appropriate for this content.
</summary>
<returns>Content style.</returns>
</member>
<member name="T:Krypton.Toolkit.PaletteContentInheritRedirect">
<summary>
Provide inheritance of palette content properties from source redirector.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteContentInheritRedirect.#ctor(Krypton.Toolkit.PaletteContentStyle)">
<summary>
Initialize a new instance of the PaletteContentInheritRedirect class.
</summary>
<param name="style">Style used in requests.</param>
</member>
<member name="M:Krypton.Toolkit.PaletteContentInheritRedirect.#ctor(Krypton.Toolkit.PaletteRedirect)">
<summary>
Initialize a new instance of the PaletteContentInheritRedirect class.
</summary>
<param name="redirect">Source for inherit requests.</param>
</member>
<member name="M:Krypton.Toolkit.PaletteContentInheritRedirect.#ctor(Krypton.Toolkit.PaletteRedirect,Krypton.Toolkit.PaletteContentStyle)">
<summary>
Initialize a new instance of the PaletteContentInheritRedirect class.
</summary>
<param name="redirect">Source for inherit requests.</param>
<param name="style">Style used in requests.</param>
</member>
<member name="M:Krypton.Toolkit.PaletteContentInheritRedirect.GetRedirector">
<summary>
Gets the redirector instance.
</summary>
<returns>Return the currently used redirector.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteContentInheritRedirect.SetRedirector(Krypton.Toolkit.PaletteRedirect)">
<summary>
Update the redirector with new reference.
</summary>
<param name="redirect">Target redirector.</param>
</member>
<member name="P:Krypton.Toolkit.PaletteContentInheritRedirect.Style">
<summary>
Gets and sets the style to use when inheriting.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteContentInheritRedirect.GetContentDraw(Krypton.Toolkit.PaletteState)">
<summary>
Gets a value indicating if content should be drawn.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>InheritBool value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteContentInheritRedirect.GetContentDrawFocus(Krypton.Toolkit.PaletteState)">
<summary>
Gets a value indicating if content should be drawn with focus indication.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>InheritBool value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteContentInheritRedirect.GetContentImageH(Krypton.Toolkit.PaletteState)">
<summary>
Gets the horizontal relative alignment of the image.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteContentInheritRedirect.GetContentImageV(Krypton.Toolkit.PaletteState)">
<summary>
Gets the vertical relative alignment of the image.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteContentInheritRedirect.GetContentImageEffect(Krypton.Toolkit.PaletteState)">
<summary>
Gets the effect applied to drawing of the image.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteImageEffect value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteContentInheritRedirect.GetContentImageColorMap(Krypton.Toolkit.PaletteState)">
<summary>
Gets the image color to remap into another color.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteContentInheritRedirect.GetContentImageColorTo(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color to use in place of the image map color.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteContentInheritRedirect.GetContentShortTextFont(Krypton.Toolkit.PaletteState)">
<summary>
Gets the font for the short text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Font value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteContentInheritRedirect.GetContentShortTextNewFont(Krypton.Toolkit.PaletteState)">
<summary>
Gets the font for the short text by generating a new font instance.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Font value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteContentInheritRedirect.GetContentShortTextHint(Krypton.Toolkit.PaletteState)">
<summary>
Gets the rendering hint for the short text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteTextHint value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteContentInheritRedirect.GetContentShortTextPrefix(Krypton.Toolkit.PaletteState)">
<summary>
Gets the prefix drawing setting for short text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteTextPrefix value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteContentInheritRedirect.GetContentShortTextMultiLine(Krypton.Toolkit.PaletteState)">
<summary>
Gets the flag indicating if multiline text is allowed for short text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>InheritBool value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteContentInheritRedirect.GetContentShortTextTrim(Krypton.Toolkit.PaletteState)">
<summary>
Gets the text trimming to use for short text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteTextTrim value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteContentInheritRedirect.GetContentShortTextH(Krypton.Toolkit.PaletteState)">
<summary>
Gets the horizontal relative alignment of the short text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteContentInheritRedirect.GetContentShortTextV(Krypton.Toolkit.PaletteState)">
<summary>
Gets the vertical relative alignment of the short text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteContentInheritRedirect.GetContentShortTextMultiLineH(Krypton.Toolkit.PaletteState)">
<summary>
Gets the vertical relative alignment of the short text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteContentInheritRedirect.GetContentShortTextColor1(Krypton.Toolkit.PaletteState)">
<summary>
Gets the first back color for the short text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteContentInheritRedirect.GetContentShortTextColor2(Krypton.Toolkit.PaletteState)">
<summary>
Gets the second back color for the short text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteContentInheritRedirect.GetContentShortTextColorStyle(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color drawing style for the short text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color drawing style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteContentInheritRedirect.GetContentShortTextColorAlign(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color alignment for the short text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteContentInheritRedirect.GetContentShortTextColorAngle(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color background angle for the short text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Angle used for color drawing.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteContentInheritRedirect.GetContentShortTextImage(Krypton.Toolkit.PaletteState)">
<summary>
Gets a background image for the short text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image instance.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteContentInheritRedirect.GetContentShortTextImageStyle(Krypton.Toolkit.PaletteState)">
<summary>
Gets the background image style.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image style value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteContentInheritRedirect.GetContentShortTextImageAlign(Krypton.Toolkit.PaletteState)">
<summary>
Gets the image alignment for the short text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteContentInheritRedirect.GetContentLongTextFont(Krypton.Toolkit.PaletteState)">
<summary>
Gets the font for the long text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Font value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteContentInheritRedirect.GetContentLongTextNewFont(Krypton.Toolkit.PaletteState)">
<summary>
Gets the font for the long text by generating a new font instance.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Font value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteContentInheritRedirect.GetContentLongTextHint(Krypton.Toolkit.PaletteState)">
<summary>
Gets the rendering hint for the long text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteTextHint value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteContentInheritRedirect.GetContentLongTextPrefix(Krypton.Toolkit.PaletteState)">
<summary>
Gets the prefix drawing setting for long text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteTextPrefix value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteContentInheritRedirect.GetContentLongTextMultiLine(Krypton.Toolkit.PaletteState)">
<summary>
Gets the flag indicating if multiline text is allowed for long text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>InheritBool value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteContentInheritRedirect.GetContentLongTextTrim(Krypton.Toolkit.PaletteState)">
<summary>
Gets the text trimming to use for long text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteTextTrim value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteContentInheritRedirect.GetContentLongTextH(Krypton.Toolkit.PaletteState)">
<summary>
Gets the horizontal relative alignment of the long text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteContentInheritRedirect.GetContentLongTextV(Krypton.Toolkit.PaletteState)">
<summary>
Gets the vertical relative alignment of the long text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteContentInheritRedirect.GetContentLongTextMultiLineH(Krypton.Toolkit.PaletteState)">
<summary>
Gets the vertical relative alignment of the long text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteContentInheritRedirect.GetContentLongTextColor1(Krypton.Toolkit.PaletteState)">
<summary>
Gets the first back color for the long text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteContentInheritRedirect.GetContentLongTextColor2(Krypton.Toolkit.PaletteState)">
<summary>
Gets the second back color for the long text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteContentInheritRedirect.GetContentLongTextColorStyle(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color drawing style for the long text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color drawing style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteContentInheritRedirect.GetContentLongTextColorAlign(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color alignment for the long text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteContentInheritRedirect.GetContentLongTextColorAngle(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color background angle for the long text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Angle used for color drawing.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteContentInheritRedirect.GetContentLongTextImage(Krypton.Toolkit.PaletteState)">
<summary>
Gets a background image for the long text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image instance.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteContentInheritRedirect.GetContentLongTextImageStyle(Krypton.Toolkit.PaletteState)">
<summary>
Gets the background image style for the long text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image style value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteContentInheritRedirect.GetContentLongTextImageAlign(Krypton.Toolkit.PaletteState)">
<summary>
Gets the image alignment for the long text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteContentInheritRedirect.GetBorderContentPadding(Krypton.Toolkit.KryptonForm,Krypton.Toolkit.PaletteState)">
<summary>
Gets the padding between the border and content drawing.
</summary>
<param name="owningForm"></param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Padding value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteContentInheritRedirect.GetContentAdjacentGap(Krypton.Toolkit.PaletteState)">
<summary>
Gets the padding between adjacent content items.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Integer value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteContentInheritRedirect.GetContentStyle">
<summary>
Gets the style appropriate for this content.
</summary>
<returns>Content style.</returns>
</member>
<member name="T:Krypton.Toolkit.PaletteContentJustImage">
<summary>
Implement storage but remove accesss to the non image properties.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteContentJustImage.#ctor(Krypton.Toolkit.IPaletteContent,Krypton.Toolkit.NeedPaintHandler)">
<summary>
Initialize a new instance of the PaletteContentJustImage class.
</summary>
<param name="inherit">Source for inheriting defaulted values.</param>
<param name="needPaint">Delegate for notifying paint requests.</param>
</member>
<member name="M:Krypton.Toolkit.PaletteContentJustImage.PopulateFromBase(Krypton.Toolkit.PaletteState)">
<summary>
Populate values from the base palette.
</summary>
<param name="state">Palette state to use when populating.</param>
</member>
<member name="P:Krypton.Toolkit.PaletteContentJustImage.DrawFocus">
<summary>
Gets a value indicating if content should be drawn with focus indication.
</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteContentJustImage.ShortText">
<summary>
Gets access to the short text palette details.
</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteContentJustImage.LongText">
<summary>
Gets access to the long text palette details.
</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteContentJustImage.AdjacentGap">
<summary>
Gets the padding between adjacent content items.
</summary>
</member>
<member name="T:Krypton.Toolkit.PaletteContentJustShortText">
<summary>
Implement storage but remove access to the non short text properties.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteContentJustShortText.#ctor">
<summary>
Initialize a new instance of the PaletteContentJustShortText class.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteContentJustShortText.#ctor(Krypton.Toolkit.IPaletteContent)">
<summary>
Initialize a new instance of the PaletteContentJustShortText class.
</summary>
<param name="inherit">Source for inheriting defaulted values.</param>
</member>
<member name="M:Krypton.Toolkit.PaletteContentJustShortText.#ctor(Krypton.Toolkit.IPaletteContent,Krypton.Toolkit.NeedPaintHandler)">
<summary>
Initialize a new instance of the PaletteContentJustShortText class.
</summary>
<param name="inherit">Source for inheriting defaulted values.</param>
<param name="needPaint">Delegate for notifying paint requests.</param>
</member>
<member name="M:Krypton.Toolkit.PaletteContentJustShortText.PopulateFromBase(Krypton.Toolkit.PaletteState)">
<summary>
Populate values from the base palette.
</summary>
<param name="state">Palette state to use when populating.</param>
</member>
<member name="P:Krypton.Toolkit.PaletteContentJustShortText.LongText">
<summary>
Gets access to the long text palette details.
</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteContentJustShortText.AdjacentGap">
<summary>
Gets the padding between adjacent content items.
</summary>
</member>
<member name="T:Krypton.Toolkit.PaletteContentJustText">
<summary>
Implement storage but remove access to the non text properties.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteContentJustText.#ctor(Krypton.Toolkit.IPaletteContent)">
<summary>
Initialize a new instance of the PaletteContentJustText class.
</summary>
<param name="inherit">Source for inheriting defaulted values.</param>
</member>
<member name="M:Krypton.Toolkit.PaletteContentJustText.#ctor(Krypton.Toolkit.IPaletteContent,Krypton.Toolkit.NeedPaintHandler)">
<summary>
Initialize a new instance of the PaletteContentJustText class.
</summary>
<param name="inherit">Source for inheriting defaulted values.</param>
<param name="needPaint">Delegate for notifying paint requests.</param>
</member>
<member name="M:Krypton.Toolkit.PaletteContentJustText.PopulateFromBase(Krypton.Toolkit.PaletteState)">
<summary>
Populate values from the base palette.
</summary>
<param name="state">Palette state to use when populating.</param>
</member>
<member name="P:Krypton.Toolkit.PaletteContentJustText.DrawFocus">
<summary>
Gets a value indicating if content should be drawn with focus indication.
</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteContentJustText.Image">
<summary>
Gets access to the image palette details.
</summary>
</member>
<member name="T:Krypton.Toolkit.PaletteContentText">
<summary>
Implement storage for palette content text details.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteContentText.InternalStorage.#ctor">
<summary>
Initialize a new instance of the InternalStorage structure.
</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteContentText.InternalStorage.IsDefault">
<summary>
Gets a value indicating if all values are default.
</summary>
</member>
<member name="E:Krypton.Toolkit.PaletteContentText.PropertyChanged">
<summary>
Occurs when a property has changed value.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteContentText.#ctor(Krypton.Toolkit.NeedPaintHandler)">
<summary>
Initialize a new instance of the PaletteContentText class.
</summary>
<param name="needPaint">Delegate for notifying paint requests.</param>
</member>
<member name="P:Krypton.Toolkit.PaletteContentText.IsDefault">
<summary>
Gets a value indicating if all values are default.
</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteContentText.Font">
<summary>
Gets the font for the text.
</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteContentText.Hint">
<summary>
Gets the text rendering hint for the text.
</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteContentText.Trim">
<summary>
Gets the text trimming for the text.
</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteContentText.Prefix">
<summary>
Gets the drawing used for prefix characters.
</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteContentText.TextH">
<summary>
Gets the horizontal relative alignment of the text.
</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteContentText.TextV">
<summary>
Gets the vertical relative alignment of the text.
</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteContentText.MultiLineH">
<summary>
Gets the relative horizontal alignment of multiline content text.
</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteContentText.MultiLine">
<summary>
Gets the flag indicating if multiline text is allowed.
</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteContentText.Color1">
<summary>
Gets and sets the first color for the text.
</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteContentText.Color2">
<summary>
Gets and sets the second color for the text.
</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteContentText.ColorStyle">
<summary>
Gets and sets the color drawing style for the text.
</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteContentText.ColorAlign">
<summary>
Gets and set the color alignment for the text.
</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteContentText.ColorAngle">
<summary>
Gets and sets the color angle for the text.
</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteContentText.Image">
<summary>
Gets and sets the image for the text.
</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteContentText.ImageStyle">
<summary>
Gets and sets the image style for the text.
</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteContentText.ImageAlign">
<summary>
Gets and set the image alignment for the text.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteContentText.OnPropertyChanged(System.String)">
<summary>
Raises the PropertyChanged event.
</summary>
<param name="property">Name of the property changed.</param>
</member>
<member name="T:Krypton.Toolkit.PaletteContentToPalette">
<summary>
Redirect all content requests directly to the palette instance.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteContentToPalette.#ctor(Krypton.Toolkit.PaletteBase,Krypton.Toolkit.PaletteContentStyle)">
<summary>
Initialize a new instance of the PaletteContentToPalette class.
</summary>
<param name="palette">Source for getting all values.</param>
<param name="style">Style of values required.</param>
</member>
<member name="P:Krypton.Toolkit.PaletteContentToPalette.ContentStyle">
<summary>
Gets and sets the fixed content style.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteContentToPalette.GetContentStyle">
<summary>
Gets the style appropriate for this content.
</summary>
<returns>Content style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteContentToPalette.GetContentDraw(Krypton.Toolkit.PaletteState)">
<summary>
Gets the actual content draw value.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>InheritBool value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteContentToPalette.GetContentDrawFocus(Krypton.Toolkit.PaletteState)">
<summary>
Gets the actual content draw with focus value.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>InheritBool value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteContentToPalette.GetContentImageH(Krypton.Toolkit.PaletteState)">
<summary>
Gets the actual content image horizontal alignment value.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteContentToPalette.GetContentImageV(Krypton.Toolkit.PaletteState)">
<summary>
Gets the actual content image vertical alignment value.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteContentToPalette.GetContentImageEffect(Krypton.Toolkit.PaletteState)">
<summary>
Gets the actual image drawing effect value.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteImageEffect value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteContentToPalette.GetContentImageColorMap(Krypton.Toolkit.PaletteState)">
<summary>
Gets the image color to remap into another color.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteContentToPalette.GetContentImageColorTo(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color to use in place of the image map color.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteContentToPalette.GetContentShortTextFont(Krypton.Toolkit.PaletteState)">
<summary>
Gets the actual content short text font value.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Font value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteContentToPalette.GetContentShortTextNewFont(Krypton.Toolkit.PaletteState)">
<summary>
Gets the font for the short text by generating a new font instance.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Font value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteContentToPalette.GetContentShortTextHint(Krypton.Toolkit.PaletteState)">
<summary>
Gets the actual text rendering hint for short text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteTextHint value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteContentToPalette.GetContentShortTextPrefix(Krypton.Toolkit.PaletteState)">
<summary>
Gets the prefix drawing setting for short text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteTextPrefix value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteContentToPalette.GetContentShortTextTrim(Krypton.Toolkit.PaletteState)">
<summary>
Gets the actual text trimming for the short text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteTextTrim value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteContentToPalette.GetContentShortTextH(Krypton.Toolkit.PaletteState)">
<summary>
Gets the actual content short text horizontal alignment value.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteContentToPalette.GetContentShortTextV(Krypton.Toolkit.PaletteState)">
<summary>
Gets the actual content short text vertical alignment value.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteContentToPalette.GetContentShortTextMultiLineH(Krypton.Toolkit.PaletteState)">
<summary>
Gets the actual content short text horizontal multiline alignment value.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteContentToPalette.GetContentShortTextMultiLine(Krypton.Toolkit.PaletteState)">
<summary>
Gets the flag indicating if multiline text is allowed for short text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>InheritBool value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteContentToPalette.GetContentShortTextColor1(Krypton.Toolkit.PaletteState)">
<summary>
Gets the first color for the short text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteContentToPalette.GetContentShortTextColor2(Krypton.Toolkit.PaletteState)">
<summary>
Gets the second back color for the short text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteContentToPalette.GetContentShortTextColorStyle(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color drawing style for the short text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color drawing style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteContentToPalette.GetContentShortTextColorAlign(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color alignment style for the short text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteContentToPalette.GetContentShortTextColorAngle(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color angle for the short text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Angle used for color drawing.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteContentToPalette.GetContentShortTextImage(Krypton.Toolkit.PaletteState)">
<summary>
Gets an image for the short text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image instance.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteContentToPalette.GetContentShortTextImageStyle(Krypton.Toolkit.PaletteState)">
<summary>
Gets the image style for the short text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image style value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteContentToPalette.GetContentShortTextImageAlign(Krypton.Toolkit.PaletteState)">
<summary>
Gets the image alignment style for the short text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteContentToPalette.GetContentLongTextFont(Krypton.Toolkit.PaletteState)">
<summary>
Gets the actual content long text font value.
</summary>
<returns>Font value.</returns>
<param name="state">Palette value should be applicable to this state.</param>
</member>
<member name="M:Krypton.Toolkit.PaletteContentToPalette.GetContentLongTextNewFont(Krypton.Toolkit.PaletteState)">
<summary>
Gets the font for the long text by generating a new font instance.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Font value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteContentToPalette.GetContentLongTextHint(Krypton.Toolkit.PaletteState)">
<summary>
Gets the actual text rendering hint for long text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteTextHint value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteContentToPalette.GetContentLongTextPrefix(Krypton.Toolkit.PaletteState)">
<summary>
Gets the prefix drawing setting for long text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteTextPrefix value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteContentToPalette.GetContentLongTextTrim(Krypton.Toolkit.PaletteState)">
<summary>
Gets the actual text trimming for the long text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteTextTrim value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteContentToPalette.GetContentLongTextH(Krypton.Toolkit.PaletteState)">
<summary>
Gets the actual content long text horizontal alignment value.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteContentToPalette.GetContentLongTextV(Krypton.Toolkit.PaletteState)">
<summary>
Gets the actual content long text vertical alignment value.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteContentToPalette.GetContentLongTextMultiLineH(Krypton.Toolkit.PaletteState)">
<summary>
Gets the actual content long text horizontal multiline alignment value.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteContentToPalette.GetContentLongTextMultiLine(Krypton.Toolkit.PaletteState)">
<summary>
Gets the flag indicating if multiline text is allowed for long text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>InheritBool value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteContentToPalette.GetContentLongTextColor1(Krypton.Toolkit.PaletteState)">
<summary>
Gets the first color for the long text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteContentToPalette.GetContentLongTextColor2(Krypton.Toolkit.PaletteState)">
<summary>
Gets the second back color for the long text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteContentToPalette.GetContentLongTextColorStyle(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color drawing style for the long text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color drawing style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteContentToPalette.GetContentLongTextColorAlign(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color alignment style for the long text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteContentToPalette.GetContentLongTextColorAngle(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color angle for the long text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Angle used for color drawing.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteContentToPalette.GetContentLongTextImage(Krypton.Toolkit.PaletteState)">
<summary>
Gets an image for the long text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image instance.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteContentToPalette.GetContentLongTextImageStyle(Krypton.Toolkit.PaletteState)">
<summary>
Gets the image style for the long text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image style value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteContentToPalette.GetContentLongTextImageAlign(Krypton.Toolkit.PaletteState)">
<summary>
Gets the image alignment style for the long text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteContentToPalette.GetBorderContentPadding(Krypton.Toolkit.KryptonForm,Krypton.Toolkit.PaletteState)">
<summary>
Gets the actual padding between the border and content drawing.
</summary>
<param name="owningForm"></param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Padding value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteContentToPalette.GetContentAdjacentGap(Krypton.Toolkit.PaletteState)">
<summary>
Gets the actual padding between adjacent content items.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Integer value.</returns>
</member>
<member name="T:Krypton.Toolkit.IPaletteBack">
<summary>
Exposes a palette source for drawing a background.
</summary>
</member>
<member name="M:Krypton.Toolkit.IPaletteBack.GetBackDraw(Krypton.Toolkit.PaletteState)">
<summary>
Gets a value indicating if background should be drawn.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>InheritBool value.</returns>
</member>
<member name="M:Krypton.Toolkit.IPaletteBack.GetBackGraphicsHint(Krypton.Toolkit.PaletteState)">
<summary>
Gets the graphics drawing hint.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteGraphicsHint value.</returns>
</member>
<member name="M:Krypton.Toolkit.IPaletteBack.GetBackColor1(Krypton.Toolkit.PaletteState)">
<summary>
Gets the first back color.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.IPaletteBack.GetBackColor2(Krypton.Toolkit.PaletteState)">
<summary>
Gets the second back color.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.IPaletteBack.GetBackColorStyle(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color drawing style.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color drawing style.</returns>
</member>
<member name="M:Krypton.Toolkit.IPaletteBack.GetBackColorAlign(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color alignment.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.IPaletteBack.GetBackColorAngle(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color background angle.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Angle used for color drawing.</returns>
</member>
<member name="M:Krypton.Toolkit.IPaletteBack.GetBackImage(Krypton.Toolkit.PaletteState)">
<summary>
Gets a background image.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image instance.</returns>
</member>
<member name="M:Krypton.Toolkit.IPaletteBack.GetBackImageStyle(Krypton.Toolkit.PaletteState)">
<summary>
Gets the background image style.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image style value.</returns>
</member>
<member name="M:Krypton.Toolkit.IPaletteBack.GetBackImageAlign(Krypton.Toolkit.PaletteState)">
<summary>
Gets the image alignment.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image alignment style.</returns>
</member>
<member name="T:Krypton.Toolkit.IPaletteBorder">
<summary>
Exposes a palette source for drawing a border.
</summary>
</member>
<member name="M:Krypton.Toolkit.IPaletteBorder.GetBorderDraw(Krypton.Toolkit.PaletteState)">
<summary>
Gets a value indicating if border should be drawn.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>InheritBool value.</returns>
</member>
<member name="M:Krypton.Toolkit.IPaletteBorder.GetBorderDrawBorders(Krypton.Toolkit.PaletteState)">
<summary>
Gets a value indicating which borders to draw.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteDrawBorders value.</returns>
</member>
<member name="M:Krypton.Toolkit.IPaletteBorder.GetBorderGraphicsHint(Krypton.Toolkit.PaletteState)">
<summary>
Gets the graphics drawing hint.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteGraphicsHint value.</returns>
</member>
<member name="M:Krypton.Toolkit.IPaletteBorder.GetBorderColor1(Krypton.Toolkit.PaletteState)">
<summary>
Gets the first border color.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.IPaletteBorder.GetBorderColor2(Krypton.Toolkit.PaletteState)">
<summary>
Gets the second border color.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.IPaletteBorder.GetBorderColorStyle(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color drawing style.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color drawing style.</returns>
</member>
<member name="M:Krypton.Toolkit.IPaletteBorder.GetBorderColorAlign(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color alignment.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.IPaletteBorder.GetBorderColorAngle(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color border angle.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Angle used for color drawing.</returns>
</member>
<member name="M:Krypton.Toolkit.IPaletteBorder.GetBorderWidth(Krypton.Toolkit.PaletteState)">
<summary>
Gets the border width.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Integer width.</returns>
</member>
<member name="M:Krypton.Toolkit.IPaletteBorder.GetBorderRounding(Krypton.Toolkit.PaletteState)">
<summary>
Gets the border corner rounding.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Integer rounding.</returns>
</member>
<member name="M:Krypton.Toolkit.IPaletteBorder.GetBorderImage(Krypton.Toolkit.PaletteState)">
<summary>
Gets a border image.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image instance.</returns>
</member>
<member name="M:Krypton.Toolkit.IPaletteBorder.GetBorderImageStyle(Krypton.Toolkit.PaletteState)">
<summary>
Gets the border image style.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image style value.</returns>
</member>
<member name="M:Krypton.Toolkit.IPaletteBorder.GetBorderImageAlign(Krypton.Toolkit.PaletteState)">
<summary>
Gets the image alignment.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image alignment style.</returns>
</member>
<member name="T:Krypton.Toolkit.IPaletteContent">
<summary>
Exposes a palette source for drawing content.
</summary>
</member>
<member name="M:Krypton.Toolkit.IPaletteContent.GetContentDraw(Krypton.Toolkit.PaletteState)">
<summary>
Gets a value indicating if content should be drawn.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>InheritBool value.</returns>
</member>
<member name="M:Krypton.Toolkit.IPaletteContent.GetContentDrawFocus(Krypton.Toolkit.PaletteState)">
<summary>
Gets a value indicating if content should be drawn with focus indication.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>InheritBool value.</returns>
</member>
<member name="M:Krypton.Toolkit.IPaletteContent.GetContentImageH(Krypton.Toolkit.PaletteState)">
<summary>
Gets the horizontal relative alignment of the image.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.IPaletteContent.GetContentImageV(Krypton.Toolkit.PaletteState)">
<summary>
Gets the vertical relative alignment of the image.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.IPaletteContent.GetContentImageEffect(Krypton.Toolkit.PaletteState)">
<summary>
Gets the effect applied to drawing of the image.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteImageEffect value.</returns>
</member>
<member name="M:Krypton.Toolkit.IPaletteContent.GetContentImageColorMap(Krypton.Toolkit.PaletteState)">
<summary>
Gets the image color to remap into another color.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.IPaletteContent.GetContentImageColorTo(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color to use in place of the image map color.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.IPaletteContent.GetContentShortTextFont(Krypton.Toolkit.PaletteState)">
<summary>
Gets the font for the short text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Font value.</returns>
</member>
<member name="M:Krypton.Toolkit.IPaletteContent.GetContentShortTextNewFont(Krypton.Toolkit.PaletteState)">
<summary>
Gets the font for the short text by generating a new font instance.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Font value.</returns>
</member>
<member name="M:Krypton.Toolkit.IPaletteContent.GetContentShortTextHint(Krypton.Toolkit.PaletteState)">
<summary>
Gets the rendering hint for the short text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteTextHint value.</returns>
</member>
<member name="M:Krypton.Toolkit.IPaletteContent.GetContentShortTextPrefix(Krypton.Toolkit.PaletteState)">
<summary>
Gets the prefix drawing setting for short text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteTextPrefix value.</returns>
</member>
<member name="M:Krypton.Toolkit.IPaletteContent.GetContentShortTextMultiLine(Krypton.Toolkit.PaletteState)">
<summary>
Gets the flag indicating if multiline text is allowed for short text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>InheritBool value.</returns>
</member>
<member name="M:Krypton.Toolkit.IPaletteContent.GetContentShortTextTrim(Krypton.Toolkit.PaletteState)">
<summary>
Gets the text trimming to use for short text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteTextTrim value.</returns>
</member>
<member name="M:Krypton.Toolkit.IPaletteContent.GetContentShortTextH(Krypton.Toolkit.PaletteState)">
<summary>
Gets the horizontal relative alignment of the short text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.IPaletteContent.GetContentShortTextV(Krypton.Toolkit.PaletteState)">
<summary>
Gets the vertical relative alignment of the short text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.IPaletteContent.GetContentShortTextMultiLineH(Krypton.Toolkit.PaletteState)">
<summary>
Gets the horizontal relative alignment of multiline short text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.IPaletteContent.GetContentShortTextColor1(Krypton.Toolkit.PaletteState)">
<summary>
Gets the first back color for the short text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.IPaletteContent.GetContentShortTextColor2(Krypton.Toolkit.PaletteState)">
<summary>
Gets the second back color for the short text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.IPaletteContent.GetContentShortTextColorStyle(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color drawing style for the short text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color drawing style.</returns>
</member>
<member name="M:Krypton.Toolkit.IPaletteContent.GetContentShortTextColorAlign(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color alignment for the short text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.IPaletteContent.GetContentShortTextColorAngle(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color background angle for the short text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Angle used for color drawing.</returns>
</member>
<member name="M:Krypton.Toolkit.IPaletteContent.GetContentShortTextImage(Krypton.Toolkit.PaletteState)">
<summary>
Gets a background image for the short text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image instance.</returns>
</member>
<member name="M:Krypton.Toolkit.IPaletteContent.GetContentShortTextImageStyle(Krypton.Toolkit.PaletteState)">
<summary>
Gets the background image style.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image style value.</returns>
</member>
<member name="M:Krypton.Toolkit.IPaletteContent.GetContentShortTextImageAlign(Krypton.Toolkit.PaletteState)">
<summary>
Gets the image alignment for the short text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.IPaletteContent.GetContentLongTextFont(Krypton.Toolkit.PaletteState)">
<summary>
Gets the font for the long text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Font value.</returns>
</member>
<member name="M:Krypton.Toolkit.IPaletteContent.GetContentLongTextNewFont(Krypton.Toolkit.PaletteState)">
<summary>
Gets the font for the long text by generating a new font instance.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Font value.</returns>
</member>
<member name="M:Krypton.Toolkit.IPaletteContent.GetContentLongTextHint(Krypton.Toolkit.PaletteState)">
<summary>
Gets the rendering hint for the long text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteTextHint value.</returns>
</member>
<member name="M:Krypton.Toolkit.IPaletteContent.GetContentLongTextMultiLine(Krypton.Toolkit.PaletteState)">
<summary>
Gets the flag indicating if multiline text is allowed for long text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>InheritBool value.</returns>
</member>
<member name="M:Krypton.Toolkit.IPaletteContent.GetContentLongTextTrim(Krypton.Toolkit.PaletteState)">
<summary>
Gets the text trimming to use for long text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteTextTrim value.</returns>
</member>
<member name="M:Krypton.Toolkit.IPaletteContent.GetContentLongTextPrefix(Krypton.Toolkit.PaletteState)">
<summary>
Gets the prefix drawing setting for long text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteTextPrefix value.</returns>
</member>
<member name="M:Krypton.Toolkit.IPaletteContent.GetContentLongTextH(Krypton.Toolkit.PaletteState)">
<summary>
Gets the horizontal relative alignment of the long text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.IPaletteContent.GetContentLongTextV(Krypton.Toolkit.PaletteState)">
<summary>
Gets the vertical relative alignment of the long text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.IPaletteContent.GetContentLongTextMultiLineH(Krypton.Toolkit.PaletteState)">
<summary>
Gets the horizontal relative alignment of multiline long text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.IPaletteContent.GetContentLongTextColor1(Krypton.Toolkit.PaletteState)">
<summary>
Gets the first back color for the long text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.IPaletteContent.GetContentLongTextColor2(Krypton.Toolkit.PaletteState)">
<summary>
Gets the second back color for the long text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.IPaletteContent.GetContentLongTextColorStyle(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color drawing style for the long text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color drawing style.</returns>
</member>
<member name="M:Krypton.Toolkit.IPaletteContent.GetContentLongTextColorAlign(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color alignment for the long text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.IPaletteContent.GetContentLongTextColorAngle(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color background angle for the long text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Angle used for color drawing.</returns>
</member>
<member name="M:Krypton.Toolkit.IPaletteContent.GetContentLongTextImage(Krypton.Toolkit.PaletteState)">
<summary>
Gets a background image for the long text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image instance.</returns>
</member>
<member name="M:Krypton.Toolkit.IPaletteContent.GetContentLongTextImageStyle(Krypton.Toolkit.PaletteState)">
<summary>
Gets the background image style for the long text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image style value.</returns>
</member>
<member name="M:Krypton.Toolkit.IPaletteContent.GetContentLongTextImageAlign(Krypton.Toolkit.PaletteState)">
<summary>
Gets the image alignment for the long text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.IPaletteContent.GetBorderContentPadding(Krypton.Toolkit.KryptonForm,Krypton.Toolkit.PaletteState)">
<summary>
Gets the padding between the border and content drawing.
</summary>
<param name="owningForm"></param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Padding value.</returns>
</member>
<member name="M:Krypton.Toolkit.IPaletteContent.GetContentAdjacentGap(Krypton.Toolkit.PaletteState)">
<summary>
Gets the padding between adjacent content items.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Integer value.</returns>
</member>
<member name="M:Krypton.Toolkit.IPaletteContent.GetContentStyle">
<summary>
Gets the style appropriate for this content.
</summary>
<returns>Content style.</returns>
</member>
<member name="T:Krypton.Toolkit.IPaletteMetric">
<summary>
Exposes a palette source for acquiring metrics.
</summary>
</member>
<member name="M:Krypton.Toolkit.IPaletteMetric.GetMetricInt(Krypton.Toolkit.KryptonForm,Krypton.Toolkit.PaletteState,Krypton.Toolkit.PaletteMetricInt)">
<summary>
Gets an integer metric value.
</summary>
<param name="owningForm"></param>
<param name="state">Palette value should be applicable to this state.</param>
<param name="metric">Requested metric.</param>
<returns>Integer value.</returns>
</member>
<member name="M:Krypton.Toolkit.IPaletteMetric.GetMetricBool(Krypton.Toolkit.PaletteState,Krypton.Toolkit.PaletteMetricBool)">
<summary>
Gets a boolean metric value.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<param name="metric">Requested metric.</param>
<returns>InheritBool value.</returns>
</member>
<member name="M:Krypton.Toolkit.IPaletteMetric.GetMetricPadding(Krypton.Toolkit.KryptonForm,Krypton.Toolkit.PaletteState,Krypton.Toolkit.PaletteMetricPadding)">
<summary>
Gets a padding metric value.
</summary>
<param name="owningForm"></param>
<param name="state">Palette value should be applicable to this state.</param>
<param name="metric">Requested metric.</param>
<returns>Padding value.</returns>
</member>
<member name="T:Krypton.Toolkit.IPaletteDouble">
<summary>
Access to the double of back and border palettes.
</summary>
</member>
<member name="P:Krypton.Toolkit.IPaletteDouble.PaletteBack">
<summary>
Gets the background palette.
</summary>
</member>
<member name="P:Krypton.Toolkit.IPaletteDouble.PaletteBorder">
<summary>
Gets the border palette.
</summary>
</member>
<member name="T:Krypton.Toolkit.IPaletteSeparator">
<summary>
Access to the back and border palettes plus metrics.
</summary>
</member>
<member name="P:Krypton.Toolkit.IPaletteSeparator.PaletteMetric">
<summary>
Gets the palette source for acquiring metrics.
</summary>
</member>
<member name="T:Krypton.Toolkit.IPaletteTriple">
<summary>
Access to the triple of back, border and content palettes.
</summary>
</member>
<member name="P:Krypton.Toolkit.IPaletteTriple.PaletteBack">
<summary>
Gets the background palette.
</summary>
</member>
<member name="P:Krypton.Toolkit.IPaletteTriple.PaletteBorder">
<summary>
Gets the border palette.
</summary>
</member>
<member name="P:Krypton.Toolkit.IPaletteTriple.PaletteContent">
<summary>
Gets the content palette.
</summary>
</member>
<member name="T:Krypton.Toolkit.IPaletteButtonSpec">
<summary>
Exposes a palette source button specifications.
</summary>
</member>
<member name="M:Krypton.Toolkit.IPaletteButtonSpec.GetButtonSpecIcon(Krypton.Toolkit.PaletteButtonSpecStyle)">
<summary>
Gets the icon to display for the button.
</summary>
<param name="style">Style of button spec.</param>
<returns>Icon value.</returns>
</member>
<member name="M:Krypton.Toolkit.IPaletteButtonSpec.GetButtonSpecImage(Krypton.Toolkit.PaletteButtonSpecStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the image to display for the button.
</summary>
<param name="style">Style of button spec.</param>
<param name="state">State for which image is required.</param>
<returns>Image value.</returns>
</member>
<member name="M:Krypton.Toolkit.IPaletteButtonSpec.GetButtonSpecImageTransparentColor(Krypton.Toolkit.PaletteButtonSpecStyle)">
<summary>
Gets the image transparent color.
</summary>
<param name="style">Style of button spec.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.IPaletteButtonSpec.GetButtonSpecShortText(Krypton.Toolkit.PaletteButtonSpecStyle)">
<summary>
Gets the short text to display for the button.
</summary>
<param name="style">Style of button spec.</param>
<returns>String value.</returns>
</member>
<member name="M:Krypton.Toolkit.IPaletteButtonSpec.GetButtonSpecLongText(Krypton.Toolkit.PaletteButtonSpecStyle)">
<summary>
Gets the long text to display for the button.
</summary>
<param name="style">Style of button spec.</param>
<returns>String value.</returns>
</member>
<member name="M:Krypton.Toolkit.IPaletteButtonSpec.GetButtonSpecToolTipTitle(Krypton.Toolkit.PaletteButtonSpecStyle)">
<summary>
Gets the tooltip title text to display for the button.
</summary>
<param name="style">Style of button spec.</param>
<returns>String value.</returns>
</member>
<member name="M:Krypton.Toolkit.IPaletteButtonSpec.GetButtonSpecColorMap(Krypton.Toolkit.PaletteButtonSpecStyle)">
<summary>
Gets the color to remap from the image to the container foreground.
</summary>
<param name="style">Style of button spec.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.IPaletteButtonSpec.GetButtonSpecStyle(Krypton.Toolkit.PaletteButtonSpecStyle)">
<summary>
Gets the button style used for drawing the button.
</summary>
<param name="style">Style of button spec.</param>
<returns>PaletteButtonStyle value.</returns>
</member>
<member name="M:Krypton.Toolkit.IPaletteButtonSpec.GetButtonSpecLocation(Krypton.Toolkit.PaletteButtonSpecStyle)">
<summary>
Get the location for the button.
</summary>
<param name="style">Style of button spec.</param>
<returns>HeaderLocation value.</returns>
</member>
<member name="M:Krypton.Toolkit.IPaletteButtonSpec.GetButtonSpecEdge(Krypton.Toolkit.PaletteButtonSpecStyle)">
<summary>
Gets the edge to position the button against.
</summary>
<param name="style">Style of button spec.</param>
<returns>PaletteRelativeEdgeAlign value.</returns>
</member>
<member name="M:Krypton.Toolkit.IPaletteButtonSpec.GetButtonSpecOrientation(Krypton.Toolkit.PaletteButtonSpecStyle)">
<summary>
Gets the button orientation.
</summary>
<param name="style">Style of button spec.</param>
<returns>PaletteButtonOrientation value.</returns>
</member>
<member name="T:Krypton.Toolkit.IPaletteRibbonGeneral">
<summary>
Exposes a palette source for general ribbon specifications.
</summary>
</member>
<member name="M:Krypton.Toolkit.IPaletteRibbonGeneral.GetRibbonShape">
<summary>
Gets the ribbon shape that should be used.
</summary>
<returns>Ribbon shape value.</returns>
</member>
<member name="M:Krypton.Toolkit.IPaletteRibbonGeneral.GetRibbonContextTextAlign(Krypton.Toolkit.PaletteState)">
<summary>
Gets the text alignment for the ribbon context text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Font value.</returns>
</member>
<member name="M:Krypton.Toolkit.IPaletteRibbonGeneral.GetRibbonContextTextFont(Krypton.Toolkit.PaletteState)">
<summary>
Gets the font for the ribbon context text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Font value.</returns>
</member>
<member name="M:Krypton.Toolkit.IPaletteRibbonGeneral.GetRibbonContextTextColor(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the ribbon context text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Font value.</returns>
</member>
<member name="M:Krypton.Toolkit.IPaletteRibbonGeneral.GetRibbonDisabledDark(Krypton.Toolkit.PaletteState)">
<summary>
Gets the dark disabled color used for ribbon glyphs.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.IPaletteRibbonGeneral.GetRibbonDisabledLight(Krypton.Toolkit.PaletteState)">
<summary>
Gets the light disabled color used for ribbon glyphs.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.IPaletteRibbonGeneral.GetRibbonGroupDialogDark(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the group dialog launcher dark.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.IPaletteRibbonGeneral.GetRibbonGroupDialogLight(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the group dialog launcher light.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.IPaletteRibbonGeneral.GetRibbonDropArrowDark(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the drop arrow dark.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.IPaletteRibbonGeneral.GetRibbonDropArrowLight(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the drop arrow light.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.IPaletteRibbonGeneral.GetRibbonGroupSeparatorDark(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the group separator dark.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.IPaletteRibbonGeneral.GetRibbonGroupSeparatorLight(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the group separator light.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.IPaletteRibbonGeneral.GetRibbonMinimizeBarDark(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the minimize bar dark.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.IPaletteRibbonGeneral.GetRibbonMinimizeBarLight(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the minimize bar light.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.IPaletteRibbonGeneral.GetRibbonTabRowBackgroundGradientRaftingDark(Krypton.Toolkit.PaletteState)">
<summary>
Gets the dark rafting color for the tab background.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.IPaletteRibbonGeneral.GetRibbonTabRowBackgroundGradientRaftingLight(Krypton.Toolkit.PaletteState)">
<summary>
Gets the light rafting color for the tab background.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.IPaletteRibbonGeneral.GetRibbonTabRowBackgroundSolidColor(Krypton.Toolkit.PaletteState)">
<summary>
Gets the solid color for the tab background.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.IPaletteRibbonGeneral.GetRibbonTabSeparatorColor(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the tab separator.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.IPaletteRibbonGeneral.GetRibbonTabSeparatorContextColor(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the tab context separators.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.IPaletteRibbonGeneral.GetRibbonTextFont(Krypton.Toolkit.PaletteState)">
<summary>
Gets the font for the ribbon text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Font value.</returns>
</member>
<member name="M:Krypton.Toolkit.IPaletteRibbonGeneral.GetRibbonTextHint(Krypton.Toolkit.PaletteState)">
<summary>
Gets the rendering hint for the ribbon font.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteTextHint value.</returns>
</member>
<member name="M:Krypton.Toolkit.IPaletteRibbonGeneral.GetRibbonQATButtonDark(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the extra QAT button dark content color.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.IPaletteRibbonGeneral.GetRibbonQATButtonLight(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the extra QAT button light content color.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.IPaletteRibbonGeneral.GetRibbonTabRowGradientColor1(Krypton.Toolkit.PaletteState)">
<summary>Gets the ribbon tab row gradient first color.</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>The gradient first color.</returns>
</member>
<member name="M:Krypton.Toolkit.IPaletteRibbonGeneral.GetRibbonTabRowGradientRaftingAngle(Krypton.Toolkit.PaletteState)">
<summary>Gets the ribbon tab row gradient rafting angle.</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>The gradient rafting angle.</returns>
</member>
<member name="T:Krypton.Toolkit.IPaletteRibbonFileAppTab">
<summary>
Exposes a palette source for ribbon background specifications.
</summary>
</member>
<member name="M:Krypton.Toolkit.IPaletteRibbonFileAppTab.GetRibbonFileAppTabTopColor(Krypton.Toolkit.PaletteState)">
<summary>
Gets the Application File Tab Top Colour
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.IPaletteRibbonFileAppTab.GetRibbonFileAppTabBottomColor(Krypton.Toolkit.PaletteState)">
<summary>
Gets the Application File Tab Bottom Colour
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.IPaletteRibbonFileAppTab.GetRibbonFileAppTabTextColor(Krypton.Toolkit.PaletteState)">
<summary>
Gets the Application File Tab Text Colour
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="T:Krypton.Toolkit.IPaletteRibbonBack">
<summary>
Exposes a palette source for ribbon background specifications.
</summary>
</member>
<member name="M:Krypton.Toolkit.IPaletteRibbonBack.GetRibbonBackColorStyle(Krypton.Toolkit.PaletteState)">
<summary>
Gets the method used to draw the background of a ribbon item.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteRibbonBackStyle value.</returns>
</member>
<member name="M:Krypton.Toolkit.IPaletteRibbonBack.GetRibbonBackColor1(Krypton.Toolkit.PaletteState)">
<summary>
Gets the first background color for the ribbon item.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.IPaletteRibbonBack.GetRibbonBackColor2(Krypton.Toolkit.PaletteState)">
<summary>
Gets the second background color for the ribbon item.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.IPaletteRibbonBack.GetRibbonBackColor3(Krypton.Toolkit.PaletteState)">
<summary>
Gets the third background color for the ribbon item.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.IPaletteRibbonBack.GetRibbonBackColor4(Krypton.Toolkit.PaletteState)">
<summary>
Gets the fourth background color for the ribbon item.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.IPaletteRibbonBack.GetRibbonBackColor5(Krypton.Toolkit.PaletteState)">
<summary>
Gets the fifth background color for the ribbon item.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="T:Krypton.Toolkit.IPaletteRibbonText">
<summary>
Exposes a palette source for ribbon text specifications.
</summary>
</member>
<member name="M:Krypton.Toolkit.IPaletteRibbonText.GetRibbonTextColor(Krypton.Toolkit.PaletteState)">
<summary>
Gets the tab color for the item text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="T:Krypton.Toolkit.IPaletteDragDrop">
<summary>
Access to drag the drop settings.
</summary>
</member>
<member name="M:Krypton.Toolkit.IPaletteDragDrop.GetDragDropSolidBack">
<summary>
Gets the background color for a solid drag drop area.
</summary>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.IPaletteDragDrop.GetDragDropSolidBorder">
<summary>
Gets the border color for a solid drag drop area.
</summary>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.IPaletteDragDrop.GetDragDropSolidOpacity">
<summary>
Gets the opacity of the solid area.
</summary>
<returns>Opacity ranging from 0 to 1.</returns>
</member>
<member name="M:Krypton.Toolkit.IPaletteDragDrop.GetDragDropDockBack">
<summary>
Gets the background color for the docking indicators area.
</summary>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.IPaletteDragDrop.GetDragDropDockBorder">
<summary>
Gets the border color for the docking indicators area.
</summary>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.IPaletteDragDrop.GetDragDropDockActive">
<summary>
Gets the active color for docking indicators.
</summary>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.IPaletteDragDrop.GetDragDropDockInactive">
<summary>
Gets the inactive color for docking indicators.
</summary>
<returns>Color value.</returns>
</member>
<member name="T:Krypton.Toolkit.IPaletteElementColor">
<summary>
Exposes a palette source for element colors.
</summary>
</member>
<member name="M:Krypton.Toolkit.IPaletteElementColor.GetElementColor1(Krypton.Toolkit.PaletteState)">
<summary>
Gets the first color for the element.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.IPaletteElementColor.GetElementColor2(Krypton.Toolkit.PaletteState)">
<summary>
Gets the second color for the element.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.IPaletteElementColor.GetElementColor3(Krypton.Toolkit.PaletteState)">
<summary>
Gets the third color for the element.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.IPaletteElementColor.GetElementColor4(Krypton.Toolkit.PaletteState)">
<summary>
Gets the fourth color for the element.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.IPaletteElementColor.GetElementColor5(Krypton.Toolkit.PaletteState)">
<summary>
Gets the fifth color for the element.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="T:Krypton.Toolkit.InheritBool">
<summary>
Specifies a boolean that can inherit its value.
</summary>
</member>
<member name="F:Krypton.Toolkit.InheritBool.Inherit">
<summary>
Specifies the value should be inherited.
</summary>
</member>
<member name="F:Krypton.Toolkit.InheritBool.True">
<summary>
Specifies a boolean true.
</summary>
</member>
<member name="F:Krypton.Toolkit.InheritBool.False">
<summary>
Specifies a boolean false.
</summary>
</member>
<member name="T:Krypton.Toolkit.PaletteState">
<summary>
Specifies the state of the element.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteState.Disabled">
<summary>
Specifies the element is in the disabled state.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteState.Normal">
<summary>
Specifies the element is in the normal state.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteState.Tracking">
<summary>
Specifies the element is in the hot tracking state.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteState.Pressed">
<summary>
Specifies the element is in the pressed state.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteState.Checked">
<summary>
Specifies the bit that is set for all checked states.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteState.CheckedNormal">
<summary>
Specifies the element is in the normal state.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteState.CheckedTracking">
<summary>
Specifies the checked element is in the hot tracking state.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteState.CheckedPressed">
<summary>
Specifies the checked element is in the pressed state.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteState.Context">
<summary>
Specifies the bit that is set for all context states.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteState.ContextNormal">
<summary>
Specifies the context element is in the normal state.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteState.ContextTracking">
<summary>
Specifies the context element is in the hot tracking state.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteState.ContextPressed">
<summary>
Specifies the context element is in the hot tracking state.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteState.ContextCheckedNormal">
<summary>
Specifies the context element is in the check normal state.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteState.ContextCheckedTracking">
<summary>
Specifies the context element is in the check tracking state.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteState.Override">
<summary>
Specifies the bit that is set for all override states.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteState.FocusOverride">
<summary>
Specifies values to override when in any state but with the focus.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteState.NormalDefaultOverride">
<summary>
Specifies values to override when in normal state but the default element.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteState.LinkVisitedOverride">
<summary>
Specifies values to override when a link has been visited.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteState.LinkNotVisitedOverride">
<summary>
Specifies values to override when a link has not been visited.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteState.LinkPressedOverride">
<summary>
Specifies values to override when a link is pressed.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteState.BoldedOverride">
<summary>
Specifies values to override bolded dates in calendars.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteState.TodayOverride">
<summary>
Specifies values to override today date in calendars.
</summary>
</member>
<member name="T:Krypton.Toolkit.PaletteMetricInt">
<summary>
Specifies a integer type metric.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteMetricInt.None">
<summary>
Specifies that no integer metric is required.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteMetricInt.HeaderButtonEdgeInsetPrimary">
<summary>
Specifies how far to inset a button on a primary header.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteMetricInt.HeaderButtonEdgeInsetSecondary">
<summary>
Specifies how far to inset a button on a secondary header.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteMetricInt.HeaderButtonEdgeInsetDockInactive">
<summary>
Specifies how far to inset a button on an inactive dock header.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteMetricInt.HeaderButtonEdgeInsetDockActive">
<summary>
Specifies how far to inset a button on an active dock header.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteMetricInt.HeaderButtonEdgeInsetForm">
<summary>
Specifies how far to inset a button on a main form header.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteMetricInt.HeaderButtonEdgeInsetCalendar">
<summary>
Specifies how far to inset a button on a calendar header.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteMetricInt.HeaderButtonEdgeInsetInputControl">
<summary>
Specifies how far to inset a button on a input control.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteMetricInt.HeaderButtonEdgeInsetCustom1">
<summary>
Specifies how far to inset a button on a custom1 header.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteMetricInt.BarButtonEdgeOutside">
<summary>
Specifies the padding from buttons to the outside control edge.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteMetricInt.BarButtonEdgeInside">
<summary>
Specifies the padding for buttons to the bar.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteMetricInt.PageButtonInset">
<summary>
Specifies the padding from buttons to the page header content.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteMetricInt.CheckButtonGap">
<summary>
Specifies the spacing gap been each check button.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteMetricInt.RibbonTabGap">
<summary>
Specifies the spacing gap been each ribbon tab.
</summary>
</member>
<member name="T:Krypton.Toolkit.PaletteMetricBool">
<summary>
Specifies a bool type metric.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteMetricBool.None">
<summary>
Specifies that no bool metric is required.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteMetricBool.HeaderGroupOverlay">
<summary>
Specifies when the border is drawn for the header group control.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteMetricBool.SplitWithFading">
<summary>
Specifies that split area controls use faded appearance for non-active area.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteMetricBool.RibbonTabsSpareCaption">
<summary>
Specifies that the spare tabs area be treated as the application caption area.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteMetricBool.TreeViewLines">
<summary>
Specifies if lines are drawn between nodes in the KryptonTreeView.
</summary>
</member>
<member name="T:Krypton.Toolkit.PaletteMetricPadding">
<summary>
Specifies a padding type metric.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteMetricPadding.None">
<summary>
Specifies that no padding metric is required.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteMetricPadding.HeaderGroupPaddingPrimary">
<summary>
Specifies the padding for the primary header inside a header group.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteMetricPadding.HeaderGroupPaddingSecondary">
<summary>
Specifies the padding for the second header inside a header group.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteMetricPadding.HeaderGroupPaddingDockInactive">
<summary>
Specifies the padding for the inactive dock header inside a header group.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteMetricPadding.HeaderGroupPaddingDockActive">
<summary>
Specifies the padding for the active dock header inside a header group.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteMetricPadding.RibbonButtonPadding">
<summary>
Specifies the padding for buttons on a ribbon.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteMetricPadding.HeaderButtonPaddingPrimary">
<summary>
Specifies the padding for buttons on a primary header.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteMetricPadding.HeaderButtonPaddingSecondary">
<summary>
Specifies the padding for buttons on a secondary header.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteMetricPadding.HeaderButtonPaddingDockInactive">
<summary>
Specifies the padding for the dock inside an inactive header group.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteMetricPadding.HeaderButtonPaddingDockActive">
<summary>
Specifies the padding for the dock inside an active header group.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteMetricPadding.HeaderButtonPaddingForm">
<summary>
Specifies the padding for buttons on a main form header.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteMetricPadding.HeaderButtonPaddingCalendar">
<summary>
Specifies the padding for buttons on a calendar header.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteMetricPadding.HeaderButtonPaddingInputControl">
<summary>
Specifies the padding for buttons on a input control.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteMetricPadding.HeaderButtonPaddingCustom1">
<summary>
Specifies the padding for buttons on a custom1 header.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteMetricPadding.BarPaddingTabs">
<summary>
Specifies the padding for the navigator bar when showing tabs.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteMetricPadding.BarPaddingInside">
<summary>
Specifies the padding for the navigator bar when inside.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteMetricPadding.BarPaddingOutside">
<summary>
Specifies the padding for the navigator bar when outside.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteMetricPadding.BarPaddingOnly">
<summary>
Specifies the padding for the navigator bar when on its own.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteMetricPadding.BarButtonPadding">
<summary>
Specifies the padding for buttons on a navigator bar.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteMetricPadding.PageButtonPadding">
<summary>
Specifies the padding for buttons on a navigator page header.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteMetricPadding.SeparatorPaddingLowProfile">
<summary>
Specifies the padding for the low profile separator.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteMetricPadding.SeparatorPaddingHighProfile">
<summary>
Specifies the padding for the high profile separator.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteMetricPadding.SeparatorPaddingHighInternalProfile">
<summary>
Specifies the padding for the high profile for internal separator.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteMetricPadding.SeparatorPaddingCustom1">
<summary>
Specifies the padding for the first custom separator.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteMetricPadding.SeparatorPaddingCustom2">
<summary>
Specifies the padding for the first custom separator.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteMetricPadding.SeparatorPaddingCustom3">
<summary>
Specifies the padding for the first custom separator.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteMetricPadding.ContextMenuItemHighlight">
<summary>
Specifies the padding outside of each context menu item highlight.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteMetricPadding.ContextMenuItemsCollection">
<summary>
Specifies the padding outside of each context menu items collection.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteMetricPadding.ContextMenuItemOuter">
<summary>
Specifies the padding inside of context menu outside.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteMetricPadding.RibbonAppButton">
<summary>
Specifies the padding outside each application button spec.
</summary>
</member>
<member name="T:Krypton.Toolkit.PaletteButtonStyle">
<summary>
Specifies the button style.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteButtonStyle.Inherit">
<summary>
Specifies button style should be inherited.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteButtonStyle.Standalone">
<summary>
Specifies a standalone button style.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteButtonStyle.Alternate">
<summary>
Specifies an alternative standalone button style.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteButtonStyle.LowProfile">
<summary>
Specifies a low profile button style.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteButtonStyle.ButtonSpec">
<summary>
Specifies a button spec usage style.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteButtonStyle.BreadCrumb">
<summary>
Specifies a bread crumb usage style.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteButtonStyle.Cluster">
<summary>
Specifies a ribbon cluster button usage style.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteButtonStyle.NavigatorStack">
<summary>
Specifies a navigator stack usage style.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteButtonStyle.NavigatorOverflow">
<summary>
Specifies a navigator outlook overflow usage style.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteButtonStyle.NavigatorMini">
<summary>
Specifies a navigator mini usage style.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteButtonStyle.InputControl">
<summary>
Specifies an input control usage style.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteButtonStyle.ListItem">
<summary>
Specifies a list item usage style.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteButtonStyle.Form">
<summary>
Specifies a form level button style.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteButtonStyle.FormClose">
<summary>
Specifies a form close level button style.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteButtonStyle.Command">
<summary>
Specifies a command button style.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteButtonStyle.Custom1">
<summary>
Specifies the first custom button style.
</summary>
</member>
<member name="T:Krypton.Toolkit.PaletteBackStyle">
<summary>
Specifies the style of background.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteBackStyle.ButtonStandalone">
<summary>
Specifies a background style appropriate for a standalone button style.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteBackStyle.ButtonAlternate">
<summary>
Specifies a background style appropriate for an alternate standalone button style.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteBackStyle.ButtonLowProfile">
<summary>
Specifies a background style appropriate for a low profile button style.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteBackStyle.ButtonButtonSpec">
<summary>
Specifies a background style appropriate for a button spec.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteBackStyle.ButtonBreadCrumb">
<summary>
Specifies a background style appropriate for a bread crumb.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteBackStyle.ButtonCalendarDay">
<summary>
Specifies a background style appropriate for a calendar day.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteBackStyle.ButtonCluster">
<summary>
Specifies a background style appropriate for a ribbon cluster button.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteBackStyle.ButtonGallery">
<summary>
Specifies a background style appropriate for a gallery button style.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteBackStyle.ButtonNavigatorStack">
<summary>
Specifies a background style appropriate for a navigator stack.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteBackStyle.ButtonNavigatorOverflow">
<summary>
Specifies a background style appropriate for a navigator overflow button.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteBackStyle.ButtonNavigatorMini">
<summary>
Specifies a background style appropriate for a navigator mini button.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteBackStyle.ButtonInputControl">
<summary>
Specifies a background style appropriate for an input control button.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteBackStyle.ButtonListItem">
<summary>
Specifies a background style appropriate for a list item button.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteBackStyle.ButtonForm">
<summary>
Specifies a background style appropriate for a form level button.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteBackStyle.ButtonFormClose">
<summary>
Specifies a background style appropriate for a form level close button.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteBackStyle.ButtonCommand">
<summary>
Specifies a background style appropriate for a command button.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteBackStyle.ButtonCustom1">
<summary>
Specifies a background style appropriate for the first custom button style.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteBackStyle.ButtonCustom2">
<summary>
Specifies a background style appropriate for the second custom button style.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteBackStyle.ButtonCustom3">
<summary>
Specifies a background style appropriate for the third custom button style.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteBackStyle.ControlClient">
<summary>
Specifies a background style appropriate for a client control style.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteBackStyle.ControlAlternate">
<summary>
Specifies a background style appropriate for an alternate control style.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteBackStyle.ControlGroupBox">
<summary>
Specifies a background style appropriate for a group box control style.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteBackStyle.ControlToolTip">
<summary>
Specifies a background style appropriate for a tool tip popup.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteBackStyle.ControlRibbon">
<summary>
Specifies a background style appropriate for a ribbon style control.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteBackStyle.ControlRibbonAppMenu">
<summary>
Specifies a background style appropriate for a ribbon application button menu control.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteBackStyle.ControlCustom1">
<summary>
Specifies a background style appropriate for the first custom control style.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteBackStyle.ContextMenuOuter">
<summary>
Specifies a background style appropriate for the outer part of a context menu control.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteBackStyle.ContextMenuInner">
<summary>
Specifies a background style appropriate for the inner part of a context menu control.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteBackStyle.ContextMenuHeading">
<summary>
Specifies a background style appropriate for a context menu heading.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteBackStyle.ContextMenuSeparator">
<summary>
Specifies a background style appropriate for a context menu separator.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteBackStyle.ContextMenuItemImage">
<summary>
Specifies a background style appropriate for a context menu image.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteBackStyle.ContextMenuItemSplit">
<summary>
Specifies a background style appropriate for the vertical split of a context menu item.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteBackStyle.ContextMenuItemImageColumn">
<summary>
Specifies a background style appropriate for a context menu image column.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteBackStyle.ContextMenuItemHighlight">
<summary>
Specifies a background style appropriate for a context menu highlight column.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteBackStyle.InputControlStandalone">
<summary>
Specifies a background style appropriate for a standalone input control.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteBackStyle.InputControlRibbon">
<summary>
Specifies a background style appropriate for a ribbon style input control.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteBackStyle.InputControlCustom1">
<summary>
Specifies a background style appropriate for the first custom input control style.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteBackStyle.GridHeaderColumnList">
<summary>
Specifies a background style appropriate for column headers in a list style grid.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteBackStyle.GridHeaderRowList">
<summary>
Specifies a background style appropriate for row headers in a list style grid.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteBackStyle.GridDataCellList">
<summary>
Specifies a background style appropriate for data cells in a list style grid.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteBackStyle.GridBackgroundList">
<summary>
Specifies a background style appropriate for blank areas in a list style grid.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteBackStyle.GridHeaderColumnSheet">
<summary>
Specifies a background style appropriate for column headers in a sheet style grid.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteBackStyle.GridHeaderRowSheet">
<summary>
Specifies a background style appropriate for row headers in a sheet style grid.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteBackStyle.GridDataCellSheet">
<summary>
Specifies a background style appropriate for data cells in a sheet style grid.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteBackStyle.GridBackgroundSheet">
<summary>
Specifies a background style appropriate for blank areas in a sheet style grid.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteBackStyle.GridHeaderColumnCustom1">
<summary>
Specifies a background style appropriate for column headers in a custom grid style.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteBackStyle.GridHeaderRowCustom1">
<summary>
Specifies a background style appropriate for row headers in a custom grid style.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteBackStyle.GridDataCellCustom1">
<summary>
Specifies a background style appropriate for data cells in a custom grid style.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteBackStyle.GridBackgroundCustom1">
<summary>
Specifies a background style appropriate for blank areas in a custom grid style.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteBackStyle.HeaderPrimary">
<summary>
Specifies a background style appropriate for a primary header style.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteBackStyle.HeaderSecondary">
<summary>
Specifies a background style appropriate for a secondary header style.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteBackStyle.HeaderDockInactive">
<summary>
Specifies a background style appropriate for an inactive docking header.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteBackStyle.HeaderDockActive">
<summary>
Specifies a background style appropriate for an active docking header.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteBackStyle.HeaderForm">
<summary>
Specifies a background style appropriate for a main form header style.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteBackStyle.HeaderCalendar">
<summary>
Specifies a background style appropriate for a calendar title area.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteBackStyle.HeaderCustom1">
<summary>
Specifies a background style appropriate for the first custom header style.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteBackStyle.HeaderCustom2">
<summary>
Specifies a background style appropriate for the second custom header style.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteBackStyle.PanelClient">
<summary>
Specifies a background style appropriate for a client panel style.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteBackStyle.PanelAlternate">
<summary>
Specifies a background style appropriate for an alternate panel style.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteBackStyle.PanelRibbonInactive">
<summary>
Specifies a background style appropriate for an inactive ribbon.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteBackStyle.PanelCustom1">
<summary>
Specifies a background style appropriate for the first custom panel style.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteBackStyle.PanelCustom2">
<summary>
Specifies a background style appropriate for the second custom panel style.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteBackStyle.PanelCustom3">
<summary>
Specifies a background style appropriate for the third custom panel style.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteBackStyle.SeparatorLowProfile">
<summary>
Specifies a background style appropriate for a low profile separator style.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteBackStyle.SeparatorHighProfile">
<summary>
Specifies a background style appropriate for a high profile separator style.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteBackStyle.SeparatorHighInternalProfile">
<summary>
Specifies a background style appropriate for a high profile for internal separator style.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteBackStyle.SeparatorCustom1">
<summary>
Specifies a background style appropriate for the first custom separator style.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteBackStyle.TabHighProfile">
<summary>
Specifies a background style appropriate for a high profile tab.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteBackStyle.TabStandardProfile">
<summary>
Specifies a background style appropriate for a standard profile tab.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteBackStyle.TabLowProfile">
<summary>
Specifies a background style appropriate for a low profile tab.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteBackStyle.TabOneNote">
<summary>
Specifies a background style appropriate for a OneNote tab.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteBackStyle.TabDock">
<summary>
Specifies a background style appropriate for a docking tab.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteBackStyle.TabDockAutoHidden">
<summary>
Specifies a background style appropriate for a auto hidden docking tab.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteBackStyle.TabCustom1">
<summary>
Specifies a background style appropriate for the first custom tab style.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteBackStyle.TabCustom2">
<summary>
Specifies a background style appropriate for the second custom tab style.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteBackStyle.TabCustom3">
<summary>
Specifies a background style appropriate for the third custom tab style.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteBackStyle.FormMain">
<summary>
Specifies a background style appropriate for a main form.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteBackStyle.FormCustom1">
<summary>
Specifies a background style appropriate for the first custom form style.
</summary>
</member>
<member name="T:Krypton.Toolkit.PaletteBorderStyle">
<summary>
Specifies the style of border.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteBorderStyle.ButtonStandalone">
<summary>
Specifies a border style appropriate for a standalone button style.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteBorderStyle.ButtonAlternate">
<summary>
Specifies a border style appropriate for an alternate standalone button style.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteBorderStyle.ButtonLowProfile">
<summary>
Specifies a border style appropriate for a low profile button style.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteBorderStyle.ButtonButtonSpec">
<summary>
Specifies a border style appropriate for a button spec style.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteBorderStyle.ButtonBreadCrumb">
<summary>
Specifies a border style appropriate for a bread crumb.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteBorderStyle.ButtonCalendarDay">
<summary>
Specifies a border style appropriate for a calendar day.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteBorderStyle.ButtonCluster">
<summary>
Specifies a border style appropriate for a ribbon cluster button.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteBorderStyle.ButtonGallery">
<summary>
Specifies a border style appropriate for a gallery button style.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteBorderStyle.ButtonNavigatorStack">
<summary>
Specifies a border style appropriate for a navigator stack.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteBorderStyle.ButtonNavigatorOverflow">
<summary>
Specifies a border style appropriate for a navigator overflow button.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteBorderStyle.ButtonNavigatorMini">
<summary>
Specifies a border style appropriate for a navigator mini button.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteBorderStyle.ButtonInputControl">
<summary>
Specifies a border style appropriate for an input control button.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteBorderStyle.ButtonListItem">
<summary>
Specifies a border style appropriate for a list item button.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteBorderStyle.ButtonForm">
<summary>
Specifies a border style appropriate for a form level button.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteBorderStyle.ButtonFormClose">
<summary>
Specifies a border style appropriate for a form level close button.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteBorderStyle.ButtonCommand">
<summary>
Specifies a border style appropriate for a command button.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteBorderStyle.ButtonCustom1">
<summary>
Specifies a border style appropriate for the first custom button style.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteBorderStyle.ButtonCustom2">
<summary>
Specifies a border style appropriate for the second custom button style.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteBorderStyle.ButtonCustom3">
<summary>
Specifies a border style appropriate for the third custom button style.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteBorderStyle.ControlClient">
<summary>
Specifies a border style appropriate for a client control style.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteBorderStyle.ControlAlternate">
<summary>
Specifies a border style appropriate for an alternate control style.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteBorderStyle.ControlGroupBox">
<summary>
Specifies a border style appropriate for a group box.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteBorderStyle.ControlToolTip">
<summary>
Specifies a border style appropriate for an a tool tip popup.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteBorderStyle.ControlRibbon">
<summary>
Specifies a border style appropriate for a ribbon style control.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteBorderStyle.ControlRibbonAppMenu">
<summary>
Specifies a border style appropriate for a ribbon application button menu control.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteBorderStyle.ControlCustom1">
<summary>
Specifies a border style appropriate for the first custom control style.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteBorderStyle.ContextMenuOuter">
<summary>
Specifies a border style appropriate for the outer part of a context menu control.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteBorderStyle.ContextMenuInner">
<summary>
Specifies a border style appropriate for the inner part of a context menu control.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteBorderStyle.ContextMenuHeading">
<summary>
Specifies a border style appropriate for a context menu heading.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteBorderStyle.ContextMenuSeparator">
<summary>
Specifies a border style appropriate for a context menu separator.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteBorderStyle.ContextMenuItemImage">
<summary>
Specifies a border style appropriate for a context menu image.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteBorderStyle.ContextMenuItemSplit">
<summary>
Specifies a border style appropriate for the vertical split of a context menu item.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteBorderStyle.ContextMenuItemImageColumn">
<summary>
Specifies a border style appropriate for a context menu image column.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteBorderStyle.ContextMenuItemHighlight">
<summary>
Specifies a border style appropriate for a context menu highlight column.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteBorderStyle.InputControlStandalone">
<summary>
Specifies a border style appropriate for a standalone input control.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteBorderStyle.InputControlRibbon">
<summary>
Specifies a border style appropriate for a ribbon style input control.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteBorderStyle.InputControlCustom1">
<summary>
Specifies a border style appropriate for the first custom input control style.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteBorderStyle.GridHeaderColumnList">
<summary>
Specifies a border style appropriate for column headers in a list style grid.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteBorderStyle.GridHeaderRowList">
<summary>
Specifies a border style appropriate for row headers in a list style grid.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteBorderStyle.GridDataCellList">
<summary>
Specifies a border style appropriate for data cells in a list style grid.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteBorderStyle.GridHeaderColumnSheet">
<summary>
Specifies a border style appropriate for column headers in a sheet style grid.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteBorderStyle.GridHeaderRowSheet">
<summary>
Specifies a border style appropriate for row headers in a sheet style grid.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteBorderStyle.GridDataCellSheet">
<summary>
Specifies a border style appropriate for data cells in a sheet style grid.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteBorderStyle.GridHeaderColumnCustom1">
<summary>
Specifies a border style appropriate for column headers in a custom grid style.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteBorderStyle.GridHeaderRowCustom1">
<summary>
Specifies a border style appropriate for row headers in a custom grid style.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteBorderStyle.GridDataCellCustom1">
<summary>
Specifies a border style appropriate for data cells in a custom grid style.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteBorderStyle.HeaderPrimary">
<summary>
Specifies a border style appropriate for a primary header style.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteBorderStyle.HeaderSecondary">
<summary>
Specifies a border style appropriate for a secondary header style.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteBorderStyle.HeaderDockInactive">
<summary>
Specifies a border style appropriate for an inactive docking header.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteBorderStyle.HeaderDockActive">
<summary>
Specifies a border style appropriate for an active docking header.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteBorderStyle.HeaderForm">
<summary>
Specifies a border style appropriate for a main form header style.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteBorderStyle.HeaderCalendar">
<summary>
Specifies a border style appropriate for a calendar title area.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteBorderStyle.HeaderCustom1">
<summary>
Specifies a border style appropriate for the first custom header style.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteBorderStyle.HeaderCustom2">
<summary>
Specifies a border style appropriate for the second custom header style.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteBorderStyle.SeparatorLowProfile">
<summary>
Specifies a border style appropriate for a low profile separator style.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteBorderStyle.SeparatorHighProfile">
<summary>
Specifies a border style appropriate for a high profile separator style.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteBorderStyle.SeparatorHighInternalProfile">
<summary>
Specifies a border style appropriate for a high profile for internal separator style.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteBorderStyle.SeparatorCustom1">
<summary>
Specifies a border style appropriate for the first custom separator style.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteBorderStyle.SeparatorCustom2">
<summary>
Specifies a border style appropriate for the first custom separator style.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteBorderStyle.SeparatorCustom3">
<summary>
Specifies a border style appropriate for the first custom separator style.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteBorderStyle.TabHighProfile">
<summary>
Specifies a border style appropriate for a high profile tab.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteBorderStyle.TabStandardProfile">
<summary>
Specifies a border style appropriate for a standard profile tab.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteBorderStyle.TabLowProfile">
<summary>
Specifies a border style appropriate for a low profile tab.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteBorderStyle.TabOneNote">
<summary>
Specifies a border style appropriate for a OneNote tab.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteBorderStyle.TabDock">
<summary>
Specifies a border style appropriate for a docking tab.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteBorderStyle.TabDockAutoHidden">
<summary>
Specifies a border style appropriate for a auto hidden docking tab.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteBorderStyle.TabCustom1">
<summary>
Specifies a border style appropriate for the first custom tab style.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteBorderStyle.TabCustom2">
<summary>
Specifies a border style appropriate for the second custom tab style.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteBorderStyle.TabCustom3">
<summary>
Specifies a border style appropriate for the third custom tab style.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteBorderStyle.FormMain">
<summary>
Specifies a border style appropriate for a main form.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteBorderStyle.FormCustom1">
<summary>
Specifies a border style appropriate for the first custom form style.
</summary>
</member>
<member name="T:Krypton.Toolkit.PaletteContentStyle">
<summary>
Specifies the style of content.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteContentStyle.ButtonStandalone">
<summary>
Specifies a content style appropriate for a standalone button style.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteContentStyle.ButtonAlternate">
<summary>
Specifies a content style appropriate for an alternate standalone button style.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteContentStyle.ButtonLowProfile">
<summary>
Specifies a content style appropriate for a low profile button style.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteContentStyle.ButtonButtonSpec">
<summary>
Specifies a content style appropriate for a button spec.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteContentStyle.ButtonBreadCrumb">
<summary>
Specifies a content style appropriate for a bread crumb.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteContentStyle.ButtonCalendarDay">
<summary>
Specifies a content style appropriate for a calendar day.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteContentStyle.ButtonCluster">
<summary>
Specifies a content style appropriate for a ribbon cluster button.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteContentStyle.ButtonGallery">
<summary>
Specifies a content style appropriate for a ribbon gallery button.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteContentStyle.ButtonNavigatorStack">
<summary>
Specifies a content style appropriate for a navigator stack.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteContentStyle.ButtonNavigatorOverflow">
<summary>
Specifies a content style appropriate for a navigator overflow button.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteContentStyle.ButtonNavigatorMini">
<summary>
Specifies a content style appropriate for a navigator mini button.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteContentStyle.ButtonInputControl">
<summary>
Specifies a content style appropriate for an input control button.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteContentStyle.ButtonListItem">
<summary>
Specifies a content style appropriate for a list item button.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteContentStyle.ButtonForm">
<summary>
Specifies a content style appropriate for a form level button.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteContentStyle.ButtonFormClose">
<summary>
Specifies a content style appropriate for a form level close button.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteContentStyle.ButtonCommand">
<summary>
Specifies a content style appropriate for a command button.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteContentStyle.ButtonCustom1">
<summary>
Specifies a content style appropriate for the first custom button style.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteContentStyle.ButtonCustom2">
<summary>
Specifies a content style appropriate for the second custom button style.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteContentStyle.ButtonCustom3">
<summary>
Specifies a content style appropriate for the third custom button style.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteContentStyle.ContextMenuHeading">
<summary>
Specifies a content style appropriate for a context menu heading.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteContentStyle.ContextMenuItemImage">
<summary>
Specifies a content style appropriate for the image of a context menu item.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteContentStyle.ContextMenuItemTextStandard">
<summary>
Specifies a content style appropriate for the text/extra text of a standard context menu item.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteContentStyle.ContextMenuItemTextAlternate">
<summary>
Specifies a content style appropriate for the text/extra text of a alternate context menu item.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteContentStyle.ContextMenuItemShortcutText">
<summary>
Specifies a content style appropriate for the shortcut text of a context menu item.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteContentStyle.GridHeaderColumnList">
<summary>
Specifies a border style appropriate for column headers in a list style grid.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteContentStyle.GridHeaderRowList">
<summary>
Specifies a border style appropriate for column rows in a list style grid.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteContentStyle.GridDataCellList">
<summary>
Specifies a border style appropriate for data cells in a list style grid.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteContentStyle.GridHeaderColumnSheet">
<summary>
Specifies a border style appropriate for column headers in a sheet style grid.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteContentStyle.GridHeaderRowSheet">
<summary>
Specifies a border style appropriate for column rows in a sheet style grid.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteContentStyle.GridDataCellSheet">
<summary>
Specifies a border style appropriate for data cells in a sheet style grid.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteContentStyle.GridHeaderColumnCustom1">
<summary>
Specifies a border style appropriate for column headers in a custom grid style.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteContentStyle.GridHeaderRowCustom1">
<summary>
Specifies a border style appropriate for column rows in a custom grid style.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteContentStyle.GridDataCellCustom1">
<summary>
Specifies a border style appropriate for data cells in a custom grid style.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteContentStyle.HeaderPrimary">
<summary>
Specifies a content style appropriate for a primary Header.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteContentStyle.HeaderSecondary">
<summary>
Specifies a content style appropriate for a secondary Header.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteContentStyle.HeaderDockInactive">
<summary>
Specifies a content style appropriate for an inactive docking header.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteContentStyle.HeaderDockActive">
<summary>
Specifies a content style appropriate for an active docking header.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteContentStyle.HeaderForm">
<summary>
Specifies a content style appropriate for a main form header style.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteContentStyle.HeaderCalendar">
<summary>
Specifies a content style appropriate for a calendar title area.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteContentStyle.HeaderCustom1">
<summary>
Specifies a content style appropriate for the first custom header style.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteContentStyle.HeaderCustom2">
<summary>
Specifies a content style appropriate for the second custom header style.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteContentStyle.LabelNormalControl">
<summary>
Specifies a normal label for use on a control style background.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteContentStyle.LabelBoldControl">
<summary>
Specifies a bold label for use on a control style background.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteContentStyle.LabelItalicControl">
<summary>
Specifies an italic label for use on a control style background.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteContentStyle.LabelTitleControl">
<summary>
Specifies a label appropriate for titles for use on a control style background.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteContentStyle.LabelNormalPanel">
<summary>
Specifies a normal label for use on a panel style background.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteContentStyle.LabelBoldPanel">
<summary>
Specifies a bold label for use on a panel style background.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteContentStyle.LabelItalicPanel">
<summary>
Specifies a italic label for use on a panel style background.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteContentStyle.LabelTitlePanel">
<summary>
Specifies a label appropriate for titles for use on a panel style background.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteContentStyle.LabelGroupBoxCaption">
<summary>
Specifies a normal label for use on a group box panel style background.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteContentStyle.LabelToolTip">
<summary>
Specifies a label style appropriate for a tooltip popup.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteContentStyle.LabelSuperTip">
<summary>
Specifies a label style appropriate for a super tooltip popup.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteContentStyle.LabelKeyTip">
<summary>
Specifies a label style appropriate for a key tooltip popup.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteContentStyle.LabelCustom1">
<summary>
Specifies the first custom label style.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteContentStyle.LabelCustom2">
<summary>
Specifies the second custom label style.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteContentStyle.LabelCustom3">
<summary>
Specifies the third custom label style.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteContentStyle.TabHighProfile">
<summary>
Specifies a content style appropriate for a high profile tab.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteContentStyle.TabStandardProfile">
<summary>
Specifies a content style appropriate for a standard profile tab.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteContentStyle.TabLowProfile">
<summary>
Specifies a content style appropriate for a low profile tab.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteContentStyle.TabOneNote">
<summary>
Specifies a content style appropriate for a OneNote tab.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteContentStyle.TabDock">
<summary>
Specifies a content style appropriate for a docking tab.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteContentStyle.TabDockAutoHidden">
<summary>
Specifies a content style appropriate for a auto hidden docking tab.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteContentStyle.TabCustom1">
<summary>
Specifies a content style appropriate for the first custom tab style.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteContentStyle.TabCustom2">
<summary>
Specifies a content style appropriate for the second custom tab style.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteContentStyle.TabCustom3">
<summary>
Specifies a content style appropriate for the third custom tab style.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteContentStyle.InputControlStandalone">
<summary>
Specifies a content style appropriate for a standalone input control.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteContentStyle.InputControlRibbon">
<summary>
Specifies a content style appropriate for a ribbon style input control.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteContentStyle.InputControlCustom1">
<summary>
Specifies a content style appropriate for the first custom input control style.
</summary>
</member>
<member name="T:Krypton.Toolkit.PaletteColorStyle">
<summary>
Specifies the color drawing style.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteColorStyle.Inherit">
<summary>
Specifies color should be inherited.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteColorStyle.Dashed">
<summary>
Specifies drawing as a series of dashes.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteColorStyle.Solid">
<summary>
Specifies solid drawing instead of a gradient.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteColorStyle.SolidInside">
<summary>
Specifies solid block using the first color but with a line of second color one pixel inside.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteColorStyle.SolidRightLine">
<summary>
Specifies solid block using the first color and a single line of second color on right edge.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteColorStyle.SolidLeftLine">
<summary>
Specifies solid block using the first color and a single line of second color on left edge.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteColorStyle.SolidTopLine">
<summary>
Specifies solid block using the first color and a single line of second color on top edge.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteColorStyle.SolidBottomLine">
<summary>
Specifies solid block using the first color and a single line of second color on bottom edge.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteColorStyle.SolidAllLine">
<summary>
Specifies solid block using the first color and a rectangle of second color around all edges.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteColorStyle.Switch25">
<summary>
Specifies a switch between the first and second colors at 25 percent of distance.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteColorStyle.Switch33">
<summary>
Specifies a switch between the first and second colors at 33 percent of distance.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteColorStyle.Switch50">
<summary>
Specifies a switch between the first and second colors at 50 percent of distance.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteColorStyle.Switch90">
<summary>
Specifies a switch between the first and second colors at 90 percent of distance.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteColorStyle.Linear">
<summary>
Specifies a straight line gradient.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteColorStyle.Linear25">
<summary>
Specifies the the first 25 percent is color 1 then it linear gradients into color 2.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteColorStyle.Linear33">
<summary>
Specifies the the first 33 percent is color 1 then it linear gradients into color 2.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteColorStyle.Linear40">
<summary>
Specifies the the first 40 percent is color 1 then it linear gradients into color 2.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteColorStyle.Linear50">
<summary>
Specifies the the first 50 percent is color 1 then it linear gradients into color 2.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteColorStyle.LinearShadow">
<summary>
Specifies a straight line gradient with shadow around the inner edge.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteColorStyle.Rounded">
<summary>
Specifies a rounded gradient by using a non-linear falloff.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteColorStyle.Rounding2">
<summary>
Specifies a rounded look using a second variant blend of the two colors.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteColorStyle.Rounding3">
<summary>
Specifies a rounded look using a third variant blend of the two colors.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteColorStyle.Rounding4">
<summary>
Specifies a rounded look using a fourth variant blend of the two colors.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteColorStyle.Rounding5">
<summary>
Specifies a rounded look using a fifth variant blend of the two colors.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteColorStyle.RoundedTopLight">
<summary>
Specifies a rounded gradient by using a non-linear falloff but with the top edge having light version of Color1.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteColorStyle.RoundedTopLeftWhite">
<summary>
Specifies a rounded gradient by using a non-linear falloff but with the top and left edges having a white border.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteColorStyle.Sigma">
<summary>
Specifies a sigma curve that peeks in the center.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteColorStyle.HalfCut">
<summary>
Specifies a gradient effect in the first and second halfs of the area.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteColorStyle.QuarterPhase">
<summary>
Specifies first color fades into second color mostly within the first quarter of area.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteColorStyle.OneNote">
<summary>
Specifies color transition similar to Microsoft OneNote.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteColorStyle.GlassThreeEdge">
<summary>
Specifies a simple glass effect with three edges lighter.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteColorStyle.GlassSimpleFull">
<summary>
Specifies a simple glass effect.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteColorStyle.GlassNormalFull">
<summary>
Specifies a full glass effect appropriate for a normal state.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteColorStyle.GlassTrackingFull">
<summary>
Specifies a full glass effect appropriate for a tracking state.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteColorStyle.GlassPressedFull">
<summary>
Specifies a full glass effect appropriate for a pressed state.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteColorStyle.GlassCheckedFull">
<summary>
Specifies a full glass effect appropriate for a checked state.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteColorStyle.GlassCheckedTrackingFull">
<summary>
Specifies a full glass effect appropriate for a checked/tracking state.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteColorStyle.GlassNormalStump">
<summary>
Specifies a stumpy glass effect appropriate for a normal state.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteColorStyle.GlassTrackingStump">
<summary>
Specifies a stumpy glass effect appropriate for a tracking state.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteColorStyle.GlassPressedStump">
<summary>
Specifies a stumpy glass effect appropriate for a pressed state.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteColorStyle.GlassCheckedStump">
<summary>
Specifies a stumpy glass effect appropriate for a checked state.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteColorStyle.GlassCheckedTrackingStump">
<summary>
Specifies a stumpy glass effect appropriate for a checked/tracking state.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteColorStyle.GlassNormalSimple">
<summary>
Specifies a simple glass effect appropriate for a normal state.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteColorStyle.GlassTrackingSimple">
<summary>
Specifies a simple glass effect appropriate for a tracking state.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteColorStyle.GlassPressedSimple">
<summary>
Specifies a simple glass effect appropriate for a pressed state.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteColorStyle.GlassCheckedSimple">
<summary>
Specifies a simple glass effect appropriate for a checked state.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteColorStyle.GlassCheckedTrackingSimple">
<summary>
Specifies a simple glass effect appropriate for a checked/tracking state.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteColorStyle.GlassCenter">
<summary>
Specifies a glass effect with fading from the center.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteColorStyle.GlassBottom">
<summary>
Specifies a glass effect with fading from the bottom.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteColorStyle.GlassFade">
<summary>
Specifies a simple glass effect that fades away to nothing by end of the area.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteColorStyle.ExpertTracking">
<summary>
Specifies an expert style button with tracking effect.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteColorStyle.ExpertPressed">
<summary>
Specifies an expert style button with pressed effect.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteColorStyle.ExpertChecked">
<summary>
Specifies an expert style button that is checked.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteColorStyle.ExpertCheckedTracking">
<summary>
Specifies an expert style button that is checked with tracking effect.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteColorStyle.ExpertSquareHighlight">
<summary>
Specifies an expert style button that has a square inner area with highlighting.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteColorStyle.ExpertSquareHighlight2">
<summary>
Specifies an expert style button that has a square inner area with highlighting variation 2.
</summary>
</member>
<member name="T:Krypton.Toolkit.PaletteImageStyle">
<summary>
Specifies how an image is aligned.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteImageStyle.Inherit">
<summary>
Specifies image style should be inherited.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteImageStyle.TopLeft">
<summary>
Specifies the image is placed in the top left.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteImageStyle.TopMiddle">
<summary>
Specifies the image is placed in the center at the top.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteImageStyle.TopRight">
<summary>
Specifies the image is placed in the top right.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteImageStyle.CenterLeft">
<summary>
Specifies the image is placed in the center at the left.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteImageStyle.CenterMiddle">
<summary>
Specifies the image is placed in the center.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteImageStyle.CenterRight">
<summary>
Specifies the image is placed in the center at the right.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteImageStyle.BottomLeft">
<summary>
Specifies the image is placed in the bottom left.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteImageStyle.BottomMiddle">
<summary>
Specifies the image is placed in the center at the bottom.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteImageStyle.BottomRight">
<summary>
Specifies the image is placed in the bottom right.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteImageStyle.Stretch">
<summary>
Specifies image should be stretch to fix area.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteImageStyle.Tile">
<summary>
Specifies the image is tiled without flipping.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteImageStyle.TileFlipX">
<summary>
Specifies the image is tiled with flip horizontally.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteImageStyle.TileFlipY">
<summary>
Specifies the image is tiled with flip vertically.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteImageStyle.TileFlipXY">
<summary>
Specifies the image is tiled with flip horizontally and vertically.
</summary>
</member>
<member name="T:Krypton.Toolkit.PaletteDrawBorders">
<summary>
Specifies the an image is aligned.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteDrawBorders.Inherit">
<summary>
Specifies borders to draw should be inherited.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteDrawBorders.None">
<summary>
Specifies that no borders are required.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteDrawBorders.Top">
<summary>
Specifies the top border should be drawn.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteDrawBorders.Bottom">
<summary>
Specifies the bottom border should be drawn.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteDrawBorders.TopBottom">
<summary>
Specifies the top and bottom border.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteDrawBorders.Left">
<summary>
Specifies the left border should be drawn.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteDrawBorders.TopLeft">
<summary>
Specifies the top and bottom border.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteDrawBorders.BottomLeft">
<summary>
Specifies the left and bottom borders.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteDrawBorders.TopBottomLeft">
<summary>
Specifies the bottom and right borders.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteDrawBorders.Right">
<summary>
Specifies the right border should be drawn.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteDrawBorders.TopRight">
<summary>
Specifies the top and bottom border.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteDrawBorders.BottomRight">
<summary>
Specifies the bottom and right borders.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteDrawBorders.TopBottomRight">
<summary>
Specifies the bottom and right borders.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteDrawBorders.LeftRight">
<summary>
Specifies the left and right borders.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteDrawBorders.TopLeftRight">
<summary>
Specifies the bottom and right borders.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteDrawBorders.BottomLeftRight">
<summary>
Specifies the bottom and right borders.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteDrawBorders.All">
<summary>
Specifies that all borders be drawn.
</summary>
</member>
<member name="T:Krypton.Toolkit.PaletteImageEffect">
<summary>
Specifies how an image is drawn.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteImageEffect.Inherit">
<summary>
Specifies effect should be inherited.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteImageEffect.Normal">
<summary>
Specifies image is drawn without modification.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteImageEffect.Disabled">
<summary>
Specifies image is drawn to look disabled.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteImageEffect.GrayScale">
<summary>
Specifies image is drawn converted to a grayscale.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteImageEffect.GrayScaleRed">
<summary>
Specifies image is drawn converted to a grayscale except for red.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteImageEffect.GrayScaleGreen">
<summary>
Specifies image is drawn converted to a grayscale except for green.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteImageEffect.GrayScaleBlue">
<summary>
Specifies image is drawn converted to a grayscale except for blue.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteImageEffect.Light">
<summary>
Specifies image is drawn slightly lighter.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteImageEffect.LightLight">
<summary>
Specifies image is drawn much lighter.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteImageEffect.Dark">
<summary>
Specifies image is drawn slightly darker.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteImageEffect.DarkDark">
<summary>
Specifies image is drawn much darker.
</summary>
</member>
<member name="T:Krypton.Toolkit.PaletteButtonSpecStyle">
<summary>
Specifies the style of button spec.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteButtonSpecStyle.Generic">
<summary>
Specifies a general purpose button specification.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteButtonSpecStyle.Close">
<summary>
Specifies a close button specification.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteButtonSpecStyle.Context">
<summary>
Specifies a context button specification.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteButtonSpecStyle.Next">
<summary>
Specifies a next button specification.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteButtonSpecStyle.Previous">
<summary>
Specifies a previous button specification.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteButtonSpecStyle.ArrowLeft">
<summary>
Specifies a left pointing arrow button specification.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteButtonSpecStyle.ArrowRight">
<summary>
Specifies a right pointing arrow button specification.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteButtonSpecStyle.ArrowUp">
<summary>
Specifies an upwards pointing arrow button specification.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteButtonSpecStyle.ArrowDown">
<summary>
Specifies a downwards pointing arrow button specification.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteButtonSpecStyle.DropDown">
<summary>
Specifies a drop-down button specification.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteButtonSpecStyle.PinVertical">
<summary>
Specifies a vertical pin specification.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteButtonSpecStyle.PinHorizontal">
<summary>
Specifies a horizontal pin specification.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteButtonSpecStyle.FormClose">
<summary>
Specifies a form "Close" button specification.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteButtonSpecStyle.FormMin">
<summary>
Specifies a form "Minimize" button specification.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteButtonSpecStyle.FormMax">
<summary>
Specifies a form "Maximize" button specification.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteButtonSpecStyle.FormRestore">
<summary>
Specifies a form "Restore" button specification.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteButtonSpecStyle.FormHelp">
<summary>
Specifies a form "Help" button specification.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteButtonSpecStyle.PendantClose">
<summary>
Specifies a pendant close button specification.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteButtonSpecStyle.PendantMin">
<summary>
Specifies a pendant minimize button specification.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteButtonSpecStyle.PendantRestore">
<summary>
Specifies a pendant restore button specification.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteButtonSpecStyle.WorkspaceMaximize">
<summary>
Specifies a workspace maximize button specification.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteButtonSpecStyle.WorkspaceRestore">
<summary>
Specifies a workspace maximize button specification.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteButtonSpecStyle.RibbonMinimize">
<summary>
Specifies a ribbon minimize button specification.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteButtonSpecStyle.RibbonExpand">
<summary>
Specifies a ribbon expand button specification.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteButtonSpecStyle.New">
<summary>
Specifies the new toolbar button specification.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteButtonSpecStyle.Open">
<summary>
Specifies the open toolbar button specification.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteButtonSpecStyle.Save">
<summary>
Specifies the save toolbar button specification.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteButtonSpecStyle.SaveAs">
<summary>
Specifies the save as toolbar button specification.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteButtonSpecStyle.SaveAll">
<summary>
Specifies the save all toolbar button specification.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteButtonSpecStyle.Cut">
<summary>
Specifies the cut toolbar button specification.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteButtonSpecStyle.Copy">
<summary>
Specifies the copy toolbar button specification.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteButtonSpecStyle.Paste">
<summary>
Specifies the paste toolbar button specification.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteButtonSpecStyle.Undo">
<summary>
Specifies the undo toolbar button specification.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteButtonSpecStyle.Redo">
<summary>
Specifies the redo toolbar button specification.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteButtonSpecStyle.PageSetup">
<summary>
Specifies the page setup toolbar button specification.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteButtonSpecStyle.PrintPreview">
<summary>
Specifies the print preview toolbar button specification.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteButtonSpecStyle.Print">
<summary>
Specifies the print toolbar button specification.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteButtonSpecStyle.QuickPrint">
<summary>
Specifies the quick print toolbar button specification.
</summary>
</member>
<member name="T:Krypton.Toolkit.PaletteButtonEnabled">
<summary>
Specifies the enabled state of a button specification.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteButtonEnabled.Inherit">
<summary>
Specifies enabled state should be inherited.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteButtonEnabled.Container">
<summary>
Specifies button should take enabled state from container control state.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteButtonEnabled.True">
<summary>
Specifies button should be enabled.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteButtonEnabled.False">
<summary>
Specifies button should be disabled.
</summary>
</member>
<member name="T:Krypton.Toolkit.PaletteButtonOrientation">
<summary>
Specifies the orientation of a button specification.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteButtonOrientation.Inherit">
<summary>
Specifies orientation should be inherited.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteButtonOrientation.Auto">
<summary>
Specifies orientation should automatically match the concept of use.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteButtonOrientation.FixedTop">
<summary>
Specifies the button is orientated in a vertical top down manner.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteButtonOrientation.FixedBottom">
<summary>
Specifies the button is orientated in a vertical bottom upwards manner.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteButtonOrientation.FixedLeft">
<summary>
Specifies the button is orientated in a horizontal left to right manner.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteButtonOrientation.FixedRight">
<summary>
Specifies the button is orientated in a horizontal right to left manner.
</summary>
</member>
<member name="T:Krypton.Toolkit.PaletteRectangleAlign">
<summary>
Specifies how a display rectangle aligns.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteRectangleAlign.Inherit">
<summary>
Specifies alignment should be inherited.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteRectangleAlign.Local">
<summary>
Specifies the client area of the rendering item.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteRectangleAlign.Control">
<summary>
Specifies the client area of the Control.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteRectangleAlign.Form">
<summary>
Specifies the client area of the owning Form.
</summary>
</member>
<member name="T:Krypton.Toolkit.PaletteRelativeAlign">
<summary>
Specifies a relative alignment position.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteRelativeAlign.Inherit">
<summary>
Specifies relative alignment should be inherited.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteRelativeAlign.Near">
<summary>
Specifies a relative alignment of near.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteRelativeAlign.Center">
<summary>
Specifies a relative alignment of center.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteRelativeAlign.Far">
<summary>
Specifies a relative alignment of far.
</summary>
</member>
<member name="T:Krypton.Toolkit.PaletteRelativeEdgeAlign">
<summary>
Specifies a relative button alignment position.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteRelativeEdgeAlign.Inherit">
<summary>
Specifies relative alignment should be inherited.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteRelativeEdgeAlign.Near">
<summary>
Specifies a relative alignment of near.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteRelativeEdgeAlign.Far">
<summary>
Specifies a relative alignment of far.
</summary>
</member>
<member name="T:Krypton.Toolkit.PaletteGraphicsHint">
<summary>
Specifies a graphics rendering hint.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteGraphicsHint.Inherit">
<summary>
Specifies graphics hint should be inherited.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteGraphicsHint.None">
<summary>
Specifies no smoothing for graphics rendering.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteGraphicsHint.AntiAlias">
<summary>
Specifies anti aliasing for graphics rendering.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteGraphicsHint.HighSpeed">
<summary>Specifies no antialiasing.</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteGraphicsHint.HighQuality">
<summary>Specifies antialiased rendering.</summary>
</member>
<member name="T:Krypton.Toolkit.PaletteTextHint">
<summary>
Specifies a text rendering hint.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteTextHint.Inherit">
<summary>
Specifies text hint should be inherited.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteTextHint.AntiAlias">
<summary>
Specifies anti aliasing for text rendering.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteTextHint.AntiAliasGridFit">
<summary>
Specifies anti aliasing with grid fit for text rendering.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteTextHint.ClearTypeGridFit">
<summary>
Specifies clear type with grid fit for text rendering.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteTextHint.SingleBitPerPixel">
<summary>
Specifies single bit per pixel for text rendering.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteTextHint.SingleBitPerPixelGridFit">
<summary>
Specifies single bit for pixel with grid fit for text rendering.
</summary>
</member>
<member name="T:Krypton.Toolkit.PaletteTextTrim">
<summary>
Specifies how to trim text.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteTextTrim.Inherit">
<summary>
Specifies text trim should be inherited.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteTextTrim.Hide">
<summary>
Specifies text is not drawn if it needs trimming.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteTextTrim.Character">
<summary>
Specifies text is trimmed by removing end characters.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteTextTrim.Word">
<summary>
Specifies text is trimmed by removing end words.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteTextTrim.EllipsisCharacter">
<summary>
Specifies text is trimmed by using ellipses and removing end characters.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteTextTrim.EllipsisWord">
<summary>
Specifies text is trimmed by using ellipses and removing end words.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteTextTrim.EllipsisPath">
<summary>
Specifies text is trimmed by using ellipses and removing from middle.
</summary>
</member>
<member name="T:Krypton.Toolkit.PaletteTextHotkeyPrefix">
<summary>
Specifies how to show hotkey prefix characters.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteTextHotkeyPrefix.Inherit">
<summary>
Specifies text prefix should be inherited.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteTextHotkeyPrefix.None">
<summary>Turns off processing of prefix characters.</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteTextHotkeyPrefix.Show">
<summary>Turns on processing of prefix characters.</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteTextHotkeyPrefix.Hide">
<summary>Ignores the ampersand prefix character in text.</summary>
</member>
<member name="T:Krypton.Toolkit.PaletteRibbonBackStyle">
<summary>
Specifies the style of ribbon background.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteRibbonBackStyle.RibbonAppButton">
<summary>
Specifies a background style appropriate for an application button.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteRibbonBackStyle.RibbonAppMenuInner">
<summary>
Specifies a background style appropriate for an application menu inner area.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteRibbonBackStyle.RibbonAppMenuOuter">
<summary>
Specifies a background style appropriate for an application menu outer area.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteRibbonBackStyle.RibbonAppMenuDocs">
<summary>
Specifies a background style appropriate for an application menu recent documents area.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteRibbonBackStyle.RibbonGroupArea">
<summary>
Specifies a background style appropriate for a group area.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteRibbonBackStyle.RibbonGroupNormalBorder">
<summary>
Specifies a background style appropriate for a normal group border.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteRibbonBackStyle.RibbonGroupNormalTitle">
<summary>
Specifies a background style appropriate for a normal group title.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteRibbonBackStyle.RibbonGroupCollapsedBack">
<summary>
Specifies a background style appropriate for a collapsed group border.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteRibbonBackStyle.RibbonGroupCollapsedBorder">
<summary>
Specifies a border style appropriate for a collapsed group border.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteRibbonBackStyle.RibbonGroupCollapsedFrameBack">
<summary>
Specifies a background style appropriate for a collapsed group frame border.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteRibbonBackStyle.RibbonGroupCollapsedFrameBorder">
<summary>
Specifies a border style appropriate for a collapsed group frame border.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteRibbonBackStyle.RibbonTab">
<summary>
Specifies a background style appropriate for a ribbon tab.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteRibbonBackStyle.RibbonQATFullbar">
<summary>
Specifies a background style appropriate for a ribbon quick access toolbar in full mode.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteRibbonBackStyle.RibbonQATMinibar">
<summary>
Specifies a background style appropriate for a ribbon quick access toolbar in mini mode.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteRibbonBackStyle.RibbonQATOverflow">
<summary>
Specifies a background style appropriate for a ribbon quick access toolbar in overflow.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteRibbonBackStyle.RibbonGalleryBack">
<summary>
Specifies a background style appropriate for a gallery.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteRibbonBackStyle.RibbonGalleryBorder">
<summary>
Specifies a border style appropriate for a gallery.
</summary>
</member>
<member name="T:Krypton.Toolkit.PaletteRibbonTextStyle">
<summary>
Specifies the style of ribbon text.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteRibbonTextStyle.RibbonGroupNormalTitle">
<summary>
Specifies a text style appropriate for a normal group title.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteRibbonTextStyle.RibbonGroupCollapsedText">
<summary>
Specifies a text style appropriate for a collapsed group text.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteRibbonTextStyle.RibbonGroupButtonText">
<summary>
Specifies a text style appropriate for a group button text.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteRibbonTextStyle.RibbonGroupLabelText">
<summary>
Specifies a text style appropriate for a group label text.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteRibbonTextStyle.RibbonGroupCheckBoxText">
<summary>
Specifies a text style appropriate for a group check box button text.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteRibbonTextStyle.RibbonGroupRadioButtonText">
<summary>
Specifies a text style appropriate for a group radio button text.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteRibbonTextStyle.RibbonTab">
<summary>
Specifies a text style appropriate for a ribbon tab.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteRibbonTextStyle.RibbonAppMenuDocsTitle">
<summary>
Specifies a text style appropriate for a app menu recent documents title.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteRibbonTextStyle.RibbonAppMenuDocsEntry">
<summary>
Specifies a text style appropriate for a app menu recent documents entry.
</summary>
</member>
<member name="T:Krypton.Toolkit.PaletteRibbonColorStyle">
<summary>
Specifies the color drawing style for ribbon elements.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteRibbonColorStyle.Inherit">
<summary>
Specifies color style should be inherited.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteRibbonColorStyle.Empty">
<summary>
Specifies that no drawing take place.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteRibbonColorStyle.Solid">
<summary>
Specifies solid drawing using the first color.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteRibbonColorStyle.Linear">
<summary>
Specifies linear gradient from first to second color.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteRibbonColorStyle.LinearBorder">
<summary>
Specifies linear gradient border from first to second color.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteRibbonColorStyle.RibbonAppMenuInner">
<summary>
Specifies using colors to draw a application menu inner area.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteRibbonColorStyle.RibbonAppMenuOuter">
<summary>
Specifies using colors to draw a application menu inner area.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteRibbonColorStyle.RibbonTabTracking2007">
<summary>
Specifies using colors to draw a tracking ribbon tab appropriate for Office 2007.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteRibbonColorStyle.RibbonTabFocus2010">
<summary>
Specifies using colors to draw a focused ribbon tab appropriate for Office 2010.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteRibbonColorStyle.RibbonTabTracking2010">
<summary>
Specifies using colors to draw a tracking ribbon tab appropriate for Office 2010.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteRibbonColorStyle.RibbonTabTracking2010Alt">
<summary>
Specifies alternate drawing of the RibbonTabTracking2010 enumeration.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteRibbonColorStyle.RibbonTabGlowing">
<summary>
Specifies using colors to draw a glowing ribbon tab.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteRibbonColorStyle.RibbonTabSelected2007">
<summary>
Specifies using colors to draw a selected ribbon tab appropriate for Office 2007.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteRibbonColorStyle.RibbonTabSelected2010">
<summary>
Specifies using colors to draw a selected ribbon tab appropriate for Office 2010.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteRibbonColorStyle.RibbonTabSelected2010Alt">
<summary>
Specifies alternate drawing of the RibbonTabSelected2010 enumeration.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteRibbonColorStyle.RibbonTabHighlight">
<summary>
Specifies using colors to draw a selected and tracking ribbon tab.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteRibbonColorStyle.RibbonTabHighlight2">
<summary>
Specifies using colors for an alternative way of drawing a selected and tracking ribbon tab.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteRibbonColorStyle.RibbonTabContextSelected">
<summary>
Specifies using colors to draw a context selected ribbon tab for Office 2007.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteRibbonColorStyle.RibbonGroupAreaBorder">
<summary>
Specifies using colors to draw a groups area border.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteRibbonColorStyle.RibbonGroupAreaBorder2">
<summary>
Specifies using colors to draw a groups area border, variation 2.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteRibbonColorStyle.RibbonGroupAreaBorder3">
<summary>
Specifies using colors to draw a groups area border, variation 3.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteRibbonColorStyle.RibbonGroupAreaBorder4">
<summary>
Specifies using colors to draw a groups area border, variation 4.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteRibbonColorStyle.RibbonGroupAreaBorderContext">
<summary>
Specifies using colors to draw a groups area border for a context selected tab.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteRibbonColorStyle.RibbonGroupNormalBorder">
<summary>
Specifies using colors to draw a group normal border.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteRibbonColorStyle.RibbonGroupNormal">
<summary>
Specifies using colors to draw a group normal area.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteRibbonColorStyle.RibbonGroupNormalPressedLight">
<summary>
Specifies using colors to draw a group pressed area, variation based on light background.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteRibbonColorStyle.RibbonGroupNormalPressedDark">
<summary>
Specifies using colors to draw a group pressed area, variation based on dark background.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteRibbonColorStyle.RibbonGroupNormalTrackingLight">
<summary>
Specifies using colors to draw a group tracking area, variation based on light background.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteRibbonColorStyle.RibbonGroupNormalTrackingDark">
<summary>
Specifies using colors to draw a group tracking area, variation based on dark background.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteRibbonColorStyle.RibbonGroupNormalBorderSep">
<summary>
Specifies using colors to draw a group normal border as a vertical separator.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteRibbonColorStyle.RibbonGroupNormalBorderSepPressedLight">
<summary>
Specifies using colors to draw a group pressed border as a vertical separator, variation based on light background.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteRibbonColorStyle.RibbonGroupNormalBorderSepPressedDark">
<summary>
Specifies using colors to draw a group pressed border as a vertical separator, variation based on dark background.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteRibbonColorStyle.RibbonGroupNormalBorderSepTrackingLight">
<summary>
Specifies using colors to draw a group tracking border as a vertical separator, variation based on light background.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteRibbonColorStyle.RibbonGroupNormalBorderSepTrackingDark">
<summary>
Specifies using colors to draw a group tracking border as a vertical separator, variation based on dark background.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteRibbonColorStyle.RibbonGroupNormalBorderTracking">
<summary>
Specifies using colors to draw a tracking group normal border.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteRibbonColorStyle.RibbonGroupNormalBorderTrackingLight">
<summary>
Specifies using colors to draw a tracking group normal border with light inside edge.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteRibbonColorStyle.RibbonGroupNormalTitle">
<summary>
Specifies using colors to draw a group normal title.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteRibbonColorStyle.RibbonGroupCollapsedBorder">
<summary>
Specifies using colors to draw a group collapsed border.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteRibbonColorStyle.RibbonGroupCollapsedFrameBorder">
<summary>
Specifies using colors to draw a group collapsed frame border.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteRibbonColorStyle.RibbonGroupCollapsedFrameBack">
<summary>
Specifies using colors to draw a group collapsed frame back.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteRibbonColorStyle.RibbonGroupGradientOne">
<summary>
Specifies using colors to draw a one tone gradient in the groups area.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteRibbonColorStyle.RibbonGroupGradientTwo">
<summary>
Specifies using colors to draw a two tone gradient in the groups area.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteRibbonColorStyle.RibbonQATMinibarSingle">
<summary>
Specifies using colors to draw a rounded quick access toolbar mini area with single rounded end.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteRibbonColorStyle.RibbonQATMinibarDouble">
<summary>
Specifies using colors to draw a rounded quick access toolbar mini area with double rounded end.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteRibbonColorStyle.RibbonQATFullbarRound">
<summary>
Specifies using colors to draw a rounded quick access toolbar full area.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteRibbonColorStyle.RibbonQATFullbarSquare">
<summary>
Specifies using colors to draw a square quick access toolbar full area.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteRibbonColorStyle.RibbonQATOverflow">
<summary>
Specifies using colors to draw a rounded quick access toolbar overflow.
</summary>
</member>
<member name="T:Krypton.Toolkit.PaletteRibbonGalleryButton">
<summary>
Specifies a ribbon gallery button.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteRibbonGalleryButton.Up">
<summary>
Specifies the up gallery button.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteRibbonGalleryButton.Down">
<summary>
Specifies the down gallery button.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteRibbonGalleryButton.DropDown">
<summary>
Specifies the drop-down gallery button.
</summary>
</member>
<member name="T:Krypton.Toolkit.PaletteRibbonShape">
<summary>
Specifies a ribbon shape.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteRibbonShape.Inherit">
<summary>
Specifies the up gallery button.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteRibbonShape.Office2007">
<summary>
Specifies the Office 2007 ribbon shape.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteRibbonShape.Office2010">
<summary>
Specifies the Office 2010 ribbon shape.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteRibbonShape.VisualStudio2010">
<summary>
Specifies the Visual Studio 2010 ribbon shape.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteRibbonShape.Office2013">
<summary>
Specifies the Office 2013 ribbon shape.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteRibbonShape.Microsoft365">
<summary>
Specifies the Microsoft 365 ribbon shape.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteRibbonShape.VisualStudio">
<summary>
Specifies the Visual Studio ribbon shape.
</summary>
</member>
<member name="T:Krypton.Toolkit.PaletteTrackBarSize">
<summary>
Specifies the track bar size.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteTrackBarSize.Small">
<summary>
Specifies a small track bar.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteTrackBarSize.Medium">
<summary>
Specifies a medium track bar.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteTrackBarSize.Large">
<summary>
Specifies a large track bar.
</summary>
</member>
<member name="T:Krypton.Toolkit.PaletteElement">
<summary>
Specifies a palette element.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteElement.TrackBarTrack">
<summary>
Specifies the track of a track bar.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteElement.TrackBarTick">
<summary>
Specifies the tick of a track bar.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteElement.TrackBarPosition">
<summary>
Specifies the position marker of a track bar.
</summary>
</member>
<member name="T:Krypton.Toolkit.PaletteDragFeedback">
<summary>
Specifies how drag feedback is presented.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteDragFeedback.Block">
<summary>
Draw drag drop feedback as just blocks that are highlighted based on hot areas.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteDragFeedback.Square">
<summary>
Draw drag drop feedback as square indicators.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteDragFeedback.Rounded">
<summary>
Draw drag drop feedback as rounded indicators.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteDragFeedback.Inherit">
<summary>
Draw drag drop feedback using the inherited value.
</summary>
</member>
<member name="T:Krypton.Toolkit.GetIntMetric">
<summary>
Signature of methods that return an integer metric.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<param name="metric">Metric value required.</param>
<returns>Integer value.</returns>
</member>
<member name="T:Krypton.Toolkit.GetBoolMetric">
<summary>
Signature of methods that return a bool metric.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<param name="metric">Metric value required.</param>
<returns>InheritBool value.</returns>
</member>
<member name="T:Krypton.Toolkit.GetPaddingMetric">
<summary>
Signature of methods that return a padding metric.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<param name="metric">Metric value required.</param>
<returns>Padding value.</returns>
</member>
<member name="T:Krypton.Toolkit.PaletteDouble">
<summary>
Implement storage for palette border and background.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteDouble.#ctor(Krypton.Toolkit.IPaletteDouble)">
<summary>
Initialize a new instance of the PaletteDouble class.
</summary>
<param name="inherit">Source for inheriting values.</param>
</member>
<member name="M:Krypton.Toolkit.PaletteDouble.#ctor(Krypton.Toolkit.IPaletteDouble,Krypton.Toolkit.NeedPaintHandler)">
<summary>
Initialize a new instance of the PaletteDouble class.
</summary>
<param name="inherit">Source for inheriting values.</param>
<param name="needPaint">Delegate for notifying paint requests.</param>
</member>
<member name="M:Krypton.Toolkit.PaletteDouble.#ctor(Krypton.Toolkit.IPaletteDouble,Krypton.Toolkit.PaletteBack,Krypton.Toolkit.PaletteBorder,Krypton.Toolkit.NeedPaintHandler)">
<summary>
Initialize a new instance of the PaletteDouble class.
</summary>
<param name="inherit">Source for inheriting values.</param>
<param name="back">Reference to back storage.</param>
<param name="border">Reference to border storage.</param>
<param name="needPaint">Delegate for notifying paint requests.</param>
</member>
<member name="P:Krypton.Toolkit.PaletteDouble.IsDefault">
<summary>
Gets a value indicating if all values are default.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteDouble.PopulateFromBase(Krypton.Toolkit.PaletteState)">
<summary>
Populate values from the base palette.
</summary>
<param name="state">The palette state to populate with.</param>
</member>
<member name="M:Krypton.Toolkit.PaletteDouble.SetInherit(Krypton.Toolkit.IPaletteDouble)">
<summary>
Sets the inheritance parent.
</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteDouble.Back">
<summary>
Gets access to the background palette details.
</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteDouble.PaletteBack">
<summary>
Gets the background palette.
</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteDouble.Border">
<summary>
Gets access to the border palette details.
</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteDouble.PaletteBorder">
<summary>
Gets the border palette.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteDouble.OnNeedPaint(System.Object,System.Boolean)">
<summary>
Handle a change event from palette source.
</summary>
<param name="sender">Source of the event.</param>
<param name="needLayout">True if a layout is also needed.</param>
</member>
<member name="T:Krypton.Toolkit.PaletteDoubleMetric">
<summary>
Implement a double palette that exposes palette metrics.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteDoubleMetric.#ctor(Krypton.Toolkit.PaletteDoubleMetricRedirect)">
<summary>
Initialize a new instance of the PaletteDoubleMetric class.
</summary>
<param name="inherit">Source for palette defaulted values.</param>
</member>
<member name="M:Krypton.Toolkit.PaletteDoubleMetric.#ctor(Krypton.Toolkit.PaletteDoubleMetricRedirect,Krypton.Toolkit.NeedPaintHandler)">
<summary>
Initialize a new instance of the PaletteDoubleMetric class.
</summary>
<param name="inherit">Source for palette defaulted values.</param>
<param name="needPaint">Delegate for notifying paint requests.</param>
</member>
<member name="M:Krypton.Toolkit.PaletteDoubleMetric.SetInherit(Krypton.Toolkit.PaletteDoubleMetricRedirect)">
<summary>
Sets the inheritance parent.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteDoubleMetric.GetMetricInt(Krypton.Toolkit.KryptonForm,Krypton.Toolkit.PaletteState,Krypton.Toolkit.PaletteMetricInt)">
<summary>
Gets an integer metric value.
</summary>
<param name="owningForm"></param>
<param name="state">Palette value should be applicable to this state.</param>
<param name="metric">Requested metric.</param>
<returns>Integer value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteDoubleMetric.GetMetricBool(Krypton.Toolkit.PaletteState,Krypton.Toolkit.PaletteMetricBool)">
<summary>
Gets a boolean metric value.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<param name="metric">Requested metric.</param>
<returns>InheritBool value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteDoubleMetric.GetMetricPadding(Krypton.Toolkit.KryptonForm,Krypton.Toolkit.PaletteState,Krypton.Toolkit.PaletteMetricPadding)">
<summary>
Gets a padding metric value.
</summary>
<param name="owningForm"></param>
<param name="state">Palette value should be applicable to this state.</param>
<param name="metric">Requested metric.</param>
<returns>Padding value.</returns>
</member>
<member name="T:Krypton.Toolkit.PaletteDoubleMetricRedirect">
<summary>
Redirect storage for a double palette with palette metrics.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteDoubleMetricRedirect.#ctor(Krypton.Toolkit.PaletteRedirect,Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteBorderStyle)">
<summary>
Initialize a new instance of the PaletteDoubleMetricRedirect class.
</summary>
<param name="redirect">inheritance redirection instance.</param>
<param name="backStyle">Style for the background.</param>
<param name="borderStyle">Style for the border.</param>
</member>
<member name="M:Krypton.Toolkit.PaletteDoubleMetricRedirect.#ctor(Krypton.Toolkit.PaletteRedirect,Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.NeedPaintHandler)">
<summary>
Initialize a new instance of the PaletteDoubleMetricRedirect class.
</summary>
<param name="redirect">inheritance redirection instance.</param>
<param name="backStyle">Style for the background.</param>
<param name="borderStyle">Style for the border.</param>
<param name="needPaint">Delegate for notifying paint requests.</param>
</member>
<member name="M:Krypton.Toolkit.PaletteDoubleMetricRedirect.SetRedirector(Krypton.Toolkit.PaletteRedirect)">
<summary>
Update the redirector with new reference.
</summary>
<param name="redirect">Target redirector.</param>
</member>
<member name="M:Krypton.Toolkit.PaletteDoubleMetricRedirect.GetMetricInt(Krypton.Toolkit.KryptonForm,Krypton.Toolkit.PaletteState,Krypton.Toolkit.PaletteMetricInt)">
<summary>
Gets an integer metric value.
</summary>
<param name="owningForm"></param>
<param name="state">Palette value should be applicable to this state.</param>
<param name="metric">Requested metric.</param>
<returns>Integer value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteDoubleMetricRedirect.GetMetricBool(Krypton.Toolkit.PaletteState,Krypton.Toolkit.PaletteMetricBool)">
<summary>
Gets a boolean metric value.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<param name="metric">Requested metric.</param>
<returns>InheritBool value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteDoubleMetricRedirect.GetMetricPadding(Krypton.Toolkit.KryptonForm,Krypton.Toolkit.PaletteState,Krypton.Toolkit.PaletteMetricPadding)">
<summary>
Gets a padding metric value.
</summary>
<param name="owningForm"></param>
<param name="state">Palette value should be applicable to this state.</param>
<param name="metric">Requested metric.</param>
<returns>Padding value.</returns>
</member>
<member name="T:Krypton.Toolkit.PaletteDoubleOverride">
<summary>
Allow a palette to be overriden optionally.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteDoubleOverride.#ctor(Krypton.Toolkit.IPaletteDouble,Krypton.Toolkit.IPaletteDouble,Krypton.Toolkit.PaletteState)">
<summary>
Initialize a new instance of the PaletteDoubleOverride class.
</summary>
<param name="normalTriple">Normal palette to use.</param>
<param name="overrideTriple">Override palette to use.</param>
<param name="overrideState">State used by the override.</param>
<exception cref="T:System.ArgumentNullException"></exception>
</member>
<member name="P:Krypton.Toolkit.PaletteDoubleOverride.Apply">
<summary>
Gets and sets a value indicating if override should be applied.
</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteDoubleOverride.Override">
<summary>
Gets and sets a value indicating if override state should be applied.
</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteDoubleOverride.OverrideState">
<summary>
Gets and sets the override palette state to use.
</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteDoubleOverride.PaletteBack">
<summary>
Gets the background palette.
</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteDoubleOverride.PaletteBorder">
<summary>
Gets the border palette.
</summary>
</member>
<member name="T:Krypton.Toolkit.PaletteDoubleRedirect">
<summary>
Implement storage for palette border and background.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteDoubleRedirect.#ctor">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.PaletteDoubleRedirect.#ctor(Krypton.Toolkit.PaletteRedirect,Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteBorderStyle)">
<summary>
Initialize a new instance of the PaletteDoubleRedirect class.
</summary>
<param name="redirect">inheritance redirection instance.</param>
<param name="backStyle">Initial background style.</param>
<param name="borderStyle">Initial border style.</param>
</member>
<member name="M:Krypton.Toolkit.PaletteDoubleRedirect.#ctor(Krypton.Toolkit.PaletteRedirect,Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.NeedPaintHandler)">
<summary>
Initialize a new instance of the PaletteDoubleRedirect class.
</summary>
<param name="redirect">inheritance redirection instance.</param>
<param name="backStyle">Initial background style.</param>
<param name="borderStyle">Initial border style.</param>
<param name="needPaint">Delegate for notifying paint requests.</param>
</member>
<member name="M:Krypton.Toolkit.PaletteDoubleRedirect.#ctor(Krypton.Toolkit.PaletteRedirect,Krypton.Toolkit.PaletteBack,Krypton.Toolkit.PaletteBackInheritRedirect,Krypton.Toolkit.PaletteBorder,Krypton.Toolkit.PaletteBorderInheritRedirect,Krypton.Toolkit.NeedPaintHandler)">
<summary>
Initialize a new instance of the PaletteDoubleRedirect class.
</summary>
<param name="redirect">inheritance redirection instance.</param>
<param name="back">Storage for back values.</param>
<param name="backInherit">inheritance for back values.</param>
<param name="border">Storage for border values.</param>
<param name="borderInherit">inheritance for border values.</param>
<param name="needPaint">Delegate for notifying paint requests.</param>
</member>
<member name="M:Krypton.Toolkit.PaletteDoubleRedirect.GetRedirector">
<summary>
Gets the redirector instance.
</summary>
<returns>Return the currently used redirector.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteDoubleRedirect.SetRedirector(Krypton.Toolkit.PaletteRedirect)">
<summary>
Update the redirector with new reference.
</summary>
<param name="redirect">Target redirector.</param>
</member>
<member name="M:Krypton.Toolkit.PaletteDoubleRedirect.PopulateFromBase(Krypton.Toolkit.PaletteState)">
<summary>
Populate values from the base palette.
</summary>
<param name="state">State to use when pulling values.</param>
</member>
<member name="P:Krypton.Toolkit.PaletteDoubleRedirect.IsDefault">
<summary>
Gets a value indicating if all values are default.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteDoubleRedirect.SetStyles(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteBorderStyle)">
<summary>
Update the palette styles to the separator style.
</summary>
<param name="backStyle">New back style.</param>
<param name="borderStyle">New border style.</param>
</member>
<member name="M:Krypton.Toolkit.PaletteDoubleRedirect.SetStyles(Krypton.Toolkit.SeparatorStyle)">
<summary>
Update the palette styles to the separator style.
</summary>
<param name="separatorStyle">New separator style.</param>
</member>
<member name="M:Krypton.Toolkit.PaletteDoubleRedirect.SetStyles(Krypton.Toolkit.InputControlStyle)">
<summary>
Update the palette styles to the input control style.
</summary>
<param name="inputControlStyle">New input control style.</param>
</member>
<member name="P:Krypton.Toolkit.PaletteDoubleRedirect.Back">
<summary>
Gets access to the background palette details.
</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteDoubleRedirect.PaletteBack">
<summary>
Gets the background palette.
</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteDoubleRedirect.BackStyle">
<summary>
Gets and sets the back palette style.
</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteDoubleRedirect.Border">
<summary>
Gets access to the border palette details.
</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteDoubleRedirect.PaletteBorder">
<summary>
Gets the border palette.
</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteDoubleRedirect.BorderStyle">
<summary>
Gets and sets the border palette style.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteDoubleRedirect.OnNeedPaint(System.Object,System.Boolean)">
<summary>
Handle a change event from palette source.
</summary>
<param name="sender">Source of the event.</param>
<param name="needLayout">True if a layout is also needed.</param>
</member>
<member name="T:Krypton.Toolkit.PaletteFormDoubleRedirect">
<summary>
Implement storage for palette border and background.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteFormDoubleRedirect.#ctor(Krypton.Toolkit.PaletteRedirect,Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.NeedPaintHandler,Krypton.Toolkit.VisualForm)">
<summary>
Initialize a new instance of the PaletteDoubleRedirect class.
</summary>
<param name="redirect">inheritance redirection instance.</param>
<param name="backStyle">Initial background style.</param>
<param name="borderStyle">Initial border style.</param>
<param name="needPaint">Delegate for notifying paint requests.</param>
<param name="ownerForm"></param>
</member>
<member name="M:Krypton.Toolkit.PaletteFormDoubleRedirect.#ctor(Krypton.Toolkit.PaletteRedirect,Krypton.Toolkit.PaletteBack,Krypton.Toolkit.PaletteBackInheritRedirect,Krypton.Toolkit.PaletteFormBorder,Krypton.Toolkit.PaletteBorderInheritRedirect,Krypton.Toolkit.NeedPaintHandler)">
<summary>
Initialize a new instance of the PaletteDoubleRedirect class.
</summary>
<param name="redirect">inheritance redirection instance.</param>
<param name="back">Storage for back values.</param>
<param name="backInherit">inheritance for back values.</param>
<param name="border">Storage for border values.</param>
<param name="borderInherit">inheritance for border values.</param>
<param name="needPaint">Delegate for notifying paint requests.</param>
</member>
<member name="T:Krypton.Toolkit.PaletteDragDrop">
<summary>
Storage for drag and drop values.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteDragDrop.#ctor(Krypton.Toolkit.PaletteBase,Krypton.Toolkit.NeedPaintHandler)">
<summary>
Initialize a new instance of the PaletteDragDrop class.
</summary>
<param name="inherit">Source for inheriting values.</param>
<param name="needPaint">Delegate for notifying paint requests.</param>
</member>
<member name="P:Krypton.Toolkit.PaletteDragDrop.IsDefault">
<summary>
Gets a value indicating if all values are default.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteDragDrop.SetInherit(Krypton.Toolkit.PaletteBase)">
<summary>
Sets the inheritance parent.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteDragDrop.PopulateFromBase">
<summary>
Populate values from the base palette.
</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteDragDrop.Feedback">
<summary>
Gets and sets the feedback drawing method used.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteDragDrop.ResetFeedback">
<summary>
Resets the Feedback property to its default value.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteDragDrop.GetDragDropFeedback">
<summary>
Gets the feedback drawing method used.
</summary>
<returns>Color value.</returns>
</member>
<member name="P:Krypton.Toolkit.PaletteDragDrop.SolidBack">
<summary>
Gets and sets the background color for a solid drag drop area.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteDragDrop.ResetSolidBack">
<summary>
Resets the SolidBack property to its default value.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteDragDrop.GetDragDropSolidBack">
<summary>
Gets the background color for a solid drag drop area.
</summary>
<returns>Color value.</returns>
</member>
<member name="P:Krypton.Toolkit.PaletteDragDrop.SolidBorder">
<summary>
Gets and sets the border color for a solid drag drop area.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteDragDrop.ResetSolidBorder">
<summary>
Resets the SolidBorder property to its default value.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteDragDrop.GetDragDropSolidBorder">
<summary>
Gets the border color for a solid drag drop area.
</summary>
<returns>Color value.</returns>
</member>
<member name="P:Krypton.Toolkit.PaletteDragDrop.SolidOpacity">
<summary>
Gets and sets the opacity of the solid area.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteDragDrop.ResetSolidOpacity">
<summary>
Resets the SolidOpacity property to its default value.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteDragDrop.GetDragDropSolidOpacity">
<summary>
Gets the opacity of the solid area.
</summary>
<returns>Opacity ranging from 0 to 1.</returns>
</member>
<member name="P:Krypton.Toolkit.PaletteDragDrop.DropDockBack">
<summary>
Gets and sets the background color for the docking indicators area.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteDragDrop.ResetDropDockBack">
<summary>
Resets the DropDockBack property to its default value.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteDragDrop.GetDragDropDockBack">
<summary>
Gets the background color for the docking indicators area.
</summary>
<returns>Color value.</returns>
</member>
<member name="P:Krypton.Toolkit.PaletteDragDrop.DropDockBorder">
<summary>
Gets and sets the border color for the docking indicators area.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteDragDrop.ResetDropDockBorder">
<summary>
Resets the DropDockBorder property to its default value.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteDragDrop.GetDragDropDockBorder">
<summary>
Gets the border color for the docking indicators area.
</summary>
<returns>Color value.</returns>
</member>
<member name="P:Krypton.Toolkit.PaletteDragDrop.DropDockActive">
<summary>
Gets and sets the active color for docking indicators.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteDragDrop.ResetDropDockActive">
<summary>
Resets the DropDockActive property to its default value.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteDragDrop.GetDragDropDockActive">
<summary>
Gets the active color for docking indicators.
</summary>
<returns>Color value.</returns>
</member>
<member name="P:Krypton.Toolkit.PaletteDragDrop.DropDockInactive">
<summary>
Gets and sets the inactive color for docking indicators.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteDragDrop.ResetDropDockInactive">
<summary>
Resets the DropDockInactive property to its default value.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteDragDrop.GetDragDropDockInactive">
<summary>
Gets the inactive color for docking indicators.
</summary>
<returns>Color value.</returns>
</member>
<member name="T:Krypton.Toolkit.PaletteElementColor">
<summary>
Storage for element color values.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteElementColor.#ctor(Krypton.Toolkit.IPaletteElementColor,Krypton.Toolkit.NeedPaintHandler)">
<summary>
Initialize a new instance of the PaletteElementColor class.
</summary>
<param name="inheritElementColor">Source for inheriting values.</param>
<param name="needPaint">Delegate for notifying changes in value.</param>
</member>
<member name="P:Krypton.Toolkit.PaletteElementColor.IsDefault">
<summary>
Gets a value indicating if all values are default.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteElementColor.SetInherit(Krypton.Toolkit.IPaletteElementColor)">
<summary>
Sets the inheritance parent.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteElementColor.PopulateFromBase(Krypton.Toolkit.PaletteState)">
<summary>
Populate values from the base palette.
</summary>
<param name="state">Palette state to use when populating.</param>
</member>
<member name="P:Krypton.Toolkit.PaletteElementColor.Color1">
<summary>
Gets and sets the first element color.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteElementColor.ResetColor1">
<summary>
Reset the Color1 to the default value.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteElementColor.GetElementColor1(Krypton.Toolkit.PaletteState)">
<summary>
Gets the first element color.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="P:Krypton.Toolkit.PaletteElementColor.Color2">
<summary>
Gets and sets the second element color.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteElementColor.ResetColor2">
<summary>
Reset the Color2 to the default value.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteElementColor.GetElementColor2(Krypton.Toolkit.PaletteState)">
<summary>
Gets the second element color.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="P:Krypton.Toolkit.PaletteElementColor.Color3">
<summary>
Gets and sets the third element color.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteElementColor.ResetColor3">
<summary>
Reset the Color3 to the default value.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteElementColor.GetElementColor3(Krypton.Toolkit.PaletteState)">
<summary>
Gets the third element color.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="P:Krypton.Toolkit.PaletteElementColor.Color4">
<summary>
Gets and sets the fourth element color.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteElementColor.ResetColor4">
<summary>
Reset the Color4 to the default value.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteElementColor.GetElementColor4(Krypton.Toolkit.PaletteState)">
<summary>
Gets the fourth element color.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="P:Krypton.Toolkit.PaletteElementColor.Color5">
<summary>
Gets and sets the fifth element color.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteElementColor.ResetColor5">
<summary>
Reset the Color5 to the default value.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteElementColor.GetElementColor5(Krypton.Toolkit.PaletteState)">
<summary>
Gets the fifth element color.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="T:Krypton.Toolkit.PaletteElementColorInherit">
<summary>
Provide inheritance of palette element colors.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteElementColorInherit.GetElementColor1(Krypton.Toolkit.PaletteState)">
<summary>
Gets the first color for the element.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteElementColorInherit.GetElementColor2(Krypton.Toolkit.PaletteState)">
<summary>
Gets the second color for the element.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteElementColorInherit.GetElementColor3(Krypton.Toolkit.PaletteState)">
<summary>
Gets the third color for the element.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteElementColorInherit.GetElementColor4(Krypton.Toolkit.PaletteState)">
<summary>
Gets the fourth color for the element.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteElementColorInherit.GetElementColor5(Krypton.Toolkit.PaletteState)">
<summary>
Gets the fifth color for the element.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="T:Krypton.Toolkit.PaletteElementColorInheritOverride">
<summary>
Inherit properties from primary source in preference to the backup source.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteElementColorInheritOverride.#ctor(Krypton.Toolkit.IPaletteElementColor,Krypton.Toolkit.IPaletteElementColor)">
<summary>
Initialize a new instance of the PaletteElementColorInheritOverride class.
</summary>
<param name="primary">First choice inheritance.</param>
<param name="backup">Backup inheritance.</param>
</member>
<member name="M:Krypton.Toolkit.PaletteElementColorInheritOverride.SetPalettes(Krypton.Toolkit.IPaletteElementColor,Krypton.Toolkit.IPaletteElementColor)">
<summary>
Update the the primary and backup palettes.
</summary>
<param name="primary">New primary palette.</param>
<param name="backup">New backup palette.</param>
</member>
<member name="P:Krypton.Toolkit.PaletteElementColorInheritOverride.Apply">
<summary>
Gets and sets a value indicating if override should be applied.
</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteElementColorInheritOverride.Override">
<summary>
Gets and sets a value indicating if override state should be applied.
</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteElementColorInheritOverride.OverrideState">
<summary>
Gets and sets the override palette state to use.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteElementColorInheritOverride.GetElementColor1(Krypton.Toolkit.PaletteState)">
<summary>
Gets the first color for the element.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteElementColorInheritOverride.GetElementColor2(Krypton.Toolkit.PaletteState)">
<summary>
Gets the second color for the element.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteElementColorInheritOverride.GetElementColor3(Krypton.Toolkit.PaletteState)">
<summary>
Gets the third color for the element.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteElementColorInheritOverride.GetElementColor4(Krypton.Toolkit.PaletteState)">
<summary>
Gets the fourth color for the element.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteElementColorInheritOverride.GetElementColor5(Krypton.Toolkit.PaletteState)">
<summary>
Gets the fifth color for the element.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="T:Krypton.Toolkit.PaletteElementColorInheritRedirect">
<summary>
Provide inheritance of palette element colors from source redirector.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteElementColorInheritRedirect.#ctor(Krypton.Toolkit.PaletteRedirect,Krypton.Toolkit.PaletteElement)">
<summary>
Initialize a new instance of the PaletteElementColorInheritRedirect class.
</summary>
<param name="redirect">Source for inherit requests.</param>
<param name="element">Element value..</param>
</member>
<member name="M:Krypton.Toolkit.PaletteElementColorInheritRedirect.SetRedirector(Krypton.Toolkit.PaletteRedirect)">
<summary>
Update the redirector with new reference.
</summary>
<param name="redirect">Target redirector.</param>
</member>
<member name="P:Krypton.Toolkit.PaletteElementColorInheritRedirect.Element">
<summary>
Gets and sets the element to use when inheriting.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteElementColorInheritRedirect.GetElementColor1(Krypton.Toolkit.PaletteState)">
<summary>
Gets the first color for the element.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteElementColorInheritRedirect.GetElementColor2(Krypton.Toolkit.PaletteState)">
<summary>
Gets the second color for the element.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteElementColorInheritRedirect.GetElementColor3(Krypton.Toolkit.PaletteState)">
<summary>
Gets the third color for the element.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteElementColorInheritRedirect.GetElementColor4(Krypton.Toolkit.PaletteState)">
<summary>
Gets the fourth color for the element.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteElementColorInheritRedirect.GetElementColor5(Krypton.Toolkit.PaletteState)">
<summary>
Gets the fifth color for the element.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="T:Krypton.Toolkit.PaletteElementColorRedirect">
<summary>
Storage for element color values.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteElementColorRedirect.#ctor(Krypton.Toolkit.PaletteRedirect,Krypton.Toolkit.PaletteElement,Krypton.Toolkit.NeedPaintHandler)">
<summary>
Initialize a new instance of the PaletteElementColorRedirect class.
</summary>
<param name="redirect">Source for inheriting values.</param>
<param name="element">Element value.</param>
<param name="needPaint">Delegate for notifying changes in value.</param>
</member>
<member name="M:Krypton.Toolkit.PaletteElementColorRedirect.SetRedirector(Krypton.Toolkit.PaletteRedirect)">
<summary>
Update the redirector with new reference.
</summary>
<param name="redirect">Target redirector.</param>
</member>
<member name="T:Krypton.Toolkit.PaletteMetricRedirect">
<summary>
Redirect storage for a palette with metrics.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteMetricRedirect.#ctor(Krypton.Toolkit.PaletteRedirect)">
<summary>
Initialize a new instance of the PaletteMetricRedirect class.
</summary>
<param name="redirect">inheritance redirection instance.</param>
</member>
<member name="M:Krypton.Toolkit.PaletteMetricRedirect.SetRedirector(Krypton.Toolkit.PaletteRedirect)">
<summary>
Update the redirector with new reference.
</summary>
<param name="redirect">Target redirector.</param>
</member>
<member name="P:Krypton.Toolkit.PaletteMetricRedirect.IsDefault">
<summary>
Gets a value indicating if all values are default.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteMetricRedirect.GetMetricInt(Krypton.Toolkit.KryptonForm,Krypton.Toolkit.PaletteState,Krypton.Toolkit.PaletteMetricInt)">
<summary>
Gets an integer metric value.
</summary>
<param name="owningForm"></param>
<param name="state">Palette value should be applicable to this state.</param>
<param name="metric">Requested metric.</param>
<returns>Integer value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMetricRedirect.GetMetricBool(Krypton.Toolkit.PaletteState,Krypton.Toolkit.PaletteMetricBool)">
<summary>
Gets a boolean metric value.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<param name="metric">Requested metric.</param>
<returns>InheritBool value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMetricRedirect.GetMetricPadding(Krypton.Toolkit.KryptonForm,Krypton.Toolkit.PaletteState,Krypton.Toolkit.PaletteMetricPadding)">
<summary>
Gets a padding metric value.
</summary>
<param name="owningForm"></param>
<param name="state">Palette value should be applicable to this state.</param>
<param name="metric">Requested metric.</param>
<returns>Padding value.</returns>
</member>
<member name="T:Krypton.Toolkit.PaletteMode">
<summary>
Specifies the palette requested at the global level.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteMode.Global">
<summary>
Specifies the renderer defined by the KryptonManager be used.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteMode.ProfessionalSystem">
<summary>
Specifies a professional appearance based on system settings.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteMode.ProfessionalOffice2003">
<summary>
Specifies a professional appearance with a preference to use theme colors.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteMode.Office2007Blue">
<summary>
Specifies the Blue color variant of the Office 2007 appearance.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteMode.Office2007BlueDarkMode">
<summary>
Specifies the dark Blue color variant of the Office 2007 appearance.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteMode.Office2007BlueLightMode">
<summary>
Specifies the light Blue color variant of the Office 2007 appearance.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteMode.Office2007Silver">
<summary>
Specifies the Silver color variant of the Office 2007 appearance.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteMode.Office2007SilverDarkMode">
<summary>
Specifies the dark Silver color variant of the Office 2007 appearance.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteMode.Office2007SilverLightMode">
<summary>
Specifies the light Silver color variant of the Office 2007 appearance.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteMode.Office2007White">
<summary>
Specifies the White color variant of the Office 2007 appearance.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteMode.Office2007Black">
<summary>
Specifies the Black color variant of the Office 2007 appearance.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteMode.Office2007BlackDarkMode">
<summary>
Specifies the dark Black color variant of the Office 2007 appearance.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteMode.Office2010Blue">
<summary>
Specifies the Blue color variant of the Office 2010 appearance.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteMode.Office2010BlueDarkMode">
<summary>
Specifies the dark Blue color variant of the Office 2010 appearance.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteMode.Office2010BlueLightMode">
<summary>
Specifies the light Blue color variant of the Office 2010 appearance.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteMode.Office2010Silver">
<summary>
Specifies the Silver color variant of the Office 2010 appearance.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteMode.Office2010SilverDarkMode">
<summary>
Specifies the dark Silver color variant of the Office 2010 appearance.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteMode.Office2010SilverLightMode">
<summary>
Specifies the light Silver color variant of the Office 2010 appearance.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteMode.Office2010White">
<summary>
Specifies the White color variant of the Office 2010 appearance.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteMode.Office2010Black">
<summary>
Specifies the Black color variant of the Office 2010 appearance.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteMode.Office2010BlackDarkMode">
<summary>
Specifies the dark Black color variant of the Office 2010 appearance.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteMode.Office2013White">
<summary>
Specifies the White color variant of the Office 2013 appearance.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteMode.SparkleBlue">
<summary>
Specifies the Blue color variant on the Sparkle palette theme.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteMode.SparkleBlueDarkMode">
<summary>
Specifies the dark Blue color variant on the Sparkle palette theme.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteMode.SparkleBlueLightMode">
<summary>
Specifies the light Blue color variant on the Sparkle palette theme.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteMode.SparkleOrange">
<summary>
Specifies the Orange color variant on the Sparkle palette theme.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteMode.SparkleOrangeDarkMode">
<summary>
Specifies the dark Orange color variant on the Sparkle palette theme.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteMode.SparkleOrangeLightMode">
<summary>
Specifies the light Orange color variant on the Sparkle palette theme.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteMode.SparklePurple">
<summary>
Specifies the Purple color variant on the Sparkle palette theme.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteMode.SparklePurpleDarkMode">
<summary>
Specifies the dark Purple color variant on the Sparkle palette theme.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteMode.SparklePurpleLightMode">
<summary>
Specifies the light Purple color variant on the Sparkle palette theme.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteMode.Microsoft365Blue">
<summary>
Specifies the Blue color variant of the Microsoft 365 appearance.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteMode.Microsoft365BlueDarkMode">
<summary>
Specifies the dark Blue color variant of the Microsoft 365 appearance.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteMode.Microsoft365BlueLightMode">
<summary>
Specifies the light Blue color variant of the Microsoft 365 appearance.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteMode.Microsoft365Silver">
<summary>
Specifies the Silver color variant of the Microsoft 365 appearance.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteMode.Microsoft365SilverDarkMode">
<summary>
Specifies the dark Silver color variant of the Microsoft 365 appearance.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteMode.Microsoft365SilverLightMode">
<summary>
Specifies the light Silver color variant of the Microsoft 365 appearance.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteMode.Microsoft365White">
<summary>
Specifies the White color variant of the Microsoft 365 appearance.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteMode.Microsoft365Black">
<summary>
Specifies the Black color variant of the Microsoft 365 appearance.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteMode.Microsoft365BlackDarkMode">
<summary>
Specifies the dark Black color variant of the Microsoft 365 appearance.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteMode.Microsoft365BlackDarkModeAlternate">
<summary>
Specifies the alternate dark Black color variant of the Microsoft 365 appearance.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteMode.VisualStudio2010Render2007">
<summary>
Specifies the visual studio 2010 palette theme, with the 2007 render.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteMode.VisualStudio2010Render2010">
<summary>
Specifies the visual studio 2010 palette theme, with the 2010 render.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteMode.VisualStudio2010Render2013">
<summary>
Specifies the visual studio 2010 palette theme, with the 2013 render.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteMode.VisualStudio2010Render365">
<summary>
Specifies the visual studio 2010 palette theme, with the Microsoft 365 render.
</summary>
</member>
<member name="F:Krypton.Toolkit.PaletteMode.Custom">
<summary>
Specifies a custom palette be used.
</summary>
</member>
<member name="T:Krypton.Toolkit.PaletteRedirect">
<summary>
Redirects requests onto a dynamic instance of a IPalette.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirect.#ctor(Krypton.Toolkit.PaletteBase)">
<summary>
Initialize a new instance of the PaletteRedirect class.
</summary>
<param name="target">Initial palette target for redirection.</param>
<remarks>target can be null when performing a drag-drop operation (Amongst other usages !!)</remarks>
</member>
<member name="P:Krypton.Toolkit.PaletteRedirect.Target">
<summary>
Gets and sets the redirection target.
</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteRedirect.UseThemeFormChromeBorderWidth">
<summary>
Gets a value indicating if KryptonForm instances should UseThemeFormChromeBorderWidth.
</summary>
<returns>InheritBool value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirect.GetRenderer">
<summary>
Gets the renderer to use for this palette.
</summary>
<returns>Renderer to use for drawing palette settings.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirect.GetBackDraw(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets a value indicating if background should be drawn.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>InheritBool value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirect.GetBackGraphicsHint(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the graphics drawing hint for the background.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteGraphicsHint value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirect.GetBackColor1(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the first background color.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirect.GetBackColor2(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the second back color.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirect.GetBackColorStyle(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color background drawing style.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color drawing style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirect.GetBackColorAlign(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color alignment.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirect.GetBackColorAngle(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color background angle.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Angle used for color drawing.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirect.GetBackImage(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets a background image.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image instance.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirect.GetBackImageStyle(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the background image style.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image style value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirect.GetBackImageAlign(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the image alignment.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirect.GetBorderDraw(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets a value indicating if border should be drawn.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>InheritBool value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirect.GetBorderDrawBorders(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets a value indicating which borders to draw.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteDrawBorders value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirect.GetBorderGraphicsHint(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the graphics drawing hint for the border.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteGraphicsHint value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirect.GetBorderColor1(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the first border color.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirect.GetBorderColor2(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the second border color.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirect.GetBorderColorStyle(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color border drawing style.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color drawing style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirect.GetBorderColorAlign(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color border alignment.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirect.GetBorderColorAngle(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color border angle.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Angle used for color drawing.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirect.GetBorderWidth(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the border width.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Integer width.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirect.GetBorderRounding(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the border corner rounding.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Float rounding.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirect.GetBorderImage(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets a border image.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image instance.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirect.GetBorderImageStyle(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the border image style.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image style value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirect.GetBorderImageAlign(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the image border alignment.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirect.GetContentDraw(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets a value indicating if content should be drawn.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>InheritBool value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirect.GetContentDrawFocus(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets a value indicating if content should be drawn with focus indication.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>InheritBool value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirect.GetContentImageH(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the horizontal relative alignment of the image.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirect.GetContentImageV(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the vertical relative alignment of the image.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirect.GetContentImageEffect(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the effect applied to drawing of the image.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteImageEffect value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirect.GetContentImageColorMap(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the image color to remap into another color.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirect.GetContentImageColorTo(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color to use in place of the image map color.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirect.GetContentImageColorTransparent(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.PaletteRedirect.GetContentShortTextFont(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the font for the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Font value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirect.GetContentShortTextNewFont(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the font for the short text by generating a new font instance.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Font value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirect.GetContentShortTextHint(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the rendering hint for the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteTextHint value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirect.GetContentShortTextPrefix(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the prefix drawing setting for short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteTextPrefix value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirect.GetContentShortTextMultiLine(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the flag indicating if multiline text is allowed for short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>InheritBool value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirect.GetContentShortTextTrim(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the text trimming to use for short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteTextTrim value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirect.GetContentShortTextH(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the horizontal relative alignment of the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirect.GetContentShortTextV(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the vertical relative alignment of the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirect.GetContentShortTextMultiLineH(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the horizontal relative alignment of multiline short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirect.GetContentShortTextColor1(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the first back color for the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirect.GetContentShortTextColor2(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the second back color for the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirect.GetContentShortTextColorStyle(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color drawing style for the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color drawing style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirect.GetContentShortTextColorAlign(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color alignment for the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirect.GetContentShortTextColorAngle(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color background angle for the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Angle used for color drawing.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirect.GetContentShortTextImage(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets a background image for the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image instance.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirect.GetContentShortTextImageStyle(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the background image style.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image style value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirect.GetContentShortTextImageAlign(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the image alignment for the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirect.GetContentLongTextFont(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the font for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Font value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirect.GetContentLongTextNewFont(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the font for the long text by generating a new font instance.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Font value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirect.GetContentLongTextHint(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the rendering hint for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteTextHint value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirect.GetContentLongTextMultiLine(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the flag indicating if multiline text is allowed for long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>InheritBool value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirect.GetContentLongTextTrim(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the text trimming to use for long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteTextTrim value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirect.GetContentLongTextPrefix(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the prefix drawing setting for long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteTextPrefix value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirect.GetContentLongTextH(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the horizontal relative alignment of the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirect.GetContentLongTextV(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the vertical relative alignment of the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirect.GetContentLongTextMultiLineH(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the horizontal relative alignment of multiline long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirect.GetContentLongTextColor1(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the first back color for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirect.GetContentLongTextColor2(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the second back color for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirect.GetContentLongTextColorStyle(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color drawing style for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color drawing style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirect.GetContentLongTextColorAlign(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color alignment for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirect.GetContentLongTextColorAngle(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color background angle for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Angle used for color drawing.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirect.GetContentLongTextImage(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets a background image for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image instance.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirect.GetContentLongTextImageStyle(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the background image style for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image style value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirect.GetContentLongTextImageAlign(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the image alignment for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirect.GetBorderContentPadding(Krypton.Toolkit.KryptonForm,Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the padding between the border and content drawing.
</summary>
<param name="owningForm"></param>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Padding value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirect.GetContentAdjacentGap(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the padding between adjacent content items.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Integer value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirect.GetMetricInt(Krypton.Toolkit.KryptonForm,Krypton.Toolkit.PaletteState,Krypton.Toolkit.PaletteMetricInt)">
<summary>
Gets an integer metric value.
</summary>
<param name="owningForm"></param>
<param name="state">Palette value should be applicable to this state.</param>
<param name="metric">Requested metric.</param>
<returns>Integer value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirect.GetMetricBool(Krypton.Toolkit.PaletteState,Krypton.Toolkit.PaletteMetricBool)">
<summary>
Gets a boolean metric value.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<param name="metric">Requested metric.</param>
<returns>InheritBool value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirect.GetMetricPadding(Krypton.Toolkit.KryptonForm,Krypton.Toolkit.PaletteState,Krypton.Toolkit.PaletteMetricPadding)">
<summary>
Gets a padding metric value.
</summary>
<param name="owningForm"></param>
<param name="state">Palette value should be applicable to this state.</param>
<param name="metric">Requested metric.</param>
<returns>Padding value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirect.GetTreeViewImage(System.Boolean)">
<summary>
Gets a tree view image appropriate for the provided state.
</summary>
<param name="expanded">Is the node expanded</param>
<returns>Appropriate image for drawing; otherwise null.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirect.GetCheckBoxImage(System.Boolean,System.Windows.Forms.CheckState,System.Boolean,System.Boolean)">
<summary>
Gets a checkbox image appropriate for the provided state.
</summary>
<param name="enabled">Is the checkbox enabled.</param>
<param name="checkState">Is the checkbox checked/unchecked/indeterminate.</param>
<param name="tracking">Is the checkbox being hot tracked.</param>
<param name="pressed">Is the checkbox being pressed.</param>
<returns>Appropriate image for drawing; otherwise null.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirect.GetRadioButtonImage(System.Boolean,System.Boolean,System.Boolean,System.Boolean)">
<summary>
Gets a checkbox image appropriate for the provided state.
</summary>
<param name="enabled">Is the radio button enabled.</param>
<param name="checkState">Is the radio button checked.</param>
<param name="tracking">Is the radio button being hot tracked.</param>
<param name="pressed">Is the radio button being pressed.</param>
<returns>Appropriate image for drawing; otherwise null.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirect.GetContextMenuCheckedImage">
<summary>
Gets a checked image appropriate for a context menu item.
</summary>
<returns>Appropriate image for drawing; otherwise null.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirect.GetContextMenuIndeterminateImage">
<summary>
Gets a indeterminate image appropriate for a context menu item.
</summary>
<returns>Appropriate image for drawing; otherwise null.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirect.GetContextMenuSubMenuImage">
<summary>
Gets an image indicating a sub-menu on a context menu item.
</summary>
<returns>Appropriate image for drawing; otherwise null.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirect.GetGalleryButtonImage(Krypton.Toolkit.PaletteRibbonGalleryButton,Krypton.Toolkit.PaletteState)">
<summary>
Gets a checkbox image appropriate for the provided state.
</summary>
<param name="button">Enum of the button to fetch.</param>
<param name="state">State of the button to fetch.</param>
<returns>Appropriate image for drawing; otherwise null.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirect.GetButtonSpecIcon(Krypton.Toolkit.PaletteButtonSpecStyle)">
<summary>
Gets the icon to display for the button.
</summary>
<param name="style">Style of button spec.</param>
<returns>Icon value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirect.GetButtonSpecImage(Krypton.Toolkit.PaletteButtonSpecStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the image to display for the button.
</summary>
<param name="style">Style of button spec.</param>
<param name="state">State for which image is required.</param>
<returns>Image value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirect.GetButtonSpecImageTransparentColor(Krypton.Toolkit.PaletteButtonSpecStyle)">
<summary>
Gets the image transparent color.
</summary>
<param name="style">Style of button spec.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirect.GetButtonSpecShortText(Krypton.Toolkit.PaletteButtonSpecStyle)">
<summary>
Gets the short text to display for the button.
</summary>
<param name="style">Style of button spec.</param>
<returns>String value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirect.GetButtonSpecLongText(Krypton.Toolkit.PaletteButtonSpecStyle)">
<summary>
Gets the long text to display for the button.
</summary>
<param name="style">Style of button spec.</param>
<returns>String value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirect.GetButtonSpecToolTipTitle(Krypton.Toolkit.PaletteButtonSpecStyle)">
<summary>
Gets the tooltip title text to display for the button.
</summary>
<param name="style">Style of button spec.</param>
<returns>String value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirect.GetButtonSpecColorMap(Krypton.Toolkit.PaletteButtonSpecStyle)">
<summary>
Gets the color to remap from the image to the container foreground.
</summary>
<param name="style">Style of button spec.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirect.GetButtonSpecColorTransparent(Krypton.Toolkit.PaletteButtonSpecStyle)">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.PaletteRedirect.GetButtonSpecStyle(Krypton.Toolkit.PaletteButtonSpecStyle)">
<summary>
Gets the button style used for drawing the button.
</summary>
<param name="style">Style of button spec.</param>
<returns>ButtonStyle value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirect.GetButtonSpecLocation(Krypton.Toolkit.PaletteButtonSpecStyle)">
<summary>
Get the location for the button.
</summary>
<param name="style">Style of button spec.</param>
<returns>HeaderLocation value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirect.GetButtonSpecEdge(Krypton.Toolkit.PaletteButtonSpecStyle)">
<summary>
Gets the edge to position the button against.
</summary>
<param name="style">Style of button spec.</param>
<returns>PaletteRelativeEdgeAlign value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirect.GetButtonSpecOrientation(Krypton.Toolkit.PaletteButtonSpecStyle)">
<summary>
Gets the button orientation.
</summary>
<param name="style">Style of button spec.</param>
<returns>PaletteButtonOrientation value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirect.GetRibbonShape">
<summary>
Gets the ribbon shape that should be used.
</summary>
<returns>Ribbon shape value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirect.GetRibbonContextTextAlign(Krypton.Toolkit.PaletteState)">
<summary>
Gets the text alignment for the ribbon context text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Font value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirect.GetRibbonContextTextFont(Krypton.Toolkit.PaletteState)">
<summary>
Gets the font for the ribbon context text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Font value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirect.GetRibbonContextTextColor(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the ribbon context text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Font value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirect.GetRibbonDisabledDark(Krypton.Toolkit.PaletteState)">
<summary>
Gets the dark disabled color used for ribbon glyphs.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirect.GetRibbonDisabledLight(Krypton.Toolkit.PaletteState)">
<summary>
Gets the light disabled color used for ribbon glyphs.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirect.GetRibbonDropArrowLight(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the drop arrow light.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirect.GetRibbonDropArrowDark(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the drop arrow dark.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirect.GetRibbonGroupDialogDark(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the dialog launcher dark.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirect.GetRibbonGroupDialogLight(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the dialog launcher light.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirect.GetRibbonGroupSeparatorDark(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the group separator dark.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirect.GetRibbonGroupSeparatorLight(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the group separator light.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirect.GetRibbonMinimizeBarDark(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the minimize bar dark.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirect.GetRibbonTabRowBackgroundGradientRaftingDark(Krypton.Toolkit.PaletteState)">
<summary>
Gets the gradient dark rafting color for the tab background.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirect.GetRibbonTabRowBackgroundGradientRaftingLight(Krypton.Toolkit.PaletteState)">
<summary>
Gets the gradient light rafting color for the tab background.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirect.GetRibbonTabRowBackgroundSolidColor(Krypton.Toolkit.PaletteState)">
<summary>
Gets the solid color for the tab background.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirect.GetRibbonMinimizeBarLight(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the minimize bar light.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirect.GetRibbonTabSeparatorColor(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the tab separator.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirect.GetRibbonTabSeparatorContextColor(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the tab context separators.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirect.GetRibbonTextFont(Krypton.Toolkit.PaletteState)">
<summary>
Gets the font for the ribbon text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Font value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirect.GetRibbonTextHint(Krypton.Toolkit.PaletteState)">
<summary>
Gets the rendering hint for the ribbon font.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteTextHint value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirect.GetRibbonQATButtonDark(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the extra QAT button dark content color.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirect.GetRibbonQATButtonLight(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the extra QAT button light content color.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirect.GetRibbonTabRowGradientColor1(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.PaletteRedirect.GetRibbonFileAppTabBottomColor(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.PaletteRedirect.GetRibbonFileAppTabTopColor(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.PaletteRedirect.GetRibbonFileAppTabTextColor(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.PaletteRedirect.GetRibbonTabRowGradientRaftingAngle(Krypton.Toolkit.PaletteState)">
<summary>Gets the ribbon tab row gradient rafting angle.</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>The gradient rafting angle.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirect.GetRibbonBackColorStyle(Krypton.Toolkit.PaletteRibbonBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the method used to draw the background of a ribbon item.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteRibbonBackStyle value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirect.GetRibbonBackColor1(Krypton.Toolkit.PaletteRibbonBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the first background color for the ribbon item.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirect.GetRibbonBackColor2(Krypton.Toolkit.PaletteRibbonBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the second background color for the ribbon item.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirect.GetRibbonBackColor3(Krypton.Toolkit.PaletteRibbonBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the third background color for the ribbon item.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirect.GetRibbonBackColor4(Krypton.Toolkit.PaletteRibbonBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the fourth background color for the ribbon item.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirect.GetRibbonBackColor5(Krypton.Toolkit.PaletteRibbonBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the fifth background color for the ribbon item.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirect.GetRibbonTextColor(Krypton.Toolkit.PaletteRibbonTextStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the tab color for the item text.
</summary>
<param name="style">Text style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirect.GetElementColor1(Krypton.Toolkit.PaletteElement,Krypton.Toolkit.PaletteState)">
<summary>
Gets the first element color.
</summary>
<param name="element">Element for which color is required.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirect.GetElementColor2(Krypton.Toolkit.PaletteElement,Krypton.Toolkit.PaletteState)">
<summary>
Gets the second element color.
</summary>
<param name="element">Element for which color is required.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirect.GetElementColor3(Krypton.Toolkit.PaletteElement,Krypton.Toolkit.PaletteState)">
<summary>
Gets the third element color.
</summary>
<param name="element">Element for which color is required.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirect.GetElementColor4(Krypton.Toolkit.PaletteElement,Krypton.Toolkit.PaletteState)">
<summary>
Gets the fourth element color.
</summary>
<param name="element">Element for which color is required.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirect.GetElementColor5(Krypton.Toolkit.PaletteElement,Krypton.Toolkit.PaletteState)">
<summary>
Gets the fifth element color.
</summary>
<param name="element">Element for which color is required.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirect.GetDragDropFeedback">
<summary>
Gets the feedback drawing method used.
</summary>
<returns>Feedback enumeration value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirect.GetDragDropSolidBack">
<summary>
Gets the background color for a solid drag drop area.
</summary>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirect.GetDragDropSolidBorder">
<summary>
Gets the border color for a solid drag drop area.
</summary>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirect.GetDragDropSolidOpacity">
<summary>
Gets the opacity of the solid area.
</summary>
<returns>Opacity ranging from 0 to 1.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirect.GetDragDropDockBack">
<summary>
Gets the background color for the docking indicators area.
</summary>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirect.GetDragDropDockBorder">
<summary>
Gets the border color for the docking indicators area.
</summary>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirect.GetDragDropDockActive">
<summary>
Gets the active color for docking indicators.
</summary>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirect.GetDragDropDockInactive">
<summary>
Gets the inactive color for docking indicators.
</summary>
<returns>Color value.</returns>
</member>
<member name="P:Krypton.Toolkit.PaletteRedirect.ColorTable">
<summary>
Gets access to the color table instance.
</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteRedirect.Id">
<inheritdoc />
</member>
<member name="T:Krypton.Toolkit.PaletteRedirectBack">
<summary>
Redirect background based on the incoming state of the request.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectBack.#ctor(Krypton.Toolkit.PaletteBase)">
<summary>
Initialize a new instance of the PaletteRedirectBack class.
</summary>
<param name="target">Initial palette target for redirection.</param>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectBack.#ctor(Krypton.Toolkit.PaletteBase,Krypton.Toolkit.IPaletteBack,Krypton.Toolkit.IPaletteBack)">
<summary>
Initialize a new instance of the PaletteRedirectBack class.
</summary>
<param name="target">Initial palette target for redirection.</param>
<param name="disabled">Redirection for disabled state requests.</param>
<param name="normal">Redirection for normal state requests.</param>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectBack.#ctor(Krypton.Toolkit.PaletteBase,Krypton.Toolkit.IPaletteBack,Krypton.Toolkit.IPaletteBack,Krypton.Toolkit.IPaletteBack,Krypton.Toolkit.IPaletteBack,Krypton.Toolkit.IPaletteBack,Krypton.Toolkit.IPaletteBack,Krypton.Toolkit.IPaletteBack,Krypton.Toolkit.IPaletteBack,Krypton.Toolkit.IPaletteBack)">
<summary>
Initialize a new instance of the PaletteRedirectBack class.
</summary>
<param name="target">Initial palette target for redirection.</param>
<param name="disabled">Redirection for disabled state requests.</param>
<param name="normal">Redirection for normal state requests.</param>
<param name="pressed">Redirection for pressed state requests.</param>
<param name="tracking">Redirection for tracking state requests.</param>
<param name="checkedNormal">Redirection for checked normal state requests.</param>
<param name="checkedPressed">Redirection for checked pressed state requests.</param>
<param name="checkedTracking">Redirection for checked tracking state requests.</param>
<param name="focusOverride">Redirection for focus override state requests.</param>
<param name="normalDefaultOverride">Redirection for normal default override state requests.</param>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectBack.SetRedirectStates(Krypton.Toolkit.IPaletteBack,Krypton.Toolkit.IPaletteBack)">
<summary>
Set the redirection states.
</summary>
<param name="disabled">Redirection for disabled state requests.</param>
<param name="normal">Redirection for normal state requests.</param>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectBack.ResetRedirectStates">
<summary>
Reset the redirection states to null.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectBack.GetBackDraw(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets a value indicating if background should be drawn.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>InheritBool value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectBack.GetBackGraphicsHint(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the graphics drawing hint for the background.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteGraphicsHint value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectBack.GetBackColor1(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the first background color.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectBack.GetBackColor2(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the second back color.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectBack.GetBackColorStyle(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color background drawing style.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color drawing style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectBack.GetBackColorAlign(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color alignment.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectBack.GetBackColorAngle(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color background angle.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Angle used for color drawing.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectBack.GetBackImage(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets a background image.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image instance.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectBack.GetBackImageStyle(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the background image style.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image style value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectBack.GetBackImageAlign(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the image alignment.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image alignment style.</returns>
</member>
<member name="T:Krypton.Toolkit.PaletteRedirectBorder">
<summary>
Redirect border based on the incoming state of the request.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectBorder.#ctor(Krypton.Toolkit.PaletteBase)">
<summary>
Initialize a new instance of the PaletteRedirectBorder class.
</summary>
<param name="target">Initial palette target for redirection.</param>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectBorder.#ctor(Krypton.Toolkit.PaletteBase,Krypton.Toolkit.IPaletteBorder,Krypton.Toolkit.IPaletteBorder)">
<summary>
Initialize a new instance of the PaletteRedirectBorder class.
</summary>
<param name="target">Initial palette target for redirection.</param>
<param name="disabled">Redirection for disabled state requests.</param>
<param name="normal">Redirection for normal state requests.</param>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectBorder.#ctor(Krypton.Toolkit.PaletteBase,Krypton.Toolkit.IPaletteBorder,Krypton.Toolkit.IPaletteBorder,Krypton.Toolkit.IPaletteBorder,Krypton.Toolkit.IPaletteBorder)">
<summary>
Initialize a new instance of the PaletteRedirectBorder class.
</summary>
<param name="target">Initial palette target for redirection.</param>
<param name="disabled">Redirection for disabled state requests.</param>
<param name="normal">Redirection for normal state requests.</param>
<param name="pressed">Redirection for pressed state requests.</param>
<param name="tracking">Redirection for tracking state requests.</param>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectBorder.#ctor(Krypton.Toolkit.PaletteBase,Krypton.Toolkit.IPaletteBorder,Krypton.Toolkit.IPaletteBorder,Krypton.Toolkit.IPaletteBorder,Krypton.Toolkit.IPaletteBorder,Krypton.Toolkit.IPaletteBorder,Krypton.Toolkit.IPaletteBorder,Krypton.Toolkit.IPaletteBorder,Krypton.Toolkit.IPaletteBorder,Krypton.Toolkit.IPaletteBorder)">
<summary>
Initialize a new instance of the PaletteRedirectBorder class.
</summary>
<param name="target">Initial palette target for redirection.</param>
<param name="disabled">Redirection for disabled state requests.</param>
<param name="normal">Redirection for normal state requests.</param>
<param name="pressed">Redirection for pressed state requests.</param>
<param name="tracking">Redirection for tracking state requests.</param>
<param name="checkedNormal">Redirection for checked normal state requests.</param>
<param name="checkedPressed">Redirection for checked pressed state requests.</param>
<param name="checkedTracking">Redirection for checked tracking state requests.</param>
<param name="focusOverride">Redirection for focus override state requests.</param>
<param name="normalDefaultOverride">Redirection for normal default override state requests.</param>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectBorder.SetRedirectStates(Krypton.Toolkit.IPaletteBorder,Krypton.Toolkit.IPaletteBorder)">
<summary>
Set the redirection states.
</summary>
<param name="disabled">Redirection for disabled state requests.</param>
<param name="normal">Redirection for normal state requests.</param>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectBorder.ResetRedirectStates">
<summary>
Reset the redirection states to null.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectBorder.GetBorderDraw(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets a value indicating if border should be drawn.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>InheritBool value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectBorder.GetBorderDrawBorders(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets a value indicating which borders to draw.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteDrawBorders value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectBorder.GetBorderGraphicsHint(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the graphics drawing hint for the border.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteGraphicsHint value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectBorder.GetBorderColor1(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the first border color.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectBorder.GetBorderColor2(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the second border color.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectBorder.GetBorderColorStyle(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color border drawing style.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color drawing style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectBorder.GetBorderColorAlign(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color border alignment.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectBorder.GetBorderColorAngle(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color border angle.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Angle used for color drawing.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectBorder.GetBorderWidth(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the border width.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Integer width.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectBorder.GetBorderRounding(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the border corner rounding.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Float rounding.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectBorder.GetBorderImage(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets a border image.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image instance.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectBorder.GetBorderImageStyle(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the border image style.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image style value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectBorder.GetBorderImageAlign(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the image border alignment.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image alignment style.</returns>
</member>
<member name="T:Krypton.Toolkit.PaletteRedirectBorderEdge">
<summary>
Redirect border based on the incoming state of the request.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectBorderEdge.#ctor(Krypton.Toolkit.PaletteBase)">
<summary>
Initialize a new instance of the PaletteRedirectBorderEdge class.
</summary>
<param name="target">Initial palette target for redirection.</param>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectBorderEdge.#ctor(Krypton.Toolkit.PaletteBase,Krypton.Toolkit.PaletteBorderEdge,Krypton.Toolkit.PaletteBorderEdge)">
<summary>
Initialize a new instance of the PaletteRedirectBorderEdge class.
</summary>
<param name="target">Initial palette target for redirection.</param>
<param name="disabled">Redirection for disabled state requests.</param>
<param name="normal">Redirection for normal state requests.</param>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectBorderEdge.SetRedirectStates(Krypton.Toolkit.PaletteBorderEdge,Krypton.Toolkit.PaletteBorderEdge)">
<summary>
Set the redirection states.
</summary>
<param name="disabled">Redirection for disabled state requests.</param>
<param name="normal">Redirection for normal state requests.</param>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectBorderEdge.ResetRedirectStates">
<summary>
Reset the redirection states to null.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectBorderEdge.GetBorderDraw(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets a value indicating if border should be drawn.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>InheritBool value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectBorderEdge.GetBorderDrawBorders(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets a value indicating which borders to draw.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteDrawBorders value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectBorderEdge.GetBorderGraphicsHint(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the graphics drawing hint for the border.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteGraphicsHint value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectBorderEdge.GetBorderColor1(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the first border color.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectBorderEdge.GetBorderColor2(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the second border color.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectBorderEdge.GetBorderColorStyle(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color border drawing style.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color drawing style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectBorderEdge.GetBorderColorAlign(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color border alignment.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectBorderEdge.GetBorderColorAngle(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color border angle.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Angle used for color drawing.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectBorderEdge.GetBorderWidth(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the border width.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Integer width.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectBorderEdge.GetBorderRounding(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the border corner rounding.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Float rounding.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectBorderEdge.GetBorderImage(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets a border image.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image instance.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectBorderEdge.GetBorderImageStyle(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the border image style.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image style value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectBorderEdge.GetBorderImageAlign(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the image border alignment.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image alignment style.</returns>
</member>
<member name="T:Krypton.Toolkit.PaletteRedirectButtonSpec">
<summary>
Redirect button spec requests to provided target.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectButtonSpec.#ctor(Krypton.Toolkit.PaletteBase,Krypton.Toolkit.IPaletteButtonSpec)">
<summary>
Initialize a new instance of the PaletteRedirectButtonSpec class.
</summary>
<param name="target">Initial palette target for redirection.</param>
<param name="inherit">Redirection button spec requests.</param>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectButtonSpec.GetButtonSpecImage(Krypton.Toolkit.PaletteButtonSpecStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the image to display for the button.
</summary>
<param name="style">Style of button spec.</param>
<param name="state">State for which image is required.</param>
<returns>Image value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectButtonSpec.GetButtonSpecShortText(Krypton.Toolkit.PaletteButtonSpecStyle)">
<summary>
Gets the short text to display for the button.
</summary>
<param name="style">Style of button spec.</param>
<returns>String value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectButtonSpec.GetButtonSpecLongText(Krypton.Toolkit.PaletteButtonSpecStyle)">
<summary>
Gets the long text to display for the button.
</summary>
<param name="style">Style of button spec.</param>
<returns>String value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectButtonSpec.GetButtonSpecColorMap(Krypton.Toolkit.PaletteButtonSpecStyle)">
<summary>
Gets the color to remap from the image to the container foreground.
</summary>
<param name="style">Style of button spec.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectButtonSpec.GetButtonSpecStyle(Krypton.Toolkit.PaletteButtonSpecStyle)">
<summary>
Gets the button style used for drawing the button.
</summary>
<param name="style">Style of button spec.</param>
<returns>PaletteButtonStyle value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectButtonSpec.GetButtonSpecLocation(Krypton.Toolkit.PaletteButtonSpecStyle)">
<summary>
Get the location for the button.
</summary>
<param name="style">Style of button spec.</param>
<returns>HeaderLocation value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectButtonSpec.GetButtonSpecEdge(Krypton.Toolkit.PaletteButtonSpecStyle)">
<summary>
Gets the edge to position the button against.
</summary>
<param name="style">Style of button spec.</param>
<returns>PaletteRelativeEdgeAlign value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectButtonSpec.GetButtonSpecOrientation(Krypton.Toolkit.PaletteButtonSpecStyle)">
<summary>
Gets the button orientation.
</summary>
<param name="style">Style of button spec.</param>
<returns>PaletteButtonOrientation value.</returns>
</member>
<member name="T:Krypton.Toolkit.PaletteRedirectContent">
<summary>
Redirect content based on the incoming state of the request.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectContent.#ctor">
<summary>
Initialize a new instance of the PaletteRedirectContent class.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectContent.#ctor(Krypton.Toolkit.PaletteBase,Krypton.Toolkit.IPaletteContent,Krypton.Toolkit.IPaletteContent)">
<summary>
Initialize a new instance of the PaletteRedirectContent class.
</summary>
<param name="target">Initial palette target for redirection.</param>
<param name="disabled">Redirection for disabled state requests.</param>
<param name="normal">Redirection for normal state requests.</param>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectContent.#ctor(Krypton.Toolkit.PaletteBase,Krypton.Toolkit.IPaletteContent,Krypton.Toolkit.IPaletteContent,Krypton.Toolkit.IPaletteContent,Krypton.Toolkit.IPaletteContent,Krypton.Toolkit.IPaletteContent,Krypton.Toolkit.IPaletteContent,Krypton.Toolkit.IPaletteContent,Krypton.Toolkit.IPaletteContent,Krypton.Toolkit.IPaletteContent,Krypton.Toolkit.IPaletteContent,Krypton.Toolkit.IPaletteContent,Krypton.Toolkit.IPaletteContent)">
<summary>
Initialize a new instance of the PaletteRedirectContent class.
</summary>
<param name="target">Initial palette target for redirection.</param>
<param name="disabled">Redirection for disabled state requests.</param>
<param name="normal">Redirection for normal state requests.</param>
<param name="pressed">Redirection for pressed state requests.</param>
<param name="tracking">Redirection for tracking state requests.</param>
<param name="checkedNormal">Redirection for checked normal state requests.</param>
<param name="checkedPressed">Redirection for checked pressed state requests.</param>
<param name="checkedTracking">Redirection for checked tracking state requests.</param>
<param name="focusOverride">Redirection for focus override state requests.</param>
<param name="normalDefaultOverride">Redirection for normal default override state requests.</param>
<param name="linkVisitedOverride">Redirection for link visited override state requests.</param>
<param name="linkNotVisitedOverride">Redirection for link not visited override state requests.</param>
<param name="linkPressedOverride">Redirection for link pressed override state requests.</param>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectContent.SetRedirectStates(Krypton.Toolkit.IPaletteContent,Krypton.Toolkit.IPaletteContent)">
<summary>
Set the redirection states.
</summary>
<param name="disabled">Redirection for disabled state requests.</param>
<param name="normal">Redirection for normal state requests.</param>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectContent.SetRedirectStates(Krypton.Toolkit.IPaletteContent,Krypton.Toolkit.IPaletteContent,Krypton.Toolkit.IPaletteContent,Krypton.Toolkit.IPaletteContent,Krypton.Toolkit.IPaletteContent,Krypton.Toolkit.IPaletteContent,Krypton.Toolkit.IPaletteContent,Krypton.Toolkit.IPaletteContent,Krypton.Toolkit.IPaletteContent,Krypton.Toolkit.IPaletteContent,Krypton.Toolkit.IPaletteContent,Krypton.Toolkit.IPaletteContent)">
<summary>
Set the redirection states.
</summary>
<param name="disabled">Redirection for disabled state requests.</param>
<param name="normal">Redirection for normal state requests.</param>
<param name="pressed">Redirection for pressed state requests.</param>
<param name="tracking">Redirection for tracking state requests.</param>
<param name="checkedNormal">Redirection for checked normal state requests.</param>
<param name="checkedPressed">Redirection for checked pressed state requests.</param>
<param name="checkedTracking">Redirection for checked tracking state requests.</param>
<param name="focusOverride">Redirection for focus override state requests.</param>
<param name="normalDefaultOverride">Redirection for normal default override state requests.</param>
<param name="linkVisitedOverride">Redirection for link visited override state requests.</param>
<param name="linkNotVisitedOverride">Redirection for link not visited override state requests.</param>
<param name="linkPressedOverride">Redirection for link pressed override state requests.</param>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectContent.ResetRedirectStates">
<summary>
Reset the redirection states to null.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectContent.GetContentDraw(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets a value indicating if content should be drawn.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>InheritBool value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectContent.GetContentDrawFocus(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets a value indicating if content should be drawn with focus indication.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>InheritBool value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectContent.GetContentImageH(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the horizontal relative alignment of the image.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectContent.GetContentImageV(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the vertical relative alignment of the image.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectContent.GetContentImageEffect(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the effect applied to drawing of the image.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteImageEffect value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectContent.GetContentShortTextFont(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the font for the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Font value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectContent.GetContentShortTextHint(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the rendering hint for the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteTextHint value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectContent.GetContentShortTextPrefix(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the prefix drawing setting for short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteTextPrefix value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectContent.GetContentShortTextMultiLine(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the flag indicating if multiline text is allowed for short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>InheritBool value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectContent.GetContentShortTextTrim(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the text trimming to use for short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteTextTrim value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectContent.GetContentShortTextH(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the horizontal relative alignment of the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectContent.GetContentShortTextV(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the vertical relative alignment of the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectContent.GetContentShortTextMultiLineH(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the horizontal relative alignment of multiline short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectContent.GetContentShortTextColor1(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the first back color for the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectContent.GetContentShortTextColor2(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the second back color for the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectContent.GetContentShortTextColorStyle(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color drawing style for the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color drawing style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectContent.GetContentShortTextColorAlign(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color alignment for the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectContent.GetContentShortTextColorAngle(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color background angle for the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Angle used for color drawing.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectContent.GetContentShortTextImage(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets a background image for the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image instance.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectContent.GetContentShortTextImageStyle(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the background image style.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image style value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectContent.GetContentShortTextImageAlign(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the image alignment for the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectContent.GetContentLongTextFont(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the font for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Font value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectContent.GetContentLongTextHint(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the rendering hint for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteTextHint value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectContent.GetContentLongTextMultiLine(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the flag indicating if multiline text is allowed for long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>InheritBool value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectContent.GetContentLongTextTrim(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the text trimming to use for long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteTextTrim value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectContent.GetContentLongTextPrefix(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the prefix drawing setting for long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteTextPrefix value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectContent.GetContentLongTextH(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the horizontal relative alignment of the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectContent.GetContentLongTextV(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the vertical relative alignment of the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectContent.GetContentLongTextMultiLineH(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the horizontal relative alignment of multiline long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectContent.GetContentLongTextColor1(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the first back color for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectContent.GetContentLongTextColor2(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the second back color for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectContent.GetContentLongTextColorStyle(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color drawing style for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color drawing style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectContent.GetContentLongTextColorAlign(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color alignment for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectContent.GetContentLongTextImage(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets a background image for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image instance.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectContent.GetContentLongTextImageStyle(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the background image style for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image style value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectContent.GetContentLongTextImageAlign(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the image alignment for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectContent.GetBorderContentPadding(Krypton.Toolkit.KryptonForm,Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the padding between the border and content drawing.
</summary>
<param name="owningForm"></param>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Padding value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectContent.GetContentAdjacentGap(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the padding between adjacent content items.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Integer value.</returns>
</member>
<member name="T:Krypton.Toolkit.PaletteRedirectDouble">
<summary>
Redirect back/border based on the incoming state of the request.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectDouble.#ctor">
<summary>
Initialize a new instance of the PaletteRedirectDouble class.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectDouble.#ctor(Krypton.Toolkit.PaletteBase)">
<summary>
Initialize a new instance of the PaletteRedirectDouble class.
</summary>
<param name="target">Initial palette target for redirection.</param>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectDouble.#ctor(Krypton.Toolkit.PaletteBase,Krypton.Toolkit.IPaletteDouble,Krypton.Toolkit.IPaletteDouble)">
<summary>
Initialize a new instance of the PaletteRedirectDouble class.
</summary>
<param name="target">Initial palette target for redirection.</param>
<param name="disabled">Redirection for disabled state requests.</param>
<param name="normal">Redirection for normal state requests.</param>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectDouble.#ctor(Krypton.Toolkit.PaletteBase,Krypton.Toolkit.IPaletteDouble,Krypton.Toolkit.IPaletteDouble,Krypton.Toolkit.IPaletteDouble,Krypton.Toolkit.IPaletteDouble)">
<summary>
Initialize a new instance of the PaletteRedirectDouble class.
</summary>
<param name="target">Initial palette target for redirection.</param>
<param name="disabled">Redirection for disabled state requests.</param>
<param name="normal">Redirection for normal state requests.</param>
<param name="pressed">Redirection for pressed state requests.</param>
<param name="tracking">Redirection for tracking state requests.</param>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectDouble.#ctor(Krypton.Toolkit.PaletteBase,Krypton.Toolkit.IPaletteDouble,Krypton.Toolkit.IPaletteDouble,Krypton.Toolkit.IPaletteDouble,Krypton.Toolkit.IPaletteDouble,Krypton.Toolkit.IPaletteDouble,Krypton.Toolkit.IPaletteDouble,Krypton.Toolkit.IPaletteDouble,Krypton.Toolkit.IPaletteDouble,Krypton.Toolkit.IPaletteDouble)">
<summary>
Initialize a new instance of the PaletteRedirectDouble class.
</summary>
<param name="target">Initial palette target for redirection.</param>
<param name="disabled">Redirection for disabled state requests.</param>
<param name="normal">Redirection for normal state requests.</param>
<param name="pressed">Redirection for pressed state requests.</param>
<param name="tracking">Redirection for tracking state requests.</param>
<param name="checkedNormal">Redirection for checked normal state requests.</param>
<param name="checkedPressed">Redirection for checked pressed state requests.</param>
<param name="checkedTracking">Redirection for checked tracking state requests.</param>
<param name="focusOverride">Redirection for focus override state requests.</param>
<param name="normalDefaultOverride">Redirection for normal default override state requests.</param>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectDouble.SetRedirectStates(Krypton.Toolkit.IPaletteDouble,Krypton.Toolkit.IPaletteDouble)">
<summary>
Set the redirection states.
</summary>
<param name="disabled">Redirection for disabled state requests.</param>
<param name="normal">Redirection for normal state requests.</param>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectDouble.SetRedirectStates(Krypton.Toolkit.IPaletteDouble,Krypton.Toolkit.IPaletteDouble,Krypton.Toolkit.IPaletteDouble,Krypton.Toolkit.IPaletteDouble)">
<summary>
Set the redirection states.
</summary>
<param name="disabled">Redirection for disabled state requests.</param>
<param name="normal">Redirection for normal state requests.</param>
<param name="pressed">Redirection for pressed state requests.</param>
<param name="tracking">Redirection for tracking state requests.</param>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectDouble.ResetRedirectStates">
<summary>
Reset the redirection states to null.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectDouble.GetBackDraw(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets a value indicating if background should be drawn.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>InheritBool value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectDouble.GetBackGraphicsHint(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the graphics drawing hint for the background.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteGraphicsHint value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectDouble.GetBackColor1(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the first background color.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectDouble.GetBackColor2(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the second back color.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectDouble.GetBackColorStyle(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color background drawing style.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color drawing style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectDouble.GetBackColorAlign(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color alignment.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectDouble.GetBackColorAngle(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color background angle.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Angle used for color drawing.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectDouble.GetBackImage(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets a background image.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image instance.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectDouble.GetBackImageStyle(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the background image style.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image style value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectDouble.GetBackImageAlign(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the image alignment.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectDouble.GetBorderDraw(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets a value indicating if border should be drawn.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>InheritBool value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectDouble.GetBorderDrawBorders(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets a value indicating which borders to draw.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteDrawBorders value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectDouble.GetBorderGraphicsHint(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the graphics drawing hint for the border.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteGraphicsHint value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectDouble.GetBorderColor1(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the first border color.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectDouble.GetBorderColor2(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the second border color.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectDouble.GetBorderColorStyle(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color border drawing style.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color drawing style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectDouble.GetBorderColorAlign(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color border alignment.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectDouble.GetBorderColorAngle(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color border angle.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Angle used for color drawing.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectDouble.GetBorderWidth(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the border width.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Integer width.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectDouble.GetBorderRounding(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the border corner rounding.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Float rounding.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectDouble.GetBorderImage(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets a border image.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image instance.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectDouble.GetBorderImageStyle(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the border image style.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image style value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectDouble.GetBorderImageAlign(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the image border alignment.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image alignment style.</returns>
</member>
<member name="T:Krypton.Toolkit.PaletteRedirectDoubleMetric">
<summary>
Redirect back/border/metrics based on the incoming state of the request.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectDoubleMetric.#ctor(Krypton.Toolkit.PaletteBase)">
<summary>
Initialize a new instance of the PaletteRedirectDoubleMetric class.
</summary>
<param name="target">Initial palette target for redirection.</param>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectDoubleMetric.#ctor(Krypton.Toolkit.PaletteBase,Krypton.Toolkit.IPaletteDouble,Krypton.Toolkit.IPaletteMetric,Krypton.Toolkit.IPaletteDouble,Krypton.Toolkit.IPaletteMetric)">
<summary>
Initialize a new instance of the PaletteRedirectDoubleMetric class.
</summary>
<param name="target">Initial palette target for redirection.</param>
<param name="disabled">Redirection for disabled state requests.</param>
<param name="disableMetric">Redirection for disabled metric requests.</param>
<param name="normal">Redirection for normal state requests.</param>
<param name="normalMetric">Redirection for normal metric requests.</param>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectDoubleMetric.SetRedirectStates(Krypton.Toolkit.IPaletteDouble,Krypton.Toolkit.IPaletteMetric,Krypton.Toolkit.IPaletteDouble,Krypton.Toolkit.IPaletteMetric)">
<summary>
Set the redirection states.
</summary>
<param name="disabled">Redirection for disabled state requests.</param>
<param name="disableMetric">Redirection for disabled metric requests.</param>
<param name="normal">Redirection for normal state requests.</param>
<param name="normalMetric">Redirection for normal metric requests.</param>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectDoubleMetric.SetRedirectStates(Krypton.Toolkit.IPaletteDouble,Krypton.Toolkit.IPaletteMetric,Krypton.Toolkit.IPaletteDouble,Krypton.Toolkit.IPaletteMetric,Krypton.Toolkit.IPaletteDouble,Krypton.Toolkit.IPaletteMetric,Krypton.Toolkit.IPaletteDouble,Krypton.Toolkit.IPaletteMetric)">
<summary>
Set the redirection states.
</summary>
<param name="disabled">Redirection for disabled state requests.</param>
<param name="disableMetric">Redirection for disabled metric requests.</param>
<param name="normal">Redirection for normal state requests.</param>
<param name="normalMetric">Redirection for normal metric requests.</param>
<param name="pressed">Redirection for pressed state requests.</param>
<param name="pressedMetric">Redirection for pressed metric requests.</param>
<param name="tracking">Redirection for tracking state requests.</param>
<param name="trackingMetric">Redirection for tracking metric requests.</param>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectDoubleMetric.ResetRedirectStates">
<summary>
Reset the redirection states to null.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectDoubleMetric.GetMetricInt(Krypton.Toolkit.KryptonForm,Krypton.Toolkit.PaletteState,Krypton.Toolkit.PaletteMetricInt)">
<summary>
Gets an integer metric value.
</summary>
<param name="owningForm"></param>
<param name="state">Palette value should be applicable to this state.</param>
<param name="metric">Requested metric.</param>
<returns>Integer value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectDoubleMetric.GetMetricBool(Krypton.Toolkit.PaletteState,Krypton.Toolkit.PaletteMetricBool)">
<summary>
Gets a boolean metric value.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<param name="metric">Requested metric.</param>
<returns>InheritBool value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectDoubleMetric.GetMetricPadding(Krypton.Toolkit.KryptonForm,Krypton.Toolkit.PaletteState,Krypton.Toolkit.PaletteMetricPadding)">
<summary>
Gets a padding metric value.
</summary>
<param name="owningForm"></param>
<param name="state">Palette value should be applicable to this state.</param>
<param name="metric">Requested metric.</param>
<returns>Padding value.</returns>
</member>
<member name="T:Krypton.Toolkit.PaletteRedirectGrids">
<summary>
Redirect back/border/content based on the incoming grid state and style.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectGrids.#ctor(Krypton.Toolkit.PaletteBase,Krypton.Toolkit.KryptonPaletteGrid)">
<summary>
Initialize a new instance of the PaletteRedirectTriple class.
</summary>
<param name="target">Initial palette target for redirection.</param>
<param name="grid">Grid reference for directing palette requests.</param>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectGrids.GetBackDraw(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets a value indicating if background should be drawn.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>InheritBool value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectGrids.GetBackGraphicsHint(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the graphics drawing hint for the background.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteGraphicsHint value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectGrids.GetBackColor1(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the first background color.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectGrids.GetBackColor2(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the second back color.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectGrids.GetBackColorStyle(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color background drawing style.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color drawing style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectGrids.GetBackColorAlign(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color alignment.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectGrids.GetBackColorAngle(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color background angle.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Angle used for color drawing.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectGrids.GetBackImage(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets a background image.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image instance.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectGrids.GetBackImageStyle(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the background image style.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image style value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectGrids.GetBackImageAlign(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the image alignment.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectGrids.GetBorderDraw(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets a value indicating if border should be drawn.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>InheritBool value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectGrids.GetBorderDrawBorders(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets a value indicating which borders to draw.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteDrawBorders value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectGrids.GetBorderGraphicsHint(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the graphics drawing hint for the border.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteGraphicsHint value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectGrids.GetBorderColor1(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the first border color.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectGrids.GetBorderColor2(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the second border color.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectGrids.GetBorderColorStyle(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color border drawing style.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color drawing style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectGrids.GetBorderColorAlign(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color border alignment.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectGrids.GetBorderColorAngle(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color border angle.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Angle used for color drawing.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectGrids.GetBorderWidth(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the border width.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Integer width.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectGrids.GetBorderRounding(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the border corner rounding.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Float rounding.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectGrids.GetBorderImage(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets a border image.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image instance.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectGrids.GetBorderImageStyle(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the border image style.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image style value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectGrids.GetBorderImageAlign(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the image border alignment.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectGrids.GetContentDraw(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets a value indicating if content should be drawn.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>InheritBool value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectGrids.GetContentDrawFocus(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets a value indicating if content should be drawn with focus indication.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>InheritBool value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectGrids.GetContentImageH(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the horizontal relative alignment of the image.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectGrids.GetContentImageV(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the vertical relative alignment of the image.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectGrids.GetContentImageEffect(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the effect applied to drawing of the image.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteImageEffect value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectGrids.GetContentShortTextFont(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the font for the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Font value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectGrids.GetContentShortTextHint(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the rendering hint for the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteTextHint value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectGrids.GetContentShortTextPrefix(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the prefix drawing setting for short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteTextPrefix value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectGrids.GetContentShortTextMultiLine(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the flag indicating if multiline text is allowed for short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>InheritBool value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectGrids.GetContentShortTextTrim(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the text trimming to use for short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteTextTrim value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectGrids.GetContentShortTextH(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the horizontal relative alignment of the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectGrids.GetContentShortTextV(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the vertical relative alignment of the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectGrids.GetContentShortTextMultiLineH(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the horizontal relative alignment of multiline short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectGrids.GetContentShortTextColor1(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the first back color for the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectGrids.GetContentShortTextColor2(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the second back color for the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectGrids.GetContentShortTextColorStyle(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color drawing style for the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color drawing style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectGrids.GetContentShortTextColorAlign(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color alignment for the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectGrids.GetContentShortTextColorAngle(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color background angle for the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Angle used for color drawing.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectGrids.GetContentShortTextImage(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets a background image for the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image instance.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectGrids.GetContentShortTextImageStyle(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the background image style.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image style value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectGrids.GetContentShortTextImageAlign(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the image alignment for the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectGrids.GetContentLongTextFont(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the font for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Font value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectGrids.GetContentLongTextHint(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the rendering hint for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteTextHint value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectGrids.GetContentLongTextMultiLine(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the flag indicating if multiline text is allowed for long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>InheritBool value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectGrids.GetContentLongTextTrim(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the text trimming to use for long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteTextTrim value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectGrids.GetContentLongTextPrefix(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the prefix drawing setting for long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteTextPrefix value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectGrids.GetContentLongTextH(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the horizontal relative alignment of the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectGrids.GetContentLongTextV(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the vertical relative alignment of the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectGrids.GetContentLongTextMultiLineH(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the horizontal relative alignment of multiline long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectGrids.GetContentLongTextColor1(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the first back color for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectGrids.GetContentLongTextColor2(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the second back color for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectGrids.GetContentLongTextColorStyle(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color drawing style for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color drawing style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectGrids.GetContentLongTextColorAlign(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color alignment for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectGrids.GetContentLongTextColorAngle(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color background angle for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Angle used for color drawing.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectGrids.GetContentLongTextImage(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets a background image for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image instance.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectGrids.GetContentLongTextImageStyle(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the background image style for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image style value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectGrids.GetContentLongTextImageAlign(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the image alignment for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectGrids.GetBorderContentPadding(Krypton.Toolkit.KryptonForm,Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the padding between the border and content drawing.
</summary>
<param name="owningForm"></param>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Padding value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectGrids.GetContentAdjacentGap(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the padding between adjacent content items.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Integer value.</returns>
</member>
<member name="T:Krypton.Toolkit.PaletteRedirectMetric">
<summary>
Redirect back/border/metrics based on the incoming state of the request.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectMetric.#ctor(Krypton.Toolkit.PaletteBase)">
<summary>
Initialize a new instance of the PaletteRedirectMetric class.
</summary>
<param name="target">Initial palette target for redirection.</param>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectMetric.#ctor(Krypton.Toolkit.PaletteBase,Krypton.Toolkit.IPaletteMetric,Krypton.Toolkit.IPaletteMetric)">
<summary>
Initialize a new instance of the PaletteRedirectMetric class.
</summary>
<param name="target">Initial palette target for redirection.</param>
<param name="disableMetric">Redirection for disabled metric requests.</param>
<param name="normalMetric">Redirection for normal metric requests.</param>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectMetric.SetRedirectStates(Krypton.Toolkit.IPaletteMetric,Krypton.Toolkit.IPaletteMetric)">
<summary>
Set the redirection states.
</summary>
<param name="disableMetric">Redirection for disabled metric requests.</param>
<param name="normalMetric">Redirection for normal metric requests.</param>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectMetric.ResetRedirectStates">
<summary>
Reset the redirection states to null.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectMetric.GetMetricInt(Krypton.Toolkit.KryptonForm,Krypton.Toolkit.PaletteState,Krypton.Toolkit.PaletteMetricInt)">
<summary>
Gets an integer metric value.
</summary>
<param name="owningForm"></param>
<param name="state">Palette value should be applicable to this state.</param>
<param name="metric">Requested metric.</param>
<returns>Integer value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectMetric.GetMetricBool(Krypton.Toolkit.PaletteState,Krypton.Toolkit.PaletteMetricBool)">
<summary>
Gets a boolean metric value.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<param name="metric">Requested metric.</param>
<returns>InheritBool value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectMetric.GetMetricPadding(Krypton.Toolkit.KryptonForm,Krypton.Toolkit.PaletteState,Krypton.Toolkit.PaletteMetricPadding)">
<summary>
Gets a padding metric value.
</summary>
<param name="owningForm"></param>
<param name="state">Palette value should be applicable to this state.</param>
<param name="metric">Requested metric.</param>
<returns>Padding value.</returns>
</member>
<member name="T:Krypton.Toolkit.PaletteRedirectRibbonBack">
<summary>
Redirect back/border ribbon values based on the incoming state of the request.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectRibbonBack.#ctor(Krypton.Toolkit.PaletteBase)">
<summary>
Initialize a new instance of the PaletteRedirectRibbonBack class.
</summary>
<param name="target">Initial palette target for redirection.</param>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectRibbonBack.#ctor(Krypton.Toolkit.PaletteBase,Krypton.Toolkit.IPaletteRibbonBack,Krypton.Toolkit.IPaletteRibbonBack)">
<summary>
Initialize a new instance of the PaletteRedirectRibbonBack class.
</summary>
<param name="target">Initial palette target for redirection.</param>
<param name="disabledBack">Redirection for back disabled state requests.</param>
<param name="normalBack">Redirection for back normal state requests.</param>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectRibbonBack.#ctor(Krypton.Toolkit.PaletteBase,Krypton.Toolkit.IPaletteRibbonBack,Krypton.Toolkit.IPaletteRibbonBack,Krypton.Toolkit.IPaletteRibbonBack,Krypton.Toolkit.IPaletteRibbonBack,Krypton.Toolkit.IPaletteRibbonBack,Krypton.Toolkit.IPaletteRibbonBack)">
<summary>
Initialize a new instance of the PaletteRedirectRibbonBack class.
</summary>
<param name="target">Initial palette target for redirection.</param>
<param name="disabledBack">Redirection for back disabled state requests.</param>
<param name="normalBack">Redirection for back normal state requests.</param>
<param name="pressedBack">Redirection for back pressed state requests.</param>
<param name="trackingBack">Redirection for back tracking state requests.</param>
<param name="selectedBack">Redirection for selected states requests.</param>
<param name="focusOverrideBack">Redirection for back focus override state requests.</param>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectRibbonBack.SetRedirectStates(Krypton.Toolkit.IPaletteRibbonBack,Krypton.Toolkit.IPaletteRibbonBack)">
<summary>
Set the redirection states.
</summary>
<param name="disabledBack">Redirection for back disabled state requests.</param>
<param name="normalBack">Redirection for back normal state requests.</param>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectRibbonBack.SetRedirectStates(Krypton.Toolkit.IPaletteRibbonBack,Krypton.Toolkit.IPaletteRibbonBack,Krypton.Toolkit.IPaletteRibbonBack,Krypton.Toolkit.IPaletteRibbonBack,Krypton.Toolkit.IPaletteRibbonBack,Krypton.Toolkit.IPaletteRibbonBack)">
<summary>
Set the redirection states.
</summary>
<param name="disabledBack">Redirection for back disabled state requests.</param>
<param name="normalBack">Redirection for back normal state requests.</param>
<param name="pressedBack">Redirection for back pressed state requests.</param>
<param name="trackingBack">Redirection for back tracking state requests.</param>
<param name="selectedBack">Redirection for selected states requests.</param>
<param name="focusOverrideBack">Redirection for back focus override state requests.</param>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectRibbonBack.ResetRedirectStates">
<summary>
Reset the redirection states to null.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectRibbonBack.GetRibbonBackColorStyle(Krypton.Toolkit.PaletteRibbonBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the background drawing style for the ribbon item.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<param name="style">Style of the ribbon back style requested.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectRibbonBack.GetRibbonBackColor1(Krypton.Toolkit.PaletteRibbonBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the first background color for the ribbon item.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<param name="style">Style of the ribbon color requested.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectRibbonBack.GetRibbonBackColor2(Krypton.Toolkit.PaletteRibbonBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the second background color for the ribbon item.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<param name="style">Style of the ribbon color requested.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectRibbonBack.GetRibbonBackColor3(Krypton.Toolkit.PaletteRibbonBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the third background color for the ribbon item.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<param name="style">Style of the ribbon color requested.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectRibbonBack.GetRibbonBackColor4(Krypton.Toolkit.PaletteRibbonBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the fourth background color for the ribbon item.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<param name="style">Style of the ribbon color requested.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectRibbonBack.GetRibbonBackColor5(Krypton.Toolkit.PaletteRibbonBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the fifth background color for the ribbon item.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<param name="style">Style of the ribbon color requested.</param>
<returns>Color value.</returns>
</member>
<member name="T:Krypton.Toolkit.PaletteRedirectRibbonDouble">
<summary>
Redirect back/border/text ribbon values based on the incoming state of the request.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectRibbonDouble.#ctor(Krypton.Toolkit.PaletteBase)">
<summary>
Initialize a new instance of the PaletteRedirectRibbonDouble class.
</summary>
<param name="target">Initial palette target for redirection.</param>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectRibbonDouble.#ctor(Krypton.Toolkit.PaletteBase,Krypton.Toolkit.IPaletteRibbonBack,Krypton.Toolkit.IPaletteRibbonBack,Krypton.Toolkit.IPaletteRibbonBack,Krypton.Toolkit.IPaletteRibbonBack,Krypton.Toolkit.IPaletteRibbonBack,Krypton.Toolkit.IPaletteRibbonBack,Krypton.Toolkit.IPaletteRibbonText,Krypton.Toolkit.IPaletteRibbonText,Krypton.Toolkit.IPaletteRibbonText,Krypton.Toolkit.IPaletteRibbonText,Krypton.Toolkit.IPaletteRibbonText,Krypton.Toolkit.IPaletteRibbonText)">
<summary>
Initialize a new instance of the PaletteRedirectRibbonDouble class.
</summary>
<param name="target">Initial palette target for redirection.</param>
<param name="disabledBack">Redirection for back disabled state requests.</param>
<param name="normalBack">Redirection for back normal state requests.</param>
<param name="pressedBack">Redirection for back pressed state requests.</param>
<param name="trackingBack">Redirection for back tracking state requests.</param>
<param name="selectedBack">Redirection for selected states requests.</param>
<param name="focusOverrideBack">Redirection for back focus override state requests.</param>
<param name="disabledText">Redirection for text disabled state requests.</param>
<param name="normalText">Redirection for text normal state requests.</param>
<param name="pressedText">Redirection for text pressed state requests.</param>
<param name="trackingText">Redirection for text tracking state requests.</param>
<param name="selectedText">Redirection for text selected states requests.</param>
<param name="focusOverrideText">Redirection for text focus override state requests.</param>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectRibbonDouble.SetRedirectStates(Krypton.Toolkit.IPaletteRibbonBack,Krypton.Toolkit.IPaletteRibbonBack,Krypton.Toolkit.IPaletteRibbonBack,Krypton.Toolkit.IPaletteRibbonBack,Krypton.Toolkit.IPaletteRibbonBack,Krypton.Toolkit.IPaletteRibbonBack,Krypton.Toolkit.IPaletteRibbonText,Krypton.Toolkit.IPaletteRibbonText,Krypton.Toolkit.IPaletteRibbonText,Krypton.Toolkit.IPaletteRibbonText,Krypton.Toolkit.IPaletteRibbonText,Krypton.Toolkit.IPaletteRibbonText)">
<summary>
Set the redirection states.
</summary>
<param name="disabledBack">Redirection for back disabled state requests.</param>
<param name="normalBack">Redirection for back normal state requests.</param>
<param name="pressedBack">Redirection for back pressed state requests.</param>
<param name="trackingBack">Redirection for back tracking state requests.</param>
<param name="selectedBack">Redirection for selected states requests.</param>
<param name="focusOverrideBack">Redirection for back focus override state requests.</param>
<param name="disabledText">Redirection for text disabled state requests.</param>
<param name="normalText">Redirection for text normal state requests.</param>
<param name="pressedText">Redirection for text pressed state requests.</param>
<param name="trackingText">Redirection for text tracking state requests.</param>
<param name="selectedText">Redirection for text selected states requests.</param>
<param name="focusOverrideText">Redirection for text focus override state requests.</param>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectRibbonDouble.ResetRedirectStates">
<summary>
Reset the redirection states to null.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectRibbonDouble.GetRibbonBackColorStyle(Krypton.Toolkit.PaletteRibbonBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the background drawing style for the ribbon item.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<param name="style">Style of the ribbon back style requested.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectRibbonDouble.GetRibbonBackColor1(Krypton.Toolkit.PaletteRibbonBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the first background color for the ribbon item.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<param name="style">Style of the ribbon color requested.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectRibbonDouble.GetRibbonBackColor2(Krypton.Toolkit.PaletteRibbonBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the second background color for the ribbon item.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<param name="style">Style of the ribbon color requested.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectRibbonDouble.GetRibbonBackColor3(Krypton.Toolkit.PaletteRibbonBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the third background color for the ribbon item.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<param name="style">Style of the ribbon color requested.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectRibbonDouble.GetRibbonBackColor4(Krypton.Toolkit.PaletteRibbonBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the fourth background color for the ribbon item.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<param name="style">Style of the ribbon color requested.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectRibbonDouble.GetRibbonBackColor5(Krypton.Toolkit.PaletteRibbonBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the fifth background color for the ribbon item.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<param name="style">Style of the ribbon color requested.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectRibbonDouble.GetRibbonTextColor(Krypton.Toolkit.PaletteRibbonTextStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the tab color for the item text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<param name="style">Style of the ribbon color requested.</param>
<returns>Color value.</returns>
</member>
<member name="T:Krypton.Toolkit.PaletteRedirectRibbonGeneral">
<summary>
Redirect general ribbon values based on the incoming state of the request.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectRibbonGeneral.#ctor(Krypton.Toolkit.PaletteBase)">
<summary>
Initialize a new instance of the PaletteRedirectRibbonGeneral class.
</summary>
<param name="target">Initial palette target for redirection.</param>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectRibbonGeneral.#ctor(Krypton.Toolkit.PaletteBase,Krypton.Toolkit.IPaletteRibbonGeneral,Krypton.Toolkit.IPaletteRibbonGeneral,Krypton.Toolkit.IPaletteRibbonGeneral,Krypton.Toolkit.IPaletteRibbonGeneral)">
<summary>
Initialize a new instance of the PaletteRedirectRibbonGeneral class.
</summary>
<param name="target">Initial palette target for redirection.</param>
<param name="disabled">Redirection for disabled state requests.</param>
<param name="normal">Redirection for normal state requests.</param>
<param name="pressed">Redirection for pressed state requests.</param>
<param name="tracking">Redirection for tracking state requests.</param>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectRibbonGeneral.GetRibbonDisabledDark(Krypton.Toolkit.PaletteState)">
<summary>
Gets the dark disabled color used for ribbon glyphs.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectRibbonGeneral.GetRibbonDisabledLight(Krypton.Toolkit.PaletteState)">
<summary>
Gets the light disabled color used for ribbon glyphs.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectRibbonGeneral.GetRibbonGroupDialogDark(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the dialog launcher dark.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectRibbonGeneral.GetRibbonGroupDialogLight(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the dialog launcher light.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectRibbonGeneral.GetRibbonGroupSeparatorDark(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the group separator dark.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectRibbonGeneral.GetRibbonGroupSeparatorLight(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the group separator light.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectRibbonGeneral.GetRibbonMinimizeBarDark(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the minimize bar dark.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectRibbonGeneral.GetRibbonMinimizeBarLight(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the minimize bar light.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectRibbonGeneral.GetRibbonTabSeparatorColor(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the tab separator.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectRibbonGeneral.GetRibbonTabSeparatorContextColor(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the tab context separators.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectRibbonGeneral.GetRibbonTextFont(Krypton.Toolkit.PaletteState)">
<summary>
Gets the font for the ribbon text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Font value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectRibbonGeneral.GetRibbonTextHint(Krypton.Toolkit.PaletteState)">
<summary>
Gets the rendering hint for the ribbon font.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteTextHint value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectRibbonGeneral.GetRibbonQATButtonDark(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the extra QAT button dark content color.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectRibbonGeneral.GetRibbonQATButtonLight(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the extra QAT button light content color.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="T:Krypton.Toolkit.PaletteRedirectTriple">
<summary>
Redirect back/border/content based on the incoming state of the request.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectTriple.#ctor">
<summary>
Initialize a new instance of the PaletteRedirectTriple class.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectTriple.#ctor(Krypton.Toolkit.PaletteBase)">
<summary>
Initialize a new instance of the PaletteRedirectTriple class.
</summary>
<param name="target">Initial palette target for redirection.</param>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectTriple.#ctor(Krypton.Toolkit.PaletteBase,Krypton.Toolkit.IPaletteTriple,Krypton.Toolkit.IPaletteTriple)">
<summary>
Initialize a new instance of the PaletteRedirectTriple class.
</summary>
<param name="target">Initial palette target for redirection.</param>
<param name="disabled">Redirection for disabled state requests.</param>
<param name="normal">Redirection for normal state requests.</param>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectTriple.#ctor(Krypton.Toolkit.PaletteBase,Krypton.Toolkit.IPaletteTriple,Krypton.Toolkit.IPaletteTriple,Krypton.Toolkit.IPaletteTriple)">
<summary>
Initialize a new instance of the PaletteRedirectTriple class.
</summary>
<param name="target">Initial palette target for redirection.</param>
<param name="disabled">Redirection for disabled state requests.</param>
<param name="normal">Redirection for normal state requests.</param>
<param name="tracking">Redirection for tracking state requests.</param>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectTriple.#ctor(Krypton.Toolkit.PaletteBase,Krypton.Toolkit.IPaletteTriple,Krypton.Toolkit.IPaletteTriple,Krypton.Toolkit.IPaletteTriple,Krypton.Toolkit.IPaletteTriple,Krypton.Toolkit.IPaletteTriple,Krypton.Toolkit.IPaletteTriple,Krypton.Toolkit.IPaletteTriple)">
<summary>
Initialize a new instance of the PaletteRedirectTriple class.
</summary>
<param name="target">Initial palette target for redirection.</param>
<param name="disabled">Redirection for disabled state requests.</param>
<param name="normal">Redirection for normal state requests.</param>
<param name="tracking">Redirection for tracking state requests.</param>
<param name="pressed">Redirection for pressed state requests.</param>
<param name="contextNormal">Redirection for context normal state requests.</param>
<param name="contextPressed">Redirection for context pressed state requests.</param>
<param name="contextTracking">Redirection for context tracking state requests.</param>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectTriple.#ctor(Krypton.Toolkit.PaletteBase,Krypton.Toolkit.IPaletteTriple,Krypton.Toolkit.IPaletteTriple,Krypton.Toolkit.IPaletteTriple,Krypton.Toolkit.IPaletteTriple,Krypton.Toolkit.IPaletteTriple,Krypton.Toolkit.IPaletteTriple)">
<summary>
Initialize a new instance of the PaletteRedirectTriple class.
</summary>
<param name="target">Initial palette target for redirection.</param>
<param name="disabled">Redirection for disabled state requests.</param>
<param name="normal">Redirection for normal state requests.</param>
<param name="pressed">Redirection for pressed state requests.</param>
<param name="tracking">Redirection for tracking state requests.</param>
<param name="selected">Redirection for all checked states.</param>
<param name="focusOverride">Redirection for focus override state requests.</param>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectTriple.#ctor(Krypton.Toolkit.PaletteBase,Krypton.Toolkit.IPaletteTriple,Krypton.Toolkit.IPaletteTriple,Krypton.Toolkit.IPaletteTriple,Krypton.Toolkit.IPaletteTriple,Krypton.Toolkit.IPaletteTriple,Krypton.Toolkit.IPaletteTriple,Krypton.Toolkit.IPaletteTriple,Krypton.Toolkit.IPaletteTriple,Krypton.Toolkit.IPaletteTriple)">
<summary>
Initialize a new instance of the PaletteRedirectTriple class.
</summary>
<param name="target">Initial palette target for redirection.</param>
<param name="disabled">Redirection for disabled state requests.</param>
<param name="normal">Redirection for normal state requests.</param>
<param name="pressed">Redirection for pressed state requests.</param>
<param name="tracking">Redirection for tracking state requests.</param>
<param name="checkedNormal">Redirection for checked normal state requests.</param>
<param name="checkedPressed">Redirection for checked pressed state requests.</param>
<param name="checkedTracking">Redirection for checked tracking state requests.</param>
<param name="focusOverride">Redirection for focus override state requests.</param>
<param name="normalDefaultOverride">Redirection for normal default override state requests.</param>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectTriple.SetRedirectStates(Krypton.Toolkit.IPaletteTriple,Krypton.Toolkit.IPaletteTriple)">
<summary>
Set the redirection states.
</summary>
<param name="disabled">Redirection for disabled state requests.</param>
<param name="normal">Redirection for normal state requests.</param>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectTriple.SetRedirectStates(Krypton.Toolkit.IPaletteTriple,Krypton.Toolkit.IPaletteTriple,Krypton.Toolkit.IPaletteTriple,Krypton.Toolkit.IPaletteTriple,Krypton.Toolkit.IPaletteTriple,Krypton.Toolkit.IPaletteTriple,Krypton.Toolkit.IPaletteTriple,Krypton.Toolkit.IPaletteTriple,Krypton.Toolkit.IPaletteTriple)">
<summary>
Set the redirection states.
</summary>
<param name="disabled">Redirection for disabled state requests.</param>
<param name="normal">Redirection for normal state requests.</param>
<param name="pressed">Redirection for pressed state requests.</param>
<param name="tracking">Redirection for tracking state requests.</param>
<param name="checkedNormal">Redirection for checked normal state requests.</param>
<param name="checkedPressed">Redirection for checked pressed state requests.</param>
<param name="checkedTracking">Redirection for checked tracking state requests.</param>
<param name="focusOverride">Redirection for focus override state requests.</param>
<param name="normalDefaultOverride">Redirection for normal default override state requests.</param>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectTriple.ResetRedirectStates">
<summary>
Reset the redirection states to null.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectTriple.GetBackDraw(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets a value indicating if background should be drawn.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>InheritBool value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectTriple.GetBackGraphicsHint(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the graphics drawing hint for the background.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteGraphicsHint value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectTriple.GetBackColor1(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the first background color.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectTriple.GetBackColor2(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the second back color.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectTriple.GetBackColorStyle(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color background drawing style.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color drawing style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectTriple.GetBackColorAlign(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color alignment.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectTriple.GetBackColorAngle(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color background angle.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Angle used for color drawing.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectTriple.GetBackImage(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets a background image.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image instance.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectTriple.GetBackImageStyle(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the background image style.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image style value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectTriple.GetBackImageAlign(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the image alignment.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectTriple.GetBorderDraw(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets a value indicating if border should be drawn.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>InheritBool value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectTriple.GetBorderDrawBorders(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets a value indicating which borders to draw.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteDrawBorders value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectTriple.GetBorderGraphicsHint(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the graphics drawing hint for the border.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteGraphicsHint value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectTriple.GetBorderColor1(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the first border color.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectTriple.GetBorderColor2(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the second border color.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectTriple.GetBorderColorStyle(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color border drawing style.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color drawing style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectTriple.GetBorderColorAlign(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color border alignment.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectTriple.GetBorderColorAngle(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color border angle.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Angle used for color drawing.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectTriple.GetBorderWidth(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the border width.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Integer width.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectTriple.GetBorderRounding(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the border corner rounding.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Float rounding.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectTriple.GetBorderImage(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets a border image.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image instance.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectTriple.GetBorderImageStyle(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the border image style.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image style value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectTriple.GetBorderImageAlign(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the image border alignment.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectTriple.GetContentDraw(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets a value indicating if content should be drawn.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>InheritBool value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectTriple.GetContentDrawFocus(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets a value indicating if content should be drawn with focus indication.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>InheritBool value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectTriple.GetContentImageH(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the horizontal relative alignment of the image.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectTriple.GetContentImageV(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the vertical relative alignment of the image.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectTriple.GetContentImageEffect(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the effect applied to drawing of the image.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteImageEffect value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectTriple.GetContentImageColorMap(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the image color to remap into another color.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectTriple.GetContentImageColorTo(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color to use in place of the image map color.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectTriple.GetContentShortTextFont(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the font for the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Font value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectTriple.GetContentShortTextHint(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the rendering hint for the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteTextHint value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectTriple.GetContentShortTextPrefix(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the prefix drawing setting for short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteTextPrefix value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectTriple.GetContentShortTextMultiLine(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the flag indicating if multiline text is allowed for short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>InheritBool value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectTriple.GetContentShortTextTrim(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the text trimming to use for short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteTextTrim value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectTriple.GetContentShortTextH(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the horizontal relative alignment of the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectTriple.GetContentShortTextV(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the vertical relative alignment of the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectTriple.GetContentShortTextMultiLineH(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the horizontal relative alignment of multiline short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectTriple.GetContentShortTextColor1(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the first back color for the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectTriple.GetContentShortTextColor2(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the second back color for the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectTriple.GetContentShortTextColorStyle(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color drawing style for the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color drawing style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectTriple.GetContentShortTextColorAlign(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color alignment for the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectTriple.GetContentShortTextColorAngle(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color background angle for the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Angle used for color drawing.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectTriple.GetContentShortTextImage(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets a background image for the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image instance.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectTriple.GetContentShortTextImageStyle(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the background image style.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image style value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectTriple.GetContentShortTextImageAlign(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the image alignment for the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectTriple.GetContentLongTextFont(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the font for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Font value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectTriple.GetContentLongTextHint(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the rendering hint for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteTextHint value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectTriple.GetContentLongTextMultiLine(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the flag indicating if multiline text is allowed for long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>InheritBool value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectTriple.GetContentLongTextTrim(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the text trimming to use for long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteTextTrim value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectTriple.GetContentLongTextPrefix(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the prefix drawing setting for long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteTextPrefix value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectTriple.GetContentLongTextH(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the horizontal relative alignment of the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectTriple.GetContentLongTextV(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the vertical relative alignment of the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectTriple.GetContentLongTextMultiLineH(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the horizontal relative alignment of multiline long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectTriple.GetContentLongTextColor1(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the first back color for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectTriple.GetContentLongTextColor2(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the second back color for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectTriple.GetContentLongTextColorStyle(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color drawing style for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color drawing style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectTriple.GetContentLongTextColorAlign(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color alignment for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectTriple.GetContentLongTextColorAngle(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color background angle for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Angle used for color drawing.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectTriple.GetContentLongTextImage(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets a background image for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image instance.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectTriple.GetContentLongTextImageStyle(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the background image style for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image style value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectTriple.GetContentLongTextImageAlign(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the image alignment for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectTriple.GetBorderContentPadding(Krypton.Toolkit.KryptonForm,Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the padding between the border and content drawing.
</summary>
<param name="owningForm"></param>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Padding value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectTriple.GetContentAdjacentGap(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the padding between adjacent content items.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Integer value.</returns>
</member>
<member name="T:Krypton.Toolkit.PaletteRedirectTripleMetric">
<summary>
Redirect back/border/content/metrics based on the incoming state of the request.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectTripleMetric.#ctor(Krypton.Toolkit.PaletteBase)">
<summary>
Initialize a new instance of the PaletteRedirectTripleMetric class.
</summary>
<param name="target">Initial palette target for redirection.</param>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectTripleMetric.#ctor(Krypton.Toolkit.PaletteBase,Krypton.Toolkit.IPaletteTriple,Krypton.Toolkit.IPaletteMetric,Krypton.Toolkit.IPaletteTriple,Krypton.Toolkit.IPaletteMetric)">
<summary>
Initialize a new instance of the PaletteRedirectTripleMetric class.
</summary>
<param name="target">Initial palette target for redirection.</param>
<param name="disabled">Redirection for disabled state requests.</param>
<param name="disableMetric">Redirection for disabled metric requests.</param>
<param name="normal">Redirection for normal state requests.</param>
<param name="normalMetric">Redirection for normal metric requests.</param>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectTripleMetric.SetRedirectStates(Krypton.Toolkit.IPaletteTriple,Krypton.Toolkit.IPaletteMetric,Krypton.Toolkit.IPaletteTriple,Krypton.Toolkit.IPaletteMetric)">
<summary>
Set the redirection states.
</summary>
<param name="disabled">Redirection for disabled state requests.</param>
<param name="disableMetric">Redirection for disabled metric requests.</param>
<param name="normal">Redirection for normal state requests.</param>
<param name="normalMetric">Redirection for normal metric requests.</param>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectTripleMetric.ResetRedirectStates">
<summary>
Reset the redirection states to null.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectTripleMetric.GetMetricInt(Krypton.Toolkit.KryptonForm,Krypton.Toolkit.PaletteState,Krypton.Toolkit.PaletteMetricInt)">
<summary>
Gets an integer metric value.
</summary>
<param name="owningForm"></param>
<param name="state">Palette value should be applicable to this state.</param>
<param name="metric">Requested metric.</param>
<returns>Integer value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectTripleMetric.GetMetricBool(Krypton.Toolkit.PaletteState,Krypton.Toolkit.PaletteMetricBool)">
<summary>
Gets a boolean metric value.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<param name="metric">Requested metric.</param>
<returns>InheritBool value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectTripleMetric.GetMetricPadding(Krypton.Toolkit.KryptonForm,Krypton.Toolkit.PaletteState,Krypton.Toolkit.PaletteMetricPadding)">
<summary>
Gets a padding metric value.
</summary>
<param name="owningForm"></param>
<param name="state">Palette value should be applicable to this state.</param>
<param name="metric">Requested metric.</param>
<returns>Padding value.</returns>
</member>
<member name="T:Krypton.Toolkit.PaletteRibbonBack">
<summary>
Storage for ribbon background values.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteRibbonBack.#ctor(Krypton.Toolkit.IPaletteRibbonBack,Krypton.Toolkit.NeedPaintHandler)">
<summary>
Initialize a new instance of the PaletteRibbonBack class.
</summary>
<param name="inheritBack">Source for inheriting background values.</param>
<param name="needPaint">Delegate for notifying changes in value.</param>
</member>
<member name="P:Krypton.Toolkit.PaletteRibbonBack.IsDefault">
<summary>
Gets a value indicating if all values are default.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteRibbonBack.SetInherit(Krypton.Toolkit.IPaletteRibbonBack)">
<summary>
Sets the inheritance parent.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteRibbonBack.PopulateFromBase(Krypton.Toolkit.PaletteState)">
<summary>
Populate values from the base palette.
</summary>
<param name="state">Palette state to use when populating.</param>
</member>
<member name="M:Krypton.Toolkit.PaletteRibbonBack.GetRibbonBackColorStyle(Krypton.Toolkit.PaletteState)">
<summary>
Gets the background drawing style for the ribbon item.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="P:Krypton.Toolkit.PaletteRibbonBack.BackColor1">
<summary>
Gets and sets the first background color for the ribbon item.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteRibbonBack.GetRibbonBackColor1(Krypton.Toolkit.PaletteState)">
<summary>
Gets the first background color for the ribbon item.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="P:Krypton.Toolkit.PaletteRibbonBack.BackColor2">
<summary>
Gets and sets the second background color for the ribbon item.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteRibbonBack.GetRibbonBackColor2(Krypton.Toolkit.PaletteState)">
<summary>
Gets the second background color for the ribbon item.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="P:Krypton.Toolkit.PaletteRibbonBack.BackColor3">
<summary>
Gets and sets the third background color for the ribbon item.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteRibbonBack.GetRibbonBackColor3(Krypton.Toolkit.PaletteState)">
<summary>
Gets the third background color for the ribbon item.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="P:Krypton.Toolkit.PaletteRibbonBack.BackColor4">
<summary>
Gets and sets the fourth background color for the ribbon item.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteRibbonBack.GetRibbonBackColor4(Krypton.Toolkit.PaletteState)">
<summary>
Gets the fourth background color for the ribbon item.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="P:Krypton.Toolkit.PaletteRibbonBack.BackColor5">
<summary>
Gets and sets the fifth background color for the ribbon item.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteRibbonBack.GetRibbonBackColor5(Krypton.Toolkit.PaletteState)">
<summary>
Gets the fifth background color for the ribbon item.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="T:Krypton.Toolkit.PaletteRibbonBackInherit">
<summary>
Provide inheritance of palette ribbon background properties.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteRibbonBackInherit.GetRibbonBackColorStyle(Krypton.Toolkit.PaletteState)">
<summary>
Gets the method used to draw the background of a ribbon item.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteRibbonBackStyle value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRibbonBackInherit.GetRibbonBackColor1(Krypton.Toolkit.PaletteState)">
<summary>
Gets the first background color for the ribbon item.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRibbonBackInherit.GetRibbonBackColor2(Krypton.Toolkit.PaletteState)">
<summary>
Gets the second background color for the ribbon item.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRibbonBackInherit.GetRibbonBackColor3(Krypton.Toolkit.PaletteState)">
<summary>
Gets the third background color for the ribbon item.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRibbonBackInherit.GetRibbonBackColor4(Krypton.Toolkit.PaletteState)">
<summary>
Gets the fourth background color for the ribbon item.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRibbonBackInherit.GetRibbonBackColor5(Krypton.Toolkit.PaletteState)">
<summary>
Gets the fifth background color for the ribbon item.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="T:Krypton.Toolkit.PaletteRibbonBackInheritRedirect">
<summary>
Provide inheritance of palette ribbon background properties from source redirector.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteRibbonBackInheritRedirect.#ctor(Krypton.Toolkit.PaletteRedirect,Krypton.Toolkit.PaletteRibbonBackStyle)">
<summary>
Initialize a new instance of the PaletteRibbonBackInheritRedirect class.
</summary>
<param name="redirect">Source for inherit requests.</param>
<param name="styleBack">Ribbon item background style.</param>
</member>
<member name="M:Krypton.Toolkit.PaletteRibbonBackInheritRedirect.SetRedirector(Krypton.Toolkit.PaletteRedirect)">
<summary>
Update the redirector with new reference.
</summary>
<param name="redirect">Target redirector.</param>
</member>
<member name="P:Krypton.Toolkit.PaletteRibbonBackInheritRedirect.StyleBack">
<summary>
Gets and sets the ribbon background style to use when inheriting.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteRibbonBackInheritRedirect.GetRibbonBackColorStyle(Krypton.Toolkit.PaletteState)">
<summary>
Gets the method used to draw the background of a ribbon item.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteRibbonBackStyle value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRibbonBackInheritRedirect.GetRibbonBackColor1(Krypton.Toolkit.PaletteState)">
<summary>
Gets the first background color for the ribbon item.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRibbonBackInheritRedirect.GetRibbonBackColor2(Krypton.Toolkit.PaletteState)">
<summary>
Gets the second background color for the ribbon item.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRibbonBackInheritRedirect.GetRibbonBackColor3(Krypton.Toolkit.PaletteState)">
<summary>
Gets the third background color for the ribbon item.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRibbonBackInheritRedirect.GetRibbonBackColor4(Krypton.Toolkit.PaletteState)">
<summary>
Gets the fourth background color for the ribbon item.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRibbonBackInheritRedirect.GetRibbonBackColor5(Krypton.Toolkit.PaletteState)">
<summary>
Gets the fifth background color for the ribbon item.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="T:Krypton.Toolkit.PaletteRibbonBackRedirect">
<summary>
Storage for ribbon background values.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteRibbonBackRedirect.#ctor(Krypton.Toolkit.PaletteRedirect,Krypton.Toolkit.PaletteRibbonBackStyle,Krypton.Toolkit.NeedPaintHandler)">
<summary>
Initialize a new instance of the PaletteRibbonBackRedirect class.
</summary>
<param name="redirect">inheritance redirection instance.</param>
<param name="backStyle">inheritance ribbon back style.</param>
<param name="needPaint">Delegate for notifying paint requests.</param>
</member>
<member name="M:Krypton.Toolkit.PaletteRibbonBackRedirect.SetRedirector(Krypton.Toolkit.PaletteRedirect)">
<summary>
Update the redirector with new reference.
</summary>
<param name="redirect">Target redirector.</param>
</member>
<member name="P:Krypton.Toolkit.PaletteRibbonBackRedirect.IsDefault">
<summary>
Gets a value indicating if all values are default.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteRibbonBackRedirect.GetRibbonBackColorStyle(Krypton.Toolkit.PaletteState)">
<summary>
Gets the background drawing style for the ribbon item.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="P:Krypton.Toolkit.PaletteRibbonBackRedirect.BackColor1">
<summary>
Gets and sets the first background color for the ribbon item.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteRibbonBackRedirect.GetRibbonBackColor1(Krypton.Toolkit.PaletteState)">
<summary>
Gets the first background color for the ribbon item.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="P:Krypton.Toolkit.PaletteRibbonBackRedirect.BackColor2">
<summary>
Gets and sets the second background color for the ribbon item.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteRibbonBackRedirect.GetRibbonBackColor2(Krypton.Toolkit.PaletteState)">
<summary>
Gets the second background color for the ribbon item.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="P:Krypton.Toolkit.PaletteRibbonBackRedirect.BackColor3">
<summary>
Gets and sets the third background color for the ribbon item.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteRibbonBackRedirect.GetRibbonBackColor3(Krypton.Toolkit.PaletteState)">
<summary>
Gets the third background color for the ribbon item.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="P:Krypton.Toolkit.PaletteRibbonBackRedirect.BackColor4">
<summary>
Gets and sets the fourth background color for the ribbon item.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteRibbonBackRedirect.GetRibbonBackColor4(Krypton.Toolkit.PaletteState)">
<summary>
Gets the fourth background color for the ribbon item.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="P:Krypton.Toolkit.PaletteRibbonBackRedirect.BackColor5">
<summary>
Gets and sets the fifth background color for the ribbon item.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteRibbonBackRedirect.GetRibbonBackColor5(Krypton.Toolkit.PaletteState)">
<summary>
Gets the fifth background color for the ribbon item.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="T:Krypton.Toolkit.PaletteRibbonDouble">
<summary>
Storage for ribbon background and text values.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteRibbonDouble.#ctor(Krypton.Toolkit.IPaletteRibbonBack,Krypton.Toolkit.IPaletteRibbonText,Krypton.Toolkit.NeedPaintHandler)">
<summary>
Initialize a new instance of the PaletteRibbonDouble class.
</summary>
<param name="inheritBack">Source for inheriting background values.</param>
<param name="inheritText">Source for inheriting text values.</param>
<param name="needPaint">Delegate for notifying paint requests.</param>
</member>
<member name="P:Krypton.Toolkit.PaletteRibbonDouble.IsDefault">
<summary>
Gets a value indicating if all values are default.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteRibbonDouble.SetInherit(Krypton.Toolkit.IPaletteRibbonBack,Krypton.Toolkit.IPaletteRibbonText)">
<summary>
Sets the inheritance parent.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteRibbonDouble.PopulateFromBase(Krypton.Toolkit.PaletteState)">
<summary>
Populate values from the base palette.
</summary>
<param name="state">Palette state to use when populating.</param>
</member>
<member name="M:Krypton.Toolkit.PaletteRibbonDouble.GetRibbonBackColorStyle(Krypton.Toolkit.PaletteState)">
<summary>
Gets the background drawing style for the ribbon item.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="P:Krypton.Toolkit.PaletteRibbonDouble.BackColor1">
<summary>
Gets and sets the first background color for the ribbon item.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteRibbonDouble.GetRibbonBackColor1(Krypton.Toolkit.PaletteState)">
<summary>
Gets the first background color for the ribbon item.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="P:Krypton.Toolkit.PaletteRibbonDouble.BackColor2">
<summary>
Gets and sets the second background color for the ribbon item.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteRibbonDouble.GetRibbonBackColor2(Krypton.Toolkit.PaletteState)">
<summary>
Gets the second background color for the ribbon item.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="P:Krypton.Toolkit.PaletteRibbonDouble.BackColor3">
<summary>
Gets and sets the third background color for the ribbon item.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteRibbonDouble.GetRibbonBackColor3(Krypton.Toolkit.PaletteState)">
<summary>
Gets the third background color for the ribbon item.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="P:Krypton.Toolkit.PaletteRibbonDouble.BackColor4">
<summary>
Gets and sets the fourth background color for the ribbon item.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteRibbonDouble.GetRibbonBackColor4(Krypton.Toolkit.PaletteState)">
<summary>
Gets the fourth background color for the ribbon item.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="P:Krypton.Toolkit.PaletteRibbonDouble.BackColor5">
<summary>
Gets and sets the fifth background color for the ribbon item.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteRibbonDouble.GetRibbonBackColor5(Krypton.Toolkit.PaletteState)">
<summary>
Gets the fifth background color for the ribbon item.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="P:Krypton.Toolkit.PaletteRibbonDouble.TextColor">
<summary>
Gets and sets the Tab color for the item text.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteRibbonDouble.GetRibbonTextColor(Krypton.Toolkit.PaletteState)">
<summary>
Gets the tab color for the item text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="T:Krypton.Toolkit.PaletteRibbonDoubleInherit">
<summary>
Provide inheritance of palette ribbon background and text properties.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteRibbonDoubleInherit.GetRibbonBackColorStyle(Krypton.Toolkit.PaletteState)">
<summary>
Gets the method used to draw the background of a ribbon item.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteRibbonBackStyle value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRibbonDoubleInherit.GetRibbonBackColor1(Krypton.Toolkit.PaletteState)">
<summary>
Gets the first background color for the ribbon item.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRibbonDoubleInherit.GetRibbonBackColor2(Krypton.Toolkit.PaletteState)">
<summary>
Gets the second background color for the ribbon item.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRibbonDoubleInherit.GetRibbonBackColor3(Krypton.Toolkit.PaletteState)">
<summary>
Gets the third background color for the ribbon item.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRibbonDoubleInherit.GetRibbonBackColor4(Krypton.Toolkit.PaletteState)">
<summary>
Gets the fourth background color for the ribbon item.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRibbonDoubleInherit.GetRibbonBackColor5(Krypton.Toolkit.PaletteState)">
<summary>
Gets the fifth background color for the ribbon item.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRibbonDoubleInherit.GetRibbonTextColor(Krypton.Toolkit.PaletteState)">
<summary>
Gets the tab color for the item text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="T:Krypton.Toolkit.PaletteRibbonDoubleInheritOverride">
<summary>
Inherit properties from primary source in preference to the backup source.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteRibbonDoubleInheritOverride.#ctor(Krypton.Toolkit.IPaletteRibbonBack,Krypton.Toolkit.IPaletteRibbonText,Krypton.Toolkit.IPaletteRibbonBack,Krypton.Toolkit.IPaletteRibbonText,Krypton.Toolkit.PaletteState)">
<summary>
Initialize a new instance of the PaletteRibbonDoubleInheritOverride class.
</summary>
<param name="primaryBack">First choice inheritance background.</param>
<param name="primaryText">First choice inheritance text.</param>
<param name="backupBack">Backup inheritance background.</param>
<param name="backupText">Backup inheritance text.</param>
<param name="state">Palette state to override.</param>
</member>
<member name="P:Krypton.Toolkit.PaletteRibbonDoubleInheritOverride.Apply">
<summary>
Gets and sets a value indicating if override should be applied.
</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteRibbonDoubleInheritOverride.Override">
<summary>
Gets and sets a value indicating if override state should be applied.
</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteRibbonDoubleInheritOverride.OverrideState">
<summary>
Gets and sets the override palette state to use.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteRibbonDoubleInheritOverride.GetRibbonBackColorStyle(Krypton.Toolkit.PaletteState)">
<summary>
Gets the method used to draw the background of a ribbon item.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteRibbonBackStyle value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRibbonDoubleInheritOverride.GetRibbonBackColor1(Krypton.Toolkit.PaletteState)">
<summary>
Gets the first background color for the ribbon item.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRibbonDoubleInheritOverride.GetRibbonBackColor2(Krypton.Toolkit.PaletteState)">
<summary>
Gets the second background color for the ribbon item.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRibbonDoubleInheritOverride.GetRibbonBackColor3(Krypton.Toolkit.PaletteState)">
<summary>
Gets the third background color for the ribbon item.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRibbonDoubleInheritOverride.GetRibbonBackColor4(Krypton.Toolkit.PaletteState)">
<summary>
Gets the fourth background color for the ribbon item.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRibbonDoubleInheritOverride.GetRibbonBackColor5(Krypton.Toolkit.PaletteState)">
<summary>
Gets the fifth background color for the ribbon item.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRibbonDoubleInheritOverride.GetRibbonTextColor(Krypton.Toolkit.PaletteState)">
<summary>
Gets the tab color for the item text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="T:Krypton.Toolkit.PaletteRibbonDoubleInheritRedirect">
<summary>
Provide inheritance of palette ribbon background and text properties from source redirector.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteRibbonDoubleInheritRedirect.#ctor(Krypton.Toolkit.PaletteRedirect,Krypton.Toolkit.PaletteRibbonBackStyle,Krypton.Toolkit.PaletteRibbonTextStyle)">
<summary>
Initialize a new instance of the PaletteRibbonDoubleInheritRedirect class.
</summary>
<param name="redirect">Source for inherit requests.</param>
<param name="styleBack">Ribbon item background style.</param>
<param name="styleText">Ribbon item text style.</param>
</member>
<member name="M:Krypton.Toolkit.PaletteRibbonDoubleInheritRedirect.SetRedirector(Krypton.Toolkit.PaletteRedirect)">
<summary>
Update the redirector with new reference.
</summary>
<param name="redirect">Target redirector.</param>
</member>
<member name="P:Krypton.Toolkit.PaletteRibbonDoubleInheritRedirect.StyleBack">
<summary>
Gets and sets the ribbon background style to use when inheriting.
</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteRibbonDoubleInheritRedirect.StyleText">
<summary>
Gets and sets the ribbon text style to use when inheriting.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteRibbonDoubleInheritRedirect.GetRibbonBackColorStyle(Krypton.Toolkit.PaletteState)">
<summary>
Gets the method used to draw the background of a ribbon item.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteRibbonBackStyle value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRibbonDoubleInheritRedirect.GetRibbonBackColor1(Krypton.Toolkit.PaletteState)">
<summary>
Gets the first background color for the ribbon item.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRibbonDoubleInheritRedirect.GetRibbonBackColor2(Krypton.Toolkit.PaletteState)">
<summary>
Gets the second background color for the ribbon item.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRibbonDoubleInheritRedirect.GetRibbonBackColor3(Krypton.Toolkit.PaletteState)">
<summary>
Gets the third background color for the ribbon item.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRibbonDoubleInheritRedirect.GetRibbonBackColor4(Krypton.Toolkit.PaletteState)">
<summary>
Gets the fourth background color for the ribbon item.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRibbonDoubleInheritRedirect.GetRibbonBackColor5(Krypton.Toolkit.PaletteState)">
<summary>
Gets the fifth background color for the ribbon item.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRibbonDoubleInheritRedirect.GetRibbonTextColor(Krypton.Toolkit.PaletteState)">
<summary>
Gets the tab color for the item text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="T:Krypton.Toolkit.PaletteRibbonDoubleRedirect">
<summary>
Storage for ribbon background and text values.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteRibbonDoubleRedirect.#ctor(Krypton.Toolkit.PaletteRedirect,Krypton.Toolkit.PaletteRibbonBackStyle,Krypton.Toolkit.PaletteRibbonTextStyle,Krypton.Toolkit.NeedPaintHandler)">
<summary>
Initialize a new instance of the PaletteRibbonDoubleRedirect class.
</summary>
<param name="redirect">inheritance redirection instance.</param>
<param name="backStyle">inheritance ribbon back style.</param>
<param name="textStyle">inheritance ribbon text style.</param>
<param name="needPaint">Delegate for notifying paint requests.</param>
</member>
<member name="M:Krypton.Toolkit.PaletteRibbonDoubleRedirect.SetRedirector(Krypton.Toolkit.PaletteRedirect)">
<summary>
Update the redirector with new reference.
</summary>
<param name="redirect">Target redirector.</param>
</member>
<member name="P:Krypton.Toolkit.PaletteRibbonDoubleRedirect.IsDefault">
<summary>
Gets a value indicating if all values are default.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteRibbonDoubleRedirect.GetRibbonBackColorStyle(Krypton.Toolkit.PaletteState)">
<summary>
Gets the background drawing style for the ribbon item.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="P:Krypton.Toolkit.PaletteRibbonDoubleRedirect.BackColor1">
<summary>
Gets and sets the first background color for the ribbon item.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteRibbonDoubleRedirect.GetRibbonBackColor1(Krypton.Toolkit.PaletteState)">
<summary>
Gets the first background color for the ribbon item.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="P:Krypton.Toolkit.PaletteRibbonDoubleRedirect.BackColor2">
<summary>
Gets and sets the second background color for the ribbon item.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteRibbonDoubleRedirect.GetRibbonBackColor2(Krypton.Toolkit.PaletteState)">
<summary>
Gets the second background color for the ribbon item.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="P:Krypton.Toolkit.PaletteRibbonDoubleRedirect.BackColor3">
<summary>
Gets and sets the third background color for the ribbon item.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteRibbonDoubleRedirect.GetRibbonBackColor3(Krypton.Toolkit.PaletteState)">
<summary>
Gets the third background color for the ribbon item.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="P:Krypton.Toolkit.PaletteRibbonDoubleRedirect.BackColor4">
<summary>
Gets and sets the fourth background color for the ribbon item.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteRibbonDoubleRedirect.GetRibbonBackColor4(Krypton.Toolkit.PaletteState)">
<summary>
Gets the fourth background color for the ribbon item.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="P:Krypton.Toolkit.PaletteRibbonDoubleRedirect.BackColor5">
<summary>
Gets and sets the fifth background color for the ribbon item.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteRibbonDoubleRedirect.GetRibbonBackColor5(Krypton.Toolkit.PaletteState)">
<summary>
Gets the fifth background color for the ribbon item.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="P:Krypton.Toolkit.PaletteRibbonDoubleRedirect.TextColor">
<summary>
Gets and sets the Tab color for the item text.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteRibbonDoubleRedirect.GetRibbonTextColor(Krypton.Toolkit.PaletteState)">
<summary>
Gets the tab color for the item text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="T:Krypton.Toolkit.PaletteRibbonFileAppTab">
<summary>
Storage for general ribbon values.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteRibbonFileAppTab.#ctor(Krypton.Toolkit.IPaletteRibbonFileAppTab,Krypton.Toolkit.NeedPaintHandler)">
<summary>
Initialize a new instance of the PaletteRibbonGeneral class.
</summary>
<param name="inherit">Source for inheriting general values.</param>
<param name="needPaint">Delegate for notifying paint requests.</param>
</member>
<member name="P:Krypton.Toolkit.PaletteRibbonFileAppTab.IsDefault">
<summary>
Gets a value indicating if all values are default.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteRibbonFileAppTab.SetInherit(Krypton.Toolkit.IPaletteRibbonFileAppTab)">
<summary>
Sets the inheritance parent.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteRibbonFileAppTab.PopulateFromBase">
<summary>
Populate values from the base palette.
</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteRibbonFileAppTab.RibbonFileAppTabBottomColor">
<summary>
Gets access to ribbon app button dark color.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteRibbonFileAppTab.GetRibbonFileAppTabBottomColor(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="P:Krypton.Toolkit.PaletteRibbonFileAppTab.RibbonFileAppTabTopColor">
<summary>
Gets access to ribbon app button light color.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteRibbonFileAppTab.GetRibbonFileAppTabTopColor(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="P:Krypton.Toolkit.PaletteRibbonFileAppTab.RibbonFileAppTabTextColor">
<summary>
Gets access to ribbon app button text color.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteRibbonFileAppTab.GetRibbonFileAppTabTextColor(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="T:Krypton.Toolkit.PaletteRibbonFileAppTabInherit">
<summary>
Provide inheritance of palette ribbon general properties.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteRibbonFileAppTabInherit.GetRibbonFileAppTabTopColor(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.PaletteRibbonFileAppTabInherit.GetRibbonFileAppTabBottomColor(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.PaletteRibbonFileAppTabInherit.GetRibbonFileAppTabTextColor(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="T:Krypton.Toolkit.PaletteRibbonFileAppTabInheritRedirect">
<summary>
Provide inheritance of palette ribbon "File App Tab" properties from source redirector.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteRibbonFileAppTabInheritRedirect.#ctor(Krypton.Toolkit.PaletteRedirect)">
<summary>
Initialize a new instance of the PaletteRibbonGeneralInheritRedirect class.
</summary>
<param name="redirect">Source for inherit requests.</param>
</member>
<member name="M:Krypton.Toolkit.PaletteRibbonFileAppTabInheritRedirect.SetRedirector(Krypton.Toolkit.PaletteRedirect)">
<summary>
Update the redirector with new reference.
</summary>
<param name="redirect">Target redirector.</param>
</member>
<member name="M:Krypton.Toolkit.PaletteRibbonFileAppTabInheritRedirect.GetRibbonFileAppTabBottomColor(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.PaletteRibbonFileAppTabInheritRedirect.GetRibbonFileAppTabTopColor(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.PaletteRibbonFileAppTabInheritRedirect.GetRibbonFileAppTabTextColor(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="T:Krypton.Toolkit.PaletteRibbonGeneral">
<summary>
Storage for general ribbon values.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteRibbonGeneral.#ctor(Krypton.Toolkit.IPaletteRibbonGeneral,Krypton.Toolkit.NeedPaintHandler)">
<summary>
Initialize a new instance of the PaletteRibbonGeneral class.
</summary>
<param name="inherit">Source for inheriting general values.</param>
<param name="needPaint">Delegate for notifying paint requests.</param>
</member>
<member name="P:Krypton.Toolkit.PaletteRibbonGeneral.IsDefault">
<summary>
Gets a value indicating if all values are default.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteRibbonGeneral.SetInherit(Krypton.Toolkit.IPaletteRibbonGeneral)">
<summary>
Sets the inheritance parent.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteRibbonGeneral.PopulateFromBase">
<summary>
Populate values from the base palette.
</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteRibbonGeneral.ContextTextAlign">
<summary>
Gets and sets the text alignment for the ribbon context text.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteRibbonGeneral.GetRibbonContextTextAlign(Krypton.Toolkit.PaletteState)">
<summary>
Gets the text alignment for the ribbon context text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Font value.</returns>
</member>
<member name="P:Krypton.Toolkit.PaletteRibbonGeneral.ContextTextFont">
<summary>
Gets and sets the font for the ribbon context text.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteRibbonGeneral.GetRibbonContextTextFont(Krypton.Toolkit.PaletteState)">
<summary>
Gets the font for the ribbon context text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Font value.</returns>
</member>
<member name="P:Krypton.Toolkit.PaletteRibbonGeneral.ContextTextColor">
<summary>
Gets and sets the text color used for ribbon context text.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteRibbonGeneral.GetRibbonContextTextColor(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color of the ribbon caption text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="P:Krypton.Toolkit.PaletteRibbonGeneral.DisabledDark">
<summary>
Gets access to dark disabled color used for ribbon glyphs.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteRibbonGeneral.GetRibbonDisabledDark(Krypton.Toolkit.PaletteState)">
<summary>
Gets the dark disabled color used for ribbon glyphs.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="P:Krypton.Toolkit.PaletteRibbonGeneral.DisabledLight">
<summary>
Gets access to light disabled color used for ribbon glyphs.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteRibbonGeneral.GetRibbonDisabledLight(Krypton.Toolkit.PaletteState)">
<summary>
Gets the light disabled color used for ribbon glyphs.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="P:Krypton.Toolkit.PaletteRibbonGeneral.GroupDialogDark">
<summary>
Gets access to ribbon dialog launcher button dark color.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteRibbonGeneral.GetRibbonGroupDialogDark(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the dialog launcher dark.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="P:Krypton.Toolkit.PaletteRibbonGeneral.GroupDialogLight">
<summary>
Gets access to ribbon group dialog launcher button light color.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteRibbonGeneral.GetRibbonGroupDialogLight(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the dialog launcher light.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="P:Krypton.Toolkit.PaletteRibbonGeneral.DropArrowDark">
<summary>
Gets access to ribbon drop arrow dark color.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteRibbonGeneral.GetRibbonDropArrowDark(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the drop arrow dark color.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="P:Krypton.Toolkit.PaletteRibbonGeneral.DropArrowLight">
<summary>
Gets access to ribbon drop arrow light color.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteRibbonGeneral.GetRibbonDropArrowLight(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the drop arrow light.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="P:Krypton.Toolkit.PaletteRibbonGeneral.GroupSeparatorDark">
<summary>
Gets access to ribbon group separator dark color.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteRibbonGeneral.GetRibbonGroupSeparatorDark(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the dialog launcher dark.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="P:Krypton.Toolkit.PaletteRibbonGeneral.GroupSeparatorLight">
<summary>
Gets access to ribbon group separator light color.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteRibbonGeneral.GetRibbonGroupSeparatorLight(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the dialog launcher light.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="P:Krypton.Toolkit.PaletteRibbonGeneral.MinimizeBarDarkColor">
<summary>
Gets access to ribbon minimize bar dark color.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteRibbonGeneral.GetRibbonMinimizeBarDark(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the ribbon minimize bar dark.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="P:Krypton.Toolkit.PaletteRibbonGeneral.MinimizeBarLightColor">
<summary>
Gets access to ribbon minimize bar light color.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteRibbonGeneral.GetRibbonMinimizeBarLight(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the ribbon minimize bar light.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="P:Krypton.Toolkit.PaletteRibbonGeneral.TabRowBackgroundSolidColor">
<summary>
Gets access to ribbon tab row solid color.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteRibbonGeneral.GetRibbonTabRowBackgroundSolidColor(Krypton.Toolkit.PaletteState)">
<summary>
Gets the solid color for the ribbon tab row.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="P:Krypton.Toolkit.PaletteRibbonGeneral.TabRowBackgroundGradientRaftingDarkColor">
<summary>
Gets access to ribbon tab row gradient dark rafting color.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteRibbonGeneral.GetRibbonTabRowBackgroundGradientRaftingDark(Krypton.Toolkit.PaletteState)">
<summary>
Gets the dark Gradient rafting color for the ribbon tab row.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="P:Krypton.Toolkit.PaletteRibbonGeneral.TabRowBackgroundGradientRaftingLightColor">
<summary>
Gets access to ribbon tab row gradient light rafting color.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteRibbonGeneral.GetRibbonTabRowBackgroundGradientRaftingLight(Krypton.Toolkit.PaletteState)">
<summary>
Gets the light rafting color for the ribbon tab row.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="P:Krypton.Toolkit.PaletteRibbonGeneral.TabRowBackgroundGradientFirstColor">
<summary>
Gets access to ribbon tab row gradient first color.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteRibbonGeneral.GetRibbonTabRowGradientColor1(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="P:Krypton.Toolkit.PaletteRibbonGeneral.RibbonTabRowGradientRaftingAngle">
<summary>
Gets access to ribbon tab row gradient rafting angle.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteRibbonGeneral.GetRibbonTabRowGradientRaftingAngle(Krypton.Toolkit.PaletteState)">
<summary>
Gets the rafting angle for the ribbon tab row.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Rafting angle value.</returns>
</member>
<member name="P:Krypton.Toolkit.PaletteRibbonGeneral.RibbonShape">
<summary>
Gets access to ribbon shape.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteRibbonGeneral.GetRibbonShape">
<summary>
Gets the ribbon shape.
</summary>
<returns>Color value.</returns>
</member>
<member name="P:Krypton.Toolkit.PaletteRibbonGeneral.TabSeparatorColor">
<summary>
Gets access to ribbon tab separator color.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteRibbonGeneral.GetRibbonTabSeparatorColor(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the tab separator.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="P:Krypton.Toolkit.PaletteRibbonGeneral.TabSeparatorContextColor">
<summary>
Gets access to ribbon context tab separator color.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteRibbonGeneral.GetRibbonTabSeparatorContextColor(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the tab context separator.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="P:Krypton.Toolkit.PaletteRibbonGeneral.TextFont">
<summary>
Gets and sets the font for the ribbon text.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteRibbonGeneral.GetRibbonTextFont(Krypton.Toolkit.PaletteState)">
<summary>
Gets the font for the ribbon text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Font value.</returns>
</member>
<member name="P:Krypton.Toolkit.PaletteRibbonGeneral.TextHint">
<summary>
Gets and sets the rendering hint for the text font.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteRibbonGeneral.GetRibbonTextHint(Krypton.Toolkit.PaletteState)">
<summary>
Gets the rendering hint for the ribbon font.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteTextHint value.</returns>
</member>
<member name="P:Krypton.Toolkit.PaletteRibbonGeneral.QATButtonDarkColor">
<summary>
Gets access to extra QAT extra button dark content color.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteRibbonGeneral.GetRibbonQATButtonDark(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the extra QAT button dark content color.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="P:Krypton.Toolkit.PaletteRibbonGeneral.QATButtonLightColor">
<summary>
Gets access to extra QAT extra button light content color.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteRibbonGeneral.GetRibbonQATButtonLight(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the extra QAT button light content color.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="T:Krypton.Toolkit.PaletteRibbonGeneralInherit">
<summary>
Provide inheritance of palette ribbon general properties.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteRibbonGeneralInherit.GetRibbonShape">
<summary>
Gets the ribbon shape that should be used.
</summary>
<returns>Ribbon shape value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRibbonGeneralInherit.GetRibbonContextTextAlign(Krypton.Toolkit.PaletteState)">
<summary>
Gets the text alignment for the ribbon context text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Font value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRibbonGeneralInherit.GetRibbonContextTextFont(Krypton.Toolkit.PaletteState)">
<summary>
Gets the font for the ribbon context text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Font value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRibbonGeneralInherit.GetRibbonContextTextColor(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the ribbon context text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Font value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRibbonGeneralInherit.GetRibbonDisabledDark(Krypton.Toolkit.PaletteState)">
<summary>
Gets the dark disabled color used for ribbon glyphs.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRibbonGeneralInherit.GetRibbonDisabledLight(Krypton.Toolkit.PaletteState)">
<summary>
Gets the light disabled color used for ribbon glyphs.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRibbonGeneralInherit.GetRibbonGroupDialogDark(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the dialog launcher dark.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRibbonGeneralInherit.GetRibbonGroupDialogLight(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the dialog launcher light.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRibbonGeneralInherit.GetRibbonDropArrowDark(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the drop arrow dark.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRibbonGeneralInherit.GetRibbonDropArrowLight(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the drop arrow light.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRibbonGeneralInherit.GetRibbonGroupSeparatorDark(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the group separator dark.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRibbonGeneralInherit.GetRibbonGroupSeparatorLight(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the group separator light.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRibbonGeneralInherit.GetRibbonMinimizeBarDark(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the minimize bar dark.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRibbonGeneralInherit.GetRibbonMinimizeBarLight(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the minimize bar light.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRibbonGeneralInherit.GetRibbonTabSeparatorColor(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the tab separator.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRibbonGeneralInherit.GetRibbonTabSeparatorContextColor(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the tab context separators.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRibbonGeneralInherit.GetRibbonTextFont(Krypton.Toolkit.PaletteState)">
<summary>
Gets the font for the ribbon text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Font value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRibbonGeneralInherit.GetRibbonTextHint(Krypton.Toolkit.PaletteState)">
<summary>
Gets the rendering hint for the ribbon font.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteTextHint value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRibbonGeneralInherit.GetRibbonQATButtonDark(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the extra QAT button dark content color.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRibbonGeneralInherit.GetRibbonQATButtonLight(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the extra QAT button light content color.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRibbonGeneralInherit.GetRibbonTabRowBackgroundGradientRaftingDark(Krypton.Toolkit.PaletteState)">
<summary>
Gets the gradient dark rafting color for the tab background.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRibbonGeneralInherit.GetRibbonTabRowBackgroundGradientRaftingLight(Krypton.Toolkit.PaletteState)">
<summary>
Gets the gradient light rafting color for the tab background.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRibbonGeneralInherit.GetRibbonTabRowBackgroundSolidColor(Krypton.Toolkit.PaletteState)">
<summary>
Gets the solid color for the tab background.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRibbonGeneralInherit.GetRibbonTabRowGradientColor1(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.PaletteRibbonGeneralInherit.GetRibbonTabRowGradientRaftingAngle(Krypton.Toolkit.PaletteState)">
<summary>Gets the ribbon tab row gradient rafting angle.</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>The gradient rafting angle.</returns>
</member>
<member name="T:Krypton.Toolkit.PaletteRibbonGeneralInheritRedirect">
<summary>
Provide inheritance of palette ribbon general properties from source redirector.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteRibbonGeneralInheritRedirect.#ctor(Krypton.Toolkit.PaletteRedirect)">
<summary>
Initialize a new instance of the PaletteRibbonGeneralInheritRedirect class.
</summary>
<param name="redirect">Source for inherit requests.</param>
</member>
<member name="M:Krypton.Toolkit.PaletteRibbonGeneralInheritRedirect.SetRedirector(Krypton.Toolkit.PaletteRedirect)">
<summary>
Update the redirector with new reference.
</summary>
<param name="redirect">Target redirector.</param>
</member>
<member name="M:Krypton.Toolkit.PaletteRibbonGeneralInheritRedirect.GetRibbonShape">
<summary>
Gets access to ribbon shape.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteRibbonGeneralInheritRedirect.GetRibbonContextTextAlign(Krypton.Toolkit.PaletteState)">
<summary>
Gets the text alignment for the ribbon context text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Font value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRibbonGeneralInheritRedirect.GetRibbonContextTextFont(Krypton.Toolkit.PaletteState)">
<summary>
Gets the font for the ribbon context text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Font value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRibbonGeneralInheritRedirect.GetRibbonContextTextColor(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the ribbon context text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Font value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRibbonGeneralInheritRedirect.GetRibbonDisabledDark(Krypton.Toolkit.PaletteState)">
<summary>
Gets the dark disabled color used for ribbon glyphs.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRibbonGeneralInheritRedirect.GetRibbonDisabledLight(Krypton.Toolkit.PaletteState)">
<summary>
Gets the light disabled color used for ribbon glyphs.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRibbonGeneralInheritRedirect.GetRibbonDropArrowLight(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the drop arrow light.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRibbonGeneralInheritRedirect.GetRibbonDropArrowDark(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the drop arrow dark.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRibbonGeneralInheritRedirect.GetRibbonGroupDialogDark(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the dialog launcher dark.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRibbonGeneralInheritRedirect.GetRibbonGroupDialogLight(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the dialog launcher light.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRibbonGeneralInheritRedirect.GetRibbonGroupSeparatorDark(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the group separator dark.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRibbonGeneralInheritRedirect.GetRibbonGroupSeparatorLight(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the group separator light.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRibbonGeneralInheritRedirect.GetRibbonMinimizeBarDark(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the minimize bar dark.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRibbonGeneralInheritRedirect.GetRibbonMinimizeBarLight(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the minimize bar light.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRibbonGeneralInheritRedirect.GetRibbonTabRowBackgroundGradientRaftingDark(Krypton.Toolkit.PaletteState)">
<summary>
Gets the gradient dark rafting color for the tab background.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRibbonGeneralInheritRedirect.GetRibbonTabRowBackgroundGradientRaftingLight(Krypton.Toolkit.PaletteState)">
<summary>
Gets the gradient light rafting color for the tab background.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRibbonGeneralInheritRedirect.GetRibbonTabRowBackgroundSolidColor(Krypton.Toolkit.PaletteState)">
<summary>
Gets the solid color for the tab background.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRibbonGeneralInheritRedirect.GetRibbonTabSeparatorColor(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the tab separator.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRibbonGeneralInheritRedirect.GetRibbonTabSeparatorContextColor(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the tab context separators.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRibbonGeneralInheritRedirect.GetRibbonTextFont(Krypton.Toolkit.PaletteState)">
<summary>
Gets the font for the ribbon text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Font value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRibbonGeneralInheritRedirect.GetRibbonTextHint(Krypton.Toolkit.PaletteState)">
<summary>
Gets the rendering hint for the ribbon font.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteTextHint value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRibbonGeneralInheritRedirect.GetRibbonQATButtonDark(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the extra QAT button dark content color.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRibbonGeneralInheritRedirect.GetRibbonQATButtonLight(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the extra QAT button light content color.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRibbonGeneralInheritRedirect.GetRibbonTabRowGradientColor1(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.PaletteRibbonGeneralInheritRedirect.GetRibbonTabRowGradientRaftingAngle(Krypton.Toolkit.PaletteState)">
<summary>Gets the ribbon tab row gradient rafting angle.</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>The gradient rafting angle.</returns>
</member>
<member name="T:Krypton.Toolkit.PaletteRibbonText">
<summary>
Storage for ribbon text values.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteRibbonText.#ctor(Krypton.Toolkit.NeedPaintHandler)">
<summary>
Initialize a new instance of the PaletteRibbonText class.
</summary>
<param name="needPaint">Delegate for notifying changes in value.</param>
</member>
<member name="M:Krypton.Toolkit.PaletteRibbonText.#ctor(Krypton.Toolkit.IPaletteRibbonText,Krypton.Toolkit.NeedPaintHandler)">
<summary>
Initialize a new instance of the PaletteRibbonText class.
</summary>
<param name="inheritText">Source for inheriting text values.</param>
<param name="needPaint">Delegate for notifying changes in value.</param>
</member>
<member name="P:Krypton.Toolkit.PaletteRibbonText.IsDefault">
<summary>
Gets a value indicating if all values are default.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteRibbonText.SetInherit(Krypton.Toolkit.IPaletteRibbonText)">
<summary>
Sets the inheritance parent.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteRibbonText.PopulateFromBase(Krypton.Toolkit.PaletteState)">
<summary>
Populate values from the base palette.
</summary>
<param name="state">Palette state to use when populating.</param>
</member>
<member name="P:Krypton.Toolkit.PaletteRibbonText.TextColor">
<summary>
Gets and sets the color for the item text.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteRibbonText.GetRibbonTextColor(Krypton.Toolkit.PaletteState)">
<summary>
Gets the tab color for the item text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="T:Krypton.Toolkit.PaletteRibbonTextInherit">
<summary>
Provide inheritance of palette ribbon text properties.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteRibbonTextInherit.GetRibbonTextColor(Krypton.Toolkit.PaletteState)">
<summary>
Gets the tab color for the item text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="T:Krypton.Toolkit.PaletteRibbonTextInheritRedirect">
<summary>
Provide inheritance of palette ribbon text properties from source redirector.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteRibbonTextInheritRedirect.#ctor(Krypton.Toolkit.PaletteRedirect,Krypton.Toolkit.PaletteRibbonTextStyle)">
<summary>
Initialize a new instance of the PaletteRibbonTextInheritRedirect class.
</summary>
<param name="redirect">Source for inherit requests.</param>
<param name="styleText">Ribbon item text style.</param>
</member>
<member name="M:Krypton.Toolkit.PaletteRibbonTextInheritRedirect.SetRedirector(Krypton.Toolkit.PaletteRedirect)">
<summary>
Update the redirector with new reference.
</summary>
<param name="redirect">Target redirector.</param>
</member>
<member name="P:Krypton.Toolkit.PaletteRibbonTextInheritRedirect.StyleText">
<summary>
Gets and sets the ribbon text style to use when inheriting.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteRibbonTextInheritRedirect.GetRibbonTextColor(Krypton.Toolkit.PaletteState)">
<summary>
Gets the tab color for the item text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="T:Krypton.Toolkit.PaletteTabBorder">
<summary>
Implement storage for palette tab border details.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteTabBorder.#ctor(Krypton.Toolkit.IPaletteBorder,Krypton.Toolkit.NeedPaintHandler)">
<summary>
Initialize a new instance of the PaletteTabBorder class.
</summary>
<param name="inherit">Source for inheriting defaulted values.</param>
<param name="needPaint">Delegate for notifying paint requests.</param>
</member>
<member name="P:Krypton.Toolkit.PaletteTabBorder.IsDefault">
<summary>
Gets a value indicating if all values are default.
</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteTabBorder.DrawBorders">
<summary>
Gets a value indicating which borders should be drawn.
</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteTabBorder.Rounding">
<summary>
Gets and sets the border rounding.
</summary>
</member>
<member name="T:Krypton.Toolkit.PaletteTabTriple">
<summary>
Implement storage for tab specific palette border, background and content.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteTabTriple.#ctor(Krypton.Toolkit.IPaletteTriple,Krypton.Toolkit.NeedPaintHandler)">
<summary>
Initialize a new instance of the PaletteTabTriple class.
</summary>
<param name="inherit">Source for inheriting values.</param>
<param name="needPaint">Delegate for notifying paint requests.</param>
</member>
<member name="P:Krypton.Toolkit.PaletteTabTriple.IsDefault">
<summary>
Gets a value indicating if all values are default.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteTabTriple.SetInherit(Krypton.Toolkit.IPaletteTriple)">
<summary>
Sets the inheritance parent.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteTabTriple.PopulateFromBase(Krypton.Toolkit.PaletteState)">
<summary>
Populate values from the base palette.
</summary>
<param name="state">Palette state to use when populating.</param>
</member>
<member name="P:Krypton.Toolkit.PaletteTabTriple.Back">
<summary>
Gets access to the background palette details.
</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteTabTriple.PaletteBack">
<summary>
Gets the background palette.
</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteTabTriple.Border">
<summary>
Gets access to the border palette details.
</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteTabTriple.PaletteBorder">
<summary>
Gets the border palette.
</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteTabTriple.Content">
<summary>
Gets access to the content palette details.
</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteTabTriple.PaletteContent">
<summary>
Gets the content palette.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteTabTriple.OnNeedPaint(System.Object,System.Boolean)">
<summary>
Handle a change event from palette source.
</summary>
<param name="sender">Source of the event.</param>
<param name="needLayout">True if a layout is also needed.</param>
</member>
<member name="T:Krypton.Toolkit.PaletteTabTripleRedirect">
<summary>
Implement storage for tab specific palette border, background and content.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteTabTripleRedirect.#ctor(Krypton.Toolkit.PaletteRedirect,Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.NeedPaintHandler)">
<summary>
Initialize a new instance of the PaletteTabTripleRedirect class.
</summary>
<param name="redirect">inheritance redirection instance.</param>
<param name="backStyle">Initial background style.</param>
<param name="borderStyle">Initial border style.</param>
<param name="contentStyle">Initial content style.</param>
<param name="needPaint">Delegate for notifying paint requests.</param>
</member>
<member name="P:Krypton.Toolkit.PaletteTabTripleRedirect.IsDefault">
<summary>
Gets a value indicating if all values are default.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteTabTripleRedirect.SetRedirector(Krypton.Toolkit.PaletteRedirect)">
<summary>
Update the redirector with new reference.
</summary>
<param name="redirect">Target redirector.</param>
</member>
<member name="M:Krypton.Toolkit.PaletteTabTripleRedirect.SetStyles(Krypton.Toolkit.TabStyle)">
<summary>
Update the palette styles using a tab style.
</summary>
<param name="tabStyle">New tab style.</param>
</member>
<member name="M:Krypton.Toolkit.PaletteTabTripleRedirect.PopulateFromBase(Krypton.Toolkit.PaletteState)">
<summary>
Populate values from the base palette.
</summary>
<param name="state">Palette state to use when populating.</param>
</member>
<member name="P:Krypton.Toolkit.PaletteTabTripleRedirect.Back">
<summary>
Gets access to the background palette details.
</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteTabTripleRedirect.PaletteBack">
<summary>
Gets the background palette.
</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteTabTripleRedirect.BackStyle">
<summary>
Gets and sets the back palette style.
</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteTabTripleRedirect.Border">
<summary>
Gets access to the border palette details.
</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteTabTripleRedirect.PaletteBorder">
<summary>
Gets the border palette.
</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteTabTripleRedirect.BorderStyle">
<summary>
Gets and sets the border palette style.
</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteTabTripleRedirect.Content">
<summary>
Gets access to the content palette details.
</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteTabTripleRedirect.PaletteContent">
<summary>
Gets the content palette.
</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteTabTripleRedirect.ContentStyle">
<summary>
Gets and sets the content palette style.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteTabTripleRedirect.OnNeedPaint(System.Object,System.Boolean)">
<summary>
Handle a change event from palette source.
</summary>
<param name="sender">Source of the event.</param>
<param name="needLayout">True if a layout is also needed.</param>
</member>
<member name="T:Krypton.Toolkit.PaletteTriple">
<summary>
Implement storage for palette border, background and content.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteTriple.#ctor(Krypton.Toolkit.IPaletteTriple)">
<summary>
Initialize a new instance of the PaletteTriple class.
</summary>
<param name="inherit">Source for inheriting values.</param>
</member>
<member name="M:Krypton.Toolkit.PaletteTriple.#ctor(Krypton.Toolkit.IPaletteTriple,Krypton.Toolkit.NeedPaintHandler)">
<summary>
Initialize a new instance of the PaletteTriple class.
</summary>
<param name="inherit">Source for inheriting values.</param>
<param name="needPaint">Delegate for notifying paint requests.</param>
</member>
<member name="P:Krypton.Toolkit.PaletteTriple.IsDefault">
<summary>
Gets a value indicating if all values are default.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteTriple.SetInherit(Krypton.Toolkit.IPaletteTriple)">
<summary>
Sets the inheritance parent.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteTriple.PopulateFromBase(Krypton.Toolkit.PaletteState)">
<summary>
Populate values from the base palette.
</summary>
<param name="state">Palette state to use when populating.</param>
</member>
<member name="P:Krypton.Toolkit.PaletteTriple.Back">
<summary>
Gets access to the background palette details.
</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteTriple.PaletteBack">
<summary>
Gets the background palette.
</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteTriple.Border">
<summary>
Gets access to the border palette details.
</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteTriple.PaletteBorder">
<summary>
Gets the border palette.
</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteTriple.Content">
<summary>
Gets access to the content palette details.
</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteTriple.PaletteContent">
<summary>
Gets the content palette.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteTriple.OnNeedPaint(System.Object,System.Boolean)">
<summary>
Handle a change event from palette source.
</summary>
<param name="sender">Source of the event.</param>
<param name="needLayout">True if a layout is also needed.</param>
</member>
<member name="T:Krypton.Toolkit.PaletteTripleJustImage">
<summary>
Implement storage for palette border, background and content.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteTripleJustImage.#ctor(Krypton.Toolkit.IPaletteTriple)">
<summary>
Initialize a new instance of the PaletteTripleJustImage class.
</summary>
<param name="inherit">Source for inheriting values.</param>
</member>
<member name="M:Krypton.Toolkit.PaletteTripleJustImage.#ctor(Krypton.Toolkit.IPaletteTriple,Krypton.Toolkit.NeedPaintHandler)">
<summary>
Initialize a new instance of the PaletteTripleJustImage class.
</summary>
<param name="inherit">Source for inheriting values.</param>
<param name="needPaint">Delegate for notifying paint requests.</param>
</member>
<member name="P:Krypton.Toolkit.PaletteTripleJustImage.IsDefault">
<summary>
Gets a value indicating if all values are default.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteTripleJustImage.SetInherit(Krypton.Toolkit.IPaletteTriple)">
<summary>
Sets the inheritance parent.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteTripleJustImage.PopulateFromBase(Krypton.Toolkit.PaletteState)">
<summary>
Populate values from the base palette.
</summary>
<param name="state">Palette state to use when populating.</param>
</member>
<member name="P:Krypton.Toolkit.PaletteTripleJustImage.Back">
<summary>
Gets access to the background palette details.
</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteTripleJustImage.PaletteBack">
<summary>
Gets the background palette.
</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteTripleJustImage.Border">
<summary>
Gets access to the border palette details.
</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteTripleJustImage.PaletteBorder">
<summary>
Gets the border palette.
</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteTripleJustImage.Content">
<summary>
Gets access to the content palette details.
</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteTripleJustImage.PaletteContent">
<summary>
Gets the content palette.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteTripleJustImage.OnNeedPaint(System.Object,System.Boolean)">
<summary>
Handle a change event from palette source.
</summary>
<param name="sender">Source of the event.</param>
<param name="needLayout">True if a layout is also needed.</param>
</member>
<member name="T:Krypton.Toolkit.PaletteTripleJustImageRedirect">
<summary>
Implement storage for palette border, background and image only content.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteTripleJustImageRedirect.#ctor(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteContentStyle)">
<summary>
Initialize a new instance of the PaletteTripleJustImageRedirect class.
</summary>
<param name="backStyle">Initial background style.</param>
<param name="borderStyle">Initial border style.</param>
<param name="contentStyle">Initial content style.</param>
</member>
<member name="M:Krypton.Toolkit.PaletteTripleJustImageRedirect.#ctor(Krypton.Toolkit.PaletteRedirect,Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteContentStyle)">
<summary>
Initialize a new instance of the PaletteTripleJustImageRedirect class.
</summary>
<param name="redirect">inheritance redirection instance.</param>
<param name="backStyle">Initial background style.</param>
<param name="borderStyle">Initial border style.</param>
<param name="contentStyle">Initial content style.</param>
</member>
<member name="M:Krypton.Toolkit.PaletteTripleJustImageRedirect.#ctor(Krypton.Toolkit.PaletteRedirect,Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.NeedPaintHandler)">
<summary>
Initialize a new instance of the PaletteTripleJustImageRedirect class.
</summary>
<param name="redirect">inheritance redirection instance.</param>
<param name="backStyle">Initial background style.</param>
<param name="borderStyle">Initial border style.</param>
<param name="contentStyle">Initial content style.</param>
<param name="needPaint">Delegate for notifying paint requests.</param>
</member>
<member name="P:Krypton.Toolkit.PaletteTripleJustImageRedirect.IsDefault">
<summary>
Gets a value indicating if all values are default.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteTripleJustImageRedirect.GetRedirector">
<summary>
Gets the redirector instance.
</summary>
<returns>Return the currently used redirector.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteTripleJustImageRedirect.SetRedirector(Krypton.Toolkit.PaletteRedirect)">
<summary>
Update the redirector with new reference.
</summary>
<param name="redirect">Target redirector.</param>
</member>
<member name="M:Krypton.Toolkit.PaletteTripleJustImageRedirect.SetStyles(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteContentStyle)">
<summary>
Update each individual style.
</summary>
<param name="backStyle">New background style.</param>
<param name="borderStyle">New border style.</param>
<param name="contentStyle">New content style.</param>
</member>
<member name="M:Krypton.Toolkit.PaletteTripleJustImageRedirect.SetStyles(Krypton.Toolkit.ButtonStyle)">
<summary>
Update the palette styles using a button style.
</summary>
<param name="buttonStyle">New button style.</param>
</member>
<member name="M:Krypton.Toolkit.PaletteTripleJustImageRedirect.SetStyles(Krypton.Toolkit.HeaderStyle)">
<summary>
Update the palette styles using a header style.
</summary>
<param name="headerStyle">New header style.</param>
</member>
<member name="M:Krypton.Toolkit.PaletteTripleJustImageRedirect.PopulateFromBase(Krypton.Toolkit.PaletteState)">
<summary>
Populate values from the base palette.
</summary>
<param name="state">Palette state to use when populating.</param>
</member>
<member name="P:Krypton.Toolkit.PaletteTripleJustImageRedirect.Back">
<summary>
Gets access to the background palette details.
</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteTripleJustImageRedirect.PaletteBack">
<summary>
Gets the background palette.
</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteTripleJustImageRedirect.BackStyle">
<summary>
Gets and sets the back palette style.
</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteTripleJustImageRedirect.Border">
<summary>
Gets access to the border palette details.
</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteTripleJustImageRedirect.PaletteBorder">
<summary>
Gets the border palette.
</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteTripleJustImageRedirect.BorderStyle">
<summary>
Gets and sets the border palette style.
</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteTripleJustImageRedirect.Content">
<summary>
Gets access to the content palette details.
</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteTripleJustImageRedirect.PaletteContent">
<summary>
Gets the content palette.
</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteTripleJustImageRedirect.ContentStyle">
<summary>
Gets and sets the content palette style.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteTripleJustImageRedirect.OnNeedPaint(System.Object,System.Boolean)">
<summary>
Handle a change event from palette source.
</summary>
<param name="sender">Source of the event.</param>
<param name="needLayout">True if a layout is also needed.</param>
</member>
<member name="T:Krypton.Toolkit.PaletteTripleMetric">
<summary>
Implement a triple palette that exposes palette metrics.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteTripleMetric.#ctor(Krypton.Toolkit.PaletteTripleMetricRedirect,Krypton.Toolkit.NeedPaintHandler)">
<summary>
Initialize a new instance of the PaletteTripleMetric class.
</summary>
<param name="inherit">Source for palette defaulted values.</param>
<param name="needPaint">Delegate for notifying paint requests.</param>
</member>
<member name="M:Krypton.Toolkit.PaletteTripleMetric.SetInherit(Krypton.Toolkit.PaletteTripleMetricRedirect)">
<summary>
Sets the inheritance parent.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteTripleMetric.GetMetricInt(Krypton.Toolkit.KryptonForm,Krypton.Toolkit.PaletteState,Krypton.Toolkit.PaletteMetricInt)">
<summary>
Gets an integer metric value.
</summary>
<param name="owningForm"></param>
<param name="state">Palette value should be applicable to this state.</param>
<param name="metric">Requested metric.</param>
<returns>Integer value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteTripleMetric.GetMetricBool(Krypton.Toolkit.PaletteState,Krypton.Toolkit.PaletteMetricBool)">
<summary>
Gets a boolean metric value.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<param name="metric">Requested metric.</param>
<returns>InheritBool value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteTripleMetric.GetMetricPadding(Krypton.Toolkit.KryptonForm,Krypton.Toolkit.PaletteState,Krypton.Toolkit.PaletteMetricPadding)">
<summary>
Gets a padding metric value.
</summary>
<param name="owningForm"></param>
<param name="state">Palette value should be applicable to this state.</param>
<param name="metric">Requested metric.</param>
<returns>Padding value.</returns>
</member>
<member name="T:Krypton.Toolkit.PaletteTripleMetricRedirect">
<summary>
Redirect storage for a triple palette with palette metrics.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteTripleMetricRedirect.#ctor(Krypton.Toolkit.PaletteRedirect,Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.NeedPaintHandler)">
<summary>
Initialize a new instance of the PaletteTripleMetricRedirect class.
</summary>
<param name="redirect">Inheritance redirection instance.</param>
<param name="backStyle">Style for the background.</param>
<param name="borderStyle">Style for the border.</param>
<param name="contentStyle">Style for the content.</param>
<param name="needPaint">Delegate for notifying paint requests.</param>
</member>
<member name="M:Krypton.Toolkit.PaletteTripleMetricRedirect.SetRedirector(Krypton.Toolkit.PaletteRedirect)">
<summary>
Update the redirector with new reference.
</summary>
<param name="redirect">Target redirector.</param>
</member>
<member name="M:Krypton.Toolkit.PaletteTripleMetricRedirect.GetMetricInt(Krypton.Toolkit.KryptonForm,Krypton.Toolkit.PaletteState,Krypton.Toolkit.PaletteMetricInt)">
<summary>
Gets an integer metric value.
</summary>
<param name="owningForm"></param>
<param name="state">Palette value should be applicable to this state.</param>
<param name="metric">Requested metric.</param>
<returns>Integer value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteTripleMetricRedirect.GetMetricBool(Krypton.Toolkit.PaletteState,Krypton.Toolkit.PaletteMetricBool)">
<summary>
Gets a boolean metric value.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<param name="metric">Requested metric.</param>
<returns>InheritBool value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteTripleMetricRedirect.GetMetricPadding(Krypton.Toolkit.KryptonForm,Krypton.Toolkit.PaletteState,Krypton.Toolkit.PaletteMetricPadding)">
<summary>
Gets a padding metric value.
</summary>
<param name="owningForm"></param>
<param name="state">Palette value should be applicable to this state.</param>
<param name="metric">Requested metric.</param>
<returns>Padding value.</returns>
</member>
<member name="T:Krypton.Toolkit.PaletteTripleOverride">
<summary>
Allow the palette to be overriden optionally.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteTripleOverride.#ctor(Krypton.Toolkit.IPaletteTriple,Krypton.Toolkit.IPaletteTriple,Krypton.Toolkit.PaletteState)">
<summary>
Initialize a new instance of the PaletteTripleOverride class.
</summary>
<param name="normalTriple">Normal palette to use.</param>
<param name="overrideTriple">Override palette to use.</param>
<param name="overrideState">State used by the override.</param>
</member>
<member name="M:Krypton.Toolkit.PaletteTripleOverride.SetPalettes(Krypton.Toolkit.IPaletteTriple,Krypton.Toolkit.IPaletteTriple)">
<summary>
Update the normal and override palettes.
</summary>
<param name="normalTriple">New normal palette.</param>
<param name="overrideTriple">New override palette.</param>
</member>
<member name="P:Krypton.Toolkit.PaletteTripleOverride.Apply">
<summary>
Gets and sets a value indicating if override should be applied.
</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteTripleOverride.Override">
<summary>
Gets and sets a value indicating if override state should be applied.
</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteTripleOverride.OverrideState">
<summary>
Gets and sets the override palette state to use.
</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteTripleOverride.PaletteBack">
<summary>
Gets the background palette.
</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteTripleOverride.PaletteBorder">
<summary>
Gets the border palette.
</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteTripleOverride.PaletteContent">
<summary>
Gets the border palette.
</summary>
</member>
<member name="T:Krypton.Toolkit.PaletteTripleRedirect">
<summary>
Implement storage for palette border, background and content.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteTripleRedirect.#ctor(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteContentStyle)">
<summary>
Initialize a new instance of the PaletteTripleRedirect class.
</summary>
<param name="backStyle">Initial background style.</param>
<param name="borderStyle">Initial border style.</param>
<param name="contentStyle">Initial content style.</param>
</member>
<member name="M:Krypton.Toolkit.PaletteTripleRedirect.#ctor(Krypton.Toolkit.PaletteRedirect,Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteContentStyle)">
<summary>
Initialize a new instance of the PaletteTripleRedirect class.
</summary>
<param name="redirect">inheritance redirection instance.</param>
<param name="backStyle">Initial background style.</param>
<param name="borderStyle">Initial border style.</param>
<param name="contentStyle">Initial content style.</param>
</member>
<member name="M:Krypton.Toolkit.PaletteTripleRedirect.#ctor(Krypton.Toolkit.PaletteRedirect,Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.NeedPaintHandler)">
<summary>
Initialize a new instance of the PaletteTripleRedirect class.
</summary>
<param name="redirect">inheritance redirection instance.</param>
<param name="backStyle">Initial background style.</param>
<param name="borderStyle">Initial border style.</param>
<param name="contentStyle">Initial content style.</param>
<param name="needPaint">Delegate for notifying paint requests.</param>
</member>
<member name="P:Krypton.Toolkit.PaletteTripleRedirect.IsDefault">
<summary>
Gets a value indicating if all values are default.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteTripleRedirect.SetRedirector(Krypton.Toolkit.PaletteRedirect)">
<summary>
Update the redirector with new reference.
</summary>
<param name="redirect">Target redirector.</param>
</member>
<member name="M:Krypton.Toolkit.PaletteTripleRedirect.SetStyles(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteContentStyle)">
<summary>
Update each individual style.
</summary>
<param name="backStyle">New background style.</param>
<param name="borderStyle">New border style.</param>
<param name="contentStyle">New content style.</param>
</member>
<member name="M:Krypton.Toolkit.PaletteTripleRedirect.SetStyles(Krypton.Toolkit.ButtonStyle)">
<summary>
Update the palette styles using a button style.
</summary>
<param name="buttonStyle">New button style.</param>
</member>
<member name="M:Krypton.Toolkit.PaletteTripleRedirect.SetStyles(Krypton.Toolkit.HeaderStyle)">
<summary>
Update the palette styles using a header style.
</summary>
<param name="headerStyle">New header style.</param>
</member>
<member name="M:Krypton.Toolkit.PaletteTripleRedirect.PopulateFromBase(Krypton.Toolkit.PaletteState)">
<summary>
Populate values from the base palette.
</summary>
<param name="state">Palette state to use when populating.</param>
</member>
<member name="P:Krypton.Toolkit.PaletteTripleRedirect.Back">
<summary>
Gets access to the background palette details.
</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteTripleRedirect.PaletteBack">
<summary>
Gets the background palette.
</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteTripleRedirect.BackStyle">
<summary>
Gets and sets the back palette style.
</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteTripleRedirect.Border">
<summary>
Gets access to the border palette details.
</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteTripleRedirect.PaletteBorder">
<summary>
Gets the border palette.
</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteTripleRedirect.BorderStyle">
<summary>
Gets and sets the border palette style.
</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteTripleRedirect.Content">
<summary>
Gets access to the content palette details.
</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteTripleRedirect.PaletteContent">
<summary>
Gets the content palette.
</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteTripleRedirect.ContentStyle">
<summary>
Gets and sets the content palette style.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteTripleRedirect.OnNeedPaint(System.Object,System.Boolean)">
<summary>
Handle a change event from palette source.
</summary>
<param name="sender">Source of the event.</param>
<param name="needLayout">True if a layout is also needed.</param>
</member>
<member name="T:Krypton.Toolkit.PaletteTripleToPalette">
<summary>
Redirect all triple requests directly to the redirector with a fixed state.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteTripleToPalette.#ctor(Krypton.Toolkit.PaletteBase,Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteContentStyle)">
<summary>
Initialize a new instance of the PaletteTripleToPalette class.
</summary>
<param name="palette">inheritance of values.</param>
<param name="backStyle">Initial background style.</param>
<param name="borderStyle">Initial border style.</param>
<param name="contentStyle">Initial content style.</param>
</member>
<member name="M:Krypton.Toolkit.PaletteTripleToPalette.SetStyles(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteContentStyle)">
<summary>
Update each individual style.
</summary>
<param name="backStyle">New background style.</param>
<param name="borderStyle">New border style.</param>
<param name="contentStyle">New content style.</param>
</member>
<member name="M:Krypton.Toolkit.PaletteTripleToPalette.SetStyles(Krypton.Toolkit.ButtonStyle)">
<summary>
Update the palette styles using a button style.
</summary>
<param name="buttonStyle">New button style.</param>
</member>
<member name="P:Krypton.Toolkit.PaletteTripleToPalette.PaletteBack">
<summary>
Gets the background palette.
</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteTripleToPalette.BackStyle">
<summary>
Gets and sets the back palette style.
</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteTripleToPalette.PaletteBorder">
<summary>
Gets the border palette.
</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteTripleToPalette.BorderStyle">
<summary>
Gets and sets the border palette style.
</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteTripleToPalette.PaletteContent">
<summary>
Gets the content palette.
</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteTripleToPalette.ContentStyle">
<summary>
Gets and sets the content palette style.
</summary>
</member>
<member name="T:Krypton.Toolkit.PaletteBase">
<summary>
Provides base class implementation for palettes.
</summary>
</member>
<member name="E:Krypton.Toolkit.PaletteBase.PalettePaint">
<summary>
Occurs when a palette change requires a repaint.
</summary>
</member>
<member name="E:Krypton.Toolkit.PaletteBase.UseThemeFormChromeBorderWidthChanged">
<summary>
Occurs when the UseThemeFormChromeBorderWidth setting changes.
</summary>
</member>
<member name="E:Krypton.Toolkit.PaletteBase.BasePaletteChanged">
<summary>
Occurs when the BasePalette/BasePaletteMode setting changes.
</summary>
</member>
<member name="E:Krypton.Toolkit.PaletteBase.BaseRendererChanged">
<summary>
Occurs when the BaseRenderer/BaseRendererMode setting changes.
</summary>
</member>
<member name="E:Krypton.Toolkit.PaletteBase.ButtonSpecChanged">
<summary>
Occurs when a button spec change occurs.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteBase.#ctor">
<summary>Initializes a new instance of the <see cref="T:Krypton.Toolkit.PaletteBase" /> class.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteBase.UseThemeFormChromeBorderWidth">
<summary>
Gets or sets a value indicating if KryptonForm instances should UseThemeFormChromeBorderWidth.
</summary>
<returns>InheritBool value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteBase.GetRenderer">
<summary>
Gets the renderer to use for this palette.
</summary>
<returns>Renderer to use for drawing palette settings.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteBase.GetBackDraw(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets a value indicating if background should be drawn.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>InheritBool value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteBase.GetBackGraphicsHint(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the graphics drawing hint for the background.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteGraphicsHint value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteBase.GetBackColor1(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the first background color.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteBase.GetBackColor2(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the second back color.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteBase.GetBackColorStyle(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color background drawing style.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color drawing style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteBase.GetBackColorAlign(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color alignment.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteBase.GetBackColorAngle(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color background angle.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Angle used for color drawing.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteBase.GetBackImage(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets a background image.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image instance.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteBase.GetBackImageStyle(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the background image style.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image style value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteBase.GetBackImageAlign(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the image alignment.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteBase.GetBorderDraw(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets a value indicating if border should be drawn.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>InheritBool value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteBase.GetBorderDrawBorders(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets a value indicating which borders to draw.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteDrawBorders value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteBase.GetBorderGraphicsHint(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the graphics drawing hint for the border.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteGraphicsHint value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteBase.GetBorderColor1(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the first border color.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteBase.GetBorderColor2(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the second border color.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteBase.GetBorderColorStyle(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color border drawing style.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color drawing style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteBase.GetBorderColorAlign(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color border alignment.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteBase.GetBorderColorAngle(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color border angle.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Angle used for color drawing.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteBase.GetBorderWidth(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the border width.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Integer width.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteBase.GetBorderRounding(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the border corner rounding.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Float rounding.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteBase.GetBorderImage(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets a border image.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image instance.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteBase.GetBorderImageStyle(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the border image style.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image style value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteBase.GetBorderImageAlign(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the image border alignment.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteBase.GetContentDraw(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets a value indicating if content should be drawn.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>InheritBool value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteBase.GetContentDrawFocus(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets a value indicating if content should be drawn with focus indication.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>InheritBool value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteBase.GetContentImageH(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the horizontal relative alignment of the image.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteBase.GetContentImageV(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the vertical relative alignment of the image.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteBase.GetContentImageEffect(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the effect applied to drawing of the image.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteImageEffect value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteBase.GetContentImageColorMap(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the image color to remap into another color.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteBase.GetContentImageColorTo(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color to use in place of the image map color.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteBase.GetContentImageColorTransparent(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the image color that should be transparent.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteBase.GetContentShortTextFont(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the font for the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Font value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteBase.GetContentShortTextNewFont(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the font for the short text by generating a new font instance.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Font value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteBase.GetContentShortTextHint(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the rendering hint for the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteTextHint value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteBase.GetContentShortTextPrefix(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the prefix drawing setting for short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteTextPrefix value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteBase.GetContentShortTextMultiLine(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the flag indicating if multiline text is allowed for short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>InheritBool value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteBase.GetContentShortTextTrim(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the text trimming to use for short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteTextTrim value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteBase.GetContentShortTextH(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the horizontal relative alignment of the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteBase.GetContentShortTextV(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the vertical relative alignment of the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteBase.GetContentShortTextMultiLineH(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the horizontal relative alignment of multiline short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteBase.GetContentShortTextColor1(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the first back color for the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteBase.GetContentShortTextColor2(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the second back color for the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteBase.GetContentShortTextColorStyle(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color drawing style for the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color drawing style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteBase.GetContentShortTextColorAlign(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color alignment for the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteBase.GetContentShortTextColorAngle(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color background angle for the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Angle used for color drawing.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteBase.GetContentShortTextImage(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets a background image for the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image instance.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteBase.GetContentShortTextImageStyle(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the background image style.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image style value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteBase.GetContentShortTextImageAlign(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the image alignment for the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteBase.GetContentLongTextFont(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the font for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Font value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteBase.GetContentLongTextNewFont(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the font for the long text by generating a new font instance.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Font value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteBase.GetContentLongTextHint(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the rendering hint for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteTextHint value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteBase.GetContentLongTextPrefix(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the prefix drawing setting for long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteTextPrefix value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteBase.GetContentLongTextMultiLine(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the flag indicating if multiline text is allowed for long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>InheritBool value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteBase.GetContentLongTextTrim(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the text trimming to use for long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteTextTrim value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteBase.GetContentLongTextH(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the horizontal relative alignment of the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteBase.GetContentLongTextV(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the vertical relative alignment of the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteBase.GetContentLongTextMultiLineH(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the horizontal relative alignment of multiline long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteBase.GetContentLongTextColor1(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the first back color for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteBase.GetContentLongTextColor2(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the second back color for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteBase.GetContentLongTextColorStyle(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color drawing style for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color drawing style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteBase.GetContentLongTextColorAlign(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color alignment for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteBase.GetContentLongTextColorAngle(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color background angle for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Angle used for color drawing.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteBase.GetContentLongTextImage(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets a background image for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image instance.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteBase.GetContentLongTextImageStyle(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the background image style for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image style value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteBase.GetContentLongTextImageAlign(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the image alignment for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteBase.GetBorderContentPadding(Krypton.Toolkit.KryptonForm,Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the padding between the border and content drawing.
</summary>
<param name="owningForm"></param>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Padding value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteBase.GetContentAdjacentGap(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the padding between adjacent content items.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Integer value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteBase.GetMetricInt(Krypton.Toolkit.KryptonForm,Krypton.Toolkit.PaletteState,Krypton.Toolkit.PaletteMetricInt)">
<summary>
Gets an integer metric value.
</summary>
<param name="owningForm"></param>
<param name="state">Palette value should be applicable to this state.</param>
<param name="metric">Requested metric.</param>
<returns>Integer value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteBase.GetMetricBool(Krypton.Toolkit.PaletteState,Krypton.Toolkit.PaletteMetricBool)">
<summary>
Gets a boolean metric value.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<param name="metric">Requested metric.</param>
<returns>InheritBool value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteBase.GetMetricPadding(Krypton.Toolkit.KryptonForm,Krypton.Toolkit.PaletteState,Krypton.Toolkit.PaletteMetricPadding)">
<summary>
Gets a padding metric value.
</summary>
<param name="owningForm"></param>
<param name="state">Palette value should be applicable to this state.</param>
<param name="metric">Requested metric.</param>
<returns>Padding value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteBase.GetTreeViewImage(System.Boolean)">
<summary>
Gets a tree view image appropriate for the provided state.
</summary>
<param name="expanded">Is the node expanded</param>
<returns>Appropriate image for drawing; otherwise null.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteBase.GetCheckBoxImage(System.Boolean,System.Windows.Forms.CheckState,System.Boolean,System.Boolean)">
<summary>
Gets a check box image appropriate for the provided state.
</summary>
<param name="enabled">Is the check box enabled.</param>
<param name="checkState">Is the check box checked/unchecked/indeterminate.</param>
<param name="tracking">Is the check box being hot tracked.</param>
<param name="pressed">Is the check box being pressed.</param>
<returns>Appropriate image for drawing; otherwise null.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteBase.GetRadioButtonImage(System.Boolean,System.Boolean,System.Boolean,System.Boolean)">
<summary>
Gets a check box image appropriate for the provided state.
</summary>
<param name="enabled">Is the radio button enabled.</param>
<param name="checkState">Is the radio button checked.</param>
<param name="tracking">Is the radio button being hot tracked.</param>
<param name="pressed">Is the radio button being pressed.</param>
<returns>Appropriate image for drawing; otherwise null.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteBase.GetContextMenuCheckedImage">
<summary>
Gets a checked image appropriate for a context menu item.
</summary>
<returns>Appropriate image for drawing; otherwise null.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteBase.GetContextMenuIndeterminateImage">
<summary>
Gets a indeterminate image appropriate for a context menu item.
</summary>
<returns>Appropriate image for drawing; otherwise null.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteBase.GetContextMenuSubMenuImage">
<summary>
Gets an image indicating a sub-menu on a context menu item.
</summary>
<returns>Appropriate image for drawing; otherwise null.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteBase.GetGalleryButtonImage(Krypton.Toolkit.PaletteRibbonGalleryButton,Krypton.Toolkit.PaletteState)">
<summary>
Gets a check box image appropriate for the provided state.
</summary>
<param name="button">Enum of the button to fetch.</param>
<param name="state">State of the button to fetch.</param>
<returns>Appropriate image for drawing; otherwise null.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteBase.GetButtonSpecIcon(Krypton.Toolkit.PaletteButtonSpecStyle)">
<summary>
Gets the icon to display for the button.
</summary>
<param name="style">Style of button spec.</param>
<returns>Icon value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteBase.GetButtonSpecImage(Krypton.Toolkit.PaletteButtonSpecStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the image to display for the button.
</summary>
<param name="style">Style of button spec.</param>
<param name="state">State for which image is required.</param>
<returns>Image value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteBase.GetButtonSpecImageTransparentColor(Krypton.Toolkit.PaletteButtonSpecStyle)">
<summary>
Gets the image transparent color.
</summary>
<param name="style">Style of button spec.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteBase.GetButtonSpecShortText(Krypton.Toolkit.PaletteButtonSpecStyle)">
<summary>
Gets the short text to display for the button.
</summary>
<param name="style">Style of button spec.</param>
<returns>String value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteBase.GetButtonSpecLongText(Krypton.Toolkit.PaletteButtonSpecStyle)">
<summary>
Gets the long text to display for the button.
</summary>
<param name="style">Style of button spec.</param>
<returns>String value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteBase.GetButtonSpecToolTipTitle(Krypton.Toolkit.PaletteButtonSpecStyle)">
<summary>
Gets the tooltip title text to display for the button.
</summary>
<param name="style">Style of button spec.</param>
<returns>String value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteBase.GetButtonSpecColorMap(Krypton.Toolkit.PaletteButtonSpecStyle)">
<summary>
Gets the color to remap from the image to the container foreground.
</summary>
<param name="style">Style of button spec.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteBase.GetButtonSpecColorTransparent(Krypton.Toolkit.PaletteButtonSpecStyle)">
<summary>
Gets the color to remap to transparent.
</summary>
<param name="style">Style of button spec.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteBase.GetButtonSpecStyle(Krypton.Toolkit.PaletteButtonSpecStyle)">
<summary>
Gets the button style used for drawing the button.
</summary>
<param name="style">Style of button spec.</param>
<returns>PaletteButtonStyle value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteBase.GetButtonSpecLocation(Krypton.Toolkit.PaletteButtonSpecStyle)">
<summary>
Get the location for the button.
</summary>
<param name="style">Style of button spec.</param>
<returns>HeaderLocation value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteBase.GetButtonSpecEdge(Krypton.Toolkit.PaletteButtonSpecStyle)">
<summary>
Gets the edge to position the button against.
</summary>
<param name="style">Style of button spec.</param>
<returns>PaletteRelativeEdgeAlign value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteBase.GetButtonSpecOrientation(Krypton.Toolkit.PaletteButtonSpecStyle)">
<summary>
Gets the button orientation.
</summary>
<param name="style">Style of button spec.</param>
<returns>PaletteButtonOrientation value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteBase.GetRibbonShape">
<summary>
Gets the ribbon shape that should be used.
</summary>
<returns>Ribbon shape value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteBase.GetRibbonContextTextAlign(Krypton.Toolkit.PaletteState)">
<summary>
Gets the text alignment for the ribbon context text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Font value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteBase.GetRibbonContextTextFont(Krypton.Toolkit.PaletteState)">
<summary>
Gets the font for the ribbon context text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Font value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteBase.GetRibbonContextTextColor(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the ribbon context text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Font value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteBase.GetRibbonDisabledDark(Krypton.Toolkit.PaletteState)">
<summary>
Gets the dark disabled color used for ribbon glyphs.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteBase.GetRibbonDisabledLight(Krypton.Toolkit.PaletteState)">
<summary>
Gets the light disabled color used for ribbon glyphs.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteBase.GetRibbonDropArrowLight(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the drop arrow light.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteBase.GetRibbonDropArrowDark(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the drop arrow dark.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteBase.GetRibbonGroupDialogDark(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the dialog launcher dark.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteBase.GetRibbonGroupDialogLight(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the dialog launcher light.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteBase.GetRibbonGroupSeparatorDark(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the group separator dark.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteBase.GetRibbonGroupSeparatorLight(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the group separator light.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteBase.GetRibbonMinimizeBarDark(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the minimize bar dark.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteBase.GetRibbonMinimizeBarLight(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the minimize bar light.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteBase.GetRibbonTabRowBackgroundGradientRaftingDark(Krypton.Toolkit.PaletteState)">
<summary>
Gets the gradient dark rafting color for the tab background.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteBase.GetRibbonTabRowBackgroundGradientRaftingLight(Krypton.Toolkit.PaletteState)">
<summary>
Gets the gradient light rafting color for the tab background.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteBase.GetRibbonTabRowBackgroundSolidColor(Krypton.Toolkit.PaletteState)">
<summary>
Gets the solid color for the tab background.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteBase.GetRibbonTabSeparatorColor(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the tab separator.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteBase.GetRibbonTabSeparatorContextColor(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the tab context separators.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteBase.GetRibbonTextFont(Krypton.Toolkit.PaletteState)">
<summary>
Gets the font for the ribbon text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Font value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteBase.GetRibbonTextHint(Krypton.Toolkit.PaletteState)">
<summary>
Gets the rendering hint for the ribbon font.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteTextHint value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteBase.GetRibbonQATButtonDark(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the extra QAT button dark content color.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteBase.GetRibbonQATButtonLight(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the extra QAT button light content color.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteBase.GetRibbonTabRowGradientColor1(Krypton.Toolkit.PaletteState)">
<summary>Gets the ribbon tab row gradient first color.</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>The gradient first color.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteBase.GetRibbonFileAppTabBottomColor(Krypton.Toolkit.PaletteState)">
<summary>Gets the ribbon app button dark color.</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>The app button dark color.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteBase.GetRibbonFileAppTabTopColor(Krypton.Toolkit.PaletteState)">
<summary>Gets the ribbon app button light color.</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>The app button light color.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteBase.GetRibbonFileAppTabTextColor(Krypton.Toolkit.PaletteState)">
<summary>Gets the ribbon app button text color.</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>The app button text color.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteBase.GetRibbonTabRowGradientRaftingAngle(Krypton.Toolkit.PaletteState)">
<summary>Gets the ribbon tab row gradient rafting angle.</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>The gradient rafting angle.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteBase.GetRibbonBackColorStyle(Krypton.Toolkit.PaletteRibbonBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the method used to draw the background of a ribbon item.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteRibbonBackStyle value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteBase.GetRibbonBackColor1(Krypton.Toolkit.PaletteRibbonBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the first background color for the ribbon item.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteBase.GetRibbonBackColor2(Krypton.Toolkit.PaletteRibbonBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the second background color for the ribbon item.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteBase.GetRibbonBackColor3(Krypton.Toolkit.PaletteRibbonBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the third background color for the ribbon item.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteBase.GetRibbonBackColor4(Krypton.Toolkit.PaletteRibbonBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the fourth background color for the ribbon item.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteBase.GetRibbonBackColor5(Krypton.Toolkit.PaletteRibbonBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the fifth background color for the ribbon item.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteBase.GetRibbonTextColor(Krypton.Toolkit.PaletteRibbonTextStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the tab color for the item text.
</summary>
<param name="style">Text style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteBase.GetElementColor1(Krypton.Toolkit.PaletteElement,Krypton.Toolkit.PaletteState)">
<summary>
Gets the first element color.
</summary>
<param name="element">Element for which color is required.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteBase.GetElementColor2(Krypton.Toolkit.PaletteElement,Krypton.Toolkit.PaletteState)">
<summary>
Gets the second element color.
</summary>
<param name="element">Element for which color is required.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteBase.GetElementColor3(Krypton.Toolkit.PaletteElement,Krypton.Toolkit.PaletteState)">
<summary>
Gets the third element color.
</summary>
<param name="element">Element for which color is required.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteBase.GetElementColor4(Krypton.Toolkit.PaletteElement,Krypton.Toolkit.PaletteState)">
<summary>
Gets the fourth element color.
</summary>
<param name="element">Element for which color is required.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteBase.GetElementColor5(Krypton.Toolkit.PaletteElement,Krypton.Toolkit.PaletteState)">
<summary>
Gets the fifth element color.
</summary>
<param name="element">Element for which color is required.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteBase.GetDragDropFeedback">
<summary>
Gets the feedback drawing method used.
</summary>
<returns>Feedback enumeration value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteBase.GetDragDropSolidBack">
<summary>
Gets the background color for a solid drag drop area.
</summary>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteBase.GetDragDropSolidBorder">
<summary>
Gets the border color for a solid drag drop area.
</summary>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteBase.GetDragDropSolidOpacity">
<summary>
Gets the opacity of the solid area.
</summary>
<returns>Opacity ranging from 0 to 1.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteBase.GetDragDropDockBack">
<summary>
Gets the background color for the docking indicators area.
</summary>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteBase.GetDragDropDockBorder">
<summary>
Gets the border color for the docking indicators area.
</summary>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteBase.GetDragDropDockActive">
<summary>
Gets the active color for docking indicators.
</summary>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteBase.GetDragDropDockInactive">
<summary>
Gets the inactive color for docking indicators.
</summary>
<returns>Color value.</returns>
</member>
<member name="P:Krypton.Toolkit.PaletteBase.BaseFont">
<summary>Gets or sets the base palette font.</summary>
<value>The base palette font.</value>
</member>
<member name="P:Krypton.Toolkit.PaletteBase.ThemeName">
<summary>Gets or sets the name of the theme.</summary>
<value>The name of the theme.</value>
</member>
<member name="P:Krypton.Toolkit.PaletteBase.BasePaletteType">
<summary>Gets or sets the type of the base palette.</summary>
<value>The type of the base palette.</value>
</member>
<member name="M:Krypton.Toolkit.PaletteBase.DefineFonts">
<summary>
Update the fonts to reflect system or user defined changes.
</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteBase.ColorTable">
<summary>
Gets access to the color table instance.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteBase.MergeColors(System.Drawing.Color,System.Single,System.Drawing.Color,System.Single)">
<summary>
Merge two colors together using relative percentages.
</summary>
<param name="color1">First color.</param>
<param name="percent1">Percentage of first color to use.</param>
<param name="color2">Second color.</param>
<param name="percent2">Percentage of second color to use.</param>
<returns>Merged color.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteBase.MergeColors(System.Drawing.Color,System.Single,System.Drawing.Color,System.Single,System.Drawing.Color,System.Single)">
<summary>
Merge three colors together using relative percentages.
</summary>
<param name="color1">First color.</param>
<param name="percent1">Percentage of first color to use.</param>
<param name="color2">Second color.</param>
<param name="percent2">Percentage of second color to use.</param>
<param name="color3">Third color.</param>
<param name="percent3">Percentage of third color to use.</param>
<returns>Merged color.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteBase.FadedColor(System.Drawing.Color)">
<summary>
Create a faded version of provided color.
</summary>
<param name="baseColor">Starting color.</param>
<returns>Faded version of parameter color.</returns>
</member>
<member name="P:Krypton.Toolkit.PaletteBase.InputControlPadding">
<summary>
Gets the input control padding needed to add a border to a borderless input control.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteBase.OnUserPreferenceChanged(System.Object,Microsoft.Win32.UserPreferenceChangedEventArgs)">
<summary>
Handle a change in the user preferences.
</summary>
<param name="sender">Source of event.</param>
<param name="e">Event data.</param>
</member>
<member name="M:Krypton.Toolkit.PaletteBase.OnPalettePaint(System.Object,Krypton.Toolkit.PaletteLayoutEventArgs)">
<summary>
Raises the PalettePaint event.
</summary>
<param name="sender">Source of the event.</param>
<param name="e">An PaletteLayoutEventArgs containing event data.</param>
</member>
<member name="M:Krypton.Toolkit.PaletteBase.OnUseThemeFormChromeBorderWidthChanged(System.Object,System.EventArgs)">
<summary>
Raises the UseThemeFormChromeBorderWidthChanged event.
</summary>
<param name="sender">Source of the event.</param>
<param name="e">An EventArgs containing event data.</param>
</member>
<member name="M:Krypton.Toolkit.PaletteBase.OnBasePaletteChanged(System.Object,System.EventArgs)">
<summary>
Raises the BasePaletteChanged event.
</summary>
<param name="sender">Source of the event.</param>
<param name="e">An EventArgs containing event data.</param>
</member>
<member name="M:Krypton.Toolkit.PaletteBase.OnBaseRendererChanged(System.Object,System.EventArgs)">
<summary>
Raises the BaseRendererChanged event.
</summary>
<param name="sender">Source of the event.</param>
<param name="e">An EventArgs containing event data.</param>
</member>
<member name="M:Krypton.Toolkit.PaletteBase.OnButtonSpecChanged(System.Object,System.EventArgs)">
<summary>
Raises the ButtonSpecChanged event.
</summary>
<param name="sender">Source of the event.</param>
<param name="e">An EventArgs containing event data.</param>
</member>
<member name="M:Krypton.Toolkit.PaletteBase.Dispose(System.Boolean)">
<summary>
Releases the unmanaged resources used by the PaletteBase 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="T:Krypton.Toolkit.PaletteMicrosoft365Base">
<summary>
Provides a base for Microsoft 365 palettes.
</summary>
<seealso cref="T:Krypton.Toolkit.PaletteBase" />
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365Base.#ctor(System.Drawing.Color[],System.Windows.Forms.ImageList,System.Windows.Forms.ImageList,System.Drawing.Image[],System.Drawing.Color[])">
<summary>
Initializes a new instance of the <see cref="T:Krypton.Toolkit.PaletteMicrosoft365Base"/> class.
</summary>
<param name="schemeColours">The scheme colours.</param>
<param name="checkBoxList">The check box list.</param>
<param name="galleryButtonList">The gallery button list.</param>
<param name="radioButtonArray">The radio button array.</param>
<param name="trackBarColours">The track bar colours.</param>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365Base.GetRenderer">
<summary>
Gets the renderer to use for this palette.
</summary>
<returns>
Renderer to use for drawing palette settings.
</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365Base.GetBackDraw(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets a value indicating if background should be drawn.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>InheritBool value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365Base.GetBackGraphicsHint(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the graphics drawing hint for the background.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteGraphicsHint value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365Base.GetBackColor1(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the first background color.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365Base.GetBackColor2(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the second back color.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365Base.GetBackColorStyle(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color background drawing style.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color drawing style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365Base.GetBackColorAlign(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color alignment.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365Base.GetBackColorAngle(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color background angle.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Angle used for color drawing.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365Base.GetBackImage(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets a background image.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image instance.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365Base.GetBackImageStyle(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the background image style.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image style value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365Base.GetBackImageAlign(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the image alignment.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365Base.GetBorderDraw(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets a value indicating if border should be drawn.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>InheritBool value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365Base.GetBorderDrawBorders(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets a value indicating which borders to draw.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteDrawBorders value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365Base.GetBorderGraphicsHint(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the graphics drawing hint for the border.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteGraphicsHint value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365Base.GetBorderColor1(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the first border color.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365Base.GetBorderColor2(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the second border color.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365Base.GetBorderColorStyle(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color border drawing style.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color drawing style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365Base.GetBorderColorAlign(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color border alignment.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365Base.GetBorderColorAngle(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color border angle.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Angle used for color drawing.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365Base.GetBorderWidth(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the border width.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Integer width.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365Base.GetBorderRounding(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the border corner rounding.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Float rounding.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365Base.GetBorderImage(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets a border image.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image instance.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365Base.GetBorderImageStyle(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the border image style.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image style value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365Base.GetBorderImageAlign(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the image border alignment.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365Base.GetContentDraw(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets a value indicating if content should be drawn.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>InheritBool value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365Base.GetContentDrawFocus(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets a value indicating if content should be drawn with focus indication.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>InheritBool value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365Base.GetContentImageH(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the horizontal relative alignment of the image.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365Base.GetContentImageV(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the vertical relative alignment of the image.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365Base.GetContentImageEffect(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the effect applied to drawing of the image.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteImageEffect value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365Base.GetContentImageColorMap(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the image color to remap into another color.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365Base.GetContentImageColorTo(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color to use in place of the image map color.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365Base.GetContentImageColorTransparent(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the image color that should be transparent.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365Base.GetContentShortTextFont(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the font for the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Font value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365Base.GetContentShortTextNewFont(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the font for the short text by generating a new font instance.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Font value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365Base.GetContentShortTextHint(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the rendering hint for the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteTextHint value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365Base.GetContentShortTextPrefix(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the prefix drawing setting for short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteTextPrefix value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365Base.GetContentShortTextMultiLine(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the flag indicating if multiline text is allowed for short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>InheritBool value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365Base.GetContentShortTextTrim(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the text trimming to use for short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteTextTrim value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365Base.GetContentShortTextH(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the horizontal relative alignment of the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365Base.GetContentShortTextV(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the vertical relative alignment of the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365Base.GetContentShortTextMultiLineH(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the horizontal relative alignment of multiline short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365Base.GetContentShortTextColor1(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the first back color for the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365Base.GetContentShortTextColor2(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the second back color for the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365Base.GetContentShortTextColorStyle(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color drawing style for the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color drawing style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365Base.GetContentShortTextColorAlign(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color alignment for the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365Base.GetContentShortTextColorAngle(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color background angle for the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Angle used for color drawing.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365Base.GetContentShortTextImage(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets a background image for the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image instance.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365Base.GetContentShortTextImageStyle(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the background image style.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image style value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365Base.GetContentShortTextImageAlign(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the image alignment for the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365Base.GetContentLongTextFont(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the font for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Font value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365Base.GetContentLongTextNewFont(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the font for the long text by generating a new font instance.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Font value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365Base.GetContentLongTextHint(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the rendering hint for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteTextHint value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365Base.GetContentLongTextMultiLine(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the flag indicating if multiline text is allowed for long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>InheritBool value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365Base.GetContentLongTextTrim(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the text trimming to use for long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteTextTrim value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365Base.GetContentLongTextPrefix(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the prefix drawing setting for long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteTextPrefix value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365Base.GetContentLongTextH(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the horizontal relative alignment of the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365Base.GetContentLongTextV(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the vertical relative alignment of the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365Base.GetContentLongTextMultiLineH(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the horizontal relative alignment of multiline long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365Base.GetContentLongTextColor1(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the first back color for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365Base.GetContentLongTextColor2(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the second back color for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365Base.GetContentLongTextColorStyle(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color drawing style for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color drawing style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365Base.GetContentLongTextColorAlign(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color alignment for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365Base.GetContentLongTextColorAngle(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color background angle for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Angle used for color drawing.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365Base.GetContentLongTextImage(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets a background image for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image instance.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365Base.GetContentLongTextImageStyle(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the background image style for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image style value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365Base.GetContentLongTextImageAlign(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the image alignment for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365Base.GetBorderContentPadding(Krypton.Toolkit.KryptonForm,Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the padding between the border and content drawing.
</summary>
<param name="owningForm"></param>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Padding value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365Base.GetContentAdjacentGap(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the padding between adjacent content items.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Integer value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365Base.GetMetricInt(Krypton.Toolkit.KryptonForm,Krypton.Toolkit.PaletteState,Krypton.Toolkit.PaletteMetricInt)">
<summary>
Gets an integer metric value.
</summary>
<param name="owningForm"></param>
<param name="state">Palette value should be applicable to this state.</param>
<param name="metric">Requested metric.</param>
<returns>Integer value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365Base.GetMetricBool(Krypton.Toolkit.PaletteState,Krypton.Toolkit.PaletteMetricBool)">
<summary>
Gets a boolean metric value.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<param name="metric">Requested metric.</param>
<returns>InheritBool value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365Base.GetMetricPadding(Krypton.Toolkit.KryptonForm,Krypton.Toolkit.PaletteState,Krypton.Toolkit.PaletteMetricPadding)">
<summary>
Gets a padding metric value.
</summary>
<param name="owningForm"></param>
<param name="state">Palette value should be applicable to this state.</param>
<param name="metric">Requested metric.</param>
<returns>Padding value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365Base.GetTreeViewImage(System.Boolean)">
<summary>
Gets a tree view image appropriate for the provided state.
</summary>
<param name="expanded">Is the node expanded</param>
<returns>Appropriate image for drawing; otherwise null.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365Base.GetCheckBoxImage(System.Boolean,System.Windows.Forms.CheckState,System.Boolean,System.Boolean)">
<summary>
Gets a check box image appropriate for the provided state.
</summary>
<param name="enabled">Is the check box enabled.</param>
<param name="checkState">Is the check box checked/unchecked/indeterminate.</param>
<param name="tracking">Is the check box being hot tracked.</param>
<param name="pressed">Is the check box being pressed.</param>
<returns>Appropriate image for drawing; otherwise null.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365Base.GetRadioButtonImage(System.Boolean,System.Boolean,System.Boolean,System.Boolean)">
<summary>
Gets a check box image appropriate for the provided state.
</summary>
<param name="enabled">Is the radio button enabled.</param>
<param name="checkState">Is the radio button checked.</param>
<param name="tracking">Is the radio button being hot tracked.</param>
<param name="pressed">Is the radio button being pressed.</param>
<returns>Appropriate image for drawing; otherwise null.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365Base.GetContextMenuCheckedImage">
<summary>
Gets a checked image appropriate for a context menu item.
</summary>
<returns>Appropriate image for drawing; otherwise null.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365Base.GetContextMenuIndeterminateImage">
<summary>
Gets a indeterminate image appropriate for a context menu item.
</summary>
<returns>Appropriate image for drawing; otherwise null.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365Base.GetGalleryButtonImage(Krypton.Toolkit.PaletteRibbonGalleryButton,Krypton.Toolkit.PaletteState)">
<summary>
Gets a check box image appropriate for the provided state.
</summary>
<param name="button">Enum of the button to fetch.</param>
<param name="state">State of the button to fetch.</param>
<returns>Appropriate image for drawing; otherwise null.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365Base.GetButtonSpecImage(Krypton.Toolkit.PaletteButtonSpecStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the image to display for the button.
</summary>
<param name="style">Style of button spec.</param>
<param name="state">State for which image is required.</param>
<returns>Image value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365Base.GetRibbonShape">
<summary>
Gets the ribbon shape that should be used.
</summary>
<returns>Ribbon shape value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365Base.GetRibbonContextTextAlign(Krypton.Toolkit.PaletteState)">
<summary>
Gets the text alignment for the ribbon context text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Font value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365Base.GetRibbonContextTextFont(Krypton.Toolkit.PaletteState)">
<summary>
Gets the font for the ribbon context text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Font value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365Base.GetRibbonContextTextColor(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the ribbon context text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Font value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365Base.GetRibbonDisabledDark(Krypton.Toolkit.PaletteState)">
<summary>
Gets the dark disabled color used for ribbon glyphs.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365Base.GetRibbonDisabledLight(Krypton.Toolkit.PaletteState)">
<summary>
Gets the light disabled color used for ribbon glyphs.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365Base.GetRibbonDropArrowLight(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the drop arrow light.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365Base.GetRibbonDropArrowDark(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the drop arrow dark.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365Base.GetRibbonGroupDialogDark(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the dialog launcher dark.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365Base.GetRibbonGroupDialogLight(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the dialog launcher light.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365Base.GetRibbonGroupSeparatorDark(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the group separator dark.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365Base.GetRibbonGroupSeparatorLight(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the group separator light.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365Base.GetRibbonMinimizeBarDark(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the minimize bar dark.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365Base.GetRibbonMinimizeBarLight(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the minimize bar light.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365Base.GetRibbonTabSeparatorColor(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the tab separator.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365Base.GetRibbonTabSeparatorContextColor(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the tab context separators.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365Base.GetRibbonTextFont(Krypton.Toolkit.PaletteState)">
<summary>
Gets the font for the ribbon text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Font value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365Base.GetRibbonTextHint(Krypton.Toolkit.PaletteState)">
<summary>
Gets the rendering hint for the ribbon font.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteTextHint value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365Base.GetRibbonQATButtonDark(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the extra QAT button dark content color.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365Base.GetRibbonQATButtonLight(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the extra QAT button light content color.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365Base.GetRibbonBackColorStyle(Krypton.Toolkit.PaletteRibbonBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the method used to draw the background of a ribbon item.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteRibbonBackStyle value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365Base.GetRibbonBackColor1(Krypton.Toolkit.PaletteRibbonBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the first background color for the ribbon item.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365Base.GetRibbonBackColor2(Krypton.Toolkit.PaletteRibbonBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the second background color for the ribbon item.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365Base.GetRibbonBackColor3(Krypton.Toolkit.PaletteRibbonBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the third background color for the ribbon item.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365Base.GetRibbonBackColor4(Krypton.Toolkit.PaletteRibbonBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the fourth background color for the ribbon item.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365Base.GetRibbonBackColor5(Krypton.Toolkit.PaletteRibbonBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the fifth background color for the ribbon item.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365Base.GetRibbonTextColor(Krypton.Toolkit.PaletteRibbonTextStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the =color for the item text.
</summary>
<param name="style">Text style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365Base.GetElementColor1(Krypton.Toolkit.PaletteElement,Krypton.Toolkit.PaletteState)">
<summary>
Gets the first element color.
</summary>
<param name="element">Element for which color is required.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365Base.GetElementColor2(Krypton.Toolkit.PaletteElement,Krypton.Toolkit.PaletteState)">
<summary>
Gets the second element color.
</summary>
<param name="element">Element for which color is required.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365Base.GetElementColor3(Krypton.Toolkit.PaletteElement,Krypton.Toolkit.PaletteState)">
<summary>
Gets the third element color.
</summary>
<param name="element">Element for which color is required.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365Base.GetElementColor4(Krypton.Toolkit.PaletteElement,Krypton.Toolkit.PaletteState)">
<summary>
Gets the fourth element color.
</summary>
<param name="element">Element for which color is required.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365Base.GetElementColor5(Krypton.Toolkit.PaletteElement,Krypton.Toolkit.PaletteState)">
<summary>
Gets the fifth element color.
</summary>
<param name="element">Element for which color is required.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="P:Krypton.Toolkit.PaletteMicrosoft365Base.ColorTable">
<summary>
Gets access to the color table instance.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365Base.OnUserPreferenceChanged(System.Object,Microsoft.Win32.UserPreferenceChangedEventArgs)">
<summary>
Handle a change in the user preferences.
</summary>
<param name="sender">Source of event.</param>
<param name="e">Event data.</param>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlackDarkMode.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Krypton.Toolkit.PaletteMicrosoft365BlackDarkMode"/> class.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlackDarkMode.GetContextMenuSubMenuImage">
<summary>
Gets an image indicating a sub-menu on a context menu item.
</summary>
<returns>
Appropriate image for drawing; otherwise null.
</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlackDarkMode.GetButtonSpecImage(Krypton.Toolkit.PaletteButtonSpecStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the image to display for the button.
</summary>
<param name="style">Style of button spec.</param>
<param name="state">State for which image is required.</param>
<returns>
Image value.
</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlackDarkMode.GetRibbonTabRowGradientColor1(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlackDarkMode.GetRibbonTabRowBackgroundGradientRaftingDark(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlackDarkMode.GetRibbonTabRowBackgroundGradientRaftingLight(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlackDarkMode.GetRibbonTabRowBackgroundSolidColor(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlackDarkMode.GetRibbonTabRowGradientRaftingAngle(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlackDarkMode.GetRibbonFileAppTabBottomColor(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlackDarkMode.GetRibbonFileAppTabTopColor(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlackDarkMode.GetRibbonFileAppTabTextColor(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="T:Krypton.Toolkit.PaletteMicrosoft365BlackDarkModeBase">
<summary>
Provides a base for Office 365 palettes.
</summary>
<seealso cref="T:Krypton.Toolkit.PaletteBase" />
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlackDarkModeBase.#ctor(System.Drawing.Color[],System.Windows.Forms.ImageList,System.Windows.Forms.ImageList,System.Drawing.Image[],System.Drawing.Color[])">
<summary>
Initializes a new instance of the <see cref="T:Krypton.Toolkit.PaletteMicrosoft365BlackDarkModeBase"/> class.
</summary>
<param name="schemeColours">The scheme colours.</param>
<param name="checkBoxList">The check box list.</param>
<param name="galleryButtonList">The gallery button list.</param>
<param name="radioButtonArray">The radio button array.</param>
<param name="trackBarColours">The track bar colours.</param>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlackDarkModeBase.GetRenderer">
<summary>
Gets the renderer to use for this palette.
</summary>
<returns>
Renderer to use for drawing palette settings.
</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlackDarkModeBase.GetBackDraw(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets a value indicating if background should be drawn.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>InheritBool value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlackDarkModeBase.GetBackGraphicsHint(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the graphics drawing hint for the background.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteGraphicsHint value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlackDarkModeBase.GetBackColor1(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the first background color.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlackDarkModeBase.GetBackColor2(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the second back color.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlackDarkModeBase.GetBackColorStyle(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color background drawing style.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color drawing style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlackDarkModeBase.GetBackColorAlign(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color alignment.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlackDarkModeBase.GetBackColorAngle(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color background angle.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Angle used for color drawing.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlackDarkModeBase.GetBackImage(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets a background image.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image instance.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlackDarkModeBase.GetBackImageStyle(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the background image style.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image style value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlackDarkModeBase.GetBackImageAlign(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the image alignment.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlackDarkModeBase.GetBorderDraw(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets a value indicating if border should be drawn.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>InheritBool value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlackDarkModeBase.GetBorderDrawBorders(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets a value indicating which borders to draw.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteDrawBorders value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlackDarkModeBase.GetBorderGraphicsHint(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the graphics drawing hint for the border.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteGraphicsHint value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlackDarkModeBase.GetBorderColor1(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the first border color.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlackDarkModeBase.GetBorderColor2(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the second border color.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlackDarkModeBase.GetBorderColorStyle(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color border drawing style.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color drawing style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlackDarkModeBase.GetBorderColorAlign(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color border alignment.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlackDarkModeBase.GetBorderColorAngle(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color border angle.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Angle used for color drawing.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlackDarkModeBase.GetBorderWidth(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the border width.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Integer width.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlackDarkModeBase.GetBorderRounding(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the border corner rounding.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Float rounding.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlackDarkModeBase.GetBorderImage(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets a border image.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image instance.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlackDarkModeBase.GetBorderImageStyle(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the border image style.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image style value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlackDarkModeBase.GetBorderImageAlign(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the image border alignment.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlackDarkModeBase.GetContentDraw(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets a value indicating if content should be drawn.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>InheritBool value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlackDarkModeBase.GetContentDrawFocus(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets a value indicating if content should be drawn with focus indication.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>InheritBool value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlackDarkModeBase.GetContentImageH(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the horizontal relative alignment of the image.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlackDarkModeBase.GetContentImageV(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the vertical relative alignment of the image.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlackDarkModeBase.GetContentImageEffect(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the effect applied to drawing of the image.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteImageEffect value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlackDarkModeBase.GetContentImageColorMap(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the image color to remap into another color.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlackDarkModeBase.GetContentImageColorTo(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color to use in place of the image map color.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlackDarkModeBase.GetContentImageColorTransparent(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the image color that should be transparent.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlackDarkModeBase.GetContentShortTextFont(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the font for the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Font value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlackDarkModeBase.GetContentShortTextNewFont(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the font for the short text by generating a new font instance.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Font value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlackDarkModeBase.GetContentShortTextHint(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the rendering hint for the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteTextHint value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlackDarkModeBase.GetContentShortTextPrefix(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the prefix drawing setting for short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteTextPrefix value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlackDarkModeBase.GetContentShortTextMultiLine(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the flag indicating if multiline text is allowed for short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>InheritBool value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlackDarkModeBase.GetContentShortTextTrim(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the text trimming to use for short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteTextTrim value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlackDarkModeBase.GetContentShortTextH(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the horizontal relative alignment of the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlackDarkModeBase.GetContentShortTextV(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the vertical relative alignment of the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlackDarkModeBase.GetContentShortTextMultiLineH(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the horizontal relative alignment of multiline short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlackDarkModeBase.GetContentShortTextColor1(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the first back color for the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlackDarkModeBase.GetContentShortTextColor2(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the second back color for the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlackDarkModeBase.GetContentShortTextColorStyle(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color drawing style for the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color drawing style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlackDarkModeBase.GetContentShortTextColorAlign(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color alignment for the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlackDarkModeBase.GetContentShortTextColorAngle(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color background angle for the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Angle used for color drawing.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlackDarkModeBase.GetContentShortTextImage(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets a background image for the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image instance.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlackDarkModeBase.GetContentShortTextImageStyle(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the background image style.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image style value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlackDarkModeBase.GetContentShortTextImageAlign(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the image alignment for the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlackDarkModeBase.GetContentLongTextFont(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the font for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Font value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlackDarkModeBase.GetContentLongTextNewFont(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the font for the long text by generating a new font instance.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Font value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlackDarkModeBase.GetContentLongTextHint(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the rendering hint for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteTextHint value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlackDarkModeBase.GetContentLongTextMultiLine(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the flag indicating if multiline text is allowed for long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>InheritBool value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlackDarkModeBase.GetContentLongTextTrim(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the text trimming to use for long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteTextTrim value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlackDarkModeBase.GetContentLongTextPrefix(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the prefix drawing setting for long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteTextPrefix value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlackDarkModeBase.GetContentLongTextH(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the horizontal relative alignment of the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlackDarkModeBase.GetContentLongTextV(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the vertical relative alignment of the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlackDarkModeBase.GetContentLongTextMultiLineH(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the horizontal relative alignment of multiline long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlackDarkModeBase.GetContentLongTextColor1(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the first back color for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlackDarkModeBase.GetContentLongTextColor2(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the second back color for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlackDarkModeBase.GetContentLongTextColorStyle(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color drawing style for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color drawing style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlackDarkModeBase.GetContentLongTextColorAlign(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color alignment for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlackDarkModeBase.GetContentLongTextColorAngle(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color background angle for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Angle used for color drawing.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlackDarkModeBase.GetContentLongTextImage(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets a background image for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image instance.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlackDarkModeBase.GetContentLongTextImageStyle(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the background image style for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image style value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlackDarkModeBase.GetContentLongTextImageAlign(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the image alignment for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlackDarkModeBase.GetBorderContentPadding(Krypton.Toolkit.KryptonForm,Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the padding between the border and content drawing.
</summary>
<param name="owningForm"></param>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Padding value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlackDarkModeBase.GetContentAdjacentGap(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the padding between adjacent content items.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Integer value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlackDarkModeBase.GetMetricInt(Krypton.Toolkit.KryptonForm,Krypton.Toolkit.PaletteState,Krypton.Toolkit.PaletteMetricInt)">
<summary>
Gets an integer metric value.
</summary>
<param name="owningForm"></param>
<param name="state">Palette value should be applicable to this state.</param>
<param name="metric">Requested metric.</param>
<returns>Integer value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlackDarkModeBase.GetMetricBool(Krypton.Toolkit.PaletteState,Krypton.Toolkit.PaletteMetricBool)">
<summary>
Gets a boolean metric value.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<param name="metric">Requested metric.</param>
<returns>InheritBool value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlackDarkModeBase.GetMetricPadding(Krypton.Toolkit.KryptonForm,Krypton.Toolkit.PaletteState,Krypton.Toolkit.PaletteMetricPadding)">
<summary>
Gets a padding metric value.
</summary>
<param name="owningForm"></param>
<param name="state">Palette value should be applicable to this state.</param>
<param name="metric">Requested metric.</param>
<returns>Padding value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlackDarkModeBase.GetTreeViewImage(System.Boolean)">
<summary>
Gets a tree view image appropriate for the provided state.
</summary>
<param name="expanded">Is the node expanded</param>
<returns>Appropriate image for drawing; otherwise null.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlackDarkModeBase.GetCheckBoxImage(System.Boolean,System.Windows.Forms.CheckState,System.Boolean,System.Boolean)">
<summary>
Gets a check box image appropriate for the provided state.
</summary>
<param name="enabled">Is the check box enabled.</param>
<param name="checkState">Is the check box checked/unchecked/indeterminate.</param>
<param name="tracking">Is the check box being hot tracked.</param>
<param name="pressed">Is the check box being pressed.</param>
<returns>Appropriate image for drawing; otherwise null.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlackDarkModeBase.GetRadioButtonImage(System.Boolean,System.Boolean,System.Boolean,System.Boolean)">
<summary>
Gets a check box image appropriate for the provided state.
</summary>
<param name="enabled">Is the radio button enabled.</param>
<param name="checkState">Is the radio button checked.</param>
<param name="tracking">Is the radio button being hot tracked.</param>
<param name="pressed">Is the radio button being pressed.</param>
<returns>Appropriate image for drawing; otherwise null.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlackDarkModeBase.GetContextMenuCheckedImage">
<summary>
Gets a checked image appropriate for a context menu item.
</summary>
<returns>Appropriate image for drawing; otherwise null.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlackDarkModeBase.GetContextMenuIndeterminateImage">
<summary>
Gets a indeterminate image appropriate for a context menu item.
</summary>
<returns>Appropriate image for drawing; otherwise null.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlackDarkModeBase.GetGalleryButtonImage(Krypton.Toolkit.PaletteRibbonGalleryButton,Krypton.Toolkit.PaletteState)">
<summary>
Gets a check box image appropriate for the provided state.
</summary>
<param name="button">Enum of the button to fetch.</param>
<param name="state">State of the button to fetch.</param>
<returns>Appropriate image for drawing; otherwise null.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlackDarkModeBase.GetButtonSpecImage(Krypton.Toolkit.PaletteButtonSpecStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the image to display for the button.
</summary>
<param name="style">Style of button spec.</param>
<param name="state">State for which image is required.</param>
<returns>Image value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlackDarkModeBase.GetRibbonShape">
<summary>
Gets the ribbon shape that should be used.
</summary>
<returns>Ribbon shape value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlackDarkModeBase.GetRibbonContextTextAlign(Krypton.Toolkit.PaletteState)">
<summary>
Gets the text alignment for the ribbon context text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Font value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlackDarkModeBase.GetRibbonContextTextFont(Krypton.Toolkit.PaletteState)">
<summary>
Gets the font for the ribbon context text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Font value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlackDarkModeBase.GetRibbonContextTextColor(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the ribbon context text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Font value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlackDarkModeBase.GetRibbonDisabledDark(Krypton.Toolkit.PaletteState)">
<summary>
Gets the dark disabled color used for ribbon glyphs.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlackDarkModeBase.GetRibbonDisabledLight(Krypton.Toolkit.PaletteState)">
<summary>
Gets the light disabled color used for ribbon glyphs.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlackDarkModeBase.GetRibbonDropArrowLight(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the drop arrow light.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlackDarkModeBase.GetRibbonDropArrowDark(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the drop arrow dark.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlackDarkModeBase.GetRibbonGroupDialogDark(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the dialog launcher dark.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlackDarkModeBase.GetRibbonGroupDialogLight(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the dialog launcher light.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlackDarkModeBase.GetRibbonGroupSeparatorDark(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the group separator dark.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlackDarkModeBase.GetRibbonGroupSeparatorLight(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the group separator light.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlackDarkModeBase.GetRibbonMinimizeBarDark(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the minimize bar dark.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlackDarkModeBase.GetRibbonMinimizeBarLight(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the minimize bar light.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlackDarkModeBase.GetRibbonTabSeparatorColor(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the tab separator.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlackDarkModeBase.GetRibbonTabSeparatorContextColor(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the tab context separators.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlackDarkModeBase.GetRibbonTextFont(Krypton.Toolkit.PaletteState)">
<summary>
Gets the font for the ribbon text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Font value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlackDarkModeBase.GetRibbonTextHint(Krypton.Toolkit.PaletteState)">
<summary>
Gets the rendering hint for the ribbon font.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteTextHint value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlackDarkModeBase.GetRibbonQATButtonDark(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the extra QAT button dark content color.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlackDarkModeBase.GetRibbonQATButtonLight(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the extra QAT button light content color.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlackDarkModeBase.GetRibbonBackColorStyle(Krypton.Toolkit.PaletteRibbonBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the method used to draw the background of a ribbon item.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteRibbonBackStyle value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlackDarkModeBase.GetRibbonBackColor1(Krypton.Toolkit.PaletteRibbonBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the first background color for the ribbon item.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlackDarkModeBase.GetRibbonBackColor2(Krypton.Toolkit.PaletteRibbonBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the second background color for the ribbon item.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlackDarkModeBase.GetRibbonBackColor3(Krypton.Toolkit.PaletteRibbonBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the third background color for the ribbon item.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlackDarkModeBase.GetRibbonBackColor4(Krypton.Toolkit.PaletteRibbonBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the fourth background color for the ribbon item.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlackDarkModeBase.GetRibbonBackColor5(Krypton.Toolkit.PaletteRibbonBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the fifth background color for the ribbon item.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlackDarkModeBase.GetRibbonTextColor(Krypton.Toolkit.PaletteRibbonTextStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the =color for the item text.
</summary>
<param name="style">Text style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlackDarkModeBase.GetElementColor1(Krypton.Toolkit.PaletteElement,Krypton.Toolkit.PaletteState)">
<summary>
Gets the first element color.
</summary>
<param name="element">Element for which color is required.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlackDarkModeBase.GetElementColor2(Krypton.Toolkit.PaletteElement,Krypton.Toolkit.PaletteState)">
<summary>
Gets the second element color.
</summary>
<param name="element">Element for which color is required.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlackDarkModeBase.GetElementColor3(Krypton.Toolkit.PaletteElement,Krypton.Toolkit.PaletteState)">
<summary>
Gets the third element color.
</summary>
<param name="element">Element for which color is required.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlackDarkModeBase.GetElementColor4(Krypton.Toolkit.PaletteElement,Krypton.Toolkit.PaletteState)">
<summary>
Gets the fourth element color.
</summary>
<param name="element">Element for which color is required.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlackDarkModeBase.GetElementColor5(Krypton.Toolkit.PaletteElement,Krypton.Toolkit.PaletteState)">
<summary>
Gets the fifth element color.
</summary>
<param name="element">Element for which color is required.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="P:Krypton.Toolkit.PaletteMicrosoft365BlackDarkModeBase.ColorTable">
<summary>
Gets access to the color table instance.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlackDarkModeBase.OnUserPreferenceChanged(System.Object,Microsoft.Win32.UserPreferenceChangedEventArgs)">
<summary>
Handle a change in the user preferences.
</summary>
<param name="sender">Source of event.</param>
<param name="e">Event data.</param>
</member>
<member name="T:Krypton.Toolkit.KryptonColorTable365BlackDarkMode">
<summary>
Provide KryptonColorTable365BlackDarkMode values using an array of Color values as the source.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonColorTable365BlackDarkMode.#ctor(System.Drawing.Color[],Krypton.Toolkit.InheritBool,Krypton.Toolkit.PaletteBase)">
<summary>
Initialize a new instance of the KryptonColorTable2010 class.
</summary>
<param name="colors">Source of </param>
<param name="roundedEdges">Should have rounded edges.</param>
<param name="palette">Associated palette instance.</param>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365BlackDarkMode.Colors">
<summary>
Gets the raw set of colors.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365BlackDarkMode.UseRoundedEdges">
<summary>
Gets a value indicating if rounded edges are required.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365BlackDarkMode.ButtonPressedBorder">
<summary>
Gets the border color for a button being pressed.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365BlackDarkMode.ButtonPressedGradientBegin">
<summary>
Gets the background starting color for a button being pressed.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365BlackDarkMode.ButtonPressedGradientMiddle">
<summary>
Gets the background middle color for a button being pressed.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365BlackDarkMode.ButtonPressedGradientEnd">
<summary>
Gets the background ending color for a button being pressed.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365BlackDarkMode.ButtonPressedHighlight">
<summary>
Gets the highlight background for a pressed button.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365BlackDarkMode.ButtonPressedHighlightBorder">
<summary>
Gets the highlight border for a pressed button.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365BlackDarkMode.ButtonSelectedBorder">
<summary>
Gets the border color for a button being selected.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365BlackDarkMode.ButtonSelectedGradientBegin">
<summary>
Gets the background starting color for a button being selected.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365BlackDarkMode.ButtonSelectedGradientMiddle">
<summary>
Gets the background middle color for a button being selected.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365BlackDarkMode.ButtonSelectedGradientEnd">
<summary>
Gets the background ending color for a button being selected.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365BlackDarkMode.ButtonSelectedHighlight">
<summary>
Gets the highlight background for a selected button.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365BlackDarkMode.ButtonSelectedHighlightBorder">
<summary>
Gets the highlight border for a selected button.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365BlackDarkMode.ButtonCheckedGradientBegin">
<summary>
Gets the background starting color for a checked button.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365BlackDarkMode.ButtonCheckedGradientMiddle">
<summary>
Gets the background middle color for a checked button.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365BlackDarkMode.ButtonCheckedGradientEnd">
<summary>
Gets the background ending color for a checked button.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365BlackDarkMode.ButtonCheckedHighlight">
<summary>
Gets the highlight background for a checked button.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365BlackDarkMode.ButtonCheckedHighlightBorder">
<summary>
Gets the highlight border for a checked button.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365BlackDarkMode.CheckBackground">
<summary>
Get background of the check mark area.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365BlackDarkMode.CheckPressedBackground">
<summary>
Get background of a pressed check mark area.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365BlackDarkMode.CheckSelectedBackground">
<summary>
Get background of a selected check mark area.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365BlackDarkMode.GripLight">
<summary>
Gets the light color used to draw grips.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365BlackDarkMode.GripDark">
<summary>
Gets the dark color used to draw grips.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365BlackDarkMode.ImageMarginGradientBegin">
<summary>
Gets the starting color for the context menu margin.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365BlackDarkMode.ImageMarginGradientMiddle">
<summary>
Gets the middle color for the context menu margin.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365BlackDarkMode.ImageMarginGradientEnd">
<summary>
Gets the ending color for the context menu margin.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365BlackDarkMode.ImageMarginRevealedGradientBegin">
<summary>
Gets the starting color for the context menu margin revealed.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365BlackDarkMode.ImageMarginRevealedGradientMiddle">
<summary>
Gets the middle color for the context menu margin revealed.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365BlackDarkMode.ImageMarginRevealedGradientEnd">
<summary>
Gets the ending color for the context menu margin revealed.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365BlackDarkMode.MenuBorder">
<summary>
Gets the color of the border around menus.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365BlackDarkMode.MenuItemBorder">
<summary>
Gets the border color for around the menu item.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365BlackDarkMode.MenuItemSelected">
<summary>
Gets the color of a selected menu item.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365BlackDarkMode.MenuItemPressedGradientBegin">
<summary>
Gets the starting color of the gradient used when a top-level ToolStripMenuItem is pressed down.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365BlackDarkMode.MenuItemPressedGradientEnd">
<summary>
Gets the end color of the gradient used when a top-level ToolStripMenuItem is pressed down.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365BlackDarkMode.MenuItemPressedGradientMiddle">
<summary>
Gets the middle color of the gradient used when a top-level ToolStripMenuItem is pressed down.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365BlackDarkMode.MenuItemSelectedGradientBegin">
<summary>
Gets the starting color of the gradient used when the ToolStripMenuItem is selected.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365BlackDarkMode.MenuItemSelectedGradientEnd">
<summary>
Gets the end color of the gradient used when the ToolStripMenuItem is selected.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365BlackDarkMode.MenuStripGradientBegin">
<summary>
Gets the starting color of the gradient used in the MenuStrip.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365BlackDarkMode.MenuStripGradientEnd">
<summary>
Gets the end color of the gradient used in the MenuStrip.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365BlackDarkMode.OverflowButtonGradientBegin">
<summary>
Gets the starting color of the gradient used in the ToolStripOverflowButton.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365BlackDarkMode.OverflowButtonGradientEnd">
<summary>
Gets the end color of the gradient used in the ToolStripOverflowButton.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365BlackDarkMode.OverflowButtonGradientMiddle">
<summary>
Gets the middle color of the gradient used in the ToolStripOverflowButton.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365BlackDarkMode.RaftingContainerGradientBegin">
<summary>
Gets the starting color of the gradient used in the ToolStripContainer.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365BlackDarkMode.RaftingContainerGradientEnd">
<summary>
Gets the end color of the gradient used in the ToolStripContainer.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365BlackDarkMode.SeparatorLight">
<summary>
Gets the light separator color.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365BlackDarkMode.SeparatorDark">
<summary>
Gets the dark separator color.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365BlackDarkMode.StatusStripGradientBegin">
<summary>
Gets the starting color for the status strip background.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365BlackDarkMode.StatusStripGradientEnd">
<summary>
Gets the ending color for the status strip background.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365BlackDarkMode.MenuItemText">
<summary>
Gets the text color used on the menu items.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365BlackDarkMode.MenuStripText">
<summary>
Gets the text color used on the menu strip.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365BlackDarkMode.ToolStripText">
<summary>
Gets the text color used on the tool strip.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365BlackDarkMode.StatusStripText">
<summary>
Gets the text color used on the status strip.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365BlackDarkMode.MenuStripFont">
<summary>
Gets the font used on the menu strip.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365BlackDarkMode.ToolStripFont">
<summary>
Gets the font used on the tool strip.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365BlackDarkMode.StatusStripFont">
<summary>
Gets the font used on the status strip.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365BlackDarkMode.ToolStripBorder">
<summary>
Gets the border color to use on the bottom edge of the ToolStrip.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365BlackDarkMode.ToolStripContentPanelGradientBegin">
<summary>
Gets the starting color for the content panel background.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365BlackDarkMode.ToolStripContentPanelGradientEnd">
<summary>
Gets the ending color for the content panel background.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365BlackDarkMode.ToolStripDropDownBackground">
<summary>
Gets the background color for drop-down menus.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365BlackDarkMode.ToolStripGradientBegin">
<summary>
Gets the starting color of the gradient used in the ToolStrip background.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365BlackDarkMode.ToolStripGradientEnd">
<summary>
Gets the end color of the gradient used in the ToolStrip background.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365BlackDarkMode.ToolStripGradientMiddle">
<summary>
Gets the middle color of the gradient used in the ToolStrip background.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365BlackDarkMode.ToolStripPanelGradientBegin">
<summary>
Gets the starting color of the gradient used in the ToolStripPanel.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365BlackDarkMode.ToolStripPanelGradientEnd">
<summary>
Gets the end color of the gradient used in the ToolStripPanel.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlackDarkModeAlternate.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Krypton.Toolkit.PaletteMicrosoft365BlackDarkModeAlternate"/> class.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlackDarkModeAlternate.GetContextMenuSubMenuImage">
<summary>
Gets an image indicating a sub-menu on a context menu item.
</summary>
<returns>
Appropriate image for drawing; otherwise null.
</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlackDarkModeAlternate.GetButtonSpecImage(Krypton.Toolkit.PaletteButtonSpecStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the image to display for the button.
</summary>
<param name="style">Style of button spec.</param>
<param name="state">State for which image is required.</param>
<returns>
Image value.
</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlackDarkModeAlternate.GetRibbonTabRowGradientColor1(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlackDarkModeAlternate.GetRibbonTabRowBackgroundGradientRaftingDark(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlackDarkModeAlternate.GetRibbonTabRowBackgroundGradientRaftingLight(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlackDarkModeAlternate.GetRibbonTabRowBackgroundSolidColor(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlackDarkModeAlternate.GetRibbonTabRowGradientRaftingAngle(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlackDarkModeAlternate.GetRibbonFileAppTabBottomColor(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlackDarkModeAlternate.GetRibbonFileAppTabTopColor(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlackDarkModeAlternate.GetRibbonFileAppTabTextColor(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="T:Krypton.Toolkit.PaletteMicrosoft365BlackDarkModeAlternateBase">
<summary>
Provides a base for Office 365 palettes.
</summary>
<seealso cref="T:Krypton.Toolkit.PaletteBase" />
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlackDarkModeAlternateBase.#ctor(System.Drawing.Color[],System.Windows.Forms.ImageList,System.Windows.Forms.ImageList,System.Drawing.Image[],System.Drawing.Color[])">
<summary>
Initializes a new instance of the <see cref="T:Krypton.Toolkit.PaletteMicrosoft365BlackDarkModeAlternateBase"/> class.
</summary>
<param name="schemeColours">The scheme colours.</param>
<param name="checkBoxList">The check box list.</param>
<param name="galleryButtonList">The gallery button list.</param>
<param name="radioButtonArray">The radio button array.</param>
<param name="trackBarColours">The track bar colours.</param>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlackDarkModeAlternateBase.GetRenderer">
<summary>
Gets the renderer to use for this palette.
</summary>
<returns>
Renderer to use for drawing palette settings.
</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlackDarkModeAlternateBase.GetBackDraw(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets a value indicating if background should be drawn.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>InheritBool value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlackDarkModeAlternateBase.GetBackGraphicsHint(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the graphics drawing hint for the background.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteGraphicsHint value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlackDarkModeAlternateBase.GetBackColor1(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the first background color.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlackDarkModeAlternateBase.GetBackColor2(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the second back color.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlackDarkModeAlternateBase.GetBackColorStyle(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color background drawing style.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color drawing style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlackDarkModeAlternateBase.GetBackColorAlign(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color alignment.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlackDarkModeAlternateBase.GetBackColorAngle(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color background angle.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Angle used for color drawing.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlackDarkModeAlternateBase.GetBackImage(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets a background image.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image instance.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlackDarkModeAlternateBase.GetBackImageStyle(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the background image style.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image style value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlackDarkModeAlternateBase.GetBackImageAlign(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the image alignment.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlackDarkModeAlternateBase.GetBorderDraw(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets a value indicating if border should be drawn.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>InheritBool value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlackDarkModeAlternateBase.GetBorderDrawBorders(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets a value indicating which borders to draw.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteDrawBorders value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlackDarkModeAlternateBase.GetBorderGraphicsHint(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the graphics drawing hint for the border.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteGraphicsHint value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlackDarkModeAlternateBase.GetBorderColor1(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the first border color.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlackDarkModeAlternateBase.GetBorderColor2(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the second border color.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlackDarkModeAlternateBase.GetBorderColorStyle(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color border drawing style.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color drawing style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlackDarkModeAlternateBase.GetBorderColorAlign(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color border alignment.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlackDarkModeAlternateBase.GetBorderColorAngle(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color border angle.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Angle used for color drawing.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlackDarkModeAlternateBase.GetBorderWidth(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the border width.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Integer width.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlackDarkModeAlternateBase.GetBorderRounding(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the border corner rounding.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Float rounding.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlackDarkModeAlternateBase.GetBorderImage(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets a border image.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image instance.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlackDarkModeAlternateBase.GetBorderImageStyle(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the border image style.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image style value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlackDarkModeAlternateBase.GetBorderImageAlign(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the image border alignment.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlackDarkModeAlternateBase.GetContentDraw(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets a value indicating if content should be drawn.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>InheritBool value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlackDarkModeAlternateBase.GetContentDrawFocus(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets a value indicating if content should be drawn with focus indication.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>InheritBool value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlackDarkModeAlternateBase.GetContentImageH(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the horizontal relative alignment of the image.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlackDarkModeAlternateBase.GetContentImageV(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the vertical relative alignment of the image.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlackDarkModeAlternateBase.GetContentImageEffect(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the effect applied to drawing of the image.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteImageEffect value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlackDarkModeAlternateBase.GetContentImageColorMap(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the image color to remap into another color.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlackDarkModeAlternateBase.GetContentImageColorTo(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color to use in place of the image map color.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlackDarkModeAlternateBase.GetContentImageColorTransparent(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the image color that should be transparent.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlackDarkModeAlternateBase.GetContentShortTextFont(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the font for the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Font value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlackDarkModeAlternateBase.GetContentShortTextNewFont(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the font for the short text by generating a new font instance.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Font value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlackDarkModeAlternateBase.GetContentShortTextHint(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the rendering hint for the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteTextHint value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlackDarkModeAlternateBase.GetContentShortTextPrefix(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the prefix drawing setting for short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteTextPrefix value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlackDarkModeAlternateBase.GetContentShortTextMultiLine(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the flag indicating if multiline text is allowed for short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>InheritBool value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlackDarkModeAlternateBase.GetContentShortTextTrim(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the text trimming to use for short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteTextTrim value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlackDarkModeAlternateBase.GetContentShortTextH(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the horizontal relative alignment of the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlackDarkModeAlternateBase.GetContentShortTextV(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the vertical relative alignment of the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlackDarkModeAlternateBase.GetContentShortTextMultiLineH(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the horizontal relative alignment of multiline short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlackDarkModeAlternateBase.GetContentShortTextColor1(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the first back color for the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlackDarkModeAlternateBase.GetContentShortTextColor2(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the second back color for the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlackDarkModeAlternateBase.GetContentShortTextColorStyle(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color drawing style for the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color drawing style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlackDarkModeAlternateBase.GetContentShortTextColorAlign(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color alignment for the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlackDarkModeAlternateBase.GetContentShortTextColorAngle(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color background angle for the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Angle used for color drawing.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlackDarkModeAlternateBase.GetContentShortTextImage(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets a background image for the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image instance.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlackDarkModeAlternateBase.GetContentShortTextImageStyle(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the background image style.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image style value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlackDarkModeAlternateBase.GetContentShortTextImageAlign(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the image alignment for the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlackDarkModeAlternateBase.GetContentLongTextFont(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the font for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Font value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlackDarkModeAlternateBase.GetContentLongTextNewFont(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the font for the long text by generating a new font instance.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Font value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlackDarkModeAlternateBase.GetContentLongTextHint(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the rendering hint for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteTextHint value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlackDarkModeAlternateBase.GetContentLongTextMultiLine(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the flag indicating if multiline text is allowed for long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>InheritBool value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlackDarkModeAlternateBase.GetContentLongTextTrim(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the text trimming to use for long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteTextTrim value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlackDarkModeAlternateBase.GetContentLongTextPrefix(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the prefix drawing setting for long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteTextPrefix value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlackDarkModeAlternateBase.GetContentLongTextH(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the horizontal relative alignment of the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlackDarkModeAlternateBase.GetContentLongTextV(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the vertical relative alignment of the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlackDarkModeAlternateBase.GetContentLongTextMultiLineH(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the horizontal relative alignment of multiline long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlackDarkModeAlternateBase.GetContentLongTextColor1(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the first back color for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlackDarkModeAlternateBase.GetContentLongTextColor2(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the second back color for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlackDarkModeAlternateBase.GetContentLongTextColorStyle(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color drawing style for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color drawing style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlackDarkModeAlternateBase.GetContentLongTextColorAlign(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color alignment for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlackDarkModeAlternateBase.GetContentLongTextColorAngle(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color background angle for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Angle used for color drawing.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlackDarkModeAlternateBase.GetContentLongTextImage(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets a background image for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image instance.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlackDarkModeAlternateBase.GetContentLongTextImageStyle(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the background image style for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image style value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlackDarkModeAlternateBase.GetContentLongTextImageAlign(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the image alignment for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlackDarkModeAlternateBase.GetBorderContentPadding(Krypton.Toolkit.KryptonForm,Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the padding between the border and content drawing.
</summary>
<param name="owningForm"></param>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Padding value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlackDarkModeAlternateBase.GetContentAdjacentGap(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the padding between adjacent content items.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Integer value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlackDarkModeAlternateBase.GetMetricInt(Krypton.Toolkit.KryptonForm,Krypton.Toolkit.PaletteState,Krypton.Toolkit.PaletteMetricInt)">
<summary>
Gets an integer metric value.
</summary>
<param name="owningForm"></param>
<param name="state">Palette value should be applicable to this state.</param>
<param name="metric">Requested metric.</param>
<returns>Integer value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlackDarkModeAlternateBase.GetMetricBool(Krypton.Toolkit.PaletteState,Krypton.Toolkit.PaletteMetricBool)">
<summary>
Gets a boolean metric value.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<param name="metric">Requested metric.</param>
<returns>InheritBool value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlackDarkModeAlternateBase.GetMetricPadding(Krypton.Toolkit.KryptonForm,Krypton.Toolkit.PaletteState,Krypton.Toolkit.PaletteMetricPadding)">
<summary>
Gets a padding metric value.
</summary>
<param name="owningForm"></param>
<param name="state">Palette value should be applicable to this state.</param>
<param name="metric">Requested metric.</param>
<returns>Padding value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlackDarkModeAlternateBase.GetTreeViewImage(System.Boolean)">
<summary>
Gets a tree view image appropriate for the provided state.
</summary>
<param name="expanded">Is the node expanded</param>
<returns>Appropriate image for drawing; otherwise null.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlackDarkModeAlternateBase.GetCheckBoxImage(System.Boolean,System.Windows.Forms.CheckState,System.Boolean,System.Boolean)">
<summary>
Gets a check box image appropriate for the provided state.
</summary>
<param name="enabled">Is the check box enabled.</param>
<param name="checkState">Is the check box checked/unchecked/indeterminate.</param>
<param name="tracking">Is the check box being hot tracked.</param>
<param name="pressed">Is the check box being pressed.</param>
<returns>Appropriate image for drawing; otherwise null.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlackDarkModeAlternateBase.GetRadioButtonImage(System.Boolean,System.Boolean,System.Boolean,System.Boolean)">
<summary>
Gets a check box image appropriate for the provided state.
</summary>
<param name="enabled">Is the radio button enabled.</param>
<param name="checkState">Is the radio button checked.</param>
<param name="tracking">Is the radio button being hot tracked.</param>
<param name="pressed">Is the radio button being pressed.</param>
<returns>Appropriate image for drawing; otherwise null.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlackDarkModeAlternateBase.GetContextMenuCheckedImage">
<summary>
Gets a checked image appropriate for a context menu item.
</summary>
<returns>Appropriate image for drawing; otherwise null.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlackDarkModeAlternateBase.GetContextMenuIndeterminateImage">
<summary>
Gets a indeterminate image appropriate for a context menu item.
</summary>
<returns>Appropriate image for drawing; otherwise null.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlackDarkModeAlternateBase.GetGalleryButtonImage(Krypton.Toolkit.PaletteRibbonGalleryButton,Krypton.Toolkit.PaletteState)">
<summary>
Gets a check box image appropriate for the provided state.
</summary>
<param name="button">Enum of the button to fetch.</param>
<param name="state">State of the button to fetch.</param>
<returns>Appropriate image for drawing; otherwise null.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlackDarkModeAlternateBase.GetButtonSpecImage(Krypton.Toolkit.PaletteButtonSpecStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the image to display for the button.
</summary>
<param name="style">Style of button spec.</param>
<param name="state">State for which image is required.</param>
<returns>Image value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlackDarkModeAlternateBase.GetRibbonShape">
<summary>
Gets the ribbon shape that should be used.
</summary>
<returns>Ribbon shape value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlackDarkModeAlternateBase.GetRibbonContextTextAlign(Krypton.Toolkit.PaletteState)">
<summary>
Gets the text alignment for the ribbon context text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Font value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlackDarkModeAlternateBase.GetRibbonContextTextFont(Krypton.Toolkit.PaletteState)">
<summary>
Gets the font for the ribbon context text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Font value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlackDarkModeAlternateBase.GetRibbonContextTextColor(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the ribbon context text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Font value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlackDarkModeAlternateBase.GetRibbonDisabledDark(Krypton.Toolkit.PaletteState)">
<summary>
Gets the dark disabled color used for ribbon glyphs.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlackDarkModeAlternateBase.GetRibbonDisabledLight(Krypton.Toolkit.PaletteState)">
<summary>
Gets the light disabled color used for ribbon glyphs.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlackDarkModeAlternateBase.GetRibbonDropArrowLight(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the drop arrow light.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlackDarkModeAlternateBase.GetRibbonDropArrowDark(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the drop arrow dark.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlackDarkModeAlternateBase.GetRibbonGroupDialogDark(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the dialog launcher dark.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlackDarkModeAlternateBase.GetRibbonGroupDialogLight(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the dialog launcher light.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlackDarkModeAlternateBase.GetRibbonGroupSeparatorDark(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the group separator dark.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlackDarkModeAlternateBase.GetRibbonGroupSeparatorLight(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the group separator light.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlackDarkModeAlternateBase.GetRibbonMinimizeBarDark(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the minimize bar dark.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlackDarkModeAlternateBase.GetRibbonMinimizeBarLight(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the minimize bar light.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlackDarkModeAlternateBase.GetRibbonTabSeparatorColor(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the tab separator.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlackDarkModeAlternateBase.GetRibbonTabSeparatorContextColor(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the tab context separators.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlackDarkModeAlternateBase.GetRibbonTextFont(Krypton.Toolkit.PaletteState)">
<summary>
Gets the font for the ribbon text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Font value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlackDarkModeAlternateBase.GetRibbonTextHint(Krypton.Toolkit.PaletteState)">
<summary>
Gets the rendering hint for the ribbon font.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteTextHint value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlackDarkModeAlternateBase.GetRibbonQATButtonDark(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the extra QAT button dark content color.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlackDarkModeAlternateBase.GetRibbonQATButtonLight(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the extra QAT button light content color.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlackDarkModeAlternateBase.GetRibbonBackColorStyle(Krypton.Toolkit.PaletteRibbonBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the method used to draw the background of a ribbon item.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteRibbonBackStyle value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlackDarkModeAlternateBase.GetRibbonBackColor1(Krypton.Toolkit.PaletteRibbonBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the first background color for the ribbon item.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlackDarkModeAlternateBase.GetRibbonBackColor2(Krypton.Toolkit.PaletteRibbonBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the second background color for the ribbon item.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlackDarkModeAlternateBase.GetRibbonBackColor3(Krypton.Toolkit.PaletteRibbonBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the third background color for the ribbon item.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlackDarkModeAlternateBase.GetRibbonBackColor4(Krypton.Toolkit.PaletteRibbonBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the fourth background color for the ribbon item.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlackDarkModeAlternateBase.GetRibbonBackColor5(Krypton.Toolkit.PaletteRibbonBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the fifth background color for the ribbon item.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlackDarkModeAlternateBase.GetRibbonTextColor(Krypton.Toolkit.PaletteRibbonTextStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the =color for the item text.
</summary>
<param name="style">Text style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlackDarkModeAlternateBase.GetElementColor1(Krypton.Toolkit.PaletteElement,Krypton.Toolkit.PaletteState)">
<summary>
Gets the first element color.
</summary>
<param name="element">Element for which color is required.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlackDarkModeAlternateBase.GetElementColor2(Krypton.Toolkit.PaletteElement,Krypton.Toolkit.PaletteState)">
<summary>
Gets the second element color.
</summary>
<param name="element">Element for which color is required.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlackDarkModeAlternateBase.GetElementColor3(Krypton.Toolkit.PaletteElement,Krypton.Toolkit.PaletteState)">
<summary>
Gets the third element color.
</summary>
<param name="element">Element for which color is required.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlackDarkModeAlternateBase.GetElementColor4(Krypton.Toolkit.PaletteElement,Krypton.Toolkit.PaletteState)">
<summary>
Gets the fourth element color.
</summary>
<param name="element">Element for which color is required.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlackDarkModeAlternateBase.GetElementColor5(Krypton.Toolkit.PaletteElement,Krypton.Toolkit.PaletteState)">
<summary>
Gets the fifth element color.
</summary>
<param name="element">Element for which color is required.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="P:Krypton.Toolkit.PaletteMicrosoft365BlackDarkModeAlternateBase.ColorTable">
<summary>
Gets access to the color table instance.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlackDarkModeAlternateBase.OnUserPreferenceChanged(System.Object,Microsoft.Win32.UserPreferenceChangedEventArgs)">
<summary>
Handle a change in the user preferences.
</summary>
<param name="sender">Source of event.</param>
<param name="e">Event data.</param>
</member>
<member name="T:Krypton.Toolkit.KryptonColorTable365BlackDarkModeAlternate">
<summary>
Provide KryptonColorTable365BlackDarkModeAlternate values using an array of Color values as the source.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonColorTable365BlackDarkModeAlternate.#ctor(System.Drawing.Color[],Krypton.Toolkit.InheritBool,Krypton.Toolkit.PaletteBase)">
<summary>
Initialize a new instance of the KryptonColorTable2010 class.
</summary>
<param name="colors">Source of </param>
<param name="roundedEdges">Should have rounded edges.</param>
<param name="palette">Associated palette instance.</param>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365BlackDarkModeAlternate.Colors">
<summary>
Gets the raw set of colors.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365BlackDarkModeAlternate.UseRoundedEdges">
<summary>
Gets a value indicating if rounded edges are required.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365BlackDarkModeAlternate.ButtonPressedBorder">
<summary>
Gets the border color for a button being pressed.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365BlackDarkModeAlternate.ButtonPressedGradientBegin">
<summary>
Gets the background starting color for a button being pressed.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365BlackDarkModeAlternate.ButtonPressedGradientMiddle">
<summary>
Gets the background middle color for a button being pressed.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365BlackDarkModeAlternate.ButtonPressedGradientEnd">
<summary>
Gets the background ending color for a button being pressed.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365BlackDarkModeAlternate.ButtonPressedHighlight">
<summary>
Gets the highlight background for a pressed button.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365BlackDarkModeAlternate.ButtonPressedHighlightBorder">
<summary>
Gets the highlight border for a pressed button.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365BlackDarkModeAlternate.ButtonSelectedBorder">
<summary>
Gets the border color for a button being selected.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365BlackDarkModeAlternate.ButtonSelectedGradientBegin">
<summary>
Gets the background starting color for a button being selected.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365BlackDarkModeAlternate.ButtonSelectedGradientMiddle">
<summary>
Gets the background middle color for a button being selected.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365BlackDarkModeAlternate.ButtonSelectedGradientEnd">
<summary>
Gets the background ending color for a button being selected.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365BlackDarkModeAlternate.ButtonSelectedHighlight">
<summary>
Gets the highlight background for a selected button.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365BlackDarkModeAlternate.ButtonSelectedHighlightBorder">
<summary>
Gets the highlight border for a selected button.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365BlackDarkModeAlternate.ButtonCheckedGradientBegin">
<summary>
Gets the background starting color for a checked button.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365BlackDarkModeAlternate.ButtonCheckedGradientMiddle">
<summary>
Gets the background middle color for a checked button.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365BlackDarkModeAlternate.ButtonCheckedGradientEnd">
<summary>
Gets the background ending color for a checked button.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365BlackDarkModeAlternate.ButtonCheckedHighlight">
<summary>
Gets the highlight background for a checked button.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365BlackDarkModeAlternate.ButtonCheckedHighlightBorder">
<summary>
Gets the highlight border for a checked button.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365BlackDarkModeAlternate.CheckBackground">
<summary>
Get background of the check mark area.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365BlackDarkModeAlternate.CheckPressedBackground">
<summary>
Get background of a pressed check mark area.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365BlackDarkModeAlternate.CheckSelectedBackground">
<summary>
Get background of a selected check mark area.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365BlackDarkModeAlternate.GripLight">
<summary>
Gets the light color used to draw grips.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365BlackDarkModeAlternate.GripDark">
<summary>
Gets the dark color used to draw grips.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365BlackDarkModeAlternate.ImageMarginGradientBegin">
<summary>
Gets the starting color for the context menu margin.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365BlackDarkModeAlternate.ImageMarginGradientMiddle">
<summary>
Gets the middle color for the context menu margin.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365BlackDarkModeAlternate.ImageMarginGradientEnd">
<summary>
Gets the ending color for the context menu margin.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365BlackDarkModeAlternate.ImageMarginRevealedGradientBegin">
<summary>
Gets the starting color for the context menu margin revealed.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365BlackDarkModeAlternate.ImageMarginRevealedGradientMiddle">
<summary>
Gets the middle color for the context menu margin revealed.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365BlackDarkModeAlternate.ImageMarginRevealedGradientEnd">
<summary>
Gets the ending color for the context menu margin revealed.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365BlackDarkModeAlternate.MenuBorder">
<summary>
Gets the color of the border around menus.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365BlackDarkModeAlternate.MenuItemBorder">
<summary>
Gets the border color for around the menu item.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365BlackDarkModeAlternate.MenuItemSelected">
<summary>
Gets the color of a selected menu item.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365BlackDarkModeAlternate.MenuItemPressedGradientBegin">
<summary>
Gets the starting color of the gradient used when a top-level ToolStripMenuItem is pressed down.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365BlackDarkModeAlternate.MenuItemPressedGradientEnd">
<summary>
Gets the end color of the gradient used when a top-level ToolStripMenuItem is pressed down.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365BlackDarkModeAlternate.MenuItemPressedGradientMiddle">
<summary>
Gets the middle color of the gradient used when a top-level ToolStripMenuItem is pressed down.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365BlackDarkModeAlternate.MenuItemSelectedGradientBegin">
<summary>
Gets the starting color of the gradient used when the ToolStripMenuItem is selected.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365BlackDarkModeAlternate.MenuItemSelectedGradientEnd">
<summary>
Gets the end color of the gradient used when the ToolStripMenuItem is selected.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365BlackDarkModeAlternate.MenuStripGradientBegin">
<summary>
Gets the starting color of the gradient used in the MenuStrip.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365BlackDarkModeAlternate.MenuStripGradientEnd">
<summary>
Gets the end color of the gradient used in the MenuStrip.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365BlackDarkModeAlternate.OverflowButtonGradientBegin">
<summary>
Gets the starting color of the gradient used in the ToolStripOverflowButton.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365BlackDarkModeAlternate.OverflowButtonGradientEnd">
<summary>
Gets the end color of the gradient used in the ToolStripOverflowButton.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365BlackDarkModeAlternate.OverflowButtonGradientMiddle">
<summary>
Gets the middle color of the gradient used in the ToolStripOverflowButton.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365BlackDarkModeAlternate.RaftingContainerGradientBegin">
<summary>
Gets the starting color of the gradient used in the ToolStripContainer.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365BlackDarkModeAlternate.RaftingContainerGradientEnd">
<summary>
Gets the end color of the gradient used in the ToolStripContainer.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365BlackDarkModeAlternate.SeparatorLight">
<summary>
Gets the light separator color.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365BlackDarkModeAlternate.SeparatorDark">
<summary>
Gets the dark separator color.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365BlackDarkModeAlternate.StatusStripGradientBegin">
<summary>
Gets the starting color for the status strip background.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365BlackDarkModeAlternate.StatusStripGradientEnd">
<summary>
Gets the ending color for the status strip background.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365BlackDarkModeAlternate.MenuItemText">
<summary>
Gets the text color used on the menu items.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365BlackDarkModeAlternate.MenuStripText">
<summary>
Gets the text color used on the menu strip.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365BlackDarkModeAlternate.ToolStripText">
<summary>
Gets the text color used on the tool strip.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365BlackDarkModeAlternate.StatusStripText">
<summary>
Gets the text color used on the status strip.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365BlackDarkModeAlternate.MenuStripFont">
<summary>
Gets the font used on the menu strip.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365BlackDarkModeAlternate.ToolStripFont">
<summary>
Gets the font used on the tool strip.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365BlackDarkModeAlternate.StatusStripFont">
<summary>
Gets the font used on the status strip.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365BlackDarkModeAlternate.ToolStripBorder">
<summary>
Gets the border color to use on the bottom edge of the ToolStrip.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365BlackDarkModeAlternate.ToolStripContentPanelGradientBegin">
<summary>
Gets the starting color for the content panel background.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365BlackDarkModeAlternate.ToolStripContentPanelGradientEnd">
<summary>
Gets the ending color for the content panel background.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365BlackDarkModeAlternate.ToolStripDropDownBackground">
<summary>
Gets the background color for drop-down menus.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365BlackDarkModeAlternate.ToolStripGradientBegin">
<summary>
Gets the starting color of the gradient used in the ToolStrip background.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365BlackDarkModeAlternate.ToolStripGradientEnd">
<summary>
Gets the end color of the gradient used in the ToolStrip background.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365BlackDarkModeAlternate.ToolStripGradientMiddle">
<summary>
Gets the middle color of the gradient used in the ToolStrip background.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365BlackDarkModeAlternate.ToolStripPanelGradientBegin">
<summary>
Gets the starting color of the gradient used in the ToolStripPanel.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365BlackDarkModeAlternate.ToolStripPanelGradientEnd">
<summary>
Gets the end color of the gradient used in the ToolStripPanel.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlueDarkMode.#ctor">
<summary>
Initializes a new instance of the PaletteMicrosoft365BlueDarkMode class.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlueDarkMode.GetContextMenuSubMenuImage">
<summary>
Gets an image indicating a sub-menu on a context menu item.
</summary>
<returns>
Appropriate image for drawing; otherwise null.
</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlueDarkMode.GetButtonSpecImage(Krypton.Toolkit.PaletteButtonSpecStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the image to display for the button.
</summary>
<param name="style">Style of button spec.</param>
<param name="state">State for which image is required.</param>
<returns>
Image value.
</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlueDarkMode.GetRibbonTabRowGradientColor1(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlueDarkMode.GetRibbonTabRowBackgroundGradientRaftingDark(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlueDarkMode.GetRibbonTabRowBackgroundGradientRaftingLight(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlueDarkMode.GetRibbonTabRowBackgroundSolidColor(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlueDarkMode.GetRibbonTabRowGradientRaftingAngle(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlueDarkMode.GetRibbonFileAppTabBottomColor(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlueDarkMode.GetRibbonFileAppTabTopColor(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlueDarkMode.GetRibbonFileAppTabTextColor(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="T:Krypton.Toolkit.PaletteMicrosoft365BlueDarkModeBase">
<summary>
Provides a base for Office 365 palettes.
</summary>
<seealso cref="T:Krypton.Toolkit.PaletteBase" />
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlueDarkModeBase.#ctor(System.Drawing.Color[],System.Windows.Forms.ImageList,System.Windows.Forms.ImageList,System.Drawing.Image[],System.Drawing.Color[])">
<summary>
Initializes a new instance of the <see cref="T:Krypton.Toolkit.PaletteMicrosoft365BlueDarkModeBase"/> class.
</summary>
<param name="schemeColours">The scheme colours.</param>
<param name="checkBoxList">The check box list.</param>
<param name="galleryButtonList">The gallery button list.</param>
<param name="radioButtonArray">The radio button array.</param>
<param name="trackBarColours">The track bar colours.</param>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlueDarkModeBase.GetRenderer">
<summary>
Gets the renderer to use for this palette.
</summary>
<returns>
Renderer to use for drawing palette settings.
</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlueDarkModeBase.GetBackDraw(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets a value indicating if background should be drawn.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>InheritBool value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlueDarkModeBase.GetBackGraphicsHint(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the graphics drawing hint for the background.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteGraphicsHint value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlueDarkModeBase.GetBackColor1(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the first background color.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlueDarkModeBase.GetBackColor2(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the second back color.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlueDarkModeBase.GetBackColorStyle(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color background drawing style.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color drawing style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlueDarkModeBase.GetBackColorAlign(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color alignment.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlueDarkModeBase.GetBackColorAngle(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color background angle.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Angle used for color drawing.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlueDarkModeBase.GetBackImage(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets a background image.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image instance.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlueDarkModeBase.GetBackImageStyle(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the background image style.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image style value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlueDarkModeBase.GetBackImageAlign(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the image alignment.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlueDarkModeBase.GetBorderDraw(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets a value indicating if border should be drawn.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>InheritBool value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlueDarkModeBase.GetBorderDrawBorders(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets a value indicating which borders to draw.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteDrawBorders value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlueDarkModeBase.GetBorderGraphicsHint(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the graphics drawing hint for the border.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteGraphicsHint value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlueDarkModeBase.GetBorderColor1(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the first border color.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlueDarkModeBase.GetBorderColor2(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the second border color.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlueDarkModeBase.GetBorderColorStyle(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color border drawing style.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color drawing style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlueDarkModeBase.GetBorderColorAlign(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color border alignment.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlueDarkModeBase.GetBorderColorAngle(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color border angle.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Angle used for color drawing.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlueDarkModeBase.GetBorderWidth(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the border width.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Integer width.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlueDarkModeBase.GetBorderRounding(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the border corner rounding.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Float rounding.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlueDarkModeBase.GetBorderImage(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets a border image.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image instance.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlueDarkModeBase.GetBorderImageStyle(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the border image style.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image style value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlueDarkModeBase.GetBorderImageAlign(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the image border alignment.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlueDarkModeBase.GetContentDraw(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets a value indicating if content should be drawn.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>InheritBool value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlueDarkModeBase.GetContentDrawFocus(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets a value indicating if content should be drawn with focus indication.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>InheritBool value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlueDarkModeBase.GetContentImageH(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the horizontal relative alignment of the image.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlueDarkModeBase.GetContentImageV(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the vertical relative alignment of the image.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlueDarkModeBase.GetContentImageEffect(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the effect applied to drawing of the image.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteImageEffect value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlueDarkModeBase.GetContentImageColorMap(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the image color to remap into another color.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlueDarkModeBase.GetContentImageColorTo(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color to use in place of the image map color.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlueDarkModeBase.GetContentImageColorTransparent(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the image color that should be transparent.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlueDarkModeBase.GetContentShortTextFont(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the font for the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Font value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlueDarkModeBase.GetContentShortTextNewFont(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the font for the short text by generating a new font instance.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Font value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlueDarkModeBase.GetContentShortTextHint(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the rendering hint for the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteTextHint value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlueDarkModeBase.GetContentShortTextPrefix(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the prefix drawing setting for short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteTextPrefix value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlueDarkModeBase.GetContentShortTextMultiLine(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the flag indicating if multiline text is allowed for short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>InheritBool value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlueDarkModeBase.GetContentShortTextTrim(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the text trimming to use for short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteTextTrim value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlueDarkModeBase.GetContentShortTextH(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the horizontal relative alignment of the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlueDarkModeBase.GetContentShortTextV(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the vertical relative alignment of the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlueDarkModeBase.GetContentShortTextMultiLineH(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the horizontal relative alignment of multiline short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlueDarkModeBase.GetContentShortTextColor1(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the first back color for the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlueDarkModeBase.GetContentShortTextColor2(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the second back color for the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlueDarkModeBase.GetContentShortTextColorStyle(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color drawing style for the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color drawing style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlueDarkModeBase.GetContentShortTextColorAlign(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color alignment for the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlueDarkModeBase.GetContentShortTextColorAngle(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color background angle for the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Angle used for color drawing.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlueDarkModeBase.GetContentShortTextImage(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets a background image for the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image instance.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlueDarkModeBase.GetContentShortTextImageStyle(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the background image style.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image style value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlueDarkModeBase.GetContentShortTextImageAlign(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the image alignment for the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlueDarkModeBase.GetContentLongTextFont(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the font for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Font value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlueDarkModeBase.GetContentLongTextNewFont(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the font for the long text by generating a new font instance.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Font value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlueDarkModeBase.GetContentLongTextHint(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the rendering hint for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteTextHint value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlueDarkModeBase.GetContentLongTextMultiLine(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the flag indicating if multiline text is allowed for long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>InheritBool value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlueDarkModeBase.GetContentLongTextTrim(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the text trimming to use for long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteTextTrim value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlueDarkModeBase.GetContentLongTextPrefix(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the prefix drawing setting for long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteTextPrefix value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlueDarkModeBase.GetContentLongTextH(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the horizontal relative alignment of the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlueDarkModeBase.GetContentLongTextV(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the vertical relative alignment of the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlueDarkModeBase.GetContentLongTextMultiLineH(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the horizontal relative alignment of multiline long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlueDarkModeBase.GetContentLongTextColor1(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the first back color for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlueDarkModeBase.GetContentLongTextColor2(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the second back color for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlueDarkModeBase.GetContentLongTextColorStyle(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color drawing style for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color drawing style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlueDarkModeBase.GetContentLongTextColorAlign(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color alignment for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlueDarkModeBase.GetContentLongTextColorAngle(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color background angle for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Angle used for color drawing.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlueDarkModeBase.GetContentLongTextImage(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets a background image for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image instance.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlueDarkModeBase.GetContentLongTextImageStyle(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the background image style for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image style value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlueDarkModeBase.GetContentLongTextImageAlign(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the image alignment for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlueDarkModeBase.GetBorderContentPadding(Krypton.Toolkit.KryptonForm,Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the padding between the border and content drawing.
</summary>
<param name="owningForm"></param>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Padding value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlueDarkModeBase.GetContentAdjacentGap(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the padding between adjacent content items.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Integer value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlueDarkModeBase.GetMetricInt(Krypton.Toolkit.KryptonForm,Krypton.Toolkit.PaletteState,Krypton.Toolkit.PaletteMetricInt)">
<summary>
Gets an integer metric value.
</summary>
<param name="owningForm"></param>
<param name="state">Palette value should be applicable to this state.</param>
<param name="metric">Requested metric.</param>
<returns>Integer value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlueDarkModeBase.GetMetricBool(Krypton.Toolkit.PaletteState,Krypton.Toolkit.PaletteMetricBool)">
<summary>
Gets a boolean metric value.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<param name="metric">Requested metric.</param>
<returns>InheritBool value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlueDarkModeBase.GetMetricPadding(Krypton.Toolkit.KryptonForm,Krypton.Toolkit.PaletteState,Krypton.Toolkit.PaletteMetricPadding)">
<summary>
Gets a padding metric value.
</summary>
<param name="owningForm"></param>
<param name="state">Palette value should be applicable to this state.</param>
<param name="metric">Requested metric.</param>
<returns>Padding value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlueDarkModeBase.GetTreeViewImage(System.Boolean)">
<summary>
Gets a tree view image appropriate for the provided state.
</summary>
<param name="expanded">Is the node expanded</param>
<returns>Appropriate image for drawing; otherwise null.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlueDarkModeBase.GetCheckBoxImage(System.Boolean,System.Windows.Forms.CheckState,System.Boolean,System.Boolean)">
<summary>
Gets a check box image appropriate for the provided state.
</summary>
<param name="enabled">Is the check box enabled.</param>
<param name="checkState">Is the check box checked/unchecked/indeterminate.</param>
<param name="tracking">Is the check box being hot tracked.</param>
<param name="pressed">Is the check box being pressed.</param>
<returns>Appropriate image for drawing; otherwise null.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlueDarkModeBase.GetRadioButtonImage(System.Boolean,System.Boolean,System.Boolean,System.Boolean)">
<summary>
Gets a check box image appropriate for the provided state.
</summary>
<param name="enabled">Is the radio button enabled.</param>
<param name="checkState">Is the radio button checked.</param>
<param name="tracking">Is the radio button being hot tracked.</param>
<param name="pressed">Is the radio button being pressed.</param>
<returns>Appropriate image for drawing; otherwise null.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlueDarkModeBase.GetContextMenuCheckedImage">
<summary>
Gets a checked image appropriate for a context menu item.
</summary>
<returns>Appropriate image for drawing; otherwise null.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlueDarkModeBase.GetContextMenuIndeterminateImage">
<summary>
Gets a indeterminate image appropriate for a context menu item.
</summary>
<returns>Appropriate image for drawing; otherwise null.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlueDarkModeBase.GetGalleryButtonImage(Krypton.Toolkit.PaletteRibbonGalleryButton,Krypton.Toolkit.PaletteState)">
<summary>
Gets a check box image appropriate for the provided state.
</summary>
<param name="button">Enum of the button to fetch.</param>
<param name="state">State of the button to fetch.</param>
<returns>Appropriate image for drawing; otherwise null.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlueDarkModeBase.GetButtonSpecImage(Krypton.Toolkit.PaletteButtonSpecStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the image to display for the button.
</summary>
<param name="style">Style of button spec.</param>
<param name="state">State for which image is required.</param>
<returns>Image value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlueDarkModeBase.GetRibbonShape">
<summary>
Gets the ribbon shape that should be used.
</summary>
<returns>Ribbon shape value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlueDarkModeBase.GetRibbonContextTextAlign(Krypton.Toolkit.PaletteState)">
<summary>
Gets the text alignment for the ribbon context text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Font value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlueDarkModeBase.GetRibbonContextTextFont(Krypton.Toolkit.PaletteState)">
<summary>
Gets the font for the ribbon context text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Font value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlueDarkModeBase.GetRibbonContextTextColor(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the ribbon context text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Font value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlueDarkModeBase.GetRibbonDisabledDark(Krypton.Toolkit.PaletteState)">
<summary>
Gets the dark disabled color used for ribbon glyphs.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlueDarkModeBase.GetRibbonDisabledLight(Krypton.Toolkit.PaletteState)">
<summary>
Gets the light disabled color used for ribbon glyphs.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlueDarkModeBase.GetRibbonDropArrowLight(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the drop arrow light.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlueDarkModeBase.GetRibbonDropArrowDark(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the drop arrow dark.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlueDarkModeBase.GetRibbonGroupDialogDark(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the dialog launcher dark.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlueDarkModeBase.GetRibbonGroupDialogLight(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the dialog launcher light.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlueDarkModeBase.GetRibbonGroupSeparatorDark(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the group separator dark.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlueDarkModeBase.GetRibbonGroupSeparatorLight(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the group separator light.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlueDarkModeBase.GetRibbonMinimizeBarDark(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the minimize bar dark.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlueDarkModeBase.GetRibbonMinimizeBarLight(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the minimize bar light.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlueDarkModeBase.GetRibbonTabSeparatorColor(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the tab separator.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlueDarkModeBase.GetRibbonTabSeparatorContextColor(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the tab context separators.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlueDarkModeBase.GetRibbonTextFont(Krypton.Toolkit.PaletteState)">
<summary>
Gets the font for the ribbon text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Font value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlueDarkModeBase.GetRibbonTextHint(Krypton.Toolkit.PaletteState)">
<summary>
Gets the rendering hint for the ribbon font.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteTextHint value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlueDarkModeBase.GetRibbonQATButtonDark(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the extra QAT button dark content color.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlueDarkModeBase.GetRibbonQATButtonLight(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the extra QAT button light content color.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlueDarkModeBase.GetRibbonBackColorStyle(Krypton.Toolkit.PaletteRibbonBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the method used to draw the background of a ribbon item.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteRibbonBackStyle value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlueDarkModeBase.GetRibbonBackColor1(Krypton.Toolkit.PaletteRibbonBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the first background color for the ribbon item.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlueDarkModeBase.GetRibbonBackColor2(Krypton.Toolkit.PaletteRibbonBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the second background color for the ribbon item.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlueDarkModeBase.GetRibbonBackColor3(Krypton.Toolkit.PaletteRibbonBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the third background color for the ribbon item.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlueDarkModeBase.GetRibbonBackColor4(Krypton.Toolkit.PaletteRibbonBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the fourth background color for the ribbon item.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlueDarkModeBase.GetRibbonBackColor5(Krypton.Toolkit.PaletteRibbonBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the fifth background color for the ribbon item.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlueDarkModeBase.GetRibbonTextColor(Krypton.Toolkit.PaletteRibbonTextStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the =color for the item text.
</summary>
<param name="style">Text style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlueDarkModeBase.GetElementColor1(Krypton.Toolkit.PaletteElement,Krypton.Toolkit.PaletteState)">
<summary>
Gets the first element color.
</summary>
<param name="element">Element for which color is required.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlueDarkModeBase.GetElementColor2(Krypton.Toolkit.PaletteElement,Krypton.Toolkit.PaletteState)">
<summary>
Gets the second element color.
</summary>
<param name="element">Element for which color is required.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlueDarkModeBase.GetElementColor3(Krypton.Toolkit.PaletteElement,Krypton.Toolkit.PaletteState)">
<summary>
Gets the third element color.
</summary>
<param name="element">Element for which color is required.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlueDarkModeBase.GetElementColor4(Krypton.Toolkit.PaletteElement,Krypton.Toolkit.PaletteState)">
<summary>
Gets the fourth element color.
</summary>
<param name="element">Element for which color is required.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlueDarkModeBase.GetElementColor5(Krypton.Toolkit.PaletteElement,Krypton.Toolkit.PaletteState)">
<summary>
Gets the fifth element color.
</summary>
<param name="element">Element for which color is required.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="P:Krypton.Toolkit.PaletteMicrosoft365BlueDarkModeBase.ColorTable">
<summary>
Gets access to the color table instance.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlueDarkModeBase.OnUserPreferenceChanged(System.Object,Microsoft.Win32.UserPreferenceChangedEventArgs)">
<summary>
Handle a change in the user preferences.
</summary>
<param name="sender">Source of event.</param>
<param name="e">Event data.</param>
</member>
<member name="T:Krypton.Toolkit.KryptonColorTable365BlueDarkMode">
<summary>
Provide KryptonColorTable365BlueDarkMode values using an array of Color values as the source.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonColorTable365BlueDarkMode.#ctor(System.Drawing.Color[],Krypton.Toolkit.InheritBool,Krypton.Toolkit.PaletteBase)">
<summary>
Initialize a new instance of the KryptonColorTable2010 class.
</summary>
<param name="colors">Source of </param>
<param name="roundedEdges">Should have rounded edges.</param>
<param name="palette">Associated palette instance.</param>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365BlueDarkMode.Colors">
<summary>
Gets the raw set of colors.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365BlueDarkMode.UseRoundedEdges">
<summary>
Gets a value indicating if rounded edges are required.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365BlueDarkMode.ButtonPressedBorder">
<summary>
Gets the border color for a button being pressed.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365BlueDarkMode.ButtonPressedGradientBegin">
<summary>
Gets the background starting color for a button being pressed.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365BlueDarkMode.ButtonPressedGradientMiddle">
<summary>
Gets the background middle color for a button being pressed.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365BlueDarkMode.ButtonPressedGradientEnd">
<summary>
Gets the background ending color for a button being pressed.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365BlueDarkMode.ButtonPressedHighlight">
<summary>
Gets the highlight background for a pressed button.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365BlueDarkMode.ButtonPressedHighlightBorder">
<summary>
Gets the highlight border for a pressed button.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365BlueDarkMode.ButtonSelectedBorder">
<summary>
Gets the border color for a button being selected.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365BlueDarkMode.ButtonSelectedGradientBegin">
<summary>
Gets the background starting color for a button being selected.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365BlueDarkMode.ButtonSelectedGradientMiddle">
<summary>
Gets the background middle color for a button being selected.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365BlueDarkMode.ButtonSelectedGradientEnd">
<summary>
Gets the background ending color for a button being selected.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365BlueDarkMode.ButtonSelectedHighlight">
<summary>
Gets the highlight background for a selected button.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365BlueDarkMode.ButtonSelectedHighlightBorder">
<summary>
Gets the highlight border for a selected button.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365BlueDarkMode.ButtonCheckedGradientBegin">
<summary>
Gets the background starting color for a checked button.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365BlueDarkMode.ButtonCheckedGradientMiddle">
<summary>
Gets the background middle color for a checked button.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365BlueDarkMode.ButtonCheckedGradientEnd">
<summary>
Gets the background ending color for a checked button.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365BlueDarkMode.ButtonCheckedHighlight">
<summary>
Gets the highlight background for a checked button.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365BlueDarkMode.ButtonCheckedHighlightBorder">
<summary>
Gets the highlight border for a checked button.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365BlueDarkMode.CheckBackground">
<summary>
Get background of the check mark area.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365BlueDarkMode.CheckPressedBackground">
<summary>
Get background of a pressed check mark area.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365BlueDarkMode.CheckSelectedBackground">
<summary>
Get background of a selected check mark area.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365BlueDarkMode.GripLight">
<summary>
Gets the light color used to draw grips.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365BlueDarkMode.GripDark">
<summary>
Gets the dark color used to draw grips.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365BlueDarkMode.ImageMarginGradientBegin">
<summary>
Gets the starting color for the context menu margin.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365BlueDarkMode.ImageMarginGradientMiddle">
<summary>
Gets the middle color for the context menu margin.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365BlueDarkMode.ImageMarginGradientEnd">
<summary>
Gets the ending color for the context menu margin.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365BlueDarkMode.ImageMarginRevealedGradientBegin">
<summary>
Gets the starting color for the context menu margin revealed.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365BlueDarkMode.ImageMarginRevealedGradientMiddle">
<summary>
Gets the middle color for the context menu margin revealed.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365BlueDarkMode.ImageMarginRevealedGradientEnd">
<summary>
Gets the ending color for the context menu margin revealed.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365BlueDarkMode.MenuBorder">
<summary>
Gets the color of the border around menus.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365BlueDarkMode.MenuItemBorder">
<summary>
Gets the border color for around the menu item.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365BlueDarkMode.MenuItemSelected">
<summary>
Gets the color of a selected menu item.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365BlueDarkMode.MenuItemPressedGradientBegin">
<summary>
Gets the starting color of the gradient used when a top-level ToolStripMenuItem is pressed down.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365BlueDarkMode.MenuItemPressedGradientEnd">
<summary>
Gets the end color of the gradient used when a top-level ToolStripMenuItem is pressed down.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365BlueDarkMode.MenuItemPressedGradientMiddle">
<summary>
Gets the middle color of the gradient used when a top-level ToolStripMenuItem is pressed down.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365BlueDarkMode.MenuItemSelectedGradientBegin">
<summary>
Gets the starting color of the gradient used when the ToolStripMenuItem is selected.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365BlueDarkMode.MenuItemSelectedGradientEnd">
<summary>
Gets the end color of the gradient used when the ToolStripMenuItem is selected.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365BlueDarkMode.MenuStripGradientBegin">
<summary>
Gets the starting color of the gradient used in the MenuStrip.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365BlueDarkMode.MenuStripGradientEnd">
<summary>
Gets the end color of the gradient used in the MenuStrip.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365BlueDarkMode.OverflowButtonGradientBegin">
<summary>
Gets the starting color of the gradient used in the ToolStripOverflowButton.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365BlueDarkMode.OverflowButtonGradientEnd">
<summary>
Gets the end color of the gradient used in the ToolStripOverflowButton.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365BlueDarkMode.OverflowButtonGradientMiddle">
<summary>
Gets the middle color of the gradient used in the ToolStripOverflowButton.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365BlueDarkMode.RaftingContainerGradientBegin">
<summary>
Gets the starting color of the gradient used in the ToolStripContainer.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365BlueDarkMode.RaftingContainerGradientEnd">
<summary>
Gets the end color of the gradient used in the ToolStripContainer.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365BlueDarkMode.SeparatorLight">
<summary>
Gets the light separator color.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365BlueDarkMode.SeparatorDark">
<summary>
Gets the dark separator color.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365BlueDarkMode.StatusStripGradientBegin">
<summary>
Gets the starting color for the status strip background.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365BlueDarkMode.StatusStripGradientEnd">
<summary>
Gets the ending color for the status strip background.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365BlueDarkMode.MenuItemText">
<summary>
Gets the text color used on the menu items.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365BlueDarkMode.MenuStripText">
<summary>
Gets the text color used on the menu strip.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365BlueDarkMode.ToolStripText">
<summary>
Gets the text color used on the tool strip.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365BlueDarkMode.StatusStripText">
<summary>
Gets the text color used on the status strip.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365BlueDarkMode.MenuStripFont">
<summary>
Gets the font used on the menu strip.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365BlueDarkMode.ToolStripFont">
<summary>
Gets the font used on the tool strip.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365BlueDarkMode.StatusStripFont">
<summary>
Gets the font used on the status strip.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365BlueDarkMode.ToolStripBorder">
<summary>
Gets the border color to use on the bottom edge of the ToolStrip.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365BlueDarkMode.ToolStripContentPanelGradientBegin">
<summary>
Gets the starting color for the content panel background.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365BlueDarkMode.ToolStripContentPanelGradientEnd">
<summary>
Gets the ending color for the content panel background.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365BlueDarkMode.ToolStripDropDownBackground">
<summary>
Gets the background color for drop-down menus.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365BlueDarkMode.ToolStripGradientBegin">
<summary>
Gets the starting color of the gradient used in the ToolStrip background.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365BlueDarkMode.ToolStripGradientEnd">
<summary>
Gets the end color of the gradient used in the ToolStrip background.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365BlueDarkMode.ToolStripGradientMiddle">
<summary>
Gets the middle color of the gradient used in the ToolStrip background.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365BlueDarkMode.ToolStripPanelGradientBegin">
<summary>
Gets the starting color of the gradient used in the ToolStripPanel.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365BlueDarkMode.ToolStripPanelGradientEnd">
<summary>
Gets the end color of the gradient used in the ToolStripPanel.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlueLightMode.#ctor">
<summary>
Initializes a new instance of the PaletteMicrosoft365BlueLightMode class.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlueLightMode.GetContextMenuSubMenuImage">
<summary>
Gets an image indicating a sub-menu on a context menu item.
</summary>
<returns>
Appropriate image for drawing; otherwise null.
</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlueLightMode.GetButtonSpecImage(Krypton.Toolkit.PaletteButtonSpecStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the image to display for the button.
</summary>
<param name="style">Style of button spec.</param>
<param name="state">State for which image is required.</param>
<returns>
Image value.
</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlueLightMode.GetRibbonTabRowGradientColor1(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlueLightMode.GetRibbonTabRowBackgroundGradientRaftingDark(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlueLightMode.GetRibbonTabRowBackgroundGradientRaftingLight(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlueLightMode.GetRibbonTabRowBackgroundSolidColor(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlueLightMode.GetRibbonTabRowGradientRaftingAngle(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlueLightMode.GetRibbonFileAppTabBottomColor(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlueLightMode.GetRibbonFileAppTabTopColor(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlueLightMode.GetRibbonFileAppTabTextColor(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="T:Krypton.Toolkit.PaletteMicrosoft365BlueLightModeBase">
<summary>
Provides a base for Office 365 palettes.
</summary>
<seealso cref="T:Krypton.Toolkit.PaletteBase" />
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlueLightModeBase.#ctor(System.Drawing.Color[],System.Windows.Forms.ImageList,System.Windows.Forms.ImageList,System.Drawing.Image[],System.Drawing.Color[])">
<summary>
Initializes a new instance of the <see cref="T:Krypton.Toolkit.PaletteMicrosoft365BlueLightModeBase"/> class.
</summary>
<param name="schemeColours">The scheme colours.</param>
<param name="checkBoxList">The check box list.</param>
<param name="galleryButtonList">The gallery button list.</param>
<param name="radioButtonArray">The radio button array.</param>
<param name="trackBarColours">The track bar colours.</param>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlueLightModeBase.GetRenderer">
<summary>
Gets the renderer to use for this palette.
</summary>
<returns>
Renderer to use for drawing palette settings.
</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlueLightModeBase.GetBackDraw(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets a value indicating if background should be drawn.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>InheritBool value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlueLightModeBase.GetBackGraphicsHint(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the graphics drawing hint for the background.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteGraphicsHint value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlueLightModeBase.GetBackColor1(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the first background color.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlueLightModeBase.GetBackColor2(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the second back color.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlueLightModeBase.GetBackColorStyle(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color background drawing style.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color drawing style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlueLightModeBase.GetBackColorAlign(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color alignment.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlueLightModeBase.GetBackColorAngle(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color background angle.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Angle used for color drawing.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlueLightModeBase.GetBackImage(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets a background image.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image instance.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlueLightModeBase.GetBackImageStyle(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the background image style.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image style value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlueLightModeBase.GetBackImageAlign(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the image alignment.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlueLightModeBase.GetBorderDraw(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets a value indicating if border should be drawn.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>InheritBool value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlueLightModeBase.GetBorderDrawBorders(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets a value indicating which borders to draw.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteDrawBorders value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlueLightModeBase.GetBorderGraphicsHint(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the graphics drawing hint for the border.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteGraphicsHint value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlueLightModeBase.GetBorderColor1(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the first border color.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlueLightModeBase.GetBorderColor2(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the second border color.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlueLightModeBase.GetBorderColorStyle(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color border drawing style.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color drawing style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlueLightModeBase.GetBorderColorAlign(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color border alignment.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlueLightModeBase.GetBorderColorAngle(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color border angle.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Angle used for color drawing.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlueLightModeBase.GetBorderWidth(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the border width.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Integer width.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlueLightModeBase.GetBorderRounding(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the border corner rounding.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Float rounding.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlueLightModeBase.GetBorderImage(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets a border image.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image instance.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlueLightModeBase.GetBorderImageStyle(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the border image style.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image style value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlueLightModeBase.GetBorderImageAlign(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the image border alignment.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlueLightModeBase.GetContentDraw(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets a value indicating if content should be drawn.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>InheritBool value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlueLightModeBase.GetContentDrawFocus(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets a value indicating if content should be drawn with focus indication.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>InheritBool value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlueLightModeBase.GetContentImageH(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the horizontal relative alignment of the image.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlueLightModeBase.GetContentImageV(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the vertical relative alignment of the image.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlueLightModeBase.GetContentImageEffect(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the effect applied to drawing of the image.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteImageEffect value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlueLightModeBase.GetContentImageColorMap(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the image color to remap into another color.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlueLightModeBase.GetContentImageColorTo(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color to use in place of the image map color.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlueLightModeBase.GetContentImageColorTransparent(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the image color that should be transparent.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlueLightModeBase.GetContentShortTextFont(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the font for the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Font value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlueLightModeBase.GetContentShortTextNewFont(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the font for the short text by generating a new font instance.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Font value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlueLightModeBase.GetContentShortTextHint(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the rendering hint for the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteTextHint value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlueLightModeBase.GetContentShortTextPrefix(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the prefix drawing setting for short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteTextPrefix value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlueLightModeBase.GetContentShortTextMultiLine(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the flag indicating if multiline text is allowed for short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>InheritBool value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlueLightModeBase.GetContentShortTextTrim(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the text trimming to use for short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteTextTrim value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlueLightModeBase.GetContentShortTextH(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the horizontal relative alignment of the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlueLightModeBase.GetContentShortTextV(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the vertical relative alignment of the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlueLightModeBase.GetContentShortTextMultiLineH(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the horizontal relative alignment of multiline short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlueLightModeBase.GetContentShortTextColor1(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the first back color for the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlueLightModeBase.GetContentShortTextColor2(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the second back color for the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlueLightModeBase.GetContentShortTextColorStyle(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color drawing style for the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color drawing style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlueLightModeBase.GetContentShortTextColorAlign(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color alignment for the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlueLightModeBase.GetContentShortTextColorAngle(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color background angle for the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Angle used for color drawing.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlueLightModeBase.GetContentShortTextImage(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets a background image for the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image instance.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlueLightModeBase.GetContentShortTextImageStyle(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the background image style.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image style value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlueLightModeBase.GetContentShortTextImageAlign(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the image alignment for the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlueLightModeBase.GetContentLongTextFont(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the font for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Font value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlueLightModeBase.GetContentLongTextNewFont(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the font for the long text by generating a new font instance.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Font value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlueLightModeBase.GetContentLongTextHint(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the rendering hint for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteTextHint value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlueLightModeBase.GetContentLongTextMultiLine(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the flag indicating if multiline text is allowed for long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>InheritBool value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlueLightModeBase.GetContentLongTextTrim(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the text trimming to use for long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteTextTrim value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlueLightModeBase.GetContentLongTextPrefix(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the prefix drawing setting for long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteTextPrefix value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlueLightModeBase.GetContentLongTextH(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the horizontal relative alignment of the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlueLightModeBase.GetContentLongTextV(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the vertical relative alignment of the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlueLightModeBase.GetContentLongTextMultiLineH(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the horizontal relative alignment of multiline long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlueLightModeBase.GetContentLongTextColor1(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the first back color for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlueLightModeBase.GetContentLongTextColor2(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the second back color for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlueLightModeBase.GetContentLongTextColorStyle(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color drawing style for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color drawing style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlueLightModeBase.GetContentLongTextColorAlign(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color alignment for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlueLightModeBase.GetContentLongTextColorAngle(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color background angle for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Angle used for color drawing.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlueLightModeBase.GetContentLongTextImage(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets a background image for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image instance.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlueLightModeBase.GetContentLongTextImageStyle(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the background image style for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image style value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlueLightModeBase.GetContentLongTextImageAlign(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the image alignment for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlueLightModeBase.GetBorderContentPadding(Krypton.Toolkit.KryptonForm,Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the padding between the border and content drawing.
</summary>
<param name="owningForm"></param>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Padding value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlueLightModeBase.GetContentAdjacentGap(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the padding between adjacent content items.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Integer value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlueLightModeBase.GetMetricInt(Krypton.Toolkit.KryptonForm,Krypton.Toolkit.PaletteState,Krypton.Toolkit.PaletteMetricInt)">
<summary>
Gets an integer metric value.
</summary>
<param name="owningForm"></param>
<param name="state">Palette value should be applicable to this state.</param>
<param name="metric">Requested metric.</param>
<returns>Integer value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlueLightModeBase.GetMetricBool(Krypton.Toolkit.PaletteState,Krypton.Toolkit.PaletteMetricBool)">
<summary>
Gets a boolean metric value.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<param name="metric">Requested metric.</param>
<returns>InheritBool value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlueLightModeBase.GetMetricPadding(Krypton.Toolkit.KryptonForm,Krypton.Toolkit.PaletteState,Krypton.Toolkit.PaletteMetricPadding)">
<summary>
Gets a padding metric value.
</summary>
<param name="owningForm"></param>
<param name="state">Palette value should be applicable to this state.</param>
<param name="metric">Requested metric.</param>
<returns>Padding value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlueLightModeBase.GetTreeViewImage(System.Boolean)">
<summary>
Gets a tree view image appropriate for the provided state.
</summary>
<param name="expanded">Is the node expanded</param>
<returns>Appropriate image for drawing; otherwise null.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlueLightModeBase.GetCheckBoxImage(System.Boolean,System.Windows.Forms.CheckState,System.Boolean,System.Boolean)">
<summary>
Gets a check box image appropriate for the provided state.
</summary>
<param name="enabled">Is the check box enabled.</param>
<param name="checkState">Is the check box checked/unchecked/indeterminate.</param>
<param name="tracking">Is the check box being hot tracked.</param>
<param name="pressed">Is the check box being pressed.</param>
<returns>Appropriate image for drawing; otherwise null.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlueLightModeBase.GetRadioButtonImage(System.Boolean,System.Boolean,System.Boolean,System.Boolean)">
<summary>
Gets a check box image appropriate for the provided state.
</summary>
<param name="enabled">Is the radio button enabled.</param>
<param name="checkState">Is the radio button checked.</param>
<param name="tracking">Is the radio button being hot tracked.</param>
<param name="pressed">Is the radio button being pressed.</param>
<returns>Appropriate image for drawing; otherwise null.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlueLightModeBase.GetContextMenuCheckedImage">
<summary>
Gets a checked image appropriate for a context menu item.
</summary>
<returns>Appropriate image for drawing; otherwise null.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlueLightModeBase.GetContextMenuIndeterminateImage">
<summary>
Gets a indeterminate image appropriate for a context menu item.
</summary>
<returns>Appropriate image for drawing; otherwise null.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlueLightModeBase.GetGalleryButtonImage(Krypton.Toolkit.PaletteRibbonGalleryButton,Krypton.Toolkit.PaletteState)">
<summary>
Gets a check box image appropriate for the provided state.
</summary>
<param name="button">Enum of the button to fetch.</param>
<param name="state">State of the button to fetch.</param>
<returns>Appropriate image for drawing; otherwise null.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlueLightModeBase.GetButtonSpecImage(Krypton.Toolkit.PaletteButtonSpecStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the image to display for the button.
</summary>
<param name="style">Style of button spec.</param>
<param name="state">State for which image is required.</param>
<returns>Image value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlueLightModeBase.GetRibbonShape">
<summary>
Gets the ribbon shape that should be used.
</summary>
<returns>Ribbon shape value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlueLightModeBase.GetRibbonContextTextAlign(Krypton.Toolkit.PaletteState)">
<summary>
Gets the text alignment for the ribbon context text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Font value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlueLightModeBase.GetRibbonContextTextFont(Krypton.Toolkit.PaletteState)">
<summary>
Gets the font for the ribbon context text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Font value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlueLightModeBase.GetRibbonContextTextColor(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the ribbon context text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Font value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlueLightModeBase.GetRibbonDisabledDark(Krypton.Toolkit.PaletteState)">
<summary>
Gets the dark disabled color used for ribbon glyphs.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlueLightModeBase.GetRibbonDisabledLight(Krypton.Toolkit.PaletteState)">
<summary>
Gets the light disabled color used for ribbon glyphs.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlueLightModeBase.GetRibbonDropArrowLight(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the drop arrow light.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlueLightModeBase.GetRibbonDropArrowDark(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the drop arrow dark.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlueLightModeBase.GetRibbonGroupDialogDark(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the dialog launcher dark.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlueLightModeBase.GetRibbonGroupDialogLight(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the dialog launcher light.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlueLightModeBase.GetRibbonGroupSeparatorDark(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the group separator dark.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlueLightModeBase.GetRibbonGroupSeparatorLight(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the group separator light.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlueLightModeBase.GetRibbonMinimizeBarDark(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the minimize bar dark.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlueLightModeBase.GetRibbonMinimizeBarLight(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the minimize bar light.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlueLightModeBase.GetRibbonTabSeparatorColor(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the tab separator.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlueLightModeBase.GetRibbonTabSeparatorContextColor(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the tab context separators.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlueLightModeBase.GetRibbonTextFont(Krypton.Toolkit.PaletteState)">
<summary>
Gets the font for the ribbon text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Font value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlueLightModeBase.GetRibbonTextHint(Krypton.Toolkit.PaletteState)">
<summary>
Gets the rendering hint for the ribbon font.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteTextHint value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlueLightModeBase.GetRibbonQATButtonDark(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the extra QAT button dark content color.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlueLightModeBase.GetRibbonQATButtonLight(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the extra QAT button light content color.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlueLightModeBase.GetRibbonBackColorStyle(Krypton.Toolkit.PaletteRibbonBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the method used to draw the background of a ribbon item.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteRibbonBackStyle value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlueLightModeBase.GetRibbonBackColor1(Krypton.Toolkit.PaletteRibbonBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the first background color for the ribbon item.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlueLightModeBase.GetRibbonBackColor2(Krypton.Toolkit.PaletteRibbonBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the second background color for the ribbon item.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlueLightModeBase.GetRibbonBackColor3(Krypton.Toolkit.PaletteRibbonBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the third background color for the ribbon item.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlueLightModeBase.GetRibbonBackColor4(Krypton.Toolkit.PaletteRibbonBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the fourth background color for the ribbon item.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlueLightModeBase.GetRibbonBackColor5(Krypton.Toolkit.PaletteRibbonBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the fifth background color for the ribbon item.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlueLightModeBase.GetRibbonTextColor(Krypton.Toolkit.PaletteRibbonTextStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the =color for the item text.
</summary>
<param name="style">Text style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlueLightModeBase.GetElementColor1(Krypton.Toolkit.PaletteElement,Krypton.Toolkit.PaletteState)">
<summary>
Gets the first element color.
</summary>
<param name="element">Element for which color is required.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlueLightModeBase.GetElementColor2(Krypton.Toolkit.PaletteElement,Krypton.Toolkit.PaletteState)">
<summary>
Gets the second element color.
</summary>
<param name="element">Element for which color is required.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlueLightModeBase.GetElementColor3(Krypton.Toolkit.PaletteElement,Krypton.Toolkit.PaletteState)">
<summary>
Gets the third element color.
</summary>
<param name="element">Element for which color is required.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlueLightModeBase.GetElementColor4(Krypton.Toolkit.PaletteElement,Krypton.Toolkit.PaletteState)">
<summary>
Gets the fourth element color.
</summary>
<param name="element">Element for which color is required.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlueLightModeBase.GetElementColor5(Krypton.Toolkit.PaletteElement,Krypton.Toolkit.PaletteState)">
<summary>
Gets the fifth element color.
</summary>
<param name="element">Element for which color is required.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="P:Krypton.Toolkit.PaletteMicrosoft365BlueLightModeBase.ColorTable">
<summary>
Gets access to the color table instance.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365BlueLightModeBase.OnUserPreferenceChanged(System.Object,Microsoft.Win32.UserPreferenceChangedEventArgs)">
<summary>
Handle a change in the user preferences.
</summary>
<param name="sender">Source of event.</param>
<param name="e">Event data.</param>
</member>
<member name="T:Krypton.Toolkit.KryptonColorTable365BlueLightMode">
<summary>
Provide KryptonColorTable365BlueLightMode values using an array of Color values as the source.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonColorTable365BlueLightMode.#ctor(System.Drawing.Color[],Krypton.Toolkit.InheritBool,Krypton.Toolkit.PaletteBase)">
<summary>
Initialize a new instance of the KryptonColorTable2010 class.
</summary>
<param name="colors">Source of </param>
<param name="roundedEdges">Should have rounded edges.</param>
<param name="palette">Associated palette instance.</param>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365BlueLightMode.Colors">
<summary>
Gets the raw set of colors.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365BlueLightMode.UseRoundedEdges">
<summary>
Gets a value indicating if rounded edges are required.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365BlueLightMode.ButtonPressedBorder">
<summary>
Gets the border color for a button being pressed.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365BlueLightMode.ButtonPressedGradientBegin">
<summary>
Gets the background starting color for a button being pressed.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365BlueLightMode.ButtonPressedGradientMiddle">
<summary>
Gets the background middle color for a button being pressed.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365BlueLightMode.ButtonPressedGradientEnd">
<summary>
Gets the background ending color for a button being pressed.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365BlueLightMode.ButtonPressedHighlight">
<summary>
Gets the highlight background for a pressed button.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365BlueLightMode.ButtonPressedHighlightBorder">
<summary>
Gets the highlight border for a pressed button.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365BlueLightMode.ButtonSelectedBorder">
<summary>
Gets the border color for a button being selected.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365BlueLightMode.ButtonSelectedGradientBegin">
<summary>
Gets the background starting color for a button being selected.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365BlueLightMode.ButtonSelectedGradientMiddle">
<summary>
Gets the background middle color for a button being selected.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365BlueLightMode.ButtonSelectedGradientEnd">
<summary>
Gets the background ending color for a button being selected.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365BlueLightMode.ButtonSelectedHighlight">
<summary>
Gets the highlight background for a selected button.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365BlueLightMode.ButtonSelectedHighlightBorder">
<summary>
Gets the highlight border for a selected button.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365BlueLightMode.ButtonCheckedGradientBegin">
<summary>
Gets the background starting color for a checked button.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365BlueLightMode.ButtonCheckedGradientMiddle">
<summary>
Gets the background middle color for a checked button.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365BlueLightMode.ButtonCheckedGradientEnd">
<summary>
Gets the background ending color for a checked button.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365BlueLightMode.ButtonCheckedHighlight">
<summary>
Gets the highlight background for a checked button.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365BlueLightMode.ButtonCheckedHighlightBorder">
<summary>
Gets the highlight border for a checked button.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365BlueLightMode.CheckBackground">
<summary>
Get background of the check mark area.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365BlueLightMode.CheckPressedBackground">
<summary>
Get background of a pressed check mark area.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365BlueLightMode.CheckSelectedBackground">
<summary>
Get background of a selected check mark area.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365BlueLightMode.GripLight">
<summary>
Gets the light color used to draw grips.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365BlueLightMode.GripDark">
<summary>
Gets the dark color used to draw grips.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365BlueLightMode.ImageMarginGradientBegin">
<summary>
Gets the starting color for the context menu margin.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365BlueLightMode.ImageMarginGradientMiddle">
<summary>
Gets the middle color for the context menu margin.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365BlueLightMode.ImageMarginGradientEnd">
<summary>
Gets the ending color for the context menu margin.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365BlueLightMode.ImageMarginRevealedGradientBegin">
<summary>
Gets the starting color for the context menu margin revealed.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365BlueLightMode.ImageMarginRevealedGradientMiddle">
<summary>
Gets the middle color for the context menu margin revealed.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365BlueLightMode.ImageMarginRevealedGradientEnd">
<summary>
Gets the ending color for the context menu margin revealed.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365BlueLightMode.MenuBorder">
<summary>
Gets the color of the border around menus.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365BlueLightMode.MenuItemBorder">
<summary>
Gets the border color for around the menu item.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365BlueLightMode.MenuItemSelected">
<summary>
Gets the color of a selected menu item.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365BlueLightMode.MenuItemPressedGradientBegin">
<summary>
Gets the starting color of the gradient used when a top-level ToolStripMenuItem is pressed down.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365BlueLightMode.MenuItemPressedGradientEnd">
<summary>
Gets the end color of the gradient used when a top-level ToolStripMenuItem is pressed down.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365BlueLightMode.MenuItemPressedGradientMiddle">
<summary>
Gets the middle color of the gradient used when a top-level ToolStripMenuItem is pressed down.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365BlueLightMode.MenuItemSelectedGradientBegin">
<summary>
Gets the starting color of the gradient used when the ToolStripMenuItem is selected.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365BlueLightMode.MenuItemSelectedGradientEnd">
<summary>
Gets the end color of the gradient used when the ToolStripMenuItem is selected.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365BlueLightMode.MenuStripGradientBegin">
<summary>
Gets the starting color of the gradient used in the MenuStrip.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365BlueLightMode.MenuStripGradientEnd">
<summary>
Gets the end color of the gradient used in the MenuStrip.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365BlueLightMode.OverflowButtonGradientBegin">
<summary>
Gets the starting color of the gradient used in the ToolStripOverflowButton.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365BlueLightMode.OverflowButtonGradientEnd">
<summary>
Gets the end color of the gradient used in the ToolStripOverflowButton.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365BlueLightMode.OverflowButtonGradientMiddle">
<summary>
Gets the middle color of the gradient used in the ToolStripOverflowButton.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365BlueLightMode.RaftingContainerGradientBegin">
<summary>
Gets the starting color of the gradient used in the ToolStripContainer.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365BlueLightMode.RaftingContainerGradientEnd">
<summary>
Gets the end color of the gradient used in the ToolStripContainer.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365BlueLightMode.SeparatorLight">
<summary>
Gets the light separator color.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365BlueLightMode.SeparatorDark">
<summary>
Gets the dark separator color.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365BlueLightMode.StatusStripGradientBegin">
<summary>
Gets the starting color for the status strip background.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365BlueLightMode.StatusStripGradientEnd">
<summary>
Gets the ending color for the status strip background.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365BlueLightMode.MenuItemText">
<summary>
Gets the text color used on the menu items.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365BlueLightMode.MenuStripText">
<summary>
Gets the text color used on the menu strip.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365BlueLightMode.ToolStripText">
<summary>
Gets the text color used on the tool strip.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365BlueLightMode.StatusStripText">
<summary>
Gets the text color used on the status strip.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365BlueLightMode.MenuStripFont">
<summary>
Gets the font used on the menu strip.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365BlueLightMode.ToolStripFont">
<summary>
Gets the font used on the tool strip.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365BlueLightMode.StatusStripFont">
<summary>
Gets the font used on the status strip.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365BlueLightMode.ToolStripBorder">
<summary>
Gets the border color to use on the bottom edge of the ToolStrip.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365BlueLightMode.ToolStripContentPanelGradientBegin">
<summary>
Gets the starting color for the content panel background.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365BlueLightMode.ToolStripContentPanelGradientEnd">
<summary>
Gets the ending color for the content panel background.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365BlueLightMode.ToolStripDropDownBackground">
<summary>
Gets the background color for drop-down menus.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365BlueLightMode.ToolStripGradientBegin">
<summary>
Gets the starting color of the gradient used in the ToolStrip background.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365BlueLightMode.ToolStripGradientEnd">
<summary>
Gets the end color of the gradient used in the ToolStrip background.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365BlueLightMode.ToolStripGradientMiddle">
<summary>
Gets the middle color of the gradient used in the ToolStrip background.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365BlueLightMode.ToolStripPanelGradientBegin">
<summary>
Gets the starting color of the gradient used in the ToolStripPanel.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365BlueLightMode.ToolStripPanelGradientEnd">
<summary>
Gets the end color of the gradient used in the ToolStripPanel.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365SilverDarkMode.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Krypton.Toolkit.PaletteMicrosoft365SilverDarkMode"/> class.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365SilverDarkMode.GetContextMenuSubMenuImage">
<summary>
Gets an image indicating a sub-menu on a context menu item.
</summary>
<returns>
Appropriate image for drawing; otherwise null.
</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365SilverDarkMode.GetButtonSpecImage(Krypton.Toolkit.PaletteButtonSpecStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the image to display for the button.
</summary>
<param name="style">Style of button spec.</param>
<param name="state">State for which image is required.</param>
<returns>
Image value.
</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365SilverDarkMode.GetRibbonTabRowGradientColor1(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365SilverDarkMode.GetRibbonTabRowBackgroundGradientRaftingDark(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365SilverDarkMode.GetRibbonTabRowBackgroundGradientRaftingLight(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365SilverDarkMode.GetRibbonTabRowBackgroundSolidColor(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365SilverDarkMode.GetRibbonTabRowGradientRaftingAngle(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365SilverDarkMode.GetRibbonFileAppTabBottomColor(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365SilverDarkMode.GetRibbonFileAppTabTopColor(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365SilverDarkMode.GetRibbonFileAppTabTextColor(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="T:Krypton.Toolkit.PaletteMicrosoft365SilverDarkModeBase">
<summary>
Provides a base for Office 365 palettes.
</summary>
<seealso cref="T:Krypton.Toolkit.PaletteBase" />
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365SilverDarkModeBase.#ctor(System.Drawing.Color[],System.Windows.Forms.ImageList,System.Windows.Forms.ImageList,System.Drawing.Image[],System.Drawing.Color[])">
<summary>
Initializes a new instance of the <see cref="T:Krypton.Toolkit.PaletteMicrosoft365SilverDarkModeBase"/> class.
</summary>
<param name="schemeColours">The scheme colours.</param>
<param name="checkBoxList">The check box list.</param>
<param name="galleryButtonList">The gallery button list.</param>
<param name="radioButtonArray">The radio button array.</param>
<param name="trackBarColours">The track bar colours.</param>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365SilverDarkModeBase.GetRenderer">
<summary>
Gets the renderer to use for this palette.
</summary>
<returns>
Renderer to use for drawing palette settings.
</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365SilverDarkModeBase.GetBackDraw(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets a value indicating if background should be drawn.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>InheritBool value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365SilverDarkModeBase.GetBackGraphicsHint(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the graphics drawing hint for the background.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteGraphicsHint value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365SilverDarkModeBase.GetBackColor1(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the first background color.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365SilverDarkModeBase.GetBackColor2(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the second back color.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365SilverDarkModeBase.GetBackColorStyle(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color background drawing style.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color drawing style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365SilverDarkModeBase.GetBackColorAlign(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color alignment.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365SilverDarkModeBase.GetBackColorAngle(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color background angle.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Angle used for color drawing.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365SilverDarkModeBase.GetBackImage(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets a background image.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image instance.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365SilverDarkModeBase.GetBackImageStyle(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the background image style.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image style value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365SilverDarkModeBase.GetBackImageAlign(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the image alignment.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365SilverDarkModeBase.GetBorderDraw(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets a value indicating if border should be drawn.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>InheritBool value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365SilverDarkModeBase.GetBorderDrawBorders(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets a value indicating which borders to draw.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteDrawBorders value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365SilverDarkModeBase.GetBorderGraphicsHint(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the graphics drawing hint for the border.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteGraphicsHint value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365SilverDarkModeBase.GetBorderColor1(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the first border color.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365SilverDarkModeBase.GetBorderColor2(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the second border color.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365SilverDarkModeBase.GetBorderColorStyle(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color border drawing style.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color drawing style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365SilverDarkModeBase.GetBorderColorAlign(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color border alignment.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365SilverDarkModeBase.GetBorderColorAngle(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color border angle.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Angle used for color drawing.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365SilverDarkModeBase.GetBorderWidth(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the border width.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Integer width.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365SilverDarkModeBase.GetBorderRounding(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the border corner rounding.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Float rounding.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365SilverDarkModeBase.GetBorderImage(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets a border image.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image instance.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365SilverDarkModeBase.GetBorderImageStyle(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the border image style.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image style value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365SilverDarkModeBase.GetBorderImageAlign(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the image border alignment.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365SilverDarkModeBase.GetContentDraw(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets a value indicating if content should be drawn.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>InheritBool value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365SilverDarkModeBase.GetContentDrawFocus(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets a value indicating if content should be drawn with focus indication.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>InheritBool value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365SilverDarkModeBase.GetContentImageH(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the horizontal relative alignment of the image.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365SilverDarkModeBase.GetContentImageV(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the vertical relative alignment of the image.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365SilverDarkModeBase.GetContentImageEffect(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the effect applied to drawing of the image.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteImageEffect value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365SilverDarkModeBase.GetContentImageColorMap(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the image color to remap into another color.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365SilverDarkModeBase.GetContentImageColorTo(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color to use in place of the image map color.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365SilverDarkModeBase.GetContentImageColorTransparent(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the image color that should be transparent.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365SilverDarkModeBase.GetContentShortTextFont(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the font for the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Font value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365SilverDarkModeBase.GetContentShortTextNewFont(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the font for the short text by generating a new font instance.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Font value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365SilverDarkModeBase.GetContentShortTextHint(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the rendering hint for the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteTextHint value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365SilverDarkModeBase.GetContentShortTextPrefix(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the prefix drawing setting for short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteTextPrefix value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365SilverDarkModeBase.GetContentShortTextMultiLine(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the flag indicating if multiline text is allowed for short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>InheritBool value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365SilverDarkModeBase.GetContentShortTextTrim(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the text trimming to use for short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteTextTrim value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365SilverDarkModeBase.GetContentShortTextH(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the horizontal relative alignment of the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365SilverDarkModeBase.GetContentShortTextV(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the vertical relative alignment of the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365SilverDarkModeBase.GetContentShortTextMultiLineH(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the horizontal relative alignment of multiline short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365SilverDarkModeBase.GetContentShortTextColor1(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the first back color for the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365SilverDarkModeBase.GetContentShortTextColor2(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the second back color for the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365SilverDarkModeBase.GetContentShortTextColorStyle(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color drawing style for the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color drawing style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365SilverDarkModeBase.GetContentShortTextColorAlign(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color alignment for the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365SilverDarkModeBase.GetContentShortTextColorAngle(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color background angle for the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Angle used for color drawing.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365SilverDarkModeBase.GetContentShortTextImage(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets a background image for the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image instance.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365SilverDarkModeBase.GetContentShortTextImageStyle(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the background image style.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image style value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365SilverDarkModeBase.GetContentShortTextImageAlign(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the image alignment for the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365SilverDarkModeBase.GetContentLongTextFont(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the font for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Font value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365SilverDarkModeBase.GetContentLongTextNewFont(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the font for the long text by generating a new font instance.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Font value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365SilverDarkModeBase.GetContentLongTextHint(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the rendering hint for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteTextHint value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365SilverDarkModeBase.GetContentLongTextMultiLine(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the flag indicating if multiline text is allowed for long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>InheritBool value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365SilverDarkModeBase.GetContentLongTextTrim(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the text trimming to use for long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteTextTrim value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365SilverDarkModeBase.GetContentLongTextPrefix(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the prefix drawing setting for long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteTextPrefix value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365SilverDarkModeBase.GetContentLongTextH(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the horizontal relative alignment of the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365SilverDarkModeBase.GetContentLongTextV(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the vertical relative alignment of the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365SilverDarkModeBase.GetContentLongTextMultiLineH(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the horizontal relative alignment of multiline long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365SilverDarkModeBase.GetContentLongTextColor1(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the first back color for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365SilverDarkModeBase.GetContentLongTextColor2(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the second back color for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365SilverDarkModeBase.GetContentLongTextColorStyle(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color drawing style for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color drawing style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365SilverDarkModeBase.GetContentLongTextColorAlign(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color alignment for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365SilverDarkModeBase.GetContentLongTextColorAngle(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color background angle for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Angle used for color drawing.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365SilverDarkModeBase.GetContentLongTextImage(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets a background image for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image instance.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365SilverDarkModeBase.GetContentLongTextImageStyle(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the background image style for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image style value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365SilverDarkModeBase.GetContentLongTextImageAlign(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the image alignment for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365SilverDarkModeBase.GetBorderContentPadding(Krypton.Toolkit.KryptonForm,Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the padding between the border and content drawing.
</summary>
<param name="owningForm"></param>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Padding value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365SilverDarkModeBase.GetContentAdjacentGap(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the padding between adjacent content items.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Integer value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365SilverDarkModeBase.GetMetricInt(Krypton.Toolkit.KryptonForm,Krypton.Toolkit.PaletteState,Krypton.Toolkit.PaletteMetricInt)">
<summary>
Gets an integer metric value.
</summary>
<param name="owningForm"></param>
<param name="state">Palette value should be applicable to this state.</param>
<param name="metric">Requested metric.</param>
<returns>Integer value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365SilverDarkModeBase.GetMetricBool(Krypton.Toolkit.PaletteState,Krypton.Toolkit.PaletteMetricBool)">
<summary>
Gets a boolean metric value.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<param name="metric">Requested metric.</param>
<returns>InheritBool value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365SilverDarkModeBase.GetMetricPadding(Krypton.Toolkit.KryptonForm,Krypton.Toolkit.PaletteState,Krypton.Toolkit.PaletteMetricPadding)">
<summary>
Gets a padding metric value.
</summary>
<param name="owningForm"></param>
<param name="state">Palette value should be applicable to this state.</param>
<param name="metric">Requested metric.</param>
<returns>Padding value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365SilverDarkModeBase.GetTreeViewImage(System.Boolean)">
<summary>
Gets a tree view image appropriate for the provided state.
</summary>
<param name="expanded">Is the node expanded</param>
<returns>Appropriate image for drawing; otherwise null.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365SilverDarkModeBase.GetCheckBoxImage(System.Boolean,System.Windows.Forms.CheckState,System.Boolean,System.Boolean)">
<summary>
Gets a check box image appropriate for the provided state.
</summary>
<param name="enabled">Is the check box enabled.</param>
<param name="checkState">Is the check box checked/unchecked/indeterminate.</param>
<param name="tracking">Is the check box being hot tracked.</param>
<param name="pressed">Is the check box being pressed.</param>
<returns>Appropriate image for drawing; otherwise null.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365SilverDarkModeBase.GetRadioButtonImage(System.Boolean,System.Boolean,System.Boolean,System.Boolean)">
<summary>
Gets a check box image appropriate for the provided state.
</summary>
<param name="enabled">Is the radio button enabled.</param>
<param name="checkState">Is the radio button checked.</param>
<param name="tracking">Is the radio button being hot tracked.</param>
<param name="pressed">Is the radio button being pressed.</param>
<returns>Appropriate image for drawing; otherwise null.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365SilverDarkModeBase.GetContextMenuCheckedImage">
<summary>
Gets a checked image appropriate for a context menu item.
</summary>
<returns>Appropriate image for drawing; otherwise null.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365SilverDarkModeBase.GetContextMenuIndeterminateImage">
<summary>
Gets a indeterminate image appropriate for a context menu item.
</summary>
<returns>Appropriate image for drawing; otherwise null.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365SilverDarkModeBase.GetGalleryButtonImage(Krypton.Toolkit.PaletteRibbonGalleryButton,Krypton.Toolkit.PaletteState)">
<summary>
Gets a check box image appropriate for the provided state.
</summary>
<param name="button">Enum of the button to fetch.</param>
<param name="state">State of the button to fetch.</param>
<returns>Appropriate image for drawing; otherwise null.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365SilverDarkModeBase.GetButtonSpecImage(Krypton.Toolkit.PaletteButtonSpecStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the image to display for the button.
</summary>
<param name="style">Style of button spec.</param>
<param name="state">State for which image is required.</param>
<returns>Image value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365SilverDarkModeBase.GetRibbonShape">
<summary>
Gets the ribbon shape that should be used.
</summary>
<returns>Ribbon shape value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365SilverDarkModeBase.GetRibbonContextTextAlign(Krypton.Toolkit.PaletteState)">
<summary>
Gets the text alignment for the ribbon context text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Font value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365SilverDarkModeBase.GetRibbonContextTextFont(Krypton.Toolkit.PaletteState)">
<summary>
Gets the font for the ribbon context text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Font value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365SilverDarkModeBase.GetRibbonContextTextColor(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the ribbon context text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Font value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365SilverDarkModeBase.GetRibbonDisabledDark(Krypton.Toolkit.PaletteState)">
<summary>
Gets the dark disabled color used for ribbon glyphs.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365SilverDarkModeBase.GetRibbonDisabledLight(Krypton.Toolkit.PaletteState)">
<summary>
Gets the light disabled color used for ribbon glyphs.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365SilverDarkModeBase.GetRibbonDropArrowLight(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the drop arrow light.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365SilverDarkModeBase.GetRibbonDropArrowDark(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the drop arrow dark.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365SilverDarkModeBase.GetRibbonGroupDialogDark(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the dialog launcher dark.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365SilverDarkModeBase.GetRibbonGroupDialogLight(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the dialog launcher light.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365SilverDarkModeBase.GetRibbonGroupSeparatorDark(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the group separator dark.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365SilverDarkModeBase.GetRibbonGroupSeparatorLight(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the group separator light.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365SilverDarkModeBase.GetRibbonMinimizeBarDark(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the minimize bar dark.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365SilverDarkModeBase.GetRibbonMinimizeBarLight(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the minimize bar light.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365SilverDarkModeBase.GetRibbonTabSeparatorColor(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the tab separator.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365SilverDarkModeBase.GetRibbonTabSeparatorContextColor(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the tab context separators.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365SilverDarkModeBase.GetRibbonTextFont(Krypton.Toolkit.PaletteState)">
<summary>
Gets the font for the ribbon text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Font value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365SilverDarkModeBase.GetRibbonTextHint(Krypton.Toolkit.PaletteState)">
<summary>
Gets the rendering hint for the ribbon font.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteTextHint value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365SilverDarkModeBase.GetRibbonQATButtonDark(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the extra QAT button dark content color.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365SilverDarkModeBase.GetRibbonQATButtonLight(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the extra QAT button light content color.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365SilverDarkModeBase.GetRibbonBackColorStyle(Krypton.Toolkit.PaletteRibbonBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the method used to draw the background of a ribbon item.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteRibbonBackStyle value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365SilverDarkModeBase.GetRibbonBackColor1(Krypton.Toolkit.PaletteRibbonBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the first background color for the ribbon item.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365SilverDarkModeBase.GetRibbonBackColor2(Krypton.Toolkit.PaletteRibbonBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the second background color for the ribbon item.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365SilverDarkModeBase.GetRibbonBackColor3(Krypton.Toolkit.PaletteRibbonBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the third background color for the ribbon item.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365SilverDarkModeBase.GetRibbonBackColor4(Krypton.Toolkit.PaletteRibbonBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the fourth background color for the ribbon item.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365SilverDarkModeBase.GetRibbonBackColor5(Krypton.Toolkit.PaletteRibbonBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the fifth background color for the ribbon item.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365SilverDarkModeBase.GetRibbonTextColor(Krypton.Toolkit.PaletteRibbonTextStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the =color for the item text.
</summary>
<param name="style">Text style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365SilverDarkModeBase.GetElementColor1(Krypton.Toolkit.PaletteElement,Krypton.Toolkit.PaletteState)">
<summary>
Gets the first element color.
</summary>
<param name="element">Element for which color is required.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365SilverDarkModeBase.GetElementColor2(Krypton.Toolkit.PaletteElement,Krypton.Toolkit.PaletteState)">
<summary>
Gets the second element color.
</summary>
<param name="element">Element for which color is required.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365SilverDarkModeBase.GetElementColor3(Krypton.Toolkit.PaletteElement,Krypton.Toolkit.PaletteState)">
<summary>
Gets the third element color.
</summary>
<param name="element">Element for which color is required.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365SilverDarkModeBase.GetElementColor4(Krypton.Toolkit.PaletteElement,Krypton.Toolkit.PaletteState)">
<summary>
Gets the fourth element color.
</summary>
<param name="element">Element for which color is required.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365SilverDarkModeBase.GetElementColor5(Krypton.Toolkit.PaletteElement,Krypton.Toolkit.PaletteState)">
<summary>
Gets the fifth element color.
</summary>
<param name="element">Element for which color is required.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="P:Krypton.Toolkit.PaletteMicrosoft365SilverDarkModeBase.ColorTable">
<summary>
Gets access to the color table instance.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365SilverDarkModeBase.OnUserPreferenceChanged(System.Object,Microsoft.Win32.UserPreferenceChangedEventArgs)">
<summary>
Handle a change in the user preferences.
</summary>
<param name="sender">Source of event.</param>
<param name="e">Event data.</param>
</member>
<member name="T:Krypton.Toolkit.KryptonColorTable365SilverDarkMode">
<summary>
Provide KryptonColorTable365SilverDarkMode values using an array of Color values as the source.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonColorTable365SilverDarkMode.#ctor(System.Drawing.Color[],Krypton.Toolkit.InheritBool,Krypton.Toolkit.PaletteBase)">
<summary>
Initialize a new instance of the KryptonColorTable365 class.
</summary>
<param name="colors">Source of </param>
<param name="roundedEdges">Should have rounded edges.</param>
<param name="palette">Associated palette instance.</param>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365SilverDarkMode.Colors">
<summary>
Gets the raw set of colors.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365SilverDarkMode.UseRoundedEdges">
<summary>
Gets a value indicating if rounded edges are required.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365SilverDarkMode.ButtonPressedBorder">
<summary>
Gets the border color for a button being pressed.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365SilverDarkMode.ButtonPressedGradientBegin">
<summary>
Gets the background starting color for a button being pressed.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365SilverDarkMode.ButtonPressedGradientMiddle">
<summary>
Gets the background middle color for a button being pressed.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365SilverDarkMode.ButtonPressedGradientEnd">
<summary>
Gets the background ending color for a button being pressed.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365SilverDarkMode.ButtonPressedHighlight">
<summary>
Gets the highlight background for a pressed button.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365SilverDarkMode.ButtonPressedHighlightBorder">
<summary>
Gets the highlight border for a pressed button.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365SilverDarkMode.ButtonSelectedBorder">
<summary>
Gets the border color for a button being selected.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365SilverDarkMode.ButtonSelectedGradientBegin">
<summary>
Gets the background starting color for a button being selected.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365SilverDarkMode.ButtonSelectedGradientMiddle">
<summary>
Gets the background middle color for a button being selected.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365SilverDarkMode.ButtonSelectedGradientEnd">
<summary>
Gets the background ending color for a button being selected.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365SilverDarkMode.ButtonSelectedHighlight">
<summary>
Gets the highlight background for a selected button.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365SilverDarkMode.ButtonSelectedHighlightBorder">
<summary>
Gets the highlight border for a selected button.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365SilverDarkMode.ButtonCheckedGradientBegin">
<summary>
Gets the background starting color for a checked button.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365SilverDarkMode.ButtonCheckedGradientMiddle">
<summary>
Gets the background middle color for a checked button.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365SilverDarkMode.ButtonCheckedGradientEnd">
<summary>
Gets the background ending color for a checked button.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365SilverDarkMode.ButtonCheckedHighlight">
<summary>
Gets the highlight background for a checked button.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365SilverDarkMode.ButtonCheckedHighlightBorder">
<summary>
Gets the highlight border for a checked button.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365SilverDarkMode.CheckBackground">
<summary>
Get background of the check mark area.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365SilverDarkMode.CheckPressedBackground">
<summary>
Get background of a pressed check mark area.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365SilverDarkMode.CheckSelectedBackground">
<summary>
Get background of a selected check mark area.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365SilverDarkMode.GripLight">
<summary>
Gets the light color used to draw grips.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365SilverDarkMode.GripDark">
<summary>
Gets the dark color used to draw grips.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365SilverDarkMode.ImageMarginGradientBegin">
<summary>
Gets the starting color for the context menu margin.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365SilverDarkMode.ImageMarginGradientMiddle">
<summary>
Gets the middle color for the context menu margin.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365SilverDarkMode.ImageMarginGradientEnd">
<summary>
Gets the ending color for the context menu margin.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365SilverDarkMode.ImageMarginRevealedGradientBegin">
<summary>
Gets the starting color for the context menu margin revealed.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365SilverDarkMode.ImageMarginRevealedGradientMiddle">
<summary>
Gets the middle color for the context menu margin revealed.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365SilverDarkMode.ImageMarginRevealedGradientEnd">
<summary>
Gets the ending color for the context menu margin revealed.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365SilverDarkMode.MenuBorder">
<summary>
Gets the color of the border around menus.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365SilverDarkMode.MenuItemBorder">
<summary>
Gets the border color for around the menu item.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365SilverDarkMode.MenuItemSelected">
<summary>
Gets the color of a selected menu item.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365SilverDarkMode.MenuItemPressedGradientBegin">
<summary>
Gets the starting color of the gradient used when a top-level ToolStripMenuItem is pressed down.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365SilverDarkMode.MenuItemPressedGradientEnd">
<summary>
Gets the end color of the gradient used when a top-level ToolStripMenuItem is pressed down.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365SilverDarkMode.MenuItemPressedGradientMiddle">
<summary>
Gets the middle color of the gradient used when a top-level ToolStripMenuItem is pressed down.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365SilverDarkMode.MenuItemSelectedGradientBegin">
<summary>
Gets the starting color of the gradient used when the ToolStripMenuItem is selected.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365SilverDarkMode.MenuItemSelectedGradientEnd">
<summary>
Gets the end color of the gradient used when the ToolStripMenuItem is selected.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365SilverDarkMode.MenuStripGradientBegin">
<summary>
Gets the starting color of the gradient used in the MenuStrip.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365SilverDarkMode.MenuStripGradientEnd">
<summary>
Gets the end color of the gradient used in the MenuStrip.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365SilverDarkMode.OverflowButtonGradientBegin">
<summary>
Gets the starting color of the gradient used in the ToolStripOverflowButton.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365SilverDarkMode.OverflowButtonGradientEnd">
<summary>
Gets the end color of the gradient used in the ToolStripOverflowButton.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365SilverDarkMode.OverflowButtonGradientMiddle">
<summary>
Gets the middle color of the gradient used in the ToolStripOverflowButton.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365SilverDarkMode.RaftingContainerGradientBegin">
<summary>
Gets the starting color of the gradient used in the ToolStripContainer.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365SilverDarkMode.RaftingContainerGradientEnd">
<summary>
Gets the end color of the gradient used in the ToolStripContainer.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365SilverDarkMode.SeparatorLight">
<summary>
Gets the light separator color.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365SilverDarkMode.SeparatorDark">
<summary>
Gets the dark separator color.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365SilverDarkMode.StatusStripGradientBegin">
<summary>
Gets the starting color for the status strip background.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365SilverDarkMode.StatusStripGradientEnd">
<summary>
Gets the ending color for the status strip background.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365SilverDarkMode.MenuItemText">
<summary>
Gets the text color used on the menu items.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365SilverDarkMode.MenuStripText">
<summary>
Gets the text color used on the menu strip.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365SilverDarkMode.ToolStripText">
<summary>
Gets the text color used on the tool strip.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365SilverDarkMode.StatusStripText">
<summary>
Gets the text color used on the status strip.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365SilverDarkMode.MenuStripFont">
<summary>
Gets the font used on the menu strip.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365SilverDarkMode.ToolStripFont">
<summary>
Gets the font used on the tool strip.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365SilverDarkMode.StatusStripFont">
<summary>
Gets the font used on the status strip.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365SilverDarkMode.ToolStripBorder">
<summary>
Gets the border color to use on the bottom edge of the ToolStrip.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365SilverDarkMode.ToolStripContentPanelGradientBegin">
<summary>
Gets the starting color for the content panel background.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365SilverDarkMode.ToolStripContentPanelGradientEnd">
<summary>
Gets the ending color for the content panel background.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365SilverDarkMode.ToolStripDropDownBackground">
<summary>
Gets the background color for drop-down menus.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365SilverDarkMode.ToolStripGradientBegin">
<summary>
Gets the starting color of the gradient used in the ToolStrip background.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365SilverDarkMode.ToolStripGradientEnd">
<summary>
Gets the end color of the gradient used in the ToolStrip background.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365SilverDarkMode.ToolStripGradientMiddle">
<summary>
Gets the middle color of the gradient used in the ToolStrip background.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365SilverDarkMode.ToolStripPanelGradientBegin">
<summary>
Gets the starting color of the gradient used in the ToolStripPanel.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365SilverDarkMode.ToolStripPanelGradientEnd">
<summary>
Gets the end color of the gradient used in the ToolStripPanel.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365SilverLightMode.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Krypton.Toolkit.PaletteMicrosoft365SilverLightMode"/> class.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365SilverLightMode.GetContextMenuSubMenuImage">
<summary>
Gets an image indicating a sub-menu on a context menu item.
</summary>
<returns>
Appropriate image for drawing; otherwise null.
</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365SilverLightMode.GetButtonSpecImage(Krypton.Toolkit.PaletteButtonSpecStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the image to display for the button.
</summary>
<param name="style">Style of button spec.</param>
<param name="state">State for which image is required.</param>
<returns>
Image value.
</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365SilverLightMode.GetRibbonTabRowGradientColor1(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365SilverLightMode.GetRibbonTabRowBackgroundGradientRaftingDark(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365SilverLightMode.GetRibbonTabRowBackgroundGradientRaftingLight(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365SilverLightMode.GetRibbonTabRowBackgroundSolidColor(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365SilverLightMode.GetRibbonTabRowGradientRaftingAngle(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365SilverLightMode.GetRibbonFileAppTabBottomColor(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365SilverLightMode.GetRibbonFileAppTabTopColor(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365SilverLightMode.GetRibbonFileAppTabTextColor(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="T:Krypton.Toolkit.PaletteMicrosoft365SilverLightModeBase">
<summary>
Provides a base for Office 365 palettes.
</summary>
<seealso cref="T:Krypton.Toolkit.PaletteBase" />
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365SilverLightModeBase.#ctor(System.Drawing.Color[],System.Windows.Forms.ImageList,System.Windows.Forms.ImageList,System.Drawing.Image[],System.Drawing.Color[])">
<summary>
Initializes a new instance of the <see cref="T:Krypton.Toolkit.PaletteMicrosoft365SilverLightModeBase"/> class.
</summary>
<param name="schemeColours">The scheme colours.</param>
<param name="checkBoxList">The check box list.</param>
<param name="galleryButtonList">The gallery button list.</param>
<param name="radioButtonArray">The radio button array.</param>
<param name="trackBarColours">The track bar colours.</param>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365SilverLightModeBase.GetRenderer">
<summary>
Gets the renderer to use for this palette.
</summary>
<returns>
Renderer to use for drawing palette settings.
</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365SilverLightModeBase.GetBackDraw(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets a value indicating if background should be drawn.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>InheritBool value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365SilverLightModeBase.GetBackGraphicsHint(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the graphics drawing hint for the background.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteGraphicsHint value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365SilverLightModeBase.GetBackColor1(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the first background color.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365SilverLightModeBase.GetBackColor2(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the second back color.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365SilverLightModeBase.GetBackColorStyle(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color background drawing style.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color drawing style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365SilverLightModeBase.GetBackColorAlign(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color alignment.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365SilverLightModeBase.GetBackColorAngle(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color background angle.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Angle used for color drawing.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365SilverLightModeBase.GetBackImage(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets a background image.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image instance.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365SilverLightModeBase.GetBackImageStyle(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the background image style.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image style value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365SilverLightModeBase.GetBackImageAlign(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the image alignment.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365SilverLightModeBase.GetBorderDraw(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets a value indicating if border should be drawn.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>InheritBool value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365SilverLightModeBase.GetBorderDrawBorders(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets a value indicating which borders to draw.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteDrawBorders value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365SilverLightModeBase.GetBorderGraphicsHint(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the graphics drawing hint for the border.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteGraphicsHint value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365SilverLightModeBase.GetBorderColor1(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the first border color.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365SilverLightModeBase.GetBorderColor2(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the second border color.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365SilverLightModeBase.GetBorderColorStyle(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color border drawing style.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color drawing style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365SilverLightModeBase.GetBorderColorAlign(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color border alignment.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365SilverLightModeBase.GetBorderColorAngle(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color border angle.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Angle used for color drawing.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365SilverLightModeBase.GetBorderWidth(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the border width.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Integer width.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365SilverLightModeBase.GetBorderRounding(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the border corner rounding.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Float rounding.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365SilverLightModeBase.GetBorderImage(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets a border image.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image instance.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365SilverLightModeBase.GetBorderImageStyle(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the border image style.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image style value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365SilverLightModeBase.GetBorderImageAlign(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the image border alignment.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365SilverLightModeBase.GetContentDraw(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets a value indicating if content should be drawn.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>InheritBool value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365SilverLightModeBase.GetContentDrawFocus(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets a value indicating if content should be drawn with focus indication.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>InheritBool value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365SilverLightModeBase.GetContentImageH(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the horizontal relative alignment of the image.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365SilverLightModeBase.GetContentImageV(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the vertical relative alignment of the image.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365SilverLightModeBase.GetContentImageEffect(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the effect applied to drawing of the image.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteImageEffect value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365SilverLightModeBase.GetContentImageColorMap(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the image color to remap into another color.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365SilverLightModeBase.GetContentImageColorTo(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color to use in place of the image map color.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365SilverLightModeBase.GetContentImageColorTransparent(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the image color that should be transparent.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365SilverLightModeBase.GetContentShortTextFont(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the font for the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Font value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365SilverLightModeBase.GetContentShortTextNewFont(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the font for the short text by generating a new font instance.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Font value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365SilverLightModeBase.GetContentShortTextHint(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the rendering hint for the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteTextHint value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365SilverLightModeBase.GetContentShortTextPrefix(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the prefix drawing setting for short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteTextPrefix value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365SilverLightModeBase.GetContentShortTextMultiLine(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the flag indicating if multiline text is allowed for short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>InheritBool value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365SilverLightModeBase.GetContentShortTextTrim(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the text trimming to use for short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteTextTrim value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365SilverLightModeBase.GetContentShortTextH(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the horizontal relative alignment of the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365SilverLightModeBase.GetContentShortTextV(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the vertical relative alignment of the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365SilverLightModeBase.GetContentShortTextMultiLineH(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the horizontal relative alignment of multiline short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365SilverLightModeBase.GetContentShortTextColor1(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the first back color for the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365SilverLightModeBase.GetContentShortTextColor2(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the second back color for the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365SilverLightModeBase.GetContentShortTextColorStyle(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color drawing style for the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color drawing style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365SilverLightModeBase.GetContentShortTextColorAlign(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color alignment for the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365SilverLightModeBase.GetContentShortTextColorAngle(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color background angle for the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Angle used for color drawing.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365SilverLightModeBase.GetContentShortTextImage(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets a background image for the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image instance.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365SilverLightModeBase.GetContentShortTextImageStyle(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the background image style.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image style value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365SilverLightModeBase.GetContentShortTextImageAlign(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the image alignment for the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365SilverLightModeBase.GetContentLongTextFont(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the font for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Font value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365SilverLightModeBase.GetContentLongTextNewFont(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the font for the long text by generating a new font instance.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Font value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365SilverLightModeBase.GetContentLongTextHint(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the rendering hint for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteTextHint value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365SilverLightModeBase.GetContentLongTextMultiLine(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the flag indicating if multiline text is allowed for long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>InheritBool value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365SilverLightModeBase.GetContentLongTextTrim(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the text trimming to use for long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteTextTrim value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365SilverLightModeBase.GetContentLongTextPrefix(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the prefix drawing setting for long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteTextPrefix value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365SilverLightModeBase.GetContentLongTextH(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the horizontal relative alignment of the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365SilverLightModeBase.GetContentLongTextV(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the vertical relative alignment of the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365SilverLightModeBase.GetContentLongTextMultiLineH(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the horizontal relative alignment of multiline long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365SilverLightModeBase.GetContentLongTextColor1(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the first back color for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365SilverLightModeBase.GetContentLongTextColor2(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the second back color for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365SilverLightModeBase.GetContentLongTextColorStyle(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color drawing style for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color drawing style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365SilverLightModeBase.GetContentLongTextColorAlign(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color alignment for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365SilverLightModeBase.GetContentLongTextColorAngle(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color background angle for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Angle used for color drawing.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365SilverLightModeBase.GetContentLongTextImage(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets a background image for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image instance.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365SilverLightModeBase.GetContentLongTextImageStyle(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the background image style for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image style value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365SilverLightModeBase.GetContentLongTextImageAlign(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the image alignment for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365SilverLightModeBase.GetBorderContentPadding(Krypton.Toolkit.KryptonForm,Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the padding between the border and content drawing.
</summary>
<param name="owningForm"></param>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Padding value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365SilverLightModeBase.GetContentAdjacentGap(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the padding between adjacent content items.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Integer value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365SilverLightModeBase.GetMetricInt(Krypton.Toolkit.KryptonForm,Krypton.Toolkit.PaletteState,Krypton.Toolkit.PaletteMetricInt)">
<summary>
Gets an integer metric value.
</summary>
<param name="owningForm"></param>
<param name="state">Palette value should be applicable to this state.</param>
<param name="metric">Requested metric.</param>
<returns>Integer value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365SilverLightModeBase.GetMetricBool(Krypton.Toolkit.PaletteState,Krypton.Toolkit.PaletteMetricBool)">
<summary>
Gets a boolean metric value.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<param name="metric">Requested metric.</param>
<returns>InheritBool value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365SilverLightModeBase.GetMetricPadding(Krypton.Toolkit.KryptonForm,Krypton.Toolkit.PaletteState,Krypton.Toolkit.PaletteMetricPadding)">
<summary>
Gets a padding metric value.
</summary>
<param name="owningForm"></param>
<param name="state">Palette value should be applicable to this state.</param>
<param name="metric">Requested metric.</param>
<returns>Padding value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365SilverLightModeBase.GetTreeViewImage(System.Boolean)">
<summary>
Gets a tree view image appropriate for the provided state.
</summary>
<param name="expanded">Is the node expanded</param>
<returns>Appropriate image for drawing; otherwise null.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365SilverLightModeBase.GetCheckBoxImage(System.Boolean,System.Windows.Forms.CheckState,System.Boolean,System.Boolean)">
<summary>
Gets a check box image appropriate for the provided state.
</summary>
<param name="enabled">Is the check box enabled.</param>
<param name="checkState">Is the check box checked/unchecked/indeterminate.</param>
<param name="tracking">Is the check box being hot tracked.</param>
<param name="pressed">Is the check box being pressed.</param>
<returns>Appropriate image for drawing; otherwise null.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365SilverLightModeBase.GetRadioButtonImage(System.Boolean,System.Boolean,System.Boolean,System.Boolean)">
<summary>
Gets a check box image appropriate for the provided state.
</summary>
<param name="enabled">Is the radio button enabled.</param>
<param name="checkState">Is the radio button checked.</param>
<param name="tracking">Is the radio button being hot tracked.</param>
<param name="pressed">Is the radio button being pressed.</param>
<returns>Appropriate image for drawing; otherwise null.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365SilverLightModeBase.GetContextMenuCheckedImage">
<summary>
Gets a checked image appropriate for a context menu item.
</summary>
<returns>Appropriate image for drawing; otherwise null.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365SilverLightModeBase.GetContextMenuIndeterminateImage">
<summary>
Gets a indeterminate image appropriate for a context menu item.
</summary>
<returns>Appropriate image for drawing; otherwise null.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365SilverLightModeBase.GetGalleryButtonImage(Krypton.Toolkit.PaletteRibbonGalleryButton,Krypton.Toolkit.PaletteState)">
<summary>
Gets a check box image appropriate for the provided state.
</summary>
<param name="button">Enum of the button to fetch.</param>
<param name="state">State of the button to fetch.</param>
<returns>Appropriate image for drawing; otherwise null.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365SilverLightModeBase.GetButtonSpecImage(Krypton.Toolkit.PaletteButtonSpecStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the image to display for the button.
</summary>
<param name="style">Style of button spec.</param>
<param name="state">State for which image is required.</param>
<returns>Image value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365SilverLightModeBase.GetRibbonShape">
<summary>
Gets the ribbon shape that should be used.
</summary>
<returns>Ribbon shape value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365SilverLightModeBase.GetRibbonContextTextAlign(Krypton.Toolkit.PaletteState)">
<summary>
Gets the text alignment for the ribbon context text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Font value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365SilverLightModeBase.GetRibbonContextTextFont(Krypton.Toolkit.PaletteState)">
<summary>
Gets the font for the ribbon context text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Font value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365SilverLightModeBase.GetRibbonContextTextColor(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the ribbon context text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Font value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365SilverLightModeBase.GetRibbonDisabledDark(Krypton.Toolkit.PaletteState)">
<summary>
Gets the dark disabled color used for ribbon glyphs.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365SilverLightModeBase.GetRibbonDisabledLight(Krypton.Toolkit.PaletteState)">
<summary>
Gets the light disabled color used for ribbon glyphs.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365SilverLightModeBase.GetRibbonDropArrowLight(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the drop arrow light.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365SilverLightModeBase.GetRibbonDropArrowDark(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the drop arrow dark.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365SilverLightModeBase.GetRibbonGroupDialogDark(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the dialog launcher dark.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365SilverLightModeBase.GetRibbonGroupDialogLight(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the dialog launcher light.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365SilverLightModeBase.GetRibbonGroupSeparatorDark(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the group separator dark.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365SilverLightModeBase.GetRibbonGroupSeparatorLight(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the group separator light.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365SilverLightModeBase.GetRibbonMinimizeBarDark(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the minimize bar dark.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365SilverLightModeBase.GetRibbonMinimizeBarLight(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the minimize bar light.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365SilverLightModeBase.GetRibbonTabSeparatorColor(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the tab separator.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365SilverLightModeBase.GetRibbonTabSeparatorContextColor(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the tab context separators.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365SilverLightModeBase.GetRibbonTextFont(Krypton.Toolkit.PaletteState)">
<summary>
Gets the font for the ribbon text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Font value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365SilverLightModeBase.GetRibbonTextHint(Krypton.Toolkit.PaletteState)">
<summary>
Gets the rendering hint for the ribbon font.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteTextHint value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365SilverLightModeBase.GetRibbonQATButtonDark(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the extra QAT button dark content color.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365SilverLightModeBase.GetRibbonQATButtonLight(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the extra QAT button light content color.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365SilverLightModeBase.GetRibbonBackColorStyle(Krypton.Toolkit.PaletteRibbonBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the method used to draw the background of a ribbon item.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteRibbonBackStyle value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365SilverLightModeBase.GetRibbonBackColor1(Krypton.Toolkit.PaletteRibbonBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the first background color for the ribbon item.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365SilverLightModeBase.GetRibbonBackColor2(Krypton.Toolkit.PaletteRibbonBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the second background color for the ribbon item.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365SilverLightModeBase.GetRibbonBackColor3(Krypton.Toolkit.PaletteRibbonBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the third background color for the ribbon item.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365SilverLightModeBase.GetRibbonBackColor4(Krypton.Toolkit.PaletteRibbonBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the fourth background color for the ribbon item.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365SilverLightModeBase.GetRibbonBackColor5(Krypton.Toolkit.PaletteRibbonBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the fifth background color for the ribbon item.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365SilverLightModeBase.GetRibbonTextColor(Krypton.Toolkit.PaletteRibbonTextStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the =color for the item text.
</summary>
<param name="style">Text style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365SilverLightModeBase.GetElementColor1(Krypton.Toolkit.PaletteElement,Krypton.Toolkit.PaletteState)">
<summary>
Gets the first element color.
</summary>
<param name="element">Element for which color is required.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365SilverLightModeBase.GetElementColor2(Krypton.Toolkit.PaletteElement,Krypton.Toolkit.PaletteState)">
<summary>
Gets the second element color.
</summary>
<param name="element">Element for which color is required.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365SilverLightModeBase.GetElementColor3(Krypton.Toolkit.PaletteElement,Krypton.Toolkit.PaletteState)">
<summary>
Gets the third element color.
</summary>
<param name="element">Element for which color is required.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365SilverLightModeBase.GetElementColor4(Krypton.Toolkit.PaletteElement,Krypton.Toolkit.PaletteState)">
<summary>
Gets the fourth element color.
</summary>
<param name="element">Element for which color is required.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365SilverLightModeBase.GetElementColor5(Krypton.Toolkit.PaletteElement,Krypton.Toolkit.PaletteState)">
<summary>
Gets the fifth element color.
</summary>
<param name="element">Element for which color is required.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="P:Krypton.Toolkit.PaletteMicrosoft365SilverLightModeBase.ColorTable">
<summary>
Gets access to the color table instance.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365SilverLightModeBase.OnUserPreferenceChanged(System.Object,Microsoft.Win32.UserPreferenceChangedEventArgs)">
<summary>
Handle a change in the user preferences.
</summary>
<param name="sender">Source of event.</param>
<param name="e">Event data.</param>
</member>
<member name="T:Krypton.Toolkit.KryptonColorTable365SilverLightMode">
<summary>
Provide KryptonColorTable365SilverLightMode values using an array of Color values as the source.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonColorTable365SilverLightMode.#ctor(System.Drawing.Color[],Krypton.Toolkit.InheritBool,Krypton.Toolkit.PaletteBase)">
<summary>
Initialize a new instance of the KryptonColorTable365 class.
</summary>
<param name="colors">Source of </param>
<param name="roundedEdges">Should have rounded edges.</param>
<param name="palette">Associated palette instance.</param>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365SilverLightMode.Colors">
<summary>
Gets the raw set of colors.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365SilverLightMode.UseRoundedEdges">
<summary>
Gets a value indicating if rounded edges are required.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365SilverLightMode.ButtonPressedBorder">
<summary>
Gets the border color for a button being pressed.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365SilverLightMode.ButtonPressedGradientBegin">
<summary>
Gets the background starting color for a button being pressed.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365SilverLightMode.ButtonPressedGradientMiddle">
<summary>
Gets the background middle color for a button being pressed.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365SilverLightMode.ButtonPressedGradientEnd">
<summary>
Gets the background ending color for a button being pressed.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365SilverLightMode.ButtonPressedHighlight">
<summary>
Gets the highlight background for a pressed button.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365SilverLightMode.ButtonPressedHighlightBorder">
<summary>
Gets the highlight border for a pressed button.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365SilverLightMode.ButtonSelectedBorder">
<summary>
Gets the border color for a button being selected.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365SilverLightMode.ButtonSelectedGradientBegin">
<summary>
Gets the background starting color for a button being selected.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365SilverLightMode.ButtonSelectedGradientMiddle">
<summary>
Gets the background middle color for a button being selected.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365SilverLightMode.ButtonSelectedGradientEnd">
<summary>
Gets the background ending color for a button being selected.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365SilverLightMode.ButtonSelectedHighlight">
<summary>
Gets the highlight background for a selected button.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365SilverLightMode.ButtonSelectedHighlightBorder">
<summary>
Gets the highlight border for a selected button.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365SilverLightMode.ButtonCheckedGradientBegin">
<summary>
Gets the background starting color for a checked button.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365SilverLightMode.ButtonCheckedGradientMiddle">
<summary>
Gets the background middle color for a checked button.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365SilverLightMode.ButtonCheckedGradientEnd">
<summary>
Gets the background ending color for a checked button.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365SilverLightMode.ButtonCheckedHighlight">
<summary>
Gets the highlight background for a checked button.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365SilverLightMode.ButtonCheckedHighlightBorder">
<summary>
Gets the highlight border for a checked button.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365SilverLightMode.CheckBackground">
<summary>
Get background of the check mark area.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365SilverLightMode.CheckPressedBackground">
<summary>
Get background of a pressed check mark area.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365SilverLightMode.CheckSelectedBackground">
<summary>
Get background of a selected check mark area.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365SilverLightMode.GripLight">
<summary>
Gets the light color used to draw grips.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365SilverLightMode.GripDark">
<summary>
Gets the dark color used to draw grips.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365SilverLightMode.ImageMarginGradientBegin">
<summary>
Gets the starting color for the context menu margin.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365SilverLightMode.ImageMarginGradientMiddle">
<summary>
Gets the middle color for the context menu margin.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365SilverLightMode.ImageMarginGradientEnd">
<summary>
Gets the ending color for the context menu margin.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365SilverLightMode.ImageMarginRevealedGradientBegin">
<summary>
Gets the starting color for the context menu margin revealed.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365SilverLightMode.ImageMarginRevealedGradientMiddle">
<summary>
Gets the middle color for the context menu margin revealed.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365SilverLightMode.ImageMarginRevealedGradientEnd">
<summary>
Gets the ending color for the context menu margin revealed.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365SilverLightMode.MenuBorder">
<summary>
Gets the color of the border around menus.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365SilverLightMode.MenuItemBorder">
<summary>
Gets the border color for around the menu item.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365SilverLightMode.MenuItemSelected">
<summary>
Gets the color of a selected menu item.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365SilverLightMode.MenuItemPressedGradientBegin">
<summary>
Gets the starting color of the gradient used when a top-level ToolStripMenuItem is pressed down.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365SilverLightMode.MenuItemPressedGradientEnd">
<summary>
Gets the end color of the gradient used when a top-level ToolStripMenuItem is pressed down.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365SilverLightMode.MenuItemPressedGradientMiddle">
<summary>
Gets the middle color of the gradient used when a top-level ToolStripMenuItem is pressed down.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365SilverLightMode.MenuItemSelectedGradientBegin">
<summary>
Gets the starting color of the gradient used when the ToolStripMenuItem is selected.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365SilverLightMode.MenuItemSelectedGradientEnd">
<summary>
Gets the end color of the gradient used when the ToolStripMenuItem is selected.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365SilverLightMode.MenuStripGradientBegin">
<summary>
Gets the starting color of the gradient used in the MenuStrip.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365SilverLightMode.MenuStripGradientEnd">
<summary>
Gets the end color of the gradient used in the MenuStrip.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365SilverLightMode.OverflowButtonGradientBegin">
<summary>
Gets the starting color of the gradient used in the ToolStripOverflowButton.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365SilverLightMode.OverflowButtonGradientEnd">
<summary>
Gets the end color of the gradient used in the ToolStripOverflowButton.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365SilverLightMode.OverflowButtonGradientMiddle">
<summary>
Gets the middle color of the gradient used in the ToolStripOverflowButton.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365SilverLightMode.RaftingContainerGradientBegin">
<summary>
Gets the starting color of the gradient used in the ToolStripContainer.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365SilverLightMode.RaftingContainerGradientEnd">
<summary>
Gets the end color of the gradient used in the ToolStripContainer.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365SilverLightMode.SeparatorLight">
<summary>
Gets the light separator color.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365SilverLightMode.SeparatorDark">
<summary>
Gets the dark separator color.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365SilverLightMode.StatusStripGradientBegin">
<summary>
Gets the starting color for the status strip background.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365SilverLightMode.StatusStripGradientEnd">
<summary>
Gets the ending color for the status strip background.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365SilverLightMode.MenuItemText">
<summary>
Gets the text color used on the menu items.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365SilverLightMode.MenuStripText">
<summary>
Gets the text color used on the menu strip.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365SilverLightMode.ToolStripText">
<summary>
Gets the text color used on the tool strip.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365SilverLightMode.StatusStripText">
<summary>
Gets the text color used on the status strip.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365SilverLightMode.MenuStripFont">
<summary>
Gets the font used on the menu strip.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365SilverLightMode.ToolStripFont">
<summary>
Gets the font used on the tool strip.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365SilverLightMode.StatusStripFont">
<summary>
Gets the font used on the status strip.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365SilverLightMode.ToolStripBorder">
<summary>
Gets the border color to use on the bottom edge of the ToolStrip.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365SilverLightMode.ToolStripContentPanelGradientBegin">
<summary>
Gets the starting color for the content panel background.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365SilverLightMode.ToolStripContentPanelGradientEnd">
<summary>
Gets the ending color for the content panel background.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365SilverLightMode.ToolStripDropDownBackground">
<summary>
Gets the background color for drop-down menus.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365SilverLightMode.ToolStripGradientBegin">
<summary>
Gets the starting color of the gradient used in the ToolStrip background.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365SilverLightMode.ToolStripGradientEnd">
<summary>
Gets the end color of the gradient used in the ToolStrip background.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365SilverLightMode.ToolStripGradientMiddle">
<summary>
Gets the middle color of the gradient used in the ToolStrip background.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365SilverLightMode.ToolStripPanelGradientBegin">
<summary>
Gets the starting color of the gradient used in the ToolStripPanel.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365SilverLightMode.ToolStripPanelGradientEnd">
<summary>
Gets the end color of the gradient used in the ToolStripPanel.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365Blue.#ctor">
<summary>
Initializes a new instance of the PaletteMicrosoft365Blue class.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365Blue.GetContextMenuSubMenuImage">
<summary>
Gets an image indicating a sub-menu on a context menu item.
</summary>
<returns>
Appropriate image for drawing; otherwise null.
</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365Blue.GetButtonSpecImage(Krypton.Toolkit.PaletteButtonSpecStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the image to display for the button.
</summary>
<param name="style">Style of button spec.</param>
<param name="state">State for which image is required.</param>
<returns>
Image value.
</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365Blue.GetRibbonTabRowGradientColor1(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365Blue.GetRibbonTabRowBackgroundGradientRaftingDark(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365Blue.GetRibbonTabRowBackgroundGradientRaftingLight(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365Blue.GetRibbonTabRowBackgroundSolidColor(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365Blue.GetRibbonTabRowGradientRaftingAngle(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365Blue.GetRibbonFileAppTabBottomColor(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365Blue.GetRibbonFileAppTabTopColor(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365Blue.GetRibbonFileAppTabTextColor(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="T:Krypton.Toolkit.PaletteMicrosoft365Black">
<summary>
Gets the single instance of the PaletteMicrosoft365Black palette.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365Black.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Krypton.Toolkit.PaletteMicrosoft365Black"/> class.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365Black.GetContextMenuSubMenuImage">
<summary>
Gets an image indicating a sub-menu on a context menu item.
</summary>
<returns>
Appropriate image for drawing; otherwise null.
</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365Black.GetButtonSpecImage(Krypton.Toolkit.PaletteButtonSpecStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the image to display for the button.
</summary>
<param name="style">Style of button spec.</param>
<param name="state">State for which image is required.</param>
<returns>
Image value.
</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365Black.GetRibbonTabRowGradientColor1(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365Black.GetRibbonTabRowBackgroundGradientRaftingDark(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365Black.GetRibbonTabRowBackgroundGradientRaftingLight(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365Black.GetRibbonTabRowBackgroundSolidColor(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365Black.GetRibbonTabRowGradientRaftingAngle(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365Black.GetRibbonFileAppTabBottomColor(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365Black.GetRibbonFileAppTabTopColor(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365Black.GetRibbonFileAppTabTextColor(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365DarkGray.#ctor">
<summary>
Initialize a new instance of the PaletteMicrosoft365DarkGray class.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365DarkGray.GetContextMenuSubMenuImage">
<summary>
Gets an image indicating a sub-menu on a context menu item.
</summary>
<returns>Appropriate image for drawing; otherwise null.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365DarkGray.GetButtonSpecImage(Krypton.Toolkit.PaletteButtonSpecStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the image to display for the button.
</summary>
<param name="style">Style of button spec.</param>
<param name="state">State for which image is required.</param>
<returns>Image value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365DarkGray.GetRibbonTabRowGradientColor1(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365DarkGray.GetRibbonTabRowBackgroundGradientRaftingDark(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365DarkGray.GetRibbonTabRowBackgroundGradientRaftingLight(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365DarkGray.GetRibbonTabRowBackgroundSolidColor(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365DarkGray.GetRibbonTabRowGradientRaftingAngle(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365DarkGray.GetRibbonFileAppTabBottomColor(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365DarkGray.GetRibbonFileAppTabTopColor(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365DarkGray.GetRibbonFileAppTabTextColor(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365LightGray.GetRibbonTabRowGradientColor1(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365LightGray.GetRibbonTabRowBackgroundGradientRaftingDark(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365LightGray.GetRibbonTabRowBackgroundGradientRaftingLight(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365LightGray.GetRibbonTabRowBackgroundSolidColor(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365LightGray.GetRibbonTabRowGradientRaftingAngle(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365LightGray.GetRibbonFileAppTabBottomColor(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365LightGray.GetRibbonFileAppTabTopColor(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365LightGray.GetRibbonFileAppTabTextColor(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="T:Krypton.Toolkit.PaletteMicrosoft365Silver">
<summary>
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365Silver.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Krypton.Toolkit.PaletteMicrosoft365Silver"/> class.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365Silver.GetContextMenuSubMenuImage">
<summary>
Gets an image indicating a sub-menu on a context menu item.
</summary>
<returns>
Appropriate image for drawing; otherwise null.
</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365Silver.GetButtonSpecImage(Krypton.Toolkit.PaletteButtonSpecStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the image to display for the button.
</summary>
<param name="style">Style of button spec.</param>
<param name="state">State for which image is required.</param>
<returns>
Image value.
</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365Silver.GetRibbonTabRowGradientColor1(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365Silver.GetRibbonTabRowBackgroundGradientRaftingDark(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365Silver.GetRibbonTabRowBackgroundGradientRaftingLight(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365Silver.GetRibbonTabRowBackgroundSolidColor(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365Silver.GetRibbonTabRowGradientRaftingAngle(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365Silver.GetRibbonFileAppTabBottomColor(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365Silver.GetRibbonFileAppTabTopColor(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365Silver.GetRibbonFileAppTabTextColor(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="T:Krypton.Toolkit.PaletteMicrosoft365White">
<summary>
Gets the single instance of the PaletteMicrosoft365White palette.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365White.#ctor">
<summary>
Initialize a new instance of the PaletteMicrosoft2010Silver class.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365White.GetContextMenuSubMenuImage">
<summary>
Gets an image indicating a sub-menu on a context menu item.
</summary>
<returns>Appropriate image for drawing; otherwise null.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365White.GetButtonSpecImage(Krypton.Toolkit.PaletteButtonSpecStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the image to display for the button.
</summary>
<param name="style">Style of button spec.</param>
<param name="state">State for which image is required.</param>
<returns>Image value.</returns>
</member>
<member name="P:Krypton.Toolkit.PaletteMicrosoft365White.ColorTable">
<summary>
Gets access to the color table instance.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365White.GetRibbonTabRowGradientColor1(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365White.GetRibbonTabRowBackgroundGradientRaftingDark(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365White.GetRibbonTabRowBackgroundGradientRaftingLight(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365White.GetRibbonTabRowBackgroundSolidColor(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365White.GetRibbonTabRowGradientRaftingAngle(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365White.GetRibbonFileAppTabBottomColor(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365White.GetRibbonFileAppTabTopColor(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.PaletteMicrosoft365White.GetRibbonFileAppTabTextColor(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="T:Krypton.Toolkit.PaletteOffice2007Base">
<summary>
Provides a professional appearance using colors/fonts generated from system settings.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007Base.#ctor(System.String,System.Drawing.Color[],System.Windows.Forms.ImageList,System.Windows.Forms.ImageList,System.Drawing.Image[],System.Drawing.Color[])">
<summary>
Initialize a new instance of the PaletteOffice2007Base class.
</summary>
<param name="themeName">The name of the theme.</param>
<param name="schemeColors">Array of palette specific colors.</param>
<param name="checkBoxList">List of images for check box.</param>
<param name="galleryButtonList">List of images for gallery buttons.</param>
<param name="radioButtonArray">Array of images for radio button.</param>
<param name="trackBarColors">Array of track bar specific colors.</param>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007Base.GetRenderer">
<summary>
Gets the renderer to use for this palette.
</summary>
<returns>Renderer to use for drawing palette settings.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007Base.GetBackDraw(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets a value indicating if background should be drawn.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>InheritBool value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007Base.GetBackGraphicsHint(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the graphics drawing hint for the background.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>PaletteGraphicsHint value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007Base.GetBackColor1(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the first background color.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007Base.GetBackColor2(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the second back color.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007Base.GetBackColorStyle(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color background drawing style.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>Color drawing style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007Base.GetBackColorAlign(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color alignment.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>Color alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007Base.GetBackColorAngle(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color background angle.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>Angle used for color drawing.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007Base.GetBackImage(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets a background image.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>Image instance.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007Base.GetBackImageStyle(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the background image style.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>Image style value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007Base.GetBackImageAlign(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the image alignment.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>Image alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007Base.GetBorderDraw(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets a value indicating if border should be drawn.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>InheritBool value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007Base.GetBorderDrawBorders(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets a value indicating which borders to draw.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>PaletteDrawBorders value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007Base.GetBorderGraphicsHint(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the graphics drawing hint for the border.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>PaletteGraphicsHint value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007Base.GetBorderColor1(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the first border color.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007Base.GetBorderColor2(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the second border color.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007Base.GetBorderColorStyle(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color border drawing style.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>Color drawing style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007Base.GetBorderColorAlign(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color border alignment.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>Color alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007Base.GetBorderColorAngle(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color border angle.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>Angle used for color drawing.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007Base.GetBorderWidth(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the border width.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>Integer width.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007Base.GetBorderRounding(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the border corner rounding.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>Float rounding.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007Base.GetBorderImage(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets a border image.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>Image instance.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007Base.GetBorderImageStyle(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the border image style.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>Image style value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007Base.GetBorderImageAlign(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the image border alignment.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>Image alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007Base.GetContentDraw(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets a value indicating if content should be drawn.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>InheritBool value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007Base.GetContentDrawFocus(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets a value indicating if content should be drawn with focus indication.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>InheritBool value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007Base.GetContentImageH(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the horizontal relative alignment of the image.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007Base.GetContentImageV(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the vertical relative alignment of the image.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007Base.GetContentImageEffect(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the effect applied to drawing of the image.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>PaletteImageEffect value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007Base.GetContentImageColorMap(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the image color to remap into another color.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007Base.GetContentImageColorTo(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color to use in place of the image map color.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007Base.GetContentImageColorTransparent(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the image color that should be transparent.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007Base.GetContentShortTextFont(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the font for the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>Font value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007Base.GetContentShortTextNewFont(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the font for the short text by generating a new font instance.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Font value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007Base.GetContentShortTextHint(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the rendering hint for the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>PaletteTextHint value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007Base.GetContentShortTextPrefix(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the prefix drawing setting for short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>PaletteTextPrefix value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007Base.GetContentShortTextMultiLine(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the flag indicating if multiline text is allowed for short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>InheritBool value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007Base.GetContentShortTextTrim(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the text trimming to use for short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>PaletteTextTrim value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007Base.GetContentShortTextH(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the horizontal relative alignment of the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007Base.GetContentShortTextV(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the vertical relative alignment of the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007Base.GetContentShortTextMultiLineH(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the horizontal relative alignment of multiline short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007Base.GetContentShortTextColor1(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the first back color for the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007Base.GetContentShortTextColor2(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the second back color for the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007Base.GetContentShortTextColorStyle(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color drawing style for the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>Color drawing style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007Base.GetContentShortTextColorAlign(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color alignment for the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>Color alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007Base.GetContentShortTextColorAngle(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color background angle for the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>Angle used for color drawing.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007Base.GetContentShortTextImage(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets a background image for the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>Image instance.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007Base.GetContentShortTextImageStyle(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the background image style.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>Image style value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007Base.GetContentShortTextImageAlign(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the image alignment for the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>Image alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007Base.GetContentLongTextFont(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the font for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>Font value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007Base.GetContentLongTextNewFont(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the font for the long text by generating a new font instance.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Font value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007Base.GetContentLongTextHint(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the rendering hint for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>PaletteTextHint value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007Base.GetContentLongTextMultiLine(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the flag indicating if multiline text is allowed for long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>InheritBool value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007Base.GetContentLongTextTrim(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the text trimming to use for long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>PaletteTextTrim value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007Base.GetContentLongTextPrefix(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the prefix drawing setting for long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>PaletteTextPrefix value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007Base.GetContentLongTextH(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the horizontal relative alignment of the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007Base.GetContentLongTextV(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the vertical relative alignment of the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007Base.GetContentLongTextMultiLineH(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the horizontal relative alignment of multiline long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007Base.GetContentLongTextColor1(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the first back color for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007Base.GetContentLongTextColor2(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the second back color for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007Base.GetContentLongTextColorStyle(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color drawing style for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>Color drawing style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007Base.GetContentLongTextColorAlign(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color alignment for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>Color alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007Base.GetContentLongTextColorAngle(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color background angle for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>Angle used for color drawing.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007Base.GetContentLongTextImage(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets a background image for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>Image instance.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007Base.GetContentLongTextImageStyle(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the background image style for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>Image style value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007Base.GetContentLongTextImageAlign(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the image alignment for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>Image alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007Base.GetBorderContentPadding(Krypton.Toolkit.KryptonForm,Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the padding between the border and content drawing.
</summary>
<param name="owningForm"></param>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>Padding value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007Base.GetContentAdjacentGap(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the padding between adjacent content items.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>Integer value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007Base.GetMetricInt(Krypton.Toolkit.KryptonForm,Krypton.Toolkit.PaletteState,Krypton.Toolkit.PaletteMetricInt)">
<summary>
Gets an integer metric value.
</summary>
<param name="owningForm"></param>
<param name="state">Palette value should be applicable to this state.</param>
<param name="metric">Requested metric.</param>
<returns>Integer value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007Base.GetMetricBool(Krypton.Toolkit.PaletteState,Krypton.Toolkit.PaletteMetricBool)">
<summary>
Gets a boolean metric value.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<param name="metric">Requested metric.</param>
<returns>InheritBool value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007Base.GetMetricPadding(Krypton.Toolkit.KryptonForm,Krypton.Toolkit.PaletteState,Krypton.Toolkit.PaletteMetricPadding)">
<summary>
Gets a padding metric value.
</summary>
<param name="owningForm"></param>
<param name="state">Palette value should be applicable to this state.</param>
<param name="metric">Requested metric.</param>
<returns>Padding value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007Base.GetTreeViewImage(System.Boolean)">
<summary>
Gets a tree view image appropriate for the provided state.
</summary>
<param name="expanded">Is the node expanded</param>
<returns>Appropriate image for drawing; otherwise null.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007Base.GetCheckBoxImage(System.Boolean,System.Windows.Forms.CheckState,System.Boolean,System.Boolean)">
<summary>
Gets a check box image appropriate for the provided state.
</summary>
<param name="enabled">Is the check box enabled.</param>
<param name="checkState">Is the check box checked/unchecked/indeterminate.</param>
<param name="tracking">Is the check box being hot tracked.</param>
<param name="pressed">Is the check box being pressed.</param>
<returns>Appropriate image for drawing; otherwise null.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007Base.GetRadioButtonImage(System.Boolean,System.Boolean,System.Boolean,System.Boolean)">
<summary>
Gets a check box image appropriate for the provided state.
</summary>
<param name="enabled">Is the radio button enabled.</param>
<param name="checkState">Is the radio button checked.</param>
<param name="tracking">Is the radio button being hot tracked.</param>
<param name="pressed">Is the radio button being pressed.</param>
<returns>Appropriate image for drawing; otherwise null.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007Base.GetContextMenuCheckedImage">
<summary>
Gets a checked image appropriate for a context menu item.
</summary>
<returns>Appropriate image for drawing; otherwise null.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007Base.GetContextMenuIndeterminateImage">
<summary>
Gets a indeterminate image appropriate for a context menu item.
</summary>
<returns>Appropriate image for drawing; otherwise null.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007Base.GetGalleryButtonImage(Krypton.Toolkit.PaletteRibbonGalleryButton,Krypton.Toolkit.PaletteState)">
<summary>
Gets a check box image appropriate for the provided state.
</summary>
<param name="button">Enum of the button to fetch.</param>
<param name="state">State of the button to fetch.</param>
<returns>Appropriate image for drawing; otherwise null.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007Base.GetButtonSpecImage(Krypton.Toolkit.PaletteButtonSpecStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the image to display for the button.
</summary>
<param name="style">Style of button spec.</param>
<param name="state">State for which image is required.</param>
<returns>Image value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007Base.GetRibbonShape">
<summary>
Gets the ribbon shape that should be used.
</summary>
<returns>Ribbon shape value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007Base.GetRibbonContextTextAlign(Krypton.Toolkit.PaletteState)">
<summary>
Gets the text alignment for the ribbon context text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Font value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007Base.GetRibbonContextTextFont(Krypton.Toolkit.PaletteState)">
<summary>
Gets the font for the ribbon context text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Font value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007Base.GetRibbonContextTextColor(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the ribbon context text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Font value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007Base.GetRibbonDisabledDark(Krypton.Toolkit.PaletteState)">
<summary>
Gets the dark disabled color used for ribbon glyphs.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007Base.GetRibbonDisabledLight(Krypton.Toolkit.PaletteState)">
<summary>
Gets the light disabled color used for ribbon glyphs.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007Base.GetRibbonDropArrowLight(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the drop arrow light.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007Base.GetRibbonDropArrowDark(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the drop arrow dark.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007Base.GetRibbonGroupDialogDark(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the dialog launcher dark.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007Base.GetRibbonGroupDialogLight(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the dialog launcher light.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007Base.GetRibbonGroupSeparatorDark(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the group separator dark.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007Base.GetRibbonGroupSeparatorLight(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the group separator light.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007Base.GetRibbonMinimizeBarDark(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the minimize bar dark.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007Base.GetRibbonMinimizeBarLight(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the minimize bar light.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007Base.GetRibbonTabSeparatorColor(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the tab separator.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007Base.GetRibbonTabSeparatorContextColor(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the tab context separators.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007Base.GetRibbonTextFont(Krypton.Toolkit.PaletteState)">
<summary>
Gets the font for the ribbon text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Font value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007Base.GetRibbonTextHint(Krypton.Toolkit.PaletteState)">
<summary>
Gets the rendering hint for the ribbon font.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteTextHint value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007Base.GetRibbonQATButtonDark(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the extra QAT button dark content color.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007Base.GetRibbonQATButtonLight(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the extra QAT button light content color.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007Base.GetRibbonBackColorStyle(Krypton.Toolkit.PaletteRibbonBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the method used to draw the background of a ribbon item.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteRibbonBackStyle value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007Base.GetRibbonBackColor1(Krypton.Toolkit.PaletteRibbonBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the first background color for the ribbon item.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007Base.GetRibbonBackColor2(Krypton.Toolkit.PaletteRibbonBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the second background color for the ribbon item.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007Base.GetRibbonBackColor3(Krypton.Toolkit.PaletteRibbonBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the third background color for the ribbon item.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007Base.GetRibbonBackColor4(Krypton.Toolkit.PaletteRibbonBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the fourth background color for the ribbon item.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007Base.GetRibbonBackColor5(Krypton.Toolkit.PaletteRibbonBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the fifth background color for the ribbon item.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007Base.GetRibbonTextColor(Krypton.Toolkit.PaletteRibbonTextStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the =color for the item text.
</summary>
<param name="style">Text style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007Base.GetElementColor1(Krypton.Toolkit.PaletteElement,Krypton.Toolkit.PaletteState)">
<summary>
Gets the first element color.
</summary>
<param name="element">Element for which color is required.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007Base.GetElementColor2(Krypton.Toolkit.PaletteElement,Krypton.Toolkit.PaletteState)">
<summary>
Gets the second element color.
</summary>
<param name="element">Element for which color is required.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007Base.GetElementColor3(Krypton.Toolkit.PaletteElement,Krypton.Toolkit.PaletteState)">
<summary>
Gets the third element color.
</summary>
<param name="element">Element for which color is required.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007Base.GetElementColor4(Krypton.Toolkit.PaletteElement,Krypton.Toolkit.PaletteState)">
<summary>
Gets the fourth element color.
</summary>
<param name="element">Element for which color is required.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007Base.GetElementColor5(Krypton.Toolkit.PaletteElement,Krypton.Toolkit.PaletteState)">
<summary>
Gets the fifth element color.
</summary>
<param name="element">Element for which color is required.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>Color value.</returns>
</member>
<member name="P:Krypton.Toolkit.PaletteOffice2007Base.ColorTable">
<summary>
Gets access to the color table instance.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007Base.OnUserPreferenceChanged(System.Object,Microsoft.Win32.UserPreferenceChangedEventArgs)">
<summary>
Handle a change in the user preferences.
</summary>
<param name="sender">Source of event.</param>
<param name="e">Event data.</param>
</member>
<member name="T:Krypton.Toolkit.PaletteOffice2007BlackDarkMode">
<summary>
Provides the Black color scheme variant of the Office 2007 palette.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlackDarkMode.#ctor">
<summary>
Initialize a new instance of the PaletteOffice2007BlackDarkMode class.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlackDarkMode.GetBackColorStyle(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color background drawing style.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color drawing style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlackDarkMode.GetBackColor2(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the second back color.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlackDarkMode.GetBorderColor1(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the first border color.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlackDarkMode.GetBorderColor2(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the second border color.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlackDarkMode.GetContentShortTextColor1(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the first back color for the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlackDarkMode.GetContentShortTextColor2(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the second back color for the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlackDarkMode.GetContentLongTextColor1(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the first back color for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlackDarkMode.GetContentLongTextColor2(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the second back color for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlackDarkMode.GetContextMenuSubMenuImage">
<summary>
Gets an image indicating a sub-menu on a context menu item.
</summary>
<returns>Appropriate image for drawing; otherwise null.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlackDarkMode.GetButtonSpecImage(Krypton.Toolkit.PaletteButtonSpecStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the image to display for the button.
</summary>
<param name="style">Style of button spec.</param>
<param name="state">State for which image is required.</param>
<returns>Image value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlackDarkMode.GetRibbonBackColorStyle(Krypton.Toolkit.PaletteRibbonBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the method used to draw the background of a ribbon item.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteRibbonBackStyle value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlackDarkMode.GetRibbonTabRowGradientColor1(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlackDarkMode.GetRibbonTabRowBackgroundGradientRaftingDark(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlackDarkMode.GetRibbonTabRowBackgroundGradientRaftingLight(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlackDarkMode.GetRibbonTabRowBackgroundSolidColor(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlackDarkMode.GetRibbonTabRowGradientRaftingAngle(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlackDarkMode.GetRibbonFileAppTabBottomColor(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlackDarkMode.GetRibbonFileAppTabTopColor(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlackDarkMode.GetRibbonFileAppTabTextColor(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="T:Krypton.Toolkit.PaletteOffice2007BlackDarkModeBase">
<summary>
Provides a professional appearance using colors/fonts generated from system settings.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlackDarkModeBase.#ctor(System.Drawing.Color[],System.Windows.Forms.ImageList,System.Windows.Forms.ImageList,System.Drawing.Image[],System.Drawing.Color[])">
<summary>
Initialize a new instance of the PaletteOffice2007BlackDarkModeBase class.
</summary>
<param name="schemeColors">Array of palette specific colors.</param>
<param name="checkBoxList">List of images for check box.</param>
<param name="galleryButtonList">List of images for gallery buttons.</param>
<param name="radioButtonArray">Array of images for radio button.</param>
<param name="trackBarColors">Array of track bar specific colors.</param>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlackDarkModeBase.GetRenderer">
<summary>
Gets the renderer to use for this palette.
</summary>
<returns>Renderer to use for drawing palette settings.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlackDarkModeBase.GetBackDraw(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets a value indicating if background should be drawn.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>InheritBool value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlackDarkModeBase.GetBackGraphicsHint(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the graphics drawing hint for the background.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>PaletteGraphicsHint value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlackDarkModeBase.GetBackColor1(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the first background color.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlackDarkModeBase.GetBackColor2(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the second back color.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlackDarkModeBase.GetBackColorStyle(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color background drawing style.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>Color drawing style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlackDarkModeBase.GetBackColorAlign(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color alignment.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>Color alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlackDarkModeBase.GetBackColorAngle(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color background angle.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>Angle used for color drawing.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlackDarkModeBase.GetBackImage(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets a background image.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>Image instance.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlackDarkModeBase.GetBackImageStyle(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the background image style.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>Image style value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlackDarkModeBase.GetBackImageAlign(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the image alignment.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>Image alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlackDarkModeBase.GetBorderDraw(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets a value indicating if border should be drawn.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>InheritBool value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlackDarkModeBase.GetBorderDrawBorders(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets a value indicating which borders to draw.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>PaletteDrawBorders value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlackDarkModeBase.GetBorderGraphicsHint(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the graphics drawing hint for the border.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>PaletteGraphicsHint value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlackDarkModeBase.GetBorderColor1(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the first border color.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlackDarkModeBase.GetBorderColor2(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the second border color.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlackDarkModeBase.GetBorderColorStyle(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color border drawing style.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>Color drawing style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlackDarkModeBase.GetBorderColorAlign(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color border alignment.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>Color alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlackDarkModeBase.GetBorderColorAngle(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color border angle.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>Angle used for color drawing.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlackDarkModeBase.GetBorderWidth(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the border width.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>Integer width.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlackDarkModeBase.GetBorderRounding(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the border corner rounding.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>Float rounding.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlackDarkModeBase.GetBorderImage(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets a border image.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>Image instance.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlackDarkModeBase.GetBorderImageStyle(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the border image style.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>Image style value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlackDarkModeBase.GetBorderImageAlign(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the image border alignment.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>Image alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlackDarkModeBase.GetContentDraw(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets a value indicating if content should be drawn.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>InheritBool value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlackDarkModeBase.GetContentDrawFocus(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets a value indicating if content should be drawn with focus indication.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>InheritBool value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlackDarkModeBase.GetContentImageH(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the horizontal relative alignment of the image.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlackDarkModeBase.GetContentImageV(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the vertical relative alignment of the image.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlackDarkModeBase.GetContentImageEffect(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the effect applied to drawing of the image.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>PaletteImageEffect value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlackDarkModeBase.GetContentImageColorMap(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the image color to remap into another color.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlackDarkModeBase.GetContentImageColorTo(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color to use in place of the image map color.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlackDarkModeBase.GetContentImageColorTransparent(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the image color that should be transparent.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlackDarkModeBase.GetContentShortTextFont(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the font for the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>Font value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlackDarkModeBase.GetContentShortTextNewFont(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the font for the short text by generating a new font instance.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Font value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlackDarkModeBase.GetContentShortTextHint(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the rendering hint for the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>PaletteTextHint value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlackDarkModeBase.GetContentShortTextPrefix(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the prefix drawing setting for short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>PaletteTextPrefix value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlackDarkModeBase.GetContentShortTextMultiLine(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the flag indicating if multiline text is allowed for short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>InheritBool value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlackDarkModeBase.GetContentShortTextTrim(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the text trimming to use for short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>PaletteTextTrim value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlackDarkModeBase.GetContentShortTextH(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the horizontal relative alignment of the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlackDarkModeBase.GetContentShortTextV(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the vertical relative alignment of the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlackDarkModeBase.GetContentShortTextMultiLineH(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the horizontal relative alignment of multiline short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlackDarkModeBase.GetContentShortTextColor1(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the first back color for the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlackDarkModeBase.GetContentShortTextColor2(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the second back color for the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlackDarkModeBase.GetContentShortTextColorStyle(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color drawing style for the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>Color drawing style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlackDarkModeBase.GetContentShortTextColorAlign(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color alignment for the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>Color alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlackDarkModeBase.GetContentShortTextColorAngle(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color background angle for the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>Angle used for color drawing.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlackDarkModeBase.GetContentShortTextImage(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets a background image for the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>Image instance.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlackDarkModeBase.GetContentShortTextImageStyle(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the background image style.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>Image style value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlackDarkModeBase.GetContentShortTextImageAlign(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the image alignment for the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>Image alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlackDarkModeBase.GetContentLongTextFont(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the font for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>Font value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlackDarkModeBase.GetContentLongTextNewFont(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the font for the long text by generating a new font instance.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Font value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlackDarkModeBase.GetContentLongTextHint(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the rendering hint for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>PaletteTextHint value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlackDarkModeBase.GetContentLongTextMultiLine(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the flag indicating if multiline text is allowed for long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>InheritBool value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlackDarkModeBase.GetContentLongTextTrim(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the text trimming to use for long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>PaletteTextTrim value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlackDarkModeBase.GetContentLongTextPrefix(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the prefix drawing setting for long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>PaletteTextPrefix value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlackDarkModeBase.GetContentLongTextH(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the horizontal relative alignment of the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlackDarkModeBase.GetContentLongTextV(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the vertical relative alignment of the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlackDarkModeBase.GetContentLongTextMultiLineH(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the horizontal relative alignment of multiline long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlackDarkModeBase.GetContentLongTextColor1(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the first back color for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlackDarkModeBase.GetContentLongTextColor2(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the second back color for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlackDarkModeBase.GetContentLongTextColorStyle(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color drawing style for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>Color drawing style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlackDarkModeBase.GetContentLongTextColorAlign(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color alignment for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>Color alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlackDarkModeBase.GetContentLongTextColorAngle(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color background angle for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>Angle used for color drawing.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlackDarkModeBase.GetContentLongTextImage(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets a background image for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>Image instance.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlackDarkModeBase.GetContentLongTextImageStyle(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the background image style for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>Image style value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlackDarkModeBase.GetContentLongTextImageAlign(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the image alignment for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>Image alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlackDarkModeBase.GetBorderContentPadding(Krypton.Toolkit.KryptonForm,Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the padding between the border and content drawing.
</summary>
<param name="owningForm"></param>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>Padding value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlackDarkModeBase.GetContentAdjacentGap(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the padding between adjacent content items.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>Integer value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlackDarkModeBase.GetMetricInt(Krypton.Toolkit.KryptonForm,Krypton.Toolkit.PaletteState,Krypton.Toolkit.PaletteMetricInt)">
<summary>
Gets an integer metric value.
</summary>
<param name="owningForm"></param>
<param name="state">Palette value should be applicable to this state.</param>
<param name="metric">Requested metric.</param>
<returns>Integer value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlackDarkModeBase.GetMetricBool(Krypton.Toolkit.PaletteState,Krypton.Toolkit.PaletteMetricBool)">
<summary>
Gets a boolean metric value.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<param name="metric">Requested metric.</param>
<returns>InheritBool value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlackDarkModeBase.GetMetricPadding(Krypton.Toolkit.KryptonForm,Krypton.Toolkit.PaletteState,Krypton.Toolkit.PaletteMetricPadding)">
<summary>
Gets a padding metric value.
</summary>
<param name="owningForm"></param>
<param name="state">Palette value should be applicable to this state.</param>
<param name="metric">Requested metric.</param>
<returns>Padding value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlackDarkModeBase.GetTreeViewImage(System.Boolean)">
<summary>
Gets a tree view image appropriate for the provided state.
</summary>
<param name="expanded">Is the node expanded</param>
<returns>Appropriate image for drawing; otherwise null.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlackDarkModeBase.GetCheckBoxImage(System.Boolean,System.Windows.Forms.CheckState,System.Boolean,System.Boolean)">
<summary>
Gets a check box image appropriate for the provided state.
</summary>
<param name="enabled">Is the check box enabled.</param>
<param name="checkState">Is the check box checked/unchecked/indeterminate.</param>
<param name="tracking">Is the check box being hot tracked.</param>
<param name="pressed">Is the check box being pressed.</param>
<returns>Appropriate image for drawing; otherwise null.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlackDarkModeBase.GetRadioButtonImage(System.Boolean,System.Boolean,System.Boolean,System.Boolean)">
<summary>
Gets a check box image appropriate for the provided state.
</summary>
<param name="enabled">Is the radio button enabled.</param>
<param name="checkState">Is the radio button checked.</param>
<param name="tracking">Is the radio button being hot tracked.</param>
<param name="pressed">Is the radio button being pressed.</param>
<returns>Appropriate image for drawing; otherwise null.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlackDarkModeBase.GetContextMenuCheckedImage">
<summary>
Gets a checked image appropriate for a context menu item.
</summary>
<returns>Appropriate image for drawing; otherwise null.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlackDarkModeBase.GetContextMenuIndeterminateImage">
<summary>
Gets a indeterminate image appropriate for a context menu item.
</summary>
<returns>Appropriate image for drawing; otherwise null.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlackDarkModeBase.GetGalleryButtonImage(Krypton.Toolkit.PaletteRibbonGalleryButton,Krypton.Toolkit.PaletteState)">
<summary>
Gets a check box image appropriate for the provided state.
</summary>
<param name="button">Enum of the button to fetch.</param>
<param name="state">State of the button to fetch.</param>
<returns>Appropriate image for drawing; otherwise null.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlackDarkModeBase.GetButtonSpecImage(Krypton.Toolkit.PaletteButtonSpecStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the image to display for the button.
</summary>
<param name="style">Style of button spec.</param>
<param name="state">State for which image is required.</param>
<returns>Image value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlackDarkModeBase.GetRibbonShape">
<summary>
Gets the ribbon shape that should be used.
</summary>
<returns>Ribbon shape value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlackDarkModeBase.GetRibbonContextTextAlign(Krypton.Toolkit.PaletteState)">
<summary>
Gets the text alignment for the ribbon context text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Font value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlackDarkModeBase.GetRibbonContextTextFont(Krypton.Toolkit.PaletteState)">
<summary>
Gets the font for the ribbon context text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Font value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlackDarkModeBase.GetRibbonContextTextColor(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the ribbon context text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Font value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlackDarkModeBase.GetRibbonDisabledDark(Krypton.Toolkit.PaletteState)">
<summary>
Gets the dark disabled color used for ribbon glyphs.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlackDarkModeBase.GetRibbonDisabledLight(Krypton.Toolkit.PaletteState)">
<summary>
Gets the light disabled color used for ribbon glyphs.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlackDarkModeBase.GetRibbonDropArrowLight(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the drop arrow light.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlackDarkModeBase.GetRibbonDropArrowDark(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the drop arrow dark.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlackDarkModeBase.GetRibbonGroupDialogDark(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the dialog launcher dark.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlackDarkModeBase.GetRibbonGroupDialogLight(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the dialog launcher light.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlackDarkModeBase.GetRibbonGroupSeparatorDark(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the group separator dark.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlackDarkModeBase.GetRibbonGroupSeparatorLight(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the group separator light.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlackDarkModeBase.GetRibbonMinimizeBarDark(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the minimize bar dark.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlackDarkModeBase.GetRibbonMinimizeBarLight(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the minimize bar light.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlackDarkModeBase.GetRibbonTabSeparatorColor(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the tab separator.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlackDarkModeBase.GetRibbonTabSeparatorContextColor(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the tab context separators.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlackDarkModeBase.GetRibbonTextFont(Krypton.Toolkit.PaletteState)">
<summary>
Gets the font for the ribbon text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Font value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlackDarkModeBase.GetRibbonTextHint(Krypton.Toolkit.PaletteState)">
<summary>
Gets the rendering hint for the ribbon font.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteTextHint value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlackDarkModeBase.GetRibbonQATButtonDark(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the extra QAT button dark content color.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlackDarkModeBase.GetRibbonQATButtonLight(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the extra QAT button light content color.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlackDarkModeBase.GetRibbonBackColorStyle(Krypton.Toolkit.PaletteRibbonBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the method used to draw the background of a ribbon item.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteRibbonBackStyle value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlackDarkModeBase.GetRibbonBackColor1(Krypton.Toolkit.PaletteRibbonBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the first background color for the ribbon item.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlackDarkModeBase.GetRibbonBackColor2(Krypton.Toolkit.PaletteRibbonBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the second background color for the ribbon item.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlackDarkModeBase.GetRibbonBackColor3(Krypton.Toolkit.PaletteRibbonBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the third background color for the ribbon item.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlackDarkModeBase.GetRibbonBackColor4(Krypton.Toolkit.PaletteRibbonBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the fourth background color for the ribbon item.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlackDarkModeBase.GetRibbonBackColor5(Krypton.Toolkit.PaletteRibbonBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the fifth background color for the ribbon item.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlackDarkModeBase.GetRibbonTextColor(Krypton.Toolkit.PaletteRibbonTextStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the =color for the item text.
</summary>
<param name="style">Text style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlackDarkModeBase.GetElementColor1(Krypton.Toolkit.PaletteElement,Krypton.Toolkit.PaletteState)">
<summary>
Gets the first element color.
</summary>
<param name="element">Element for which color is required.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlackDarkModeBase.GetElementColor2(Krypton.Toolkit.PaletteElement,Krypton.Toolkit.PaletteState)">
<summary>
Gets the second element color.
</summary>
<param name="element">Element for which color is required.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlackDarkModeBase.GetElementColor3(Krypton.Toolkit.PaletteElement,Krypton.Toolkit.PaletteState)">
<summary>
Gets the third element color.
</summary>
<param name="element">Element for which color is required.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlackDarkModeBase.GetElementColor4(Krypton.Toolkit.PaletteElement,Krypton.Toolkit.PaletteState)">
<summary>
Gets the fourth element color.
</summary>
<param name="element">Element for which color is required.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlackDarkModeBase.GetElementColor5(Krypton.Toolkit.PaletteElement,Krypton.Toolkit.PaletteState)">
<summary>
Gets the fifth element color.
</summary>
<param name="element">Element for which color is required.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>Color value.</returns>
</member>
<member name="P:Krypton.Toolkit.PaletteOffice2007BlackDarkModeBase.ColorTable">
<summary>
Gets access to the color table instance.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlackDarkModeBase.OnUserPreferenceChanged(System.Object,Microsoft.Win32.UserPreferenceChangedEventArgs)">
<summary>
Handle a change in the user preferences.
</summary>
<param name="sender">Source of event.</param>
<param name="e">Event data.</param>
</member>
<member name="T:Krypton.Toolkit.KryptonColorTable2007BlackDarkMode">
<summary>
Provide KryptonColorTable2007BlackDarkMode values using an array of Color values as the source.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonColorTable2007BlackDarkMode.#ctor(System.Drawing.Color[],Krypton.Toolkit.InheritBool,Krypton.Toolkit.PaletteBase)">
<summary>
Initialize a new instance of the KryptonColorTable2007BlackDarkMode class.
</summary>
<param name="colors">Source of </param>
<param name="roundedEdges">Should have rounded edges.</param>
<param name="palette">Associated palette instance.</param>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007BlackDarkMode.Colors">
<summary>
Gets the raw set of colors.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007BlackDarkMode.UseRoundedEdges">
<summary>
Gets a value indicating if rounded edges are required.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007BlackDarkMode.ButtonPressedBorder">
<summary>
Gets the border color for a button being pressed.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007BlackDarkMode.ButtonPressedGradientBegin">
<summary>
Gets the background starting color for a button being pressed.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007BlackDarkMode.ButtonPressedGradientMiddle">
<summary>
Gets the background middle color for a button being pressed.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007BlackDarkMode.ButtonPressedGradientEnd">
<summary>
Gets the background ending color for a button being pressed.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007BlackDarkMode.ButtonPressedHighlight">
<summary>
Gets the highlight background for a pressed button.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007BlackDarkMode.ButtonPressedHighlightBorder">
<summary>
Gets the highlight border for a pressed button.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007BlackDarkMode.ButtonSelectedBorder">
<summary>
Gets the border color for a button being selected.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007BlackDarkMode.ButtonSelectedGradientBegin">
<summary>
Gets the background starting color for a button being selected.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007BlackDarkMode.ButtonSelectedGradientMiddle">
<summary>
Gets the background middle color for a button being selected.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007BlackDarkMode.ButtonSelectedGradientEnd">
<summary>
Gets the background ending color for a button being selected.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007BlackDarkMode.ButtonSelectedHighlight">
<summary>
Gets the highlight background for a selected button.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007BlackDarkMode.ButtonSelectedHighlightBorder">
<summary>
Gets the highlight border for a selected button.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007BlackDarkMode.ButtonCheckedGradientBegin">
<summary>
Gets the background starting color for a checked button.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007BlackDarkMode.ButtonCheckedGradientMiddle">
<summary>
Gets the background middle color for a checked button.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007BlackDarkMode.ButtonCheckedGradientEnd">
<summary>
Gets the background ending color for a checked button.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007BlackDarkMode.ButtonCheckedHighlight">
<summary>
Gets the highlight background for a checked button.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007BlackDarkMode.ButtonCheckedHighlightBorder">
<summary>
Gets the highlight border for a checked button.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007BlackDarkMode.CheckBackground">
<summary>
Get background of the check mark area.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007BlackDarkMode.CheckPressedBackground">
<summary>
Get background of a pressed check mark area.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007BlackDarkMode.CheckSelectedBackground">
<summary>
Get background of a selected check mark area.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007BlackDarkMode.GripLight">
<summary>
Gets the light color used to draw grips.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007BlackDarkMode.GripDark">
<summary>
Gets the dark color used to draw grips.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007BlackDarkMode.ImageMarginGradientBegin">
<summary>
Gets the starting color for the context menu margin.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007BlackDarkMode.ImageMarginGradientMiddle">
<summary>
Gets the middle color for the context menu margin.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007BlackDarkMode.ImageMarginGradientEnd">
<summary>
Gets the ending color for the context menu margin.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007BlackDarkMode.ImageMarginRevealedGradientBegin">
<summary>
Gets the starting color for the context menu margin revealed.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007BlackDarkMode.ImageMarginRevealedGradientMiddle">
<summary>
Gets the middle color for the context menu margin revealed.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007BlackDarkMode.ImageMarginRevealedGradientEnd">
<summary>
Gets the ending color for the context menu margin revealed.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007BlackDarkMode.MenuBorder">
<summary>
Gets the color of the border around menus.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007BlackDarkMode.MenuItemBorder">
<summary>
Gets the border color for around the menu item.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007BlackDarkMode.MenuItemSelected">
<summary>
Gets the color of a selected menu item.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007BlackDarkMode.MenuItemPressedGradientBegin">
<summary>
Gets the starting color of the gradient used when a top-level ToolStripMenuItem is pressed down.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007BlackDarkMode.MenuItemPressedGradientEnd">
<summary>
Gets the end color of the gradient used when a top-level ToolStripMenuItem is pressed down.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007BlackDarkMode.MenuItemPressedGradientMiddle">
<summary>
Gets the middle color of the gradient used when a top-level ToolStripMenuItem is pressed down.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007BlackDarkMode.MenuItemSelectedGradientBegin">
<summary>
Gets the starting color of the gradient used when the ToolStripMenuItem is selected.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007BlackDarkMode.MenuItemSelectedGradientEnd">
<summary>
Gets the end color of the gradient used when the ToolStripMenuItem is selected.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007BlackDarkMode.MenuStripGradientBegin">
<summary>
Gets the starting color of the gradient used in the MenuStrip.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007BlackDarkMode.MenuStripGradientEnd">
<summary>
Gets the end color of the gradient used in the MenuStrip.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007BlackDarkMode.OverflowButtonGradientBegin">
<summary>
Gets the starting color of the gradient used in the ToolStripOverflowButton.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007BlackDarkMode.OverflowButtonGradientEnd">
<summary>
Gets the end color of the gradient used in the ToolStripOverflowButton.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007BlackDarkMode.OverflowButtonGradientMiddle">
<summary>
Gets the middle color of the gradient used in the ToolStripOverflowButton.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007BlackDarkMode.RaftingContainerGradientBegin">
<summary>
Gets the starting color of the gradient used in the ToolStripContainer.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007BlackDarkMode.RaftingContainerGradientEnd">
<summary>
Gets the end color of the gradient used in the ToolStripContainer.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007BlackDarkMode.SeparatorLight">
<summary>
Gets the light separator color.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007BlackDarkMode.SeparatorDark">
<summary>
Gets the dark separator color.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007BlackDarkMode.StatusStripGradientBegin">
<summary>
Gets the starting color for the status strip background.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007BlackDarkMode.StatusStripGradientEnd">
<summary>
Gets the ending color for the status strip background.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007BlackDarkMode.MenuItemText">
<summary>
Gets the text color used on the menu items.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007BlackDarkMode.MenuStripText">
<summary>
Gets the text color used on the menu strip.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007BlackDarkMode.ToolStripText">
<summary>
Gets the text color used on the tool strip.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007BlackDarkMode.StatusStripText">
<summary>
Gets the text color used on the status strip.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007BlackDarkMode.MenuStripFont">
<summary>
Gets the font used on the menu strip.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007BlackDarkMode.ToolStripFont">
<summary>
Gets the font used on the tool strip.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007BlackDarkMode.StatusStripFont">
<summary>
Gets the font used on the status strip.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007BlackDarkMode.ToolStripBorder">
<summary>
Gets the border color to use on the bottom edge of the ToolStrip.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007BlackDarkMode.ToolStripContentPanelGradientBegin">
<summary>
Gets the starting color for the content panel background.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007BlackDarkMode.ToolStripContentPanelGradientEnd">
<summary>
Gets the ending color for the content panel background.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007BlackDarkMode.ToolStripDropDownBackground">
<summary>
Gets the background color for drop-down menus.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007BlackDarkMode.ToolStripGradientBegin">
<summary>
Gets the starting color of the gradient used in the ToolStrip background.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007BlackDarkMode.ToolStripGradientEnd">
<summary>
Gets the end color of the gradient used in the ToolStrip background.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007BlackDarkMode.ToolStripGradientMiddle">
<summary>
Gets the middle color of the gradient used in the ToolStrip background.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007BlackDarkMode.ToolStripPanelGradientBegin">
<summary>
Gets the starting color of the gradient used in the ToolStripPanel.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007BlackDarkMode.ToolStripPanelGradientEnd">
<summary>
Gets the end color of the gradient used in the ToolStripPanel.
</summary>
</member>
<member name="T:Krypton.Toolkit.PaletteOffice2007BlueDarkMode">
<summary>
Provides the Blue color scheme variant of the Office 2007 palette.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlueDarkMode.#ctor">
<summary>
Initialize a new instance of the PaletteOffice2007BlueDarkMode class.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlueDarkMode.GetBackColorStyle(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color background drawing style.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color drawing style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlueDarkMode.GetContextMenuSubMenuImage">
<summary>
Gets an image indicating a sub-menu on a context menu item.
</summary>
<returns>Appropriate image for drawing; otherwise null.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlueDarkMode.GetButtonSpecImage(Krypton.Toolkit.PaletteButtonSpecStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the image to display for the button.
</summary>
<param name="style">Style of button spec.</param>
<param name="state">State for which image is required.</param>
<returns>Image value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlueDarkMode.GetRibbonBackColorStyle(Krypton.Toolkit.PaletteRibbonBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the method used to draw the background of a ribbon item.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteRibbonBackStyle value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlueDarkMode.GetRibbonTabRowGradientColor1(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlueDarkMode.GetRibbonTabRowBackgroundGradientRaftingDark(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlueDarkMode.GetRibbonTabRowBackgroundGradientRaftingLight(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlueDarkMode.GetRibbonTabRowBackgroundSolidColor(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlueDarkMode.GetRibbonTabRowGradientRaftingAngle(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlueDarkMode.GetRibbonFileAppTabBottomColor(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlueDarkMode.GetRibbonFileAppTabTopColor(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlueDarkMode.GetRibbonFileAppTabTextColor(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="T:Krypton.Toolkit.PaletteOffice2007BlueDarkModeBase">
<summary>
Provides a professional appearance using colors/fonts generated from system settings.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlueDarkModeBase.#ctor(System.Drawing.Color[],System.Windows.Forms.ImageList,System.Windows.Forms.ImageList,System.Drawing.Image[],System.Drawing.Color[])">
<summary>
Initialize a new instance of the PaletteOffice2007BlueDarkModeBase class.
</summary>
<param name="schemeColors">Array of palette specific colors.</param>
<param name="checkBoxList">List of images for check box.</param>
<param name="galleryButtonList">List of images for gallery buttons.</param>
<param name="radioButtonArray">Array of images for radio button.</param>
<param name="trackBarColors">Array of track bar specific colors.</param>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlueDarkModeBase.GetRenderer">
<summary>
Gets the renderer to use for this palette.
</summary>
<returns>Renderer to use for drawing palette settings.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlueDarkModeBase.GetBackDraw(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets a value indicating if background should be drawn.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>InheritBool value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlueDarkModeBase.GetBackGraphicsHint(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the graphics drawing hint for the background.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>PaletteGraphicsHint value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlueDarkModeBase.GetBackColor1(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the first background color.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlueDarkModeBase.GetBackColor2(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the second back color.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlueDarkModeBase.GetBackColorStyle(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color background drawing style.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>Color drawing style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlueDarkModeBase.GetBackColorAlign(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color alignment.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>Color alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlueDarkModeBase.GetBackColorAngle(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color background angle.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>Angle used for color drawing.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlueDarkModeBase.GetBackImage(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets a background image.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>Image instance.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlueDarkModeBase.GetBackImageStyle(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the background image style.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>Image style value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlueDarkModeBase.GetBackImageAlign(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the image alignment.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>Image alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlueDarkModeBase.GetBorderDraw(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets a value indicating if border should be drawn.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>InheritBool value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlueDarkModeBase.GetBorderDrawBorders(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets a value indicating which borders to draw.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>PaletteDrawBorders value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlueDarkModeBase.GetBorderGraphicsHint(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the graphics drawing hint for the border.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>PaletteGraphicsHint value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlueDarkModeBase.GetBorderColor1(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the first border color.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlueDarkModeBase.GetBorderColor2(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the second border color.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlueDarkModeBase.GetBorderColorStyle(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color border drawing style.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>Color drawing style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlueDarkModeBase.GetBorderColorAlign(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color border alignment.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>Color alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlueDarkModeBase.GetBorderColorAngle(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color border angle.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>Angle used for color drawing.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlueDarkModeBase.GetBorderWidth(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the border width.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>Integer width.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlueDarkModeBase.GetBorderRounding(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the border corner rounding.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>Float rounding.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlueDarkModeBase.GetBorderImage(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets a border image.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>Image instance.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlueDarkModeBase.GetBorderImageStyle(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the border image style.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>Image style value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlueDarkModeBase.GetBorderImageAlign(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the image border alignment.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>Image alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlueDarkModeBase.GetContentDraw(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets a value indicating if content should be drawn.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>InheritBool value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlueDarkModeBase.GetContentDrawFocus(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets a value indicating if content should be drawn with focus indication.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>InheritBool value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlueDarkModeBase.GetContentImageH(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the horizontal relative alignment of the image.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlueDarkModeBase.GetContentImageV(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the vertical relative alignment of the image.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlueDarkModeBase.GetContentImageEffect(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the effect applied to drawing of the image.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>PaletteImageEffect value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlueDarkModeBase.GetContentImageColorMap(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the image color to remap into another color.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlueDarkModeBase.GetContentImageColorTo(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color to use in place of the image map color.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlueDarkModeBase.GetContentImageColorTransparent(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the image color that should be transparent.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlueDarkModeBase.GetContentShortTextFont(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the font for the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>Font value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlueDarkModeBase.GetContentShortTextNewFont(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the font for the short text by generating a new font instance.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Font value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlueDarkModeBase.GetContentShortTextHint(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the rendering hint for the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>PaletteTextHint value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlueDarkModeBase.GetContentShortTextPrefix(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the prefix drawing setting for short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>PaletteTextPrefix value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlueDarkModeBase.GetContentShortTextMultiLine(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the flag indicating if multiline text is allowed for short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>InheritBool value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlueDarkModeBase.GetContentShortTextTrim(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the text trimming to use for short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>PaletteTextTrim value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlueDarkModeBase.GetContentShortTextH(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the horizontal relative alignment of the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlueDarkModeBase.GetContentShortTextV(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the vertical relative alignment of the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlueDarkModeBase.GetContentShortTextMultiLineH(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the horizontal relative alignment of multiline short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlueDarkModeBase.GetContentShortTextColor1(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the first back color for the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlueDarkModeBase.GetContentShortTextColor2(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the second back color for the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlueDarkModeBase.GetContentShortTextColorStyle(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color drawing style for the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>Color drawing style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlueDarkModeBase.GetContentShortTextColorAlign(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color alignment for the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>Color alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlueDarkModeBase.GetContentShortTextColorAngle(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color background angle for the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>Angle used for color drawing.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlueDarkModeBase.GetContentShortTextImage(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets a background image for the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>Image instance.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlueDarkModeBase.GetContentShortTextImageStyle(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the background image style.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>Image style value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlueDarkModeBase.GetContentShortTextImageAlign(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the image alignment for the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>Image alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlueDarkModeBase.GetContentLongTextFont(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the font for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>Font value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlueDarkModeBase.GetContentLongTextNewFont(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the font for the long text by generating a new font instance.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Font value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlueDarkModeBase.GetContentLongTextHint(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the rendering hint for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>PaletteTextHint value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlueDarkModeBase.GetContentLongTextMultiLine(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the flag indicating if multiline text is allowed for long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>InheritBool value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlueDarkModeBase.GetContentLongTextTrim(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the text trimming to use for long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>PaletteTextTrim value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlueDarkModeBase.GetContentLongTextPrefix(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the prefix drawing setting for long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>PaletteTextPrefix value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlueDarkModeBase.GetContentLongTextH(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the horizontal relative alignment of the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlueDarkModeBase.GetContentLongTextV(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the vertical relative alignment of the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlueDarkModeBase.GetContentLongTextMultiLineH(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the horizontal relative alignment of multiline long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlueDarkModeBase.GetContentLongTextColor1(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the first back color for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlueDarkModeBase.GetContentLongTextColor2(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the second back color for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlueDarkModeBase.GetContentLongTextColorStyle(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color drawing style for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>Color drawing style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlueDarkModeBase.GetContentLongTextColorAlign(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color alignment for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>Color alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlueDarkModeBase.GetContentLongTextColorAngle(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color background angle for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>Angle used for color drawing.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlueDarkModeBase.GetContentLongTextImage(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets a background image for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>Image instance.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlueDarkModeBase.GetContentLongTextImageStyle(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the background image style for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>Image style value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlueDarkModeBase.GetContentLongTextImageAlign(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the image alignment for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>Image alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlueDarkModeBase.GetBorderContentPadding(Krypton.Toolkit.KryptonForm,Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the padding between the border and content drawing.
</summary>
<param name="owningForm"></param>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>Padding value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlueDarkModeBase.GetContentAdjacentGap(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the padding between adjacent content items.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>Integer value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlueDarkModeBase.GetMetricInt(Krypton.Toolkit.KryptonForm,Krypton.Toolkit.PaletteState,Krypton.Toolkit.PaletteMetricInt)">
<summary>
Gets an integer metric value.
</summary>
<param name="owningForm"></param>
<param name="state">Palette value should be applicable to this state.</param>
<param name="metric">Requested metric.</param>
<returns>Integer value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlueDarkModeBase.GetMetricBool(Krypton.Toolkit.PaletteState,Krypton.Toolkit.PaletteMetricBool)">
<summary>
Gets a boolean metric value.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<param name="metric">Requested metric.</param>
<returns>InheritBool value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlueDarkModeBase.GetMetricPadding(Krypton.Toolkit.KryptonForm,Krypton.Toolkit.PaletteState,Krypton.Toolkit.PaletteMetricPadding)">
<summary>
Gets a padding metric value.
</summary>
<param name="owningForm"></param>
<param name="state">Palette value should be applicable to this state.</param>
<param name="metric">Requested metric.</param>
<returns>Padding value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlueDarkModeBase.GetTreeViewImage(System.Boolean)">
<summary>
Gets a tree view image appropriate for the provided state.
</summary>
<param name="expanded">Is the node expanded</param>
<returns>Appropriate image for drawing; otherwise null.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlueDarkModeBase.GetCheckBoxImage(System.Boolean,System.Windows.Forms.CheckState,System.Boolean,System.Boolean)">
<summary>
Gets a check box image appropriate for the provided state.
</summary>
<param name="enabled">Is the check box enabled.</param>
<param name="checkState">Is the check box checked/unchecked/indeterminate.</param>
<param name="tracking">Is the check box being hot tracked.</param>
<param name="pressed">Is the check box being pressed.</param>
<returns>Appropriate image for drawing; otherwise null.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlueDarkModeBase.GetRadioButtonImage(System.Boolean,System.Boolean,System.Boolean,System.Boolean)">
<summary>
Gets a check box image appropriate for the provided state.
</summary>
<param name="enabled">Is the radio button enabled.</param>
<param name="checkState">Is the radio button checked.</param>
<param name="tracking">Is the radio button being hot tracked.</param>
<param name="pressed">Is the radio button being pressed.</param>
<returns>Appropriate image for drawing; otherwise null.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlueDarkModeBase.GetContextMenuCheckedImage">
<summary>
Gets a checked image appropriate for a context menu item.
</summary>
<returns>Appropriate image for drawing; otherwise null.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlueDarkModeBase.GetContextMenuIndeterminateImage">
<summary>
Gets a indeterminate image appropriate for a context menu item.
</summary>
<returns>Appropriate image for drawing; otherwise null.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlueDarkModeBase.GetGalleryButtonImage(Krypton.Toolkit.PaletteRibbonGalleryButton,Krypton.Toolkit.PaletteState)">
<summary>
Gets a check box image appropriate for the provided state.
</summary>
<param name="button">Enum of the button to fetch.</param>
<param name="state">State of the button to fetch.</param>
<returns>Appropriate image for drawing; otherwise null.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlueDarkModeBase.GetButtonSpecImage(Krypton.Toolkit.PaletteButtonSpecStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the image to display for the button.
</summary>
<param name="style">Style of button spec.</param>
<param name="state">State for which image is required.</param>
<returns>Image value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlueDarkModeBase.GetRibbonShape">
<summary>
Gets the ribbon shape that should be used.
</summary>
<returns>Ribbon shape value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlueDarkModeBase.GetRibbonContextTextAlign(Krypton.Toolkit.PaletteState)">
<summary>
Gets the text alignment for the ribbon context text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Font value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlueDarkModeBase.GetRibbonContextTextFont(Krypton.Toolkit.PaletteState)">
<summary>
Gets the font for the ribbon context text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Font value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlueDarkModeBase.GetRibbonContextTextColor(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the ribbon context text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Font value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlueDarkModeBase.GetRibbonDisabledDark(Krypton.Toolkit.PaletteState)">
<summary>
Gets the dark disabled color used for ribbon glyphs.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlueDarkModeBase.GetRibbonDisabledLight(Krypton.Toolkit.PaletteState)">
<summary>
Gets the light disabled color used for ribbon glyphs.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlueDarkModeBase.GetRibbonDropArrowLight(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the drop arrow light.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlueDarkModeBase.GetRibbonDropArrowDark(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the drop arrow dark.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlueDarkModeBase.GetRibbonGroupDialogDark(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the dialog launcher dark.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlueDarkModeBase.GetRibbonGroupDialogLight(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the dialog launcher light.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlueDarkModeBase.GetRibbonGroupSeparatorDark(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the group separator dark.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlueDarkModeBase.GetRibbonGroupSeparatorLight(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the group separator light.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlueDarkModeBase.GetRibbonMinimizeBarDark(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the minimize bar dark.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlueDarkModeBase.GetRibbonMinimizeBarLight(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the minimize bar light.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlueDarkModeBase.GetRibbonTabSeparatorColor(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the tab separator.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlueDarkModeBase.GetRibbonTabSeparatorContextColor(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the tab context separators.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlueDarkModeBase.GetRibbonTextFont(Krypton.Toolkit.PaletteState)">
<summary>
Gets the font for the ribbon text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Font value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlueDarkModeBase.GetRibbonTextHint(Krypton.Toolkit.PaletteState)">
<summary>
Gets the rendering hint for the ribbon font.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteTextHint value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlueDarkModeBase.GetRibbonQATButtonDark(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the extra QAT button dark content color.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlueDarkModeBase.GetRibbonQATButtonLight(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the extra QAT button light content color.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlueDarkModeBase.GetRibbonBackColorStyle(Krypton.Toolkit.PaletteRibbonBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the method used to draw the background of a ribbon item.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteRibbonBackStyle value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlueDarkModeBase.GetRibbonBackColor1(Krypton.Toolkit.PaletteRibbonBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the first background color for the ribbon item.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlueDarkModeBase.GetRibbonBackColor2(Krypton.Toolkit.PaletteRibbonBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the second background color for the ribbon item.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlueDarkModeBase.GetRibbonBackColor3(Krypton.Toolkit.PaletteRibbonBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the third background color for the ribbon item.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlueDarkModeBase.GetRibbonBackColor4(Krypton.Toolkit.PaletteRibbonBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the fourth background color for the ribbon item.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlueDarkModeBase.GetRibbonBackColor5(Krypton.Toolkit.PaletteRibbonBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the fifth background color for the ribbon item.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlueDarkModeBase.GetRibbonTextColor(Krypton.Toolkit.PaletteRibbonTextStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the =color for the item text.
</summary>
<param name="style">Text style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlueDarkModeBase.GetElementColor1(Krypton.Toolkit.PaletteElement,Krypton.Toolkit.PaletteState)">
<summary>
Gets the first element color.
</summary>
<param name="element">Element for which color is required.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlueDarkModeBase.GetElementColor2(Krypton.Toolkit.PaletteElement,Krypton.Toolkit.PaletteState)">
<summary>
Gets the second element color.
</summary>
<param name="element">Element for which color is required.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlueDarkModeBase.GetElementColor3(Krypton.Toolkit.PaletteElement,Krypton.Toolkit.PaletteState)">
<summary>
Gets the third element color.
</summary>
<param name="element">Element for which color is required.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlueDarkModeBase.GetElementColor4(Krypton.Toolkit.PaletteElement,Krypton.Toolkit.PaletteState)">
<summary>
Gets the fourth element color.
</summary>
<param name="element">Element for which color is required.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlueDarkModeBase.GetElementColor5(Krypton.Toolkit.PaletteElement,Krypton.Toolkit.PaletteState)">
<summary>
Gets the fifth element color.
</summary>
<param name="element">Element for which color is required.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>Color value.</returns>
</member>
<member name="P:Krypton.Toolkit.PaletteOffice2007BlueDarkModeBase.ColorTable">
<summary>
Gets access to the color table instance.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlueDarkModeBase.OnUserPreferenceChanged(System.Object,Microsoft.Win32.UserPreferenceChangedEventArgs)">
<summary>
Handle a change in the user preferences.
</summary>
<param name="sender">Source of event.</param>
<param name="e">Event data.</param>
</member>
<member name="T:Krypton.Toolkit.KryptonColorTable2007BlueDarkMode">
<summary>
Provide KryptonColorTable2007BlueDarkMode values using an array of Color values as the source.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonColorTable2007BlueDarkMode.#ctor(System.Drawing.Color[],Krypton.Toolkit.InheritBool,Krypton.Toolkit.PaletteBase)">
<summary>
Initialize a new instance of the KryptonColorTable2007BlueDarkMode class.
</summary>
<param name="colors">Source of </param>
<param name="roundedEdges">Should have rounded edges.</param>
<param name="palette">Associated palette instance.</param>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007BlueDarkMode.Colors">
<summary>
Gets the raw set of colors.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007BlueDarkMode.UseRoundedEdges">
<summary>
Gets a value indicating if rounded edges are required.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007BlueDarkMode.ButtonPressedBorder">
<summary>
Gets the border color for a button being pressed.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007BlueDarkMode.ButtonPressedGradientBegin">
<summary>
Gets the background starting color for a button being pressed.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007BlueDarkMode.ButtonPressedGradientMiddle">
<summary>
Gets the background middle color for a button being pressed.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007BlueDarkMode.ButtonPressedGradientEnd">
<summary>
Gets the background ending color for a button being pressed.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007BlueDarkMode.ButtonPressedHighlight">
<summary>
Gets the highlight background for a pressed button.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007BlueDarkMode.ButtonPressedHighlightBorder">
<summary>
Gets the highlight border for a pressed button.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007BlueDarkMode.ButtonSelectedBorder">
<summary>
Gets the border color for a button being selected.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007BlueDarkMode.ButtonSelectedGradientBegin">
<summary>
Gets the background starting color for a button being selected.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007BlueDarkMode.ButtonSelectedGradientMiddle">
<summary>
Gets the background middle color for a button being selected.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007BlueDarkMode.ButtonSelectedGradientEnd">
<summary>
Gets the background ending color for a button being selected.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007BlueDarkMode.ButtonSelectedHighlight">
<summary>
Gets the highlight background for a selected button.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007BlueDarkMode.ButtonSelectedHighlightBorder">
<summary>
Gets the highlight border for a selected button.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007BlueDarkMode.ButtonCheckedGradientBegin">
<summary>
Gets the background starting color for a checked button.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007BlueDarkMode.ButtonCheckedGradientMiddle">
<summary>
Gets the background middle color for a checked button.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007BlueDarkMode.ButtonCheckedGradientEnd">
<summary>
Gets the background ending color for a checked button.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007BlueDarkMode.ButtonCheckedHighlight">
<summary>
Gets the highlight background for a checked button.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007BlueDarkMode.ButtonCheckedHighlightBorder">
<summary>
Gets the highlight border for a checked button.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007BlueDarkMode.CheckBackground">
<summary>
Get background of the check mark area.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007BlueDarkMode.CheckPressedBackground">
<summary>
Get background of a pressed check mark area.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007BlueDarkMode.CheckSelectedBackground">
<summary>
Get background of a selected check mark area.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007BlueDarkMode.GripLight">
<summary>
Gets the light color used to draw grips.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007BlueDarkMode.GripDark">
<summary>
Gets the dark color used to draw grips.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007BlueDarkMode.ImageMarginGradientBegin">
<summary>
Gets the starting color for the context menu margin.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007BlueDarkMode.ImageMarginGradientMiddle">
<summary>
Gets the middle color for the context menu margin.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007BlueDarkMode.ImageMarginGradientEnd">
<summary>
Gets the ending color for the context menu margin.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007BlueDarkMode.ImageMarginRevealedGradientBegin">
<summary>
Gets the starting color for the context menu margin revealed.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007BlueDarkMode.ImageMarginRevealedGradientMiddle">
<summary>
Gets the middle color for the context menu margin revealed.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007BlueDarkMode.ImageMarginRevealedGradientEnd">
<summary>
Gets the ending color for the context menu margin revealed.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007BlueDarkMode.MenuBorder">
<summary>
Gets the color of the border around menus.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007BlueDarkMode.MenuItemBorder">
<summary>
Gets the border color for around the menu item.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007BlueDarkMode.MenuItemSelected">
<summary>
Gets the color of a selected menu item.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007BlueDarkMode.MenuItemPressedGradientBegin">
<summary>
Gets the starting color of the gradient used when a top-level ToolStripMenuItem is pressed down.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007BlueDarkMode.MenuItemPressedGradientEnd">
<summary>
Gets the end color of the gradient used when a top-level ToolStripMenuItem is pressed down.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007BlueDarkMode.MenuItemPressedGradientMiddle">
<summary>
Gets the middle color of the gradient used when a top-level ToolStripMenuItem is pressed down.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007BlueDarkMode.MenuItemSelectedGradientBegin">
<summary>
Gets the starting color of the gradient used when the ToolStripMenuItem is selected.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007BlueDarkMode.MenuItemSelectedGradientEnd">
<summary>
Gets the end color of the gradient used when the ToolStripMenuItem is selected.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007BlueDarkMode.MenuStripGradientBegin">
<summary>
Gets the starting color of the gradient used in the MenuStrip.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007BlueDarkMode.MenuStripGradientEnd">
<summary>
Gets the end color of the gradient used in the MenuStrip.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007BlueDarkMode.OverflowButtonGradientBegin">
<summary>
Gets the starting color of the gradient used in the ToolStripOverflowButton.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007BlueDarkMode.OverflowButtonGradientEnd">
<summary>
Gets the end color of the gradient used in the ToolStripOverflowButton.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007BlueDarkMode.OverflowButtonGradientMiddle">
<summary>
Gets the middle color of the gradient used in the ToolStripOverflowButton.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007BlueDarkMode.RaftingContainerGradientBegin">
<summary>
Gets the starting color of the gradient used in the ToolStripContainer.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007BlueDarkMode.RaftingContainerGradientEnd">
<summary>
Gets the end color of the gradient used in the ToolStripContainer.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007BlueDarkMode.SeparatorLight">
<summary>
Gets the light separator color.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007BlueDarkMode.SeparatorDark">
<summary>
Gets the dark separator color.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007BlueDarkMode.StatusStripGradientBegin">
<summary>
Gets the starting color for the status strip background.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007BlueDarkMode.StatusStripGradientEnd">
<summary>
Gets the ending color for the status strip background.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007BlueDarkMode.MenuItemText">
<summary>
Gets the text color used on the menu items.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007BlueDarkMode.MenuStripText">
<summary>
Gets the text color used on the menu strip.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007BlueDarkMode.ToolStripText">
<summary>
Gets the text color used on the tool strip.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007BlueDarkMode.StatusStripText">
<summary>
Gets the text color used on the status strip.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007BlueDarkMode.MenuStripFont">
<summary>
Gets the font used on the menu strip.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007BlueDarkMode.ToolStripFont">
<summary>
Gets the font used on the tool strip.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007BlueDarkMode.StatusStripFont">
<summary>
Gets the font used on the status strip.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007BlueDarkMode.ToolStripBorder">
<summary>
Gets the border color to use on the bottom edge of the ToolStrip.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007BlueDarkMode.ToolStripContentPanelGradientBegin">
<summary>
Gets the starting color for the content panel background.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007BlueDarkMode.ToolStripContentPanelGradientEnd">
<summary>
Gets the ending color for the content panel background.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007BlueDarkMode.ToolStripDropDownBackground">
<summary>
Gets the background color for drop-down menus.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007BlueDarkMode.ToolStripGradientBegin">
<summary>
Gets the starting color of the gradient used in the ToolStrip background.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007BlueDarkMode.ToolStripGradientEnd">
<summary>
Gets the end color of the gradient used in the ToolStrip background.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007BlueDarkMode.ToolStripGradientMiddle">
<summary>
Gets the middle color of the gradient used in the ToolStrip background.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007BlueDarkMode.ToolStripPanelGradientBegin">
<summary>
Gets the starting color of the gradient used in the ToolStripPanel.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007BlueDarkMode.ToolStripPanelGradientEnd">
<summary>
Gets the end color of the gradient used in the ToolStripPanel.
</summary>
</member>
<member name="T:Krypton.Toolkit.PaletteOffice2007BlueLightMode">
<summary>
Provides the Blue color scheme variant of the Office 2007 palette.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlueLightMode.#ctor">
<summary>
Initialize a new instance of the PaletteOffice2007BlueLightMode class.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlueLightMode.GetBackColorStyle(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color background drawing style.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color drawing style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlueLightMode.GetContextMenuSubMenuImage">
<summary>
Gets an image indicating a sub-menu on a context menu item.
</summary>
<returns>Appropriate image for drawing; otherwise null.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlueLightMode.GetButtonSpecImage(Krypton.Toolkit.PaletteButtonSpecStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the image to display for the button.
</summary>
<param name="style">Style of button spec.</param>
<param name="state">State for which image is required.</param>
<returns>Image value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlueLightMode.GetRibbonBackColorStyle(Krypton.Toolkit.PaletteRibbonBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the method used to draw the background of a ribbon item.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteRibbonBackStyle value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlueLightMode.GetRibbonTabRowGradientColor1(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlueLightMode.GetRibbonTabRowBackgroundGradientRaftingDark(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlueLightMode.GetRibbonTabRowBackgroundGradientRaftingLight(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlueLightMode.GetRibbonTabRowBackgroundSolidColor(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlueLightMode.GetRibbonTabRowGradientRaftingAngle(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlueLightMode.GetRibbonFileAppTabBottomColor(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlueLightMode.GetRibbonFileAppTabTopColor(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlueLightMode.GetRibbonFileAppTabTextColor(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="T:Krypton.Toolkit.PaletteOffice2007BlueLightModeBase">
<summary>
Provides a professional appearance using colors/fonts generated from system settings.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlueLightModeBase.#ctor(System.Drawing.Color[],System.Windows.Forms.ImageList,System.Windows.Forms.ImageList,System.Drawing.Image[],System.Drawing.Color[])">
<summary>
Initialize a new instance of the PaletteOffice2007BlueLightModeBase class.
</summary>
<param name="schemeColors">Array of palette specific colors.</param>
<param name="checkBoxList">List of images for check box.</param>
<param name="galleryButtonList">List of images for gallery buttons.</param>
<param name="radioButtonArray">Array of images for radio button.</param>
<param name="trackBarColors">Array of track bar specific colors.</param>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlueLightModeBase.GetRenderer">
<summary>
Gets the renderer to use for this palette.
</summary>
<returns>Renderer to use for drawing palette settings.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlueLightModeBase.GetBackDraw(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets a value indicating if background should be drawn.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>InheritBool value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlueLightModeBase.GetBackGraphicsHint(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the graphics drawing hint for the background.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>PaletteGraphicsHint value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlueLightModeBase.GetBackColor1(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the first background color.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlueLightModeBase.GetBackColor2(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the second back color.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlueLightModeBase.GetBackColorStyle(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color background drawing style.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>Color drawing style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlueLightModeBase.GetBackColorAlign(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color alignment.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>Color alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlueLightModeBase.GetBackColorAngle(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color background angle.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>Angle used for color drawing.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlueLightModeBase.GetBackImage(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets a background image.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>Image instance.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlueLightModeBase.GetBackImageStyle(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the background image style.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>Image style value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlueLightModeBase.GetBackImageAlign(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the image alignment.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>Image alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlueLightModeBase.GetBorderDraw(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets a value indicating if border should be drawn.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>InheritBool value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlueLightModeBase.GetBorderDrawBorders(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets a value indicating which borders to draw.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>PaletteDrawBorders value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlueLightModeBase.GetBorderGraphicsHint(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the graphics drawing hint for the border.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>PaletteGraphicsHint value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlueLightModeBase.GetBorderColor1(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the first border color.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlueLightModeBase.GetBorderColor2(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the second border color.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlueLightModeBase.GetBorderColorStyle(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color border drawing style.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>Color drawing style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlueLightModeBase.GetBorderColorAlign(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color border alignment.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>Color alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlueLightModeBase.GetBorderColorAngle(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color border angle.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>Angle used for color drawing.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlueLightModeBase.GetBorderWidth(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the border width.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>Integer width.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlueLightModeBase.GetBorderRounding(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the border corner rounding.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>Float rounding.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlueLightModeBase.GetBorderImage(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets a border image.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>Image instance.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlueLightModeBase.GetBorderImageStyle(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the border image style.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>Image style value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlueLightModeBase.GetBorderImageAlign(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the image border alignment.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>Image alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlueLightModeBase.GetContentDraw(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets a value indicating if content should be drawn.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>InheritBool value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlueLightModeBase.GetContentDrawFocus(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets a value indicating if content should be drawn with focus indication.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>InheritBool value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlueLightModeBase.GetContentImageH(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the horizontal relative alignment of the image.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlueLightModeBase.GetContentImageV(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the vertical relative alignment of the image.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlueLightModeBase.GetContentImageEffect(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the effect applied to drawing of the image.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>PaletteImageEffect value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlueLightModeBase.GetContentImageColorMap(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the image color to remap into another color.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlueLightModeBase.GetContentImageColorTo(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color to use in place of the image map color.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlueLightModeBase.GetContentImageColorTransparent(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the image color that should be transparent.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlueLightModeBase.GetContentShortTextFont(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the font for the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>Font value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlueLightModeBase.GetContentShortTextNewFont(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the font for the short text by generating a new font instance.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Font value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlueLightModeBase.GetContentShortTextHint(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the rendering hint for the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>PaletteTextHint value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlueLightModeBase.GetContentShortTextPrefix(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the prefix drawing setting for short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>PaletteTextPrefix value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlueLightModeBase.GetContentShortTextMultiLine(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the flag indicating if multiline text is allowed for short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>InheritBool value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlueLightModeBase.GetContentShortTextTrim(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the text trimming to use for short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>PaletteTextTrim value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlueLightModeBase.GetContentShortTextH(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the horizontal relative alignment of the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlueLightModeBase.GetContentShortTextV(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the vertical relative alignment of the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlueLightModeBase.GetContentShortTextMultiLineH(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the horizontal relative alignment of multiline short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlueLightModeBase.GetContentShortTextColor1(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the first back color for the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlueLightModeBase.GetContentShortTextColor2(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the second back color for the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlueLightModeBase.GetContentShortTextColorStyle(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color drawing style for the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>Color drawing style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlueLightModeBase.GetContentShortTextColorAlign(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color alignment for the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>Color alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlueLightModeBase.GetContentShortTextColorAngle(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color background angle for the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>Angle used for color drawing.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlueLightModeBase.GetContentShortTextImage(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets a background image for the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>Image instance.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlueLightModeBase.GetContentShortTextImageStyle(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the background image style.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>Image style value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlueLightModeBase.GetContentShortTextImageAlign(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the image alignment for the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>Image alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlueLightModeBase.GetContentLongTextFont(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the font for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>Font value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlueLightModeBase.GetContentLongTextNewFont(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the font for the long text by generating a new font instance.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Font value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlueLightModeBase.GetContentLongTextHint(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the rendering hint for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>PaletteTextHint value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlueLightModeBase.GetContentLongTextMultiLine(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the flag indicating if multiline text is allowed for long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>InheritBool value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlueLightModeBase.GetContentLongTextTrim(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the text trimming to use for long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>PaletteTextTrim value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlueLightModeBase.GetContentLongTextPrefix(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the prefix drawing setting for long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>PaletteTextPrefix value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlueLightModeBase.GetContentLongTextH(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the horizontal relative alignment of the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlueLightModeBase.GetContentLongTextV(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the vertical relative alignment of the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlueLightModeBase.GetContentLongTextMultiLineH(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the horizontal relative alignment of multiline long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlueLightModeBase.GetContentLongTextColor1(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the first back color for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlueLightModeBase.GetContentLongTextColor2(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the second back color for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlueLightModeBase.GetContentLongTextColorStyle(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color drawing style for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>Color drawing style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlueLightModeBase.GetContentLongTextColorAlign(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color alignment for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>Color alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlueLightModeBase.GetContentLongTextColorAngle(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color background angle for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>Angle used for color drawing.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlueLightModeBase.GetContentLongTextImage(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets a background image for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>Image instance.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlueLightModeBase.GetContentLongTextImageStyle(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the background image style for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>Image style value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlueLightModeBase.GetContentLongTextImageAlign(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the image alignment for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>Image alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlueLightModeBase.GetBorderContentPadding(Krypton.Toolkit.KryptonForm,Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the padding between the border and content drawing.
</summary>
<param name="owningForm"></param>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>Padding value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlueLightModeBase.GetContentAdjacentGap(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the padding between adjacent content items.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>Integer value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlueLightModeBase.GetMetricInt(Krypton.Toolkit.KryptonForm,Krypton.Toolkit.PaletteState,Krypton.Toolkit.PaletteMetricInt)">
<summary>
Gets an integer metric value.
</summary>
<param name="owningForm"></param>
<param name="state">Palette value should be applicable to this state.</param>
<param name="metric">Requested metric.</param>
<returns>Integer value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlueLightModeBase.GetMetricBool(Krypton.Toolkit.PaletteState,Krypton.Toolkit.PaletteMetricBool)">
<summary>
Gets a boolean metric value.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<param name="metric">Requested metric.</param>
<returns>InheritBool value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlueLightModeBase.GetMetricPadding(Krypton.Toolkit.KryptonForm,Krypton.Toolkit.PaletteState,Krypton.Toolkit.PaletteMetricPadding)">
<summary>
Gets a padding metric value.
</summary>
<param name="owningForm"></param>
<param name="state">Palette value should be applicable to this state.</param>
<param name="metric">Requested metric.</param>
<returns>Padding value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlueLightModeBase.GetTreeViewImage(System.Boolean)">
<summary>
Gets a tree view image appropriate for the provided state.
</summary>
<param name="expanded">Is the node expanded</param>
<returns>Appropriate image for drawing; otherwise null.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlueLightModeBase.GetCheckBoxImage(System.Boolean,System.Windows.Forms.CheckState,System.Boolean,System.Boolean)">
<summary>
Gets a check box image appropriate for the provided state.
</summary>
<param name="enabled">Is the check box enabled.</param>
<param name="checkState">Is the check box checked/unchecked/indeterminate.</param>
<param name="tracking">Is the check box being hot tracked.</param>
<param name="pressed">Is the check box being pressed.</param>
<returns>Appropriate image for drawing; otherwise null.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlueLightModeBase.GetRadioButtonImage(System.Boolean,System.Boolean,System.Boolean,System.Boolean)">
<summary>
Gets a check box image appropriate for the provided state.
</summary>
<param name="enabled">Is the radio button enabled.</param>
<param name="checkState">Is the radio button checked.</param>
<param name="tracking">Is the radio button being hot tracked.</param>
<param name="pressed">Is the radio button being pressed.</param>
<returns>Appropriate image for drawing; otherwise null.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlueLightModeBase.GetContextMenuCheckedImage">
<summary>
Gets a checked image appropriate for a context menu item.
</summary>
<returns>Appropriate image for drawing; otherwise null.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlueLightModeBase.GetContextMenuIndeterminateImage">
<summary>
Gets a indeterminate image appropriate for a context menu item.
</summary>
<returns>Appropriate image for drawing; otherwise null.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlueLightModeBase.GetGalleryButtonImage(Krypton.Toolkit.PaletteRibbonGalleryButton,Krypton.Toolkit.PaletteState)">
<summary>
Gets a check box image appropriate for the provided state.
</summary>
<param name="button">Enum of the button to fetch.</param>
<param name="state">State of the button to fetch.</param>
<returns>Appropriate image for drawing; otherwise null.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlueLightModeBase.GetButtonSpecImage(Krypton.Toolkit.PaletteButtonSpecStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the image to display for the button.
</summary>
<param name="style">Style of button spec.</param>
<param name="state">State for which image is required.</param>
<returns>Image value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlueLightModeBase.GetRibbonShape">
<summary>
Gets the ribbon shape that should be used.
</summary>
<returns>Ribbon shape value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlueLightModeBase.GetRibbonContextTextAlign(Krypton.Toolkit.PaletteState)">
<summary>
Gets the text alignment for the ribbon context text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Font value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlueLightModeBase.GetRibbonContextTextFont(Krypton.Toolkit.PaletteState)">
<summary>
Gets the font for the ribbon context text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Font value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlueLightModeBase.GetRibbonContextTextColor(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the ribbon context text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Font value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlueLightModeBase.GetRibbonDisabledDark(Krypton.Toolkit.PaletteState)">
<summary>
Gets the dark disabled color used for ribbon glyphs.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlueLightModeBase.GetRibbonDisabledLight(Krypton.Toolkit.PaletteState)">
<summary>
Gets the light disabled color used for ribbon glyphs.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlueLightModeBase.GetRibbonDropArrowLight(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the drop arrow light.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlueLightModeBase.GetRibbonDropArrowDark(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the drop arrow dark.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlueLightModeBase.GetRibbonGroupDialogDark(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the dialog launcher dark.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlueLightModeBase.GetRibbonGroupDialogLight(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the dialog launcher light.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlueLightModeBase.GetRibbonGroupSeparatorDark(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the group separator dark.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlueLightModeBase.GetRibbonGroupSeparatorLight(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the group separator light.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlueLightModeBase.GetRibbonMinimizeBarDark(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the minimize bar dark.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlueLightModeBase.GetRibbonMinimizeBarLight(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the minimize bar light.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlueLightModeBase.GetRibbonTabSeparatorColor(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the tab separator.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlueLightModeBase.GetRibbonTabSeparatorContextColor(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the tab context separators.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlueLightModeBase.GetRibbonTextFont(Krypton.Toolkit.PaletteState)">
<summary>
Gets the font for the ribbon text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Font value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlueLightModeBase.GetRibbonTextHint(Krypton.Toolkit.PaletteState)">
<summary>
Gets the rendering hint for the ribbon font.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteTextHint value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlueLightModeBase.GetRibbonQATButtonDark(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the extra QAT button dark content color.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlueLightModeBase.GetRibbonQATButtonLight(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the extra QAT button light content color.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlueLightModeBase.GetRibbonBackColorStyle(Krypton.Toolkit.PaletteRibbonBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the method used to draw the background of a ribbon item.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteRibbonBackStyle value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlueLightModeBase.GetRibbonBackColor1(Krypton.Toolkit.PaletteRibbonBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the first background color for the ribbon item.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlueLightModeBase.GetRibbonBackColor2(Krypton.Toolkit.PaletteRibbonBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the second background color for the ribbon item.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlueLightModeBase.GetRibbonBackColor3(Krypton.Toolkit.PaletteRibbonBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the third background color for the ribbon item.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlueLightModeBase.GetRibbonBackColor4(Krypton.Toolkit.PaletteRibbonBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the fourth background color for the ribbon item.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlueLightModeBase.GetRibbonBackColor5(Krypton.Toolkit.PaletteRibbonBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the fifth background color for the ribbon item.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlueLightModeBase.GetRibbonTextColor(Krypton.Toolkit.PaletteRibbonTextStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the =color for the item text.
</summary>
<param name="style">Text style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlueLightModeBase.GetElementColor1(Krypton.Toolkit.PaletteElement,Krypton.Toolkit.PaletteState)">
<summary>
Gets the first element color.
</summary>
<param name="element">Element for which color is required.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlueLightModeBase.GetElementColor2(Krypton.Toolkit.PaletteElement,Krypton.Toolkit.PaletteState)">
<summary>
Gets the second element color.
</summary>
<param name="element">Element for which color is required.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlueLightModeBase.GetElementColor3(Krypton.Toolkit.PaletteElement,Krypton.Toolkit.PaletteState)">
<summary>
Gets the third element color.
</summary>
<param name="element">Element for which color is required.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlueLightModeBase.GetElementColor4(Krypton.Toolkit.PaletteElement,Krypton.Toolkit.PaletteState)">
<summary>
Gets the fourth element color.
</summary>
<param name="element">Element for which color is required.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlueLightModeBase.GetElementColor5(Krypton.Toolkit.PaletteElement,Krypton.Toolkit.PaletteState)">
<summary>
Gets the fifth element color.
</summary>
<param name="element">Element for which color is required.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>Color value.</returns>
</member>
<member name="P:Krypton.Toolkit.PaletteOffice2007BlueLightModeBase.ColorTable">
<summary>
Gets access to the color table instance.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007BlueLightModeBase.OnUserPreferenceChanged(System.Object,Microsoft.Win32.UserPreferenceChangedEventArgs)">
<summary>
Handle a change in the user preferences.
</summary>
<param name="sender">Source of event.</param>
<param name="e">Event data.</param>
</member>
<member name="T:Krypton.Toolkit.KryptonColorTable2007BlueLightMode">
<summary>
Provide KryptonColorTable2007BlueLightMode values using an array of Color values as the source.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonColorTable2007BlueLightMode.#ctor(System.Drawing.Color[],Krypton.Toolkit.InheritBool,Krypton.Toolkit.PaletteBase)">
<summary>
Initialize a new instance of the KryptonColorTable2007BlueLightMode class.
</summary>
<param name="colours">Source of colours</param>
<param name="roundedEdges">Should have rounded edges.</param>
<param name="palette">Associated palette instance.</param>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007BlueLightMode.Colours">
<summary>
Gets the raw set of colors.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007BlueLightMode.UseRoundedEdges">
<summary>
Gets a value indicating if rounded edges are required.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007BlueLightMode.ButtonPressedBorder">
<summary>
Gets the border color for a button being pressed.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007BlueLightMode.ButtonPressedGradientBegin">
<summary>
Gets the background starting color for a button being pressed.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007BlueLightMode.ButtonPressedGradientMiddle">
<summary>
Gets the background middle color for a button being pressed.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007BlueLightMode.ButtonPressedGradientEnd">
<summary>
Gets the background ending color for a button being pressed.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007BlueLightMode.ButtonPressedHighlight">
<summary>
Gets the highlight background for a pressed button.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007BlueLightMode.ButtonPressedHighlightBorder">
<summary>
Gets the highlight border for a pressed button.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007BlueLightMode.ButtonSelectedBorder">
<summary>
Gets the border color for a button being selected.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007BlueLightMode.ButtonSelectedGradientBegin">
<summary>
Gets the background starting color for a button being selected.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007BlueLightMode.ButtonSelectedGradientMiddle">
<summary>
Gets the background middle color for a button being selected.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007BlueLightMode.ButtonSelectedGradientEnd">
<summary>
Gets the background ending color for a button being selected.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007BlueLightMode.ButtonSelectedHighlight">
<summary>
Gets the highlight background for a selected button.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007BlueLightMode.ButtonSelectedHighlightBorder">
<summary>
Gets the highlight border for a selected button.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007BlueLightMode.ButtonCheckedGradientBegin">
<summary>
Gets the background starting color for a checked button.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007BlueLightMode.ButtonCheckedGradientMiddle">
<summary>
Gets the background middle color for a checked button.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007BlueLightMode.ButtonCheckedGradientEnd">
<summary>
Gets the background ending color for a checked button.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007BlueLightMode.ButtonCheckedHighlight">
<summary>
Gets the highlight background for a checked button.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007BlueLightMode.ButtonCheckedHighlightBorder">
<summary>
Gets the highlight border for a checked button.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007BlueLightMode.CheckBackground">
<summary>
Get background of the check mark area.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007BlueLightMode.CheckPressedBackground">
<summary>
Get background of a pressed check mark area.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007BlueLightMode.CheckSelectedBackground">
<summary>
Get background of a selected check mark area.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007BlueLightMode.GripLight">
<summary>
Gets the light color used to draw grips.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007BlueLightMode.GripDark">
<summary>
Gets the dark color used to draw grips.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007BlueLightMode.ImageMarginGradientBegin">
<summary>
Gets the starting color for the context menu margin.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007BlueLightMode.ImageMarginGradientMiddle">
<summary>
Gets the middle color for the context menu margin.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007BlueLightMode.ImageMarginGradientEnd">
<summary>
Gets the ending color for the context menu margin.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007BlueLightMode.ImageMarginRevealedGradientBegin">
<summary>
Gets the starting color for the context menu margin revealed.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007BlueLightMode.ImageMarginRevealedGradientMiddle">
<summary>
Gets the middle color for the context menu margin revealed.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007BlueLightMode.ImageMarginRevealedGradientEnd">
<summary>
Gets the ending color for the context menu margin revealed.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007BlueLightMode.MenuBorder">
<summary>
Gets the color of the border around menus.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007BlueLightMode.MenuItemBorder">
<summary>
Gets the border color for around the menu item.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007BlueLightMode.MenuItemSelected">
<summary>
Gets the color of a selected menu item.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007BlueLightMode.MenuItemPressedGradientBegin">
<summary>
Gets the starting color of the gradient used when a top-level ToolStripMenuItem is pressed down.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007BlueLightMode.MenuItemPressedGradientEnd">
<summary>
Gets the end color of the gradient used when a top-level ToolStripMenuItem is pressed down.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007BlueLightMode.MenuItemPressedGradientMiddle">
<summary>
Gets the middle color of the gradient used when a top-level ToolStripMenuItem is pressed down.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007BlueLightMode.MenuItemSelectedGradientBegin">
<summary>
Gets the starting color of the gradient used when the ToolStripMenuItem is selected.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007BlueLightMode.MenuItemSelectedGradientEnd">
<summary>
Gets the end color of the gradient used when the ToolStripMenuItem is selected.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007BlueLightMode.MenuStripGradientBegin">
<summary>
Gets the starting color of the gradient used in the MenuStrip.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007BlueLightMode.MenuStripGradientEnd">
<summary>
Gets the end color of the gradient used in the MenuStrip.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007BlueLightMode.OverflowButtonGradientBegin">
<summary>
Gets the starting color of the gradient used in the ToolStripOverflowButton.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007BlueLightMode.OverflowButtonGradientEnd">
<summary>
Gets the end color of the gradient used in the ToolStripOverflowButton.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007BlueLightMode.OverflowButtonGradientMiddle">
<summary>
Gets the middle color of the gradient used in the ToolStripOverflowButton.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007BlueLightMode.RaftingContainerGradientBegin">
<summary>
Gets the starting color of the gradient used in the ToolStripContainer.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007BlueLightMode.RaftingContainerGradientEnd">
<summary>
Gets the end color of the gradient used in the ToolStripContainer.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007BlueLightMode.SeparatorLight">
<summary>
Gets the light separator color.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007BlueLightMode.SeparatorDark">
<summary>
Gets the dark separator color.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007BlueLightMode.StatusStripGradientBegin">
<summary>
Gets the starting color for the status strip background.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007BlueLightMode.StatusStripGradientEnd">
<summary>
Gets the ending color for the status strip background.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007BlueLightMode.MenuItemText">
<summary>
Gets the text color used on the menu items.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007BlueLightMode.MenuStripText">
<summary>
Gets the text color used on the menu strip.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007BlueLightMode.ToolStripText">
<summary>
Gets the text color used on the tool strip.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007BlueLightMode.StatusStripText">
<summary>
Gets the text color used on the status strip.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007BlueLightMode.MenuStripFont">
<summary>
Gets the font used on the menu strip.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007BlueLightMode.ToolStripFont">
<summary>
Gets the font used on the tool strip.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007BlueLightMode.StatusStripFont">
<summary>
Gets the font used on the status strip.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007BlueLightMode.ToolStripBorder">
<summary>
Gets the border color to use on the bottom edge of the ToolStrip.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007BlueLightMode.ToolStripContentPanelGradientBegin">
<summary>
Gets the starting color for the content panel background.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007BlueLightMode.ToolStripContentPanelGradientEnd">
<summary>
Gets the ending color for the content panel background.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007BlueLightMode.ToolStripDropDownBackground">
<summary>
Gets the background color for drop-down menus.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007BlueLightMode.ToolStripGradientBegin">
<summary>
Gets the starting color of the gradient used in the ToolStrip background.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007BlueLightMode.ToolStripGradientEnd">
<summary>
Gets the end color of the gradient used in the ToolStrip background.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007BlueLightMode.ToolStripGradientMiddle">
<summary>
Gets the middle color of the gradient used in the ToolStrip background.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007BlueLightMode.ToolStripPanelGradientBegin">
<summary>
Gets the starting color of the gradient used in the ToolStripPanel.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007BlueLightMode.ToolStripPanelGradientEnd">
<summary>
Gets the end color of the gradient used in the ToolStripPanel.
</summary>
</member>
<member name="T:Krypton.Toolkit.PaletteOffice2007SilverDarkMode">
<summary>
Provides the Silver color scheme variant of the Office 2007 palette.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007SilverDarkMode.#ctor">
<summary>
Initialize a new instance of the PaletteOffice2007SilverDarkMode class.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007SilverDarkMode.GetBackColorStyle(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color background drawing style.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color drawing style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007SilverDarkMode.GetContextMenuSubMenuImage">
<summary>
Gets an image indicating a sub-menu on a context menu item.
</summary>
<returns>Appropriate image for drawing; otherwise null.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007SilverDarkMode.GetButtonSpecImage(Krypton.Toolkit.PaletteButtonSpecStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the image to display for the button.
</summary>
<param name="style">Style of button spec.</param>
<param name="state">State for which image is required.</param>
<returns>Image value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007SilverDarkMode.GetRibbonTabRowGradientColor1(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007SilverDarkMode.GetRibbonTabRowBackgroundGradientRaftingDark(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007SilverDarkMode.GetRibbonTabRowBackgroundGradientRaftingLight(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007SilverDarkMode.GetRibbonTabRowBackgroundSolidColor(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007SilverDarkMode.GetRibbonTabRowGradientRaftingAngle(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007SilverDarkMode.GetRibbonFileAppTabBottomColor(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007SilverDarkMode.GetRibbonFileAppTabTopColor(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007SilverDarkMode.GetRibbonFileAppTabTextColor(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="T:Krypton.Toolkit.PaletteOffice2007SilverDarkModeBase">
<summary>
Provides a professional appearance using colors/fonts generated from system settings.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007SilverDarkModeBase.#ctor(System.Drawing.Color[],System.Windows.Forms.ImageList,System.Windows.Forms.ImageList,System.Drawing.Image[],System.Drawing.Color[])">
<summary>
Initialize a new instance of the PaletteOffice2007SilverDarkModeBase class.
</summary>
<param name="schemeColors">Array of palette specific colors.</param>
<param name="checkBoxList">List of images for check box.</param>
<param name="galleryButtonList">List of images for gallery buttons.</param>
<param name="radioButtonArray">Array of images for radio button.</param>
<param name="trackBarColors">Array of track bar specific colors.</param>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007SilverDarkModeBase.GetRenderer">
<summary>
Gets the renderer to use for this palette.
</summary>
<returns>Renderer to use for drawing palette settings.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007SilverDarkModeBase.GetBackDraw(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets a value indicating if background should be drawn.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>InheritBool value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007SilverDarkModeBase.GetBackGraphicsHint(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the graphics drawing hint for the background.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>PaletteGraphicsHint value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007SilverDarkModeBase.GetBackColor1(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the first background color.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007SilverDarkModeBase.GetBackColor2(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the second back color.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007SilverDarkModeBase.GetBackColorStyle(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color background drawing style.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>Color drawing style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007SilverDarkModeBase.GetBackColorAlign(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color alignment.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>Color alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007SilverDarkModeBase.GetBackColorAngle(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color background angle.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>Angle used for color drawing.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007SilverDarkModeBase.GetBackImage(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets a background image.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>Image instance.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007SilverDarkModeBase.GetBackImageStyle(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the background image style.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>Image style value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007SilverDarkModeBase.GetBackImageAlign(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the image alignment.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>Image alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007SilverDarkModeBase.GetBorderDraw(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets a value indicating if border should be drawn.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>InheritBool value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007SilverDarkModeBase.GetBorderDrawBorders(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets a value indicating which borders to draw.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>PaletteDrawBorders value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007SilverDarkModeBase.GetBorderGraphicsHint(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the graphics drawing hint for the border.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>PaletteGraphicsHint value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007SilverDarkModeBase.GetBorderColor1(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the first border color.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007SilverDarkModeBase.GetBorderColor2(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the second border color.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007SilverDarkModeBase.GetBorderColorStyle(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color border drawing style.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>Color drawing style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007SilverDarkModeBase.GetBorderColorAlign(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color border alignment.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>Color alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007SilverDarkModeBase.GetBorderColorAngle(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color border angle.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>Angle used for color drawing.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007SilverDarkModeBase.GetBorderWidth(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the border width.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>Integer width.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007SilverDarkModeBase.GetBorderRounding(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the border corner rounding.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>Float rounding.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007SilverDarkModeBase.GetBorderImage(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets a border image.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>Image instance.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007SilverDarkModeBase.GetBorderImageStyle(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the border image style.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>Image style value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007SilverDarkModeBase.GetBorderImageAlign(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the image border alignment.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>Image alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007SilverDarkModeBase.GetContentDraw(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets a value indicating if content should be drawn.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>InheritBool value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007SilverDarkModeBase.GetContentDrawFocus(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets a value indicating if content should be drawn with focus indication.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>InheritBool value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007SilverDarkModeBase.GetContentImageH(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the horizontal relative alignment of the image.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007SilverDarkModeBase.GetContentImageV(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the vertical relative alignment of the image.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007SilverDarkModeBase.GetContentImageEffect(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the effect applied to drawing of the image.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>PaletteImageEffect value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007SilverDarkModeBase.GetContentImageColorMap(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the image color to remap into another color.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007SilverDarkModeBase.GetContentImageColorTo(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color to use in place of the image map color.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007SilverDarkModeBase.GetContentImageColorTransparent(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the image color that should be transparent.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007SilverDarkModeBase.GetContentShortTextFont(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the font for the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>Font value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007SilverDarkModeBase.GetContentShortTextNewFont(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the font for the short text by generating a new font instance.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Font value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007SilverDarkModeBase.GetContentShortTextHint(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the rendering hint for the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>PaletteTextHint value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007SilverDarkModeBase.GetContentShortTextPrefix(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the prefix drawing setting for short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>PaletteTextPrefix value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007SilverDarkModeBase.GetContentShortTextMultiLine(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the flag indicating if multiline text is allowed for short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>InheritBool value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007SilverDarkModeBase.GetContentShortTextTrim(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the text trimming to use for short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>PaletteTextTrim value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007SilverDarkModeBase.GetContentShortTextH(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the horizontal relative alignment of the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007SilverDarkModeBase.GetContentShortTextV(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the vertical relative alignment of the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007SilverDarkModeBase.GetContentShortTextMultiLineH(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the horizontal relative alignment of multiline short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007SilverDarkModeBase.GetContentShortTextColor1(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the first back color for the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007SilverDarkModeBase.GetContentShortTextColor2(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the second back color for the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007SilverDarkModeBase.GetContentShortTextColorStyle(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color drawing style for the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>Color drawing style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007SilverDarkModeBase.GetContentShortTextColorAlign(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color alignment for the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>Color alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007SilverDarkModeBase.GetContentShortTextColorAngle(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color background angle for the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>Angle used for color drawing.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007SilverDarkModeBase.GetContentShortTextImage(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets a background image for the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>Image instance.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007SilverDarkModeBase.GetContentShortTextImageStyle(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the background image style.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>Image style value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007SilverDarkModeBase.GetContentShortTextImageAlign(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the image alignment for the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>Image alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007SilverDarkModeBase.GetContentLongTextFont(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the font for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>Font value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007SilverDarkModeBase.GetContentLongTextNewFont(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the font for the long text by generating a new font instance.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Font value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007SilverDarkModeBase.GetContentLongTextHint(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the rendering hint for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>PaletteTextHint value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007SilverDarkModeBase.GetContentLongTextMultiLine(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the flag indicating if multiline text is allowed for long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>InheritBool value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007SilverDarkModeBase.GetContentLongTextTrim(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the text trimming to use for long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>PaletteTextTrim value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007SilverDarkModeBase.GetContentLongTextPrefix(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the prefix drawing setting for long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>PaletteTextPrefix value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007SilverDarkModeBase.GetContentLongTextH(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the horizontal relative alignment of the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007SilverDarkModeBase.GetContentLongTextV(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the vertical relative alignment of the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007SilverDarkModeBase.GetContentLongTextMultiLineH(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the horizontal relative alignment of multiline long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007SilverDarkModeBase.GetContentLongTextColor1(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the first back color for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007SilverDarkModeBase.GetContentLongTextColor2(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the second back color for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007SilverDarkModeBase.GetContentLongTextColorStyle(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color drawing style for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>Color drawing style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007SilverDarkModeBase.GetContentLongTextColorAlign(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color alignment for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>Color alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007SilverDarkModeBase.GetContentLongTextColorAngle(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color background angle for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>Angle used for color drawing.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007SilverDarkModeBase.GetContentLongTextImage(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets a background image for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>Image instance.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007SilverDarkModeBase.GetContentLongTextImageStyle(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the background image style for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>Image style value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007SilverDarkModeBase.GetContentLongTextImageAlign(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the image alignment for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>Image alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007SilverDarkModeBase.GetBorderContentPadding(Krypton.Toolkit.KryptonForm,Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the padding between the border and content drawing.
</summary>
<param name="owningForm"></param>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>Padding value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007SilverDarkModeBase.GetContentAdjacentGap(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the padding between adjacent content items.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>Integer value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007SilverDarkModeBase.GetMetricInt(Krypton.Toolkit.KryptonForm,Krypton.Toolkit.PaletteState,Krypton.Toolkit.PaletteMetricInt)">
<summary>
Gets an integer metric value.
</summary>
<param name="owningForm"></param>
<param name="state">Palette value should be applicable to this state.</param>
<param name="metric">Requested metric.</param>
<returns>Integer value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007SilverDarkModeBase.GetMetricBool(Krypton.Toolkit.PaletteState,Krypton.Toolkit.PaletteMetricBool)">
<summary>
Gets a boolean metric value.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<param name="metric">Requested metric.</param>
<returns>InheritBool value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007SilverDarkModeBase.GetMetricPadding(Krypton.Toolkit.KryptonForm,Krypton.Toolkit.PaletteState,Krypton.Toolkit.PaletteMetricPadding)">
<summary>
Gets a padding metric value.
</summary>
<param name="owningForm"></param>
<param name="state">Palette value should be applicable to this state.</param>
<param name="metric">Requested metric.</param>
<returns>Padding value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007SilverDarkModeBase.GetTreeViewImage(System.Boolean)">
<summary>
Gets a tree view image appropriate for the provided state.
</summary>
<param name="expanded">Is the node expanded</param>
<returns>Appropriate image for drawing; otherwise null.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007SilverDarkModeBase.GetCheckBoxImage(System.Boolean,System.Windows.Forms.CheckState,System.Boolean,System.Boolean)">
<summary>
Gets a check box image appropriate for the provided state.
</summary>
<param name="enabled">Is the check box enabled.</param>
<param name="checkState">Is the check box checked/unchecked/indeterminate.</param>
<param name="tracking">Is the check box being hot tracked.</param>
<param name="pressed">Is the check box being pressed.</param>
<returns>Appropriate image for drawing; otherwise null.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007SilverDarkModeBase.GetRadioButtonImage(System.Boolean,System.Boolean,System.Boolean,System.Boolean)">
<summary>
Gets a check box image appropriate for the provided state.
</summary>
<param name="enabled">Is the radio button enabled.</param>
<param name="checkState">Is the radio button checked.</param>
<param name="tracking">Is the radio button being hot tracked.</param>
<param name="pressed">Is the radio button being pressed.</param>
<returns>Appropriate image for drawing; otherwise null.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007SilverDarkModeBase.GetContextMenuCheckedImage">
<summary>
Gets a checked image appropriate for a context menu item.
</summary>
<returns>Appropriate image for drawing; otherwise null.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007SilverDarkModeBase.GetContextMenuIndeterminateImage">
<summary>
Gets a indeterminate image appropriate for a context menu item.
</summary>
<returns>Appropriate image for drawing; otherwise null.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007SilverDarkModeBase.GetGalleryButtonImage(Krypton.Toolkit.PaletteRibbonGalleryButton,Krypton.Toolkit.PaletteState)">
<summary>
Gets a check box image appropriate for the provided state.
</summary>
<param name="button">Enum of the button to fetch.</param>
<param name="state">State of the button to fetch.</param>
<returns>Appropriate image for drawing; otherwise null.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007SilverDarkModeBase.GetButtonSpecImage(Krypton.Toolkit.PaletteButtonSpecStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the image to display for the button.
</summary>
<param name="style">Style of button spec.</param>
<param name="state">State for which image is required.</param>
<returns>Image value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007SilverDarkModeBase.GetRibbonShape">
<summary>
Gets the ribbon shape that should be used.
</summary>
<returns>Ribbon shape value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007SilverDarkModeBase.GetRibbonContextTextAlign(Krypton.Toolkit.PaletteState)">
<summary>
Gets the text alignment for the ribbon context text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Font value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007SilverDarkModeBase.GetRibbonContextTextFont(Krypton.Toolkit.PaletteState)">
<summary>
Gets the font for the ribbon context text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Font value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007SilverDarkModeBase.GetRibbonContextTextColor(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the ribbon context text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Font value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007SilverDarkModeBase.GetRibbonDisabledDark(Krypton.Toolkit.PaletteState)">
<summary>
Gets the dark disabled color used for ribbon glyphs.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007SilverDarkModeBase.GetRibbonDisabledLight(Krypton.Toolkit.PaletteState)">
<summary>
Gets the light disabled color used for ribbon glyphs.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007SilverDarkModeBase.GetRibbonDropArrowLight(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the drop arrow light.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007SilverDarkModeBase.GetRibbonDropArrowDark(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the drop arrow dark.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007SilverDarkModeBase.GetRibbonGroupDialogDark(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the dialog launcher dark.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007SilverDarkModeBase.GetRibbonGroupDialogLight(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the dialog launcher light.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007SilverDarkModeBase.GetRibbonGroupSeparatorDark(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the group separator dark.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007SilverDarkModeBase.GetRibbonGroupSeparatorLight(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the group separator light.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007SilverDarkModeBase.GetRibbonMinimizeBarDark(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the minimize bar dark.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007SilverDarkModeBase.GetRibbonMinimizeBarLight(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the minimize bar light.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007SilverDarkModeBase.GetRibbonTabSeparatorColor(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the tab separator.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007SilverDarkModeBase.GetRibbonTabSeparatorContextColor(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the tab context separators.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007SilverDarkModeBase.GetRibbonTextFont(Krypton.Toolkit.PaletteState)">
<summary>
Gets the font for the ribbon text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Font value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007SilverDarkModeBase.GetRibbonTextHint(Krypton.Toolkit.PaletteState)">
<summary>
Gets the rendering hint for the ribbon font.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteTextHint value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007SilverDarkModeBase.GetRibbonQATButtonDark(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the extra QAT button dark content color.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007SilverDarkModeBase.GetRibbonQATButtonLight(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the extra QAT button light content color.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007SilverDarkModeBase.GetRibbonBackColorStyle(Krypton.Toolkit.PaletteRibbonBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the method used to draw the background of a ribbon item.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteRibbonBackStyle value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007SilverDarkModeBase.GetRibbonBackColor1(Krypton.Toolkit.PaletteRibbonBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the first background color for the ribbon item.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007SilverDarkModeBase.GetRibbonBackColor2(Krypton.Toolkit.PaletteRibbonBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the second background color for the ribbon item.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007SilverDarkModeBase.GetRibbonBackColor3(Krypton.Toolkit.PaletteRibbonBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the third background color for the ribbon item.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007SilverDarkModeBase.GetRibbonBackColor4(Krypton.Toolkit.PaletteRibbonBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the fourth background color for the ribbon item.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007SilverDarkModeBase.GetRibbonBackColor5(Krypton.Toolkit.PaletteRibbonBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the fifth background color for the ribbon item.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007SilverDarkModeBase.GetRibbonTextColor(Krypton.Toolkit.PaletteRibbonTextStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the =color for the item text.
</summary>
<param name="style">Text style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007SilverDarkModeBase.GetElementColor1(Krypton.Toolkit.PaletteElement,Krypton.Toolkit.PaletteState)">
<summary>
Gets the first element color.
</summary>
<param name="element">Element for which color is required.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007SilverDarkModeBase.GetElementColor2(Krypton.Toolkit.PaletteElement,Krypton.Toolkit.PaletteState)">
<summary>
Gets the second element color.
</summary>
<param name="element">Element for which color is required.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007SilverDarkModeBase.GetElementColor3(Krypton.Toolkit.PaletteElement,Krypton.Toolkit.PaletteState)">
<summary>
Gets the third element color.
</summary>
<param name="element">Element for which color is required.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007SilverDarkModeBase.GetElementColor4(Krypton.Toolkit.PaletteElement,Krypton.Toolkit.PaletteState)">
<summary>
Gets the fourth element color.
</summary>
<param name="element">Element for which color is required.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007SilverDarkModeBase.GetElementColor5(Krypton.Toolkit.PaletteElement,Krypton.Toolkit.PaletteState)">
<summary>
Gets the fifth element color.
</summary>
<param name="element">Element for which color is required.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>Color value.</returns>
</member>
<member name="P:Krypton.Toolkit.PaletteOffice2007SilverDarkModeBase.ColorTable">
<summary>
Gets access to the color table instance.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007SilverDarkModeBase.OnUserPreferenceChanged(System.Object,Microsoft.Win32.UserPreferenceChangedEventArgs)">
<summary>
Handle a change in the user preferences.
</summary>
<param name="sender">Source of event.</param>
<param name="e">Event data.</param>
</member>
<member name="T:Krypton.Toolkit.KryptonColorTable2007SilverDarkMode">
<summary>
Provide KryptonColorTable2007SilverDarkMode values using an array of Color values as the source.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonColorTable2007SilverDarkMode.#ctor(System.Drawing.Color[],Krypton.Toolkit.InheritBool,Krypton.Toolkit.PaletteBase)">
<summary>
Initialize a new instance of the KryptonColorTable2007SilverDarkMode class.
</summary>
<param name="colors">Source of </param>
<param name="roundedEdges">Should have rounded edges.</param>
<param name="palette">Associated palette instance.</param>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007SilverDarkMode.Colors">
<summary>
Gets the raw set of colors.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007SilverDarkMode.UseRoundedEdges">
<summary>
Gets a value indicating if rounded edges are required.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007SilverDarkMode.ButtonPressedBorder">
<summary>
Gets the border color for a button being pressed.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007SilverDarkMode.ButtonPressedGradientBegin">
<summary>
Gets the background starting color for a button being pressed.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007SilverDarkMode.ButtonPressedGradientMiddle">
<summary>
Gets the background middle color for a button being pressed.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007SilverDarkMode.ButtonPressedGradientEnd">
<summary>
Gets the background ending color for a button being pressed.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007SilverDarkMode.ButtonPressedHighlight">
<summary>
Gets the highlight background for a pressed button.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007SilverDarkMode.ButtonPressedHighlightBorder">
<summary>
Gets the highlight border for a pressed button.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007SilverDarkMode.ButtonSelectedBorder">
<summary>
Gets the border color for a button being selected.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007SilverDarkMode.ButtonSelectedGradientBegin">
<summary>
Gets the background starting color for a button being selected.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007SilverDarkMode.ButtonSelectedGradientMiddle">
<summary>
Gets the background middle color for a button being selected.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007SilverDarkMode.ButtonSelectedGradientEnd">
<summary>
Gets the background ending color for a button being selected.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007SilverDarkMode.ButtonSelectedHighlight">
<summary>
Gets the highlight background for a selected button.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007SilverDarkMode.ButtonSelectedHighlightBorder">
<summary>
Gets the highlight border for a selected button.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007SilverDarkMode.ButtonCheckedGradientBegin">
<summary>
Gets the background starting color for a checked button.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007SilverDarkMode.ButtonCheckedGradientMiddle">
<summary>
Gets the background middle color for a checked button.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007SilverDarkMode.ButtonCheckedGradientEnd">
<summary>
Gets the background ending color for a checked button.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007SilverDarkMode.ButtonCheckedHighlight">
<summary>
Gets the highlight background for a checked button.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007SilverDarkMode.ButtonCheckedHighlightBorder">
<summary>
Gets the highlight border for a checked button.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007SilverDarkMode.CheckBackground">
<summary>
Get background of the check mark area.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007SilverDarkMode.CheckPressedBackground">
<summary>
Get background of a pressed check mark area.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007SilverDarkMode.CheckSelectedBackground">
<summary>
Get background of a selected check mark area.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007SilverDarkMode.GripLight">
<summary>
Gets the light color used to draw grips.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007SilverDarkMode.GripDark">
<summary>
Gets the dark color used to draw grips.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007SilverDarkMode.ImageMarginGradientBegin">
<summary>
Gets the starting color for the context menu margin.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007SilverDarkMode.ImageMarginGradientMiddle">
<summary>
Gets the middle color for the context menu margin.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007SilverDarkMode.ImageMarginGradientEnd">
<summary>
Gets the ending color for the context menu margin.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007SilverDarkMode.ImageMarginRevealedGradientBegin">
<summary>
Gets the starting color for the context menu margin revealed.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007SilverDarkMode.ImageMarginRevealedGradientMiddle">
<summary>
Gets the middle color for the context menu margin revealed.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007SilverDarkMode.ImageMarginRevealedGradientEnd">
<summary>
Gets the ending color for the context menu margin revealed.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007SilverDarkMode.MenuBorder">
<summary>
Gets the color of the border around menus.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007SilverDarkMode.MenuItemBorder">
<summary>
Gets the border color for around the menu item.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007SilverDarkMode.MenuItemSelected">
<summary>
Gets the color of a selected menu item.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007SilverDarkMode.MenuItemPressedGradientBegin">
<summary>
Gets the starting color of the gradient used when a top-level ToolStripMenuItem is pressed down.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007SilverDarkMode.MenuItemPressedGradientEnd">
<summary>
Gets the end color of the gradient used when a top-level ToolStripMenuItem is pressed down.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007SilverDarkMode.MenuItemPressedGradientMiddle">
<summary>
Gets the middle color of the gradient used when a top-level ToolStripMenuItem is pressed down.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007SilverDarkMode.MenuItemSelectedGradientBegin">
<summary>
Gets the starting color of the gradient used when the ToolStripMenuItem is selected.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007SilverDarkMode.MenuItemSelectedGradientEnd">
<summary>
Gets the end color of the gradient used when the ToolStripMenuItem is selected.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007SilverDarkMode.MenuStripGradientBegin">
<summary>
Gets the starting color of the gradient used in the MenuStrip.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007SilverDarkMode.MenuStripGradientEnd">
<summary>
Gets the end color of the gradient used in the MenuStrip.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007SilverDarkMode.OverflowButtonGradientBegin">
<summary>
Gets the starting color of the gradient used in the ToolStripOverflowButton.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007SilverDarkMode.OverflowButtonGradientEnd">
<summary>
Gets the end color of the gradient used in the ToolStripOverflowButton.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007SilverDarkMode.OverflowButtonGradientMiddle">
<summary>
Gets the middle color of the gradient used in the ToolStripOverflowButton.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007SilverDarkMode.RaftingContainerGradientBegin">
<summary>
Gets the starting color of the gradient used in the ToolStripContainer.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007SilverDarkMode.RaftingContainerGradientEnd">
<summary>
Gets the end color of the gradient used in the ToolStripContainer.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007SilverDarkMode.SeparatorLight">
<summary>
Gets the light separator color.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007SilverDarkMode.SeparatorDark">
<summary>
Gets the dark separator color.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007SilverDarkMode.StatusStripGradientBegin">
<summary>
Gets the starting color for the status strip background.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007SilverDarkMode.StatusStripGradientEnd">
<summary>
Gets the ending color for the status strip background.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007SilverDarkMode.MenuItemText">
<summary>
Gets the text color used on the menu items.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007SilverDarkMode.MenuStripText">
<summary>
Gets the text color used on the menu strip.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007SilverDarkMode.ToolStripText">
<summary>
Gets the text color used on the tool strip.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007SilverDarkMode.StatusStripText">
<summary>
Gets the text color used on the status strip.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007SilverDarkMode.MenuStripFont">
<summary>
Gets the font used on the menu strip.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007SilverDarkMode.ToolStripFont">
<summary>
Gets the font used on the tool strip.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007SilverDarkMode.StatusStripFont">
<summary>
Gets the font used on the status strip.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007SilverDarkMode.ToolStripBorder">
<summary>
Gets the border color to use on the bottom edge of the ToolStrip.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007SilverDarkMode.ToolStripContentPanelGradientBegin">
<summary>
Gets the starting color for the content panel background.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007SilverDarkMode.ToolStripContentPanelGradientEnd">
<summary>
Gets the ending color for the content panel background.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007SilverDarkMode.ToolStripDropDownBackground">
<summary>
Gets the background color for drop-down menus.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007SilverDarkMode.ToolStripGradientBegin">
<summary>
Gets the starting color of the gradient used in the ToolStrip background.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007SilverDarkMode.ToolStripGradientEnd">
<summary>
Gets the end color of the gradient used in the ToolStrip background.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007SilverDarkMode.ToolStripGradientMiddle">
<summary>
Gets the middle color of the gradient used in the ToolStrip background.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007SilverDarkMode.ToolStripPanelGradientBegin">
<summary>
Gets the starting color of the gradient used in the ToolStripPanel.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007SilverDarkMode.ToolStripPanelGradientEnd">
<summary>
Gets the end color of the gradient used in the ToolStripPanel.
</summary>
</member>
<member name="T:Krypton.Toolkit.PaletteOffice2007SilverLightMode">
<summary>
Provides the Silver color scheme variant of the Office 2007 palette.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007SilverLightMode.#ctor">
<summary>
Initialize a new instance of the PaletteOffice2007SilverLightMode class.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007SilverLightMode.GetBackColorStyle(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color background drawing style.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color drawing style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007SilverLightMode.GetContextMenuSubMenuImage">
<summary>
Gets an image indicating a sub-menu on a context menu item.
</summary>
<returns>Appropriate image for drawing; otherwise null.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007SilverLightMode.GetButtonSpecImage(Krypton.Toolkit.PaletteButtonSpecStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the image to display for the button.
</summary>
<param name="style">Style of button spec.</param>
<param name="state">State for which image is required.</param>
<returns>Image value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007SilverLightMode.GetRibbonTabRowGradientColor1(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007SilverLightMode.GetRibbonTabRowBackgroundGradientRaftingDark(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007SilverLightMode.GetRibbonTabRowBackgroundGradientRaftingLight(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007SilverLightMode.GetRibbonTabRowBackgroundSolidColor(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007SilverLightMode.GetRibbonTabRowGradientRaftingAngle(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007SilverLightMode.GetRibbonFileAppTabBottomColor(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007SilverLightMode.GetRibbonFileAppTabTopColor(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007SilverLightMode.GetRibbonFileAppTabTextColor(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="T:Krypton.Toolkit.PaletteOffice2007SilverLightModeBase">
<summary>
Provides a professional appearance using colors/fonts generated from system settings.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007SilverLightModeBase.#ctor(System.Drawing.Color[],System.Windows.Forms.ImageList,System.Windows.Forms.ImageList,System.Drawing.Image[],System.Drawing.Color[])">
<summary>
Initialize a new instance of the PaletteOffice2007SilverLightModeBase class.
</summary>
<param name="schemeColors">Array of palette specific colors.</param>
<param name="checkBoxList">List of images for check box.</param>
<param name="galleryButtonList">List of images for gallery buttons.</param>
<param name="radioButtonArray">Array of images for radio button.</param>
<param name="trackBarColors">Array of track bar specific colors.</param>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007SilverLightModeBase.GetRenderer">
<summary>
Gets the renderer to use for this palette.
</summary>
<returns>Renderer to use for drawing palette settings.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007SilverLightModeBase.GetBackDraw(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets a value indicating if background should be drawn.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>InheritBool value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007SilverLightModeBase.GetBackGraphicsHint(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the graphics drawing hint for the background.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>PaletteGraphicsHint value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007SilverLightModeBase.GetBackColor1(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the first background color.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007SilverLightModeBase.GetBackColor2(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the second back color.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007SilverLightModeBase.GetBackColorStyle(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color background drawing style.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>Color drawing style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007SilverLightModeBase.GetBackColorAlign(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color alignment.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>Color alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007SilverLightModeBase.GetBackColorAngle(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color background angle.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>Angle used for color drawing.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007SilverLightModeBase.GetBackImage(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets a background image.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>Image instance.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007SilverLightModeBase.GetBackImageStyle(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the background image style.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>Image style value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007SilverLightModeBase.GetBackImageAlign(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the image alignment.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>Image alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007SilverLightModeBase.GetBorderDraw(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets a value indicating if border should be drawn.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>InheritBool value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007SilverLightModeBase.GetBorderDrawBorders(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets a value indicating which borders to draw.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>PaletteDrawBorders value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007SilverLightModeBase.GetBorderGraphicsHint(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the graphics drawing hint for the border.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>PaletteGraphicsHint value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007SilverLightModeBase.GetBorderColor1(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the first border color.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007SilverLightModeBase.GetBorderColor2(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the second border color.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007SilverLightModeBase.GetBorderColorStyle(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color border drawing style.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>Color drawing style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007SilverLightModeBase.GetBorderColorAlign(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color border alignment.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>Color alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007SilverLightModeBase.GetBorderColorAngle(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color border angle.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>Angle used for color drawing.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007SilverLightModeBase.GetBorderWidth(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the border width.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>Integer width.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007SilverLightModeBase.GetBorderRounding(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the border corner rounding.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>Float rounding.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007SilverLightModeBase.GetBorderImage(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets a border image.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>Image instance.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007SilverLightModeBase.GetBorderImageStyle(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the border image style.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>Image style value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007SilverLightModeBase.GetBorderImageAlign(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the image border alignment.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>Image alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007SilverLightModeBase.GetContentDraw(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets a value indicating if content should be drawn.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>InheritBool value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007SilverLightModeBase.GetContentDrawFocus(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets a value indicating if content should be drawn with focus indication.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>InheritBool value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007SilverLightModeBase.GetContentImageH(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the horizontal relative alignment of the image.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007SilverLightModeBase.GetContentImageV(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the vertical relative alignment of the image.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007SilverLightModeBase.GetContentImageEffect(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the effect applied to drawing of the image.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>PaletteImageEffect value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007SilverLightModeBase.GetContentImageColorMap(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the image color to remap into another color.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007SilverLightModeBase.GetContentImageColorTo(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color to use in place of the image map color.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007SilverLightModeBase.GetContentImageColorTransparent(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the image color that should be transparent.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007SilverLightModeBase.GetContentShortTextFont(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the font for the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>Font value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007SilverLightModeBase.GetContentShortTextNewFont(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the font for the short text by generating a new font instance.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Font value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007SilverLightModeBase.GetContentShortTextHint(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the rendering hint for the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>PaletteTextHint value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007SilverLightModeBase.GetContentShortTextPrefix(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the prefix drawing setting for short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>PaletteTextPrefix value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007SilverLightModeBase.GetContentShortTextMultiLine(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the flag indicating if multiline text is allowed for short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>InheritBool value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007SilverLightModeBase.GetContentShortTextTrim(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the text trimming to use for short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>PaletteTextTrim value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007SilverLightModeBase.GetContentShortTextH(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the horizontal relative alignment of the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007SilverLightModeBase.GetContentShortTextV(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the vertical relative alignment of the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007SilverLightModeBase.GetContentShortTextMultiLineH(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the horizontal relative alignment of multiline short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007SilverLightModeBase.GetContentShortTextColor1(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the first back color for the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007SilverLightModeBase.GetContentShortTextColor2(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the second back color for the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007SilverLightModeBase.GetContentShortTextColorStyle(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color drawing style for the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>Color drawing style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007SilverLightModeBase.GetContentShortTextColorAlign(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color alignment for the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>Color alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007SilverLightModeBase.GetContentShortTextColorAngle(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color background angle for the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>Angle used for color drawing.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007SilverLightModeBase.GetContentShortTextImage(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets a background image for the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>Image instance.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007SilverLightModeBase.GetContentShortTextImageStyle(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the background image style.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>Image style value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007SilverLightModeBase.GetContentShortTextImageAlign(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the image alignment for the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>Image alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007SilverLightModeBase.GetContentLongTextFont(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the font for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>Font value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007SilverLightModeBase.GetContentLongTextNewFont(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the font for the long text by generating a new font instance.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Font value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007SilverLightModeBase.GetContentLongTextHint(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the rendering hint for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>PaletteTextHint value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007SilverLightModeBase.GetContentLongTextMultiLine(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the flag indicating if multiline text is allowed for long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>InheritBool value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007SilverLightModeBase.GetContentLongTextTrim(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the text trimming to use for long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>PaletteTextTrim value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007SilverLightModeBase.GetContentLongTextPrefix(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the prefix drawing setting for long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>PaletteTextPrefix value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007SilverLightModeBase.GetContentLongTextH(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the horizontal relative alignment of the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007SilverLightModeBase.GetContentLongTextV(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the vertical relative alignment of the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007SilverLightModeBase.GetContentLongTextMultiLineH(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the horizontal relative alignment of multiline long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007SilverLightModeBase.GetContentLongTextColor1(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the first back color for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007SilverLightModeBase.GetContentLongTextColor2(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the second back color for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007SilverLightModeBase.GetContentLongTextColorStyle(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color drawing style for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>Color drawing style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007SilverLightModeBase.GetContentLongTextColorAlign(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color alignment for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>Color alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007SilverLightModeBase.GetContentLongTextColorAngle(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color background angle for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>Angle used for color drawing.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007SilverLightModeBase.GetContentLongTextImage(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets a background image for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>Image instance.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007SilverLightModeBase.GetContentLongTextImageStyle(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the background image style for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>Image style value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007SilverLightModeBase.GetContentLongTextImageAlign(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the image alignment for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>Image alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007SilverLightModeBase.GetBorderContentPadding(Krypton.Toolkit.KryptonForm,Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the padding between the border and content drawing.
</summary>
<param name="owningForm"></param>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>Padding value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007SilverLightModeBase.GetContentAdjacentGap(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the padding between adjacent content items.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>Integer value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007SilverLightModeBase.GetMetricInt(Krypton.Toolkit.KryptonForm,Krypton.Toolkit.PaletteState,Krypton.Toolkit.PaletteMetricInt)">
<summary>
Gets an integer metric value.
</summary>
<param name="owningForm"></param>
<param name="state">Palette value should be applicable to this state.</param>
<param name="metric">Requested metric.</param>
<returns>Integer value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007SilverLightModeBase.GetMetricBool(Krypton.Toolkit.PaletteState,Krypton.Toolkit.PaletteMetricBool)">
<summary>
Gets a boolean metric value.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<param name="metric">Requested metric.</param>
<returns>InheritBool value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007SilverLightModeBase.GetMetricPadding(Krypton.Toolkit.KryptonForm,Krypton.Toolkit.PaletteState,Krypton.Toolkit.PaletteMetricPadding)">
<summary>
Gets a padding metric value.
</summary>
<param name="owningForm"></param>
<param name="state">Palette value should be applicable to this state.</param>
<param name="metric">Requested metric.</param>
<returns>Padding value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007SilverLightModeBase.GetTreeViewImage(System.Boolean)">
<summary>
Gets a tree view image appropriate for the provided state.
</summary>
<param name="expanded">Is the node expanded</param>
<returns>Appropriate image for drawing; otherwise null.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007SilverLightModeBase.GetCheckBoxImage(System.Boolean,System.Windows.Forms.CheckState,System.Boolean,System.Boolean)">
<summary>
Gets a check box image appropriate for the provided state.
</summary>
<param name="enabled">Is the check box enabled.</param>
<param name="checkState">Is the check box checked/unchecked/indeterminate.</param>
<param name="tracking">Is the check box being hot tracked.</param>
<param name="pressed">Is the check box being pressed.</param>
<returns>Appropriate image for drawing; otherwise null.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007SilverLightModeBase.GetRadioButtonImage(System.Boolean,System.Boolean,System.Boolean,System.Boolean)">
<summary>
Gets a check box image appropriate for the provided state.
</summary>
<param name="enabled">Is the radio button enabled.</param>
<param name="checkState">Is the radio button checked.</param>
<param name="tracking">Is the radio button being hot tracked.</param>
<param name="pressed">Is the radio button being pressed.</param>
<returns>Appropriate image for drawing; otherwise null.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007SilverLightModeBase.GetContextMenuCheckedImage">
<summary>
Gets a checked image appropriate for a context menu item.
</summary>
<returns>Appropriate image for drawing; otherwise null.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007SilverLightModeBase.GetContextMenuIndeterminateImage">
<summary>
Gets a indeterminate image appropriate for a context menu item.
</summary>
<returns>Appropriate image for drawing; otherwise null.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007SilverLightModeBase.GetGalleryButtonImage(Krypton.Toolkit.PaletteRibbonGalleryButton,Krypton.Toolkit.PaletteState)">
<summary>
Gets a check box image appropriate for the provided state.
</summary>
<param name="button">Enum of the button to fetch.</param>
<param name="state">State of the button to fetch.</param>
<returns>Appropriate image for drawing; otherwise null.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007SilverLightModeBase.GetButtonSpecImage(Krypton.Toolkit.PaletteButtonSpecStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the image to display for the button.
</summary>
<param name="style">Style of button spec.</param>
<param name="state">State for which image is required.</param>
<returns>Image value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007SilverLightModeBase.GetRibbonShape">
<summary>
Gets the ribbon shape that should be used.
</summary>
<returns>Ribbon shape value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007SilverLightModeBase.GetRibbonContextTextAlign(Krypton.Toolkit.PaletteState)">
<summary>
Gets the text alignment for the ribbon context text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Font value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007SilverLightModeBase.GetRibbonContextTextFont(Krypton.Toolkit.PaletteState)">
<summary>
Gets the font for the ribbon context text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Font value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007SilverLightModeBase.GetRibbonContextTextColor(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the ribbon context text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Font value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007SilverLightModeBase.GetRibbonDisabledDark(Krypton.Toolkit.PaletteState)">
<summary>
Gets the dark disabled color used for ribbon glyphs.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007SilverLightModeBase.GetRibbonDisabledLight(Krypton.Toolkit.PaletteState)">
<summary>
Gets the light disabled color used for ribbon glyphs.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007SilverLightModeBase.GetRibbonDropArrowLight(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the drop arrow light.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007SilverLightModeBase.GetRibbonDropArrowDark(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the drop arrow dark.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007SilverLightModeBase.GetRibbonGroupDialogDark(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the dialog launcher dark.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007SilverLightModeBase.GetRibbonGroupDialogLight(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the dialog launcher light.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007SilverLightModeBase.GetRibbonGroupSeparatorDark(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the group separator dark.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007SilverLightModeBase.GetRibbonGroupSeparatorLight(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the group separator light.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007SilverLightModeBase.GetRibbonMinimizeBarDark(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the minimize bar dark.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007SilverLightModeBase.GetRibbonMinimizeBarLight(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the minimize bar light.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007SilverLightModeBase.GetRibbonTabSeparatorColor(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the tab separator.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007SilverLightModeBase.GetRibbonTabSeparatorContextColor(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the tab context separators.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007SilverLightModeBase.GetRibbonTextFont(Krypton.Toolkit.PaletteState)">
<summary>
Gets the font for the ribbon text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Font value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007SilverLightModeBase.GetRibbonTextHint(Krypton.Toolkit.PaletteState)">
<summary>
Gets the rendering hint for the ribbon font.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteTextHint value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007SilverLightModeBase.GetRibbonQATButtonDark(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the extra QAT button dark content color.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007SilverLightModeBase.GetRibbonQATButtonLight(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the extra QAT button light content color.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007SilverLightModeBase.GetRibbonBackColorStyle(Krypton.Toolkit.PaletteRibbonBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the method used to draw the background of a ribbon item.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteRibbonBackStyle value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007SilverLightModeBase.GetRibbonBackColor1(Krypton.Toolkit.PaletteRibbonBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the first background color for the ribbon item.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007SilverLightModeBase.GetRibbonBackColor2(Krypton.Toolkit.PaletteRibbonBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the second background color for the ribbon item.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007SilverLightModeBase.GetRibbonBackColor3(Krypton.Toolkit.PaletteRibbonBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the third background color for the ribbon item.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007SilverLightModeBase.GetRibbonBackColor4(Krypton.Toolkit.PaletteRibbonBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the fourth background color for the ribbon item.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007SilverLightModeBase.GetRibbonBackColor5(Krypton.Toolkit.PaletteRibbonBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the fifth background color for the ribbon item.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007SilverLightModeBase.GetRibbonTextColor(Krypton.Toolkit.PaletteRibbonTextStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the =color for the item text.
</summary>
<param name="style">Text style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007SilverLightModeBase.GetElementColor1(Krypton.Toolkit.PaletteElement,Krypton.Toolkit.PaletteState)">
<summary>
Gets the first element color.
</summary>
<param name="element">Element for which color is required.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007SilverLightModeBase.GetElementColor2(Krypton.Toolkit.PaletteElement,Krypton.Toolkit.PaletteState)">
<summary>
Gets the second element color.
</summary>
<param name="element">Element for which color is required.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007SilverLightModeBase.GetElementColor3(Krypton.Toolkit.PaletteElement,Krypton.Toolkit.PaletteState)">
<summary>
Gets the third element color.
</summary>
<param name="element">Element for which color is required.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007SilverLightModeBase.GetElementColor4(Krypton.Toolkit.PaletteElement,Krypton.Toolkit.PaletteState)">
<summary>
Gets the fourth element color.
</summary>
<param name="element">Element for which color is required.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007SilverLightModeBase.GetElementColor5(Krypton.Toolkit.PaletteElement,Krypton.Toolkit.PaletteState)">
<summary>
Gets the fifth element color.
</summary>
<param name="element">Element for which color is required.</param>
<param name="state">Palette value should be applicable to this state.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns>Color value.</returns>
</member>
<member name="P:Krypton.Toolkit.PaletteOffice2007SilverLightModeBase.ColorTable">
<summary>
Gets access to the color table instance.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007SilverLightModeBase.OnUserPreferenceChanged(System.Object,Microsoft.Win32.UserPreferenceChangedEventArgs)">
<summary>
Handle a change in the user preferences.
</summary>
<param name="sender">Source of event.</param>
<param name="e">Event data.</param>
</member>
<member name="T:Krypton.Toolkit.KryptonColorTable2007SilverLightMode">
<summary>
Provide KryptonColorTable2007SilverLightMode values using an array of Color values as the source.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonColorTable2007SilverLightMode.#ctor(System.Drawing.Color[],Krypton.Toolkit.InheritBool,Krypton.Toolkit.PaletteBase)">
<summary>
Initialize a new instance of the KryptonColorTable2007SilverLightMode class.
</summary>
<param name="colors">Source of </param>
<param name="roundedEdges">Should have rounded edges.</param>
<param name="palette">Associated palette instance.</param>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007SilverLightMode.Colors">
<summary>
Gets the raw set of colors.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007SilverLightMode.UseRoundedEdges">
<summary>
Gets a value indicating if rounded edges are required.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007SilverLightMode.ButtonPressedBorder">
<summary>
Gets the border color for a button being pressed.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007SilverLightMode.ButtonPressedGradientBegin">
<summary>
Gets the background starting color for a button being pressed.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007SilverLightMode.ButtonPressedGradientMiddle">
<summary>
Gets the background middle color for a button being pressed.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007SilverLightMode.ButtonPressedGradientEnd">
<summary>
Gets the background ending color for a button being pressed.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007SilverLightMode.ButtonPressedHighlight">
<summary>
Gets the highlight background for a pressed button.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007SilverLightMode.ButtonPressedHighlightBorder">
<summary>
Gets the highlight border for a pressed button.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007SilverLightMode.ButtonSelectedBorder">
<summary>
Gets the border color for a button being selected.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007SilverLightMode.ButtonSelectedGradientBegin">
<summary>
Gets the background starting color for a button being selected.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007SilverLightMode.ButtonSelectedGradientMiddle">
<summary>
Gets the background middle color for a button being selected.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007SilverLightMode.ButtonSelectedGradientEnd">
<summary>
Gets the background ending color for a button being selected.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007SilverLightMode.ButtonSelectedHighlight">
<summary>
Gets the highlight background for a selected button.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007SilverLightMode.ButtonSelectedHighlightBorder">
<summary>
Gets the highlight border for a selected button.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007SilverLightMode.ButtonCheckedGradientBegin">
<summary>
Gets the background starting color for a checked button.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007SilverLightMode.ButtonCheckedGradientMiddle">
<summary>
Gets the background middle color for a checked button.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007SilverLightMode.ButtonCheckedGradientEnd">
<summary>
Gets the background ending color for a checked button.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007SilverLightMode.ButtonCheckedHighlight">
<summary>
Gets the highlight background for a checked button.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007SilverLightMode.ButtonCheckedHighlightBorder">
<summary>
Gets the highlight border for a checked button.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007SilverLightMode.CheckBackground">
<summary>
Get background of the check mark area.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007SilverLightMode.CheckPressedBackground">
<summary>
Get background of a pressed check mark area.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007SilverLightMode.CheckSelectedBackground">
<summary>
Get background of a selected check mark area.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007SilverLightMode.GripLight">
<summary>
Gets the light color used to draw grips.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007SilverLightMode.GripDark">
<summary>
Gets the dark color used to draw grips.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007SilverLightMode.ImageMarginGradientBegin">
<summary>
Gets the starting color for the context menu margin.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007SilverLightMode.ImageMarginGradientMiddle">
<summary>
Gets the middle color for the context menu margin.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007SilverLightMode.ImageMarginGradientEnd">
<summary>
Gets the ending color for the context menu margin.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007SilverLightMode.ImageMarginRevealedGradientBegin">
<summary>
Gets the starting color for the context menu margin revealed.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007SilverLightMode.ImageMarginRevealedGradientMiddle">
<summary>
Gets the middle color for the context menu margin revealed.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007SilverLightMode.ImageMarginRevealedGradientEnd">
<summary>
Gets the ending color for the context menu margin revealed.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007SilverLightMode.MenuBorder">
<summary>
Gets the color of the border around menus.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007SilverLightMode.MenuItemBorder">
<summary>
Gets the border color for around the menu item.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007SilverLightMode.MenuItemSelected">
<summary>
Gets the color of a selected menu item.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007SilverLightMode.MenuItemPressedGradientBegin">
<summary>
Gets the starting color of the gradient used when a top-level ToolStripMenuItem is pressed down.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007SilverLightMode.MenuItemPressedGradientEnd">
<summary>
Gets the end color of the gradient used when a top-level ToolStripMenuItem is pressed down.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007SilverLightMode.MenuItemPressedGradientMiddle">
<summary>
Gets the middle color of the gradient used when a top-level ToolStripMenuItem is pressed down.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007SilverLightMode.MenuItemSelectedGradientBegin">
<summary>
Gets the starting color of the gradient used when the ToolStripMenuItem is selected.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007SilverLightMode.MenuItemSelectedGradientEnd">
<summary>
Gets the end color of the gradient used when the ToolStripMenuItem is selected.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007SilverLightMode.MenuStripGradientBegin">
<summary>
Gets the starting color of the gradient used in the MenuStrip.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007SilverLightMode.MenuStripGradientEnd">
<summary>
Gets the end color of the gradient used in the MenuStrip.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007SilverLightMode.OverflowButtonGradientBegin">
<summary>
Gets the starting color of the gradient used in the ToolStripOverflowButton.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007SilverLightMode.OverflowButtonGradientEnd">
<summary>
Gets the end color of the gradient used in the ToolStripOverflowButton.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007SilverLightMode.OverflowButtonGradientMiddle">
<summary>
Gets the middle color of the gradient used in the ToolStripOverflowButton.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007SilverLightMode.RaftingContainerGradientBegin">
<summary>
Gets the starting color of the gradient used in the ToolStripContainer.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007SilverLightMode.RaftingContainerGradientEnd">
<summary>
Gets the end color of the gradient used in the ToolStripContainer.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007SilverLightMode.SeparatorLight">
<summary>
Gets the light separator color.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007SilverLightMode.SeparatorDark">
<summary>
Gets the dark separator color.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007SilverLightMode.StatusStripGradientBegin">
<summary>
Gets the starting color for the status strip background.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007SilverLightMode.StatusStripGradientEnd">
<summary>
Gets the ending color for the status strip background.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007SilverLightMode.MenuItemText">
<summary>
Gets the text color used on the menu items.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007SilverLightMode.MenuStripText">
<summary>
Gets the text color used on the menu strip.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007SilverLightMode.ToolStripText">
<summary>
Gets the text color used on the tool strip.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007SilverLightMode.StatusStripText">
<summary>
Gets the text color used on the status strip.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007SilverLightMode.MenuStripFont">
<summary>
Gets the font used on the menu strip.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007SilverLightMode.ToolStripFont">
<summary>
Gets the font used on the tool strip.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007SilverLightMode.StatusStripFont">
<summary>
Gets the font used on the status strip.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007SilverLightMode.ToolStripBorder">
<summary>
Gets the border color to use on the bottom edge of the ToolStrip.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007SilverLightMode.ToolStripContentPanelGradientBegin">
<summary>
Gets the starting color for the content panel background.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007SilverLightMode.ToolStripContentPanelGradientEnd">
<summary>
Gets the ending color for the content panel background.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007SilverLightMode.ToolStripDropDownBackground">
<summary>
Gets the background color for drop-down menus.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007SilverLightMode.ToolStripGradientBegin">
<summary>
Gets the starting color of the gradient used in the ToolStrip background.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007SilverLightMode.ToolStripGradientEnd">
<summary>
Gets the end color of the gradient used in the ToolStrip background.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007SilverLightMode.ToolStripGradientMiddle">
<summary>
Gets the middle color of the gradient used in the ToolStrip background.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007SilverLightMode.ToolStripPanelGradientBegin">
<summary>
Gets the starting color of the gradient used in the ToolStripPanel.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007SilverLightMode.ToolStripPanelGradientEnd">
<summary>
Gets the end color of the gradient used in the ToolStripPanel.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007DarkGray.#cctor">
<summary>Initializes the <see cref="T:Krypton.Toolkit.PaletteOffice2007DarkGray" /> class.</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007DarkGray.#ctor">
<summary>Initializes a new instance of the <see cref="T:Krypton.Toolkit.PaletteOffice2007DarkGray" /> class.</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007DarkGray.GetBackColorStyle(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color background drawing style.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color drawing style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007DarkGray.GetContextMenuSubMenuImage">
<summary>
Gets an image indicating a sub-menu on a context menu item.
</summary>
<returns>Appropriate image for drawing; otherwise null.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007DarkGray.GetButtonSpecImage(Krypton.Toolkit.PaletteButtonSpecStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the image to display for the button.
</summary>
<param name="style">Style of button spec.</param>
<param name="state">State for which image is required.</param>
<returns>Image value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007DarkGray.GetRibbonTabRowGradientColor1(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007DarkGray.GetRibbonTabRowBackgroundGradientRaftingDark(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007DarkGray.GetRibbonTabRowBackgroundGradientRaftingLight(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007DarkGray.GetRibbonTabRowBackgroundSolidColor(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007DarkGray.GetRibbonTabRowGradientRaftingAngle(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007DarkGray.GetRibbonFileAppTabBottomColor(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007DarkGray.GetRibbonFileAppTabTopColor(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007DarkGray.GetRibbonFileAppTabTextColor(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007LightGray.GetRibbonTabRowGradientColor1(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007LightGray.GetRibbonTabRowBackgroundGradientRaftingDark(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007LightGray.GetRibbonTabRowBackgroundGradientRaftingLight(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007LightGray.GetRibbonTabRowBackgroundSolidColor(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007LightGray.GetRibbonTabRowGradientRaftingAngle(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007LightGray.GetRibbonFileAppTabBottomColor(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007LightGray.GetRibbonFileAppTabTopColor(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007LightGray.GetRibbonFileAppTabTextColor(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007White.#ctor">
<summary>
Initialize a new instance of the PaletteOffice2007Silver class.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007White.GetBackColorStyle(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color background drawing style.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color drawing style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007White.GetContextMenuSubMenuImage">
<summary>
Gets an image indicating a sub-menu on a context menu item.
</summary>
<returns>Appropriate image for drawing; otherwise null.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007White.GetButtonSpecImage(Krypton.Toolkit.PaletteButtonSpecStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the image to display for the button.
</summary>
<param name="style">Style of button spec.</param>
<param name="state">State for which image is required.</param>
<returns>Image value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007White.GetRibbonTabRowGradientColor1(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007White.GetRibbonTabRowBackgroundGradientRaftingDark(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007White.GetRibbonTabRowBackgroundGradientRaftingLight(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007White.GetRibbonTabRowBackgroundSolidColor(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007White.GetRibbonTabRowGradientRaftingAngle(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007White.GetRibbonFileAppTabBottomColor(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007White.GetRibbonFileAppTabTopColor(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007White.GetRibbonFileAppTabTextColor(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="T:Krypton.Toolkit.PaletteOffice2007Black">
<summary>
Provides the Black color scheme variant of the Office 2007 palette.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007Black.#ctor">
<summary>
Initialize a new instance of the PaletteOffice2007Black class.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007Black.GetBackColorStyle(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color background drawing style.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color drawing style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007Black.GetBackColor2(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the second back color.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007Black.GetBorderColor1(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the first border color.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007Black.GetBorderColor2(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the second border color.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007Black.GetContentShortTextColor1(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the first back color for the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007Black.GetContentShortTextColor2(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the second back color for the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007Black.GetContentLongTextColor1(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the first back color for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007Black.GetContentLongTextColor2(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the second back color for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007Black.GetContextMenuSubMenuImage">
<summary>
Gets an image indicating a sub-menu on a context menu item.
</summary>
<returns>Appropriate image for drawing; otherwise null.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007Black.GetButtonSpecImage(Krypton.Toolkit.PaletteButtonSpecStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the image to display for the button.
</summary>
<param name="style">Style of button spec.</param>
<param name="state">State for which image is required.</param>
<returns>Image value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007Black.GetRibbonBackColorStyle(Krypton.Toolkit.PaletteRibbonBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the method used to draw the background of a ribbon item.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteRibbonBackStyle value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007Black.GetRibbonTabRowGradientColor1(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007Black.GetRibbonTabRowBackgroundGradientRaftingDark(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007Black.GetRibbonTabRowBackgroundGradientRaftingLight(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007Black.GetRibbonTabRowBackgroundSolidColor(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007Black.GetRibbonTabRowGradientRaftingAngle(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007Black.GetRibbonFileAppTabBottomColor(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007Black.GetRibbonFileAppTabTopColor(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007Black.GetRibbonFileAppTabTextColor(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="T:Krypton.Toolkit.PaletteOffice2007Blue">
<summary>
Provides the Blue color scheme variant of the Office 2007 palette.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007Blue.#ctor">
<summary>
Initialize a new instance of the PaletteOffice2007Blue class.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007Blue.GetBackColorStyle(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color background drawing style.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color drawing style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007Blue.GetContextMenuSubMenuImage">
<summary>
Gets an image indicating a sub-menu on a context menu item.
</summary>
<returns>Appropriate image for drawing; otherwise null.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007Blue.GetButtonSpecImage(Krypton.Toolkit.PaletteButtonSpecStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the image to display for the button.
</summary>
<param name="style">Style of button spec.</param>
<param name="state">State for which image is required.</param>
<returns>Image value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007Blue.GetRibbonBackColorStyle(Krypton.Toolkit.PaletteRibbonBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the method used to draw the background of a ribbon item.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteRibbonBackStyle value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007Blue.GetRibbonTabRowGradientColor1(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007Blue.GetRibbonTabRowBackgroundGradientRaftingDark(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007Blue.GetRibbonTabRowBackgroundGradientRaftingLight(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007Blue.GetRibbonTabRowBackgroundSolidColor(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007Blue.GetRibbonTabRowGradientRaftingAngle(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007Blue.GetRibbonFileAppTabBottomColor(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007Blue.GetRibbonFileAppTabTopColor(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007Blue.GetRibbonFileAppTabTextColor(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="T:Krypton.Toolkit.PaletteOffice2007Silver">
<summary>
Provides the Silver color scheme variant of the Office 2007 palette.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007Silver.#ctor">
<summary>
Initialize a new instance of the PaletteOffice2007Silver class.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007Silver.GetBackColorStyle(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color background drawing style.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color drawing style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007Silver.GetContextMenuSubMenuImage">
<summary>
Gets an image indicating a sub-menu on a context menu item.
</summary>
<returns>Appropriate image for drawing; otherwise null.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007Silver.GetButtonSpecImage(Krypton.Toolkit.PaletteButtonSpecStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the image to display for the button.
</summary>
<param name="style">Style of button spec.</param>
<param name="state">State for which image is required.</param>
<returns>Image value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007Silver.GetRibbonTabRowGradientColor1(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007Silver.GetRibbonTabRowBackgroundGradientRaftingDark(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007Silver.GetRibbonTabRowBackgroundGradientRaftingLight(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007Silver.GetRibbonTabRowBackgroundSolidColor(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007Silver.GetRibbonTabRowGradientRaftingAngle(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007Silver.GetRibbonFileAppTabBottomColor(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007Silver.GetRibbonFileAppTabTopColor(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2007Silver.GetRibbonFileAppTabTextColor(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="T:Krypton.Toolkit.PaletteOffice2010Base">
<summary>
Provides a base for Office 2010 palettes.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010Base.#ctor(System.Drawing.Color[],System.Windows.Forms.ImageList,System.Windows.Forms.ImageList,System.Drawing.Image[],System.Drawing.Color[])">
<summary>
Initialize a new instance of the PaletteOffice2010Base class.
</summary>
<param name="schemeColors">Array of palette specific colors.</param>
<param name="checkBoxList">List of images for check box.</param>
<param name="galleryButtonList">List of images for gallery buttons.</param>
<param name="radioButtonArray">Array of images for radio button.</param>
<param name="trackBarColors">Array of track bar specific colors.</param>
</member>
<member name="P:Krypton.Toolkit.PaletteOffice2010Base.ColorTable">
<summary>
Gets access to the color table instance.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010Base.GetRenderer">
<summary>
Gets the renderer to use for this palette.
</summary>
<returns>Renderer to use for drawing palette settings.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010Base.GetBackDraw(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets a value indicating if background should be drawn.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>InheritBool value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010Base.GetBackGraphicsHint(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the graphics drawing hint for the background.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteGraphicsHint value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010Base.GetBackColor1(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the first background color.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010Base.GetBackColor2(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the second back color.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010Base.GetBackColorStyle(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color background drawing style.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color drawing style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010Base.GetBackColorAlign(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color alignment.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010Base.GetBackColorAngle(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color background angle.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Angle used for color drawing.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010Base.GetBackImage(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets a background image.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image instance.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010Base.GetBackImageStyle(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the background image style.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image style value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010Base.GetBackImageAlign(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the image alignment.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010Base.GetBorderDraw(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets a value indicating if border should be drawn.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>InheritBool value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010Base.GetBorderDrawBorders(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets a value indicating which borders to draw.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteDrawBorders value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010Base.GetBorderGraphicsHint(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the graphics drawing hint for the border.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteGraphicsHint value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010Base.GetBorderColor1(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the first border color.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010Base.GetBorderColor2(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the second border color.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010Base.GetBorderColorStyle(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color border drawing style.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color drawing style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010Base.GetBorderColorAlign(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color border alignment.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010Base.GetBorderColorAngle(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color border angle.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Angle used for color drawing.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010Base.GetBorderWidth(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the border width.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Integer width.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010Base.GetBorderRounding(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the border corner rounding.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Float rounding.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010Base.GetBorderImage(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets a border image.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image instance.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010Base.GetBorderImageStyle(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the border image style.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image style value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010Base.GetBorderImageAlign(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the image border alignment.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010Base.GetContentDraw(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets a value indicating if content should be drawn.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>InheritBool value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010Base.GetContentDrawFocus(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets a value indicating if content should be drawn with focus indication.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>InheritBool value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010Base.GetContentImageH(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the horizontal relative alignment of the image.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010Base.GetContentImageV(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the vertical relative alignment of the image.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010Base.GetContentImageEffect(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the effect applied to drawing of the image.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteImageEffect value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010Base.GetContentImageColorMap(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the image color to remap into another color.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010Base.GetContentImageColorTo(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color to use in place of the image map color.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010Base.GetContentImageColorTransparent(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the image color that should be transparent.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010Base.GetContentShortTextFont(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the font for the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Font value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010Base.GetContentShortTextNewFont(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the font for the short text by generating a new font instance.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Font value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010Base.GetContentShortTextHint(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the rendering hint for the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteTextHint value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010Base.GetContentShortTextPrefix(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the prefix drawing setting for short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteTextPrefix value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010Base.GetContentShortTextMultiLine(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the flag indicating if multiline text is allowed for short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>InheritBool value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010Base.GetContentShortTextTrim(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the text trimming to use for short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteTextTrim value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010Base.GetContentShortTextH(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the horizontal relative alignment of the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010Base.GetContentShortTextV(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the vertical relative alignment of the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010Base.GetContentShortTextMultiLineH(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the horizontal relative alignment of multiline short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010Base.GetContentShortTextColor1(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the first back color for the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010Base.GetContentShortTextColor2(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the second back color for the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010Base.GetContentShortTextColorStyle(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color drawing style for the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color drawing style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010Base.GetContentShortTextColorAlign(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color alignment for the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010Base.GetContentShortTextColorAngle(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color background angle for the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Angle used for color drawing.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010Base.GetContentShortTextImage(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets a background image for the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image instance.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010Base.GetContentShortTextImageStyle(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the background image style.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image style value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010Base.GetContentShortTextImageAlign(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the image alignment for the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010Base.GetContentLongTextFont(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the font for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Font value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010Base.GetContentLongTextNewFont(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the font for the long text by generating a new font instance.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Font value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010Base.GetContentLongTextHint(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the rendering hint for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteTextHint value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010Base.GetContentLongTextMultiLine(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the flag indicating if multiline text is allowed for long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>InheritBool value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010Base.GetContentLongTextTrim(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the text trimming to use for long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteTextTrim value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010Base.GetContentLongTextPrefix(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the prefix drawing setting for long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteTextPrefix value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010Base.GetContentLongTextH(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the horizontal relative alignment of the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010Base.GetContentLongTextV(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the vertical relative alignment of the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010Base.GetContentLongTextMultiLineH(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the horizontal relative alignment of multiline long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010Base.GetContentLongTextColor1(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the first back color for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010Base.GetContentLongTextColor2(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the second back color for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010Base.GetContentLongTextColorStyle(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color drawing style for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color drawing style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010Base.GetContentLongTextColorAlign(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color alignment for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010Base.GetContentLongTextColorAngle(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color background angle for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Angle used for color drawing.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010Base.GetContentLongTextImage(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets a background image for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image instance.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010Base.GetContentLongTextImageStyle(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the background image style for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image style value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010Base.GetContentLongTextImageAlign(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the image alignment for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010Base.GetBorderContentPadding(Krypton.Toolkit.KryptonForm,Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the padding between the border and content drawing.
</summary>
<param name="owningForm"></param>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Padding value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010Base.GetContentAdjacentGap(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the padding between adjacent content items.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Integer value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010Base.GetMetricInt(Krypton.Toolkit.KryptonForm,Krypton.Toolkit.PaletteState,Krypton.Toolkit.PaletteMetricInt)">
<summary>
Gets an integer metric value.
</summary>
<param name="owningForm"></param>
<param name="state">Palette value should be applicable to this state.</param>
<param name="metric">Requested metric.</param>
<returns>Integer value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010Base.GetMetricBool(Krypton.Toolkit.PaletteState,Krypton.Toolkit.PaletteMetricBool)">
<summary>
Gets a boolean metric value.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<param name="metric">Requested metric.</param>
<returns>InheritBool value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010Base.GetMetricPadding(Krypton.Toolkit.KryptonForm,Krypton.Toolkit.PaletteState,Krypton.Toolkit.PaletteMetricPadding)">
<summary>
Gets a padding metric value.
</summary>
<param name="owningForm"></param>
<param name="state">Palette value should be applicable to this state.</param>
<param name="metric">Requested metric.</param>
<returns>Padding value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010Base.GetTreeViewImage(System.Boolean)">
<summary>
Gets a tree view image appropriate for the provided state.
</summary>
<param name="expanded">Is the node expanded</param>
<returns>Appropriate image for drawing; otherwise null.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010Base.GetCheckBoxImage(System.Boolean,System.Windows.Forms.CheckState,System.Boolean,System.Boolean)">
<summary>
Gets a check box image appropriate for the provided state.
</summary>
<param name="enabled">Is the check box enabled.</param>
<param name="checkState">Is the check box checked/unchecked/indeterminate.</param>
<param name="tracking">Is the check box being hot tracked.</param>
<param name="pressed">Is the check box being pressed.</param>
<returns>Appropriate image for drawing; otherwise null.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010Base.GetRadioButtonImage(System.Boolean,System.Boolean,System.Boolean,System.Boolean)">
<summary>
Gets a check box image appropriate for the provided state.
</summary>
<param name="enabled">Is the radio button enabled.</param>
<param name="checkState">Is the radio button checked.</param>
<param name="tracking">Is the radio button being hot tracked.</param>
<param name="pressed">Is the radio button being pressed.</param>
<returns>Appropriate image for drawing; otherwise null.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010Base.GetContextMenuCheckedImage">
<summary>
Gets a checked image appropriate for a context menu item.
</summary>
<returns>Appropriate image for drawing; otherwise null.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010Base.GetContextMenuIndeterminateImage">
<summary>
Gets a indeterminate image appropriate for a context menu item.
</summary>
<returns>Appropriate image for drawing; otherwise null.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010Base.GetGalleryButtonImage(Krypton.Toolkit.PaletteRibbonGalleryButton,Krypton.Toolkit.PaletteState)">
<summary>
Gets a check box image appropriate for the provided state.
</summary>
<param name="button">Enum of the button to fetch.</param>
<param name="state">State of the button to fetch.</param>
<returns>Appropriate image for drawing; otherwise null.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010Base.GetButtonSpecImage(Krypton.Toolkit.PaletteButtonSpecStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the image to display for the button.
</summary>
<param name="style">Style of button spec.</param>
<param name="state">State for which image is required.</param>
<returns>Image value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010Base.GetRibbonShape">
<summary>
Gets the ribbon shape that should be used.
</summary>
<returns>Ribbon shape value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010Base.GetRibbonContextTextAlign(Krypton.Toolkit.PaletteState)">
<summary>
Gets the text alignment for the ribbon context text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Font value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010Base.GetRibbonContextTextFont(Krypton.Toolkit.PaletteState)">
<summary>
Gets the font for the ribbon context text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Font value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010Base.GetRibbonContextTextColor(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the ribbon context text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Font value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010Base.GetRibbonDisabledDark(Krypton.Toolkit.PaletteState)">
<summary>
Gets the dark disabled color used for ribbon glyphs.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010Base.GetRibbonDisabledLight(Krypton.Toolkit.PaletteState)">
<summary>
Gets the light disabled color used for ribbon glyphs.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010Base.GetRibbonDropArrowLight(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the drop arrow light.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010Base.GetRibbonDropArrowDark(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the drop arrow dark.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010Base.GetRibbonGroupDialogDark(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the dialog launcher dark.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010Base.GetRibbonGroupDialogLight(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the dialog launcher light.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010Base.GetRibbonGroupSeparatorDark(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the group separator dark.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010Base.GetRibbonGroupSeparatorLight(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the group separator light.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010Base.GetRibbonMinimizeBarDark(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the minimize bar dark.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010Base.GetRibbonMinimizeBarLight(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the minimize bar light.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010Base.GetRibbonTabSeparatorColor(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the tab separator.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010Base.GetRibbonTabSeparatorContextColor(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the tab context separators.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010Base.GetRibbonTextFont(Krypton.Toolkit.PaletteState)">
<summary>
Gets the font for the ribbon text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Font value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010Base.GetRibbonTextHint(Krypton.Toolkit.PaletteState)">
<summary>
Gets the rendering hint for the ribbon font.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteTextHint value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010Base.GetRibbonQATButtonDark(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the extra QAT button dark content color.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010Base.GetRibbonQATButtonLight(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the extra QAT button light content color.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010Base.GetRibbonBackColorStyle(Krypton.Toolkit.PaletteRibbonBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the method used to draw the background of a ribbon item.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteRibbonBackStyle value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010Base.GetRibbonBackColor1(Krypton.Toolkit.PaletteRibbonBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the first background color for the ribbon item.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010Base.GetRibbonBackColor2(Krypton.Toolkit.PaletteRibbonBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the second background color for the ribbon item.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010Base.GetRibbonBackColor3(Krypton.Toolkit.PaletteRibbonBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the third background color for the ribbon item.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010Base.GetRibbonBackColor4(Krypton.Toolkit.PaletteRibbonBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the fourth background color for the ribbon item.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010Base.GetRibbonBackColor5(Krypton.Toolkit.PaletteRibbonBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the fifth background color for the ribbon item.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010Base.GetRibbonTextColor(Krypton.Toolkit.PaletteRibbonTextStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the =color for the item text.
</summary>
<param name="style">Text style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010Base.GetElementColor1(Krypton.Toolkit.PaletteElement,Krypton.Toolkit.PaletteState)">
<summary>
Gets the first element color.
</summary>
<param name="element">Element for which color is required.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010Base.GetElementColor2(Krypton.Toolkit.PaletteElement,Krypton.Toolkit.PaletteState)">
<summary>
Gets the second element color.
</summary>
<param name="element">Element for which color is required.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010Base.GetElementColor3(Krypton.Toolkit.PaletteElement,Krypton.Toolkit.PaletteState)">
<summary>
Gets the third element color.
</summary>
<param name="element">Element for which color is required.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010Base.GetElementColor4(Krypton.Toolkit.PaletteElement,Krypton.Toolkit.PaletteState)">
<summary>
Gets the fourth element color.
</summary>
<param name="element">Element for which color is required.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010Base.GetElementColor5(Krypton.Toolkit.PaletteElement,Krypton.Toolkit.PaletteState)">
<summary>
Gets the fifth element color.
</summary>
<param name="element">Element for which color is required.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010Base.OnUserPreferenceChanged(System.Object,Microsoft.Win32.UserPreferenceChangedEventArgs)">
<summary>
Handle a change in the user preferences.
</summary>
<param name="sender">Source of event.</param>
<param name="e">Event data.</param>
</member>
<member name="T:Krypton.Toolkit.PaletteOffice2010BlackDarkMode">
<summary>
Provides the Black color scheme variant of the Office 2010 palette.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlackDarkMode.#ctor">
<summary>
Initialize a new instance of the PaletteOffice2010BlackDarkMode class.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlackDarkMode.GetBackColorStyle(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color background drawing style.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color drawing style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlackDarkMode.GetBackColor2(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the second back color.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlackDarkMode.GetBorderColor1(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the first border color.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlackDarkMode.GetBorderColor2(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the second border color.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlackDarkMode.GetContentShortTextColor1(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the first back color for the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlackDarkMode.GetContentShortTextColor2(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the second back color for the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlackDarkMode.GetContentLongTextColor1(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the first back color for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlackDarkMode.GetContentLongTextColor2(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the second back color for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlackDarkMode.GetContextMenuSubMenuImage">
<summary>
Gets an image indicating a sub-menu on a context menu item.
</summary>
<returns>Appropriate image for drawing; otherwise null.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlackDarkMode.GetButtonSpecImage(Krypton.Toolkit.PaletteButtonSpecStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the image to display for the button.
</summary>
<param name="style">Style of button spec.</param>
<param name="state">State for which image is required.</param>
<returns>Image value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlackDarkMode.GetRibbonTextColor(Krypton.Toolkit.PaletteRibbonTextStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the =color for the item text.
</summary>
<param name="style">Text style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlackDarkMode.GetRibbonBackColorStyle(Krypton.Toolkit.PaletteRibbonBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the method used to draw the background of a ribbon item.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteRibbonBackStyle value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlackDarkMode.GetRibbonTabRowGradientColor1(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlackDarkMode.GetRibbonTabRowBackgroundGradientRaftingDark(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlackDarkMode.GetRibbonTabRowBackgroundGradientRaftingLight(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlackDarkMode.GetRibbonTabRowBackgroundSolidColor(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlackDarkMode.GetRibbonTabRowGradientRaftingAngle(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlackDarkMode.GetRibbonFileAppTabBottomColor(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlackDarkMode.GetRibbonFileAppTabTopColor(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlackDarkMode.GetRibbonFileAppTabTextColor(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="T:Krypton.Toolkit.PaletteOffice2010BlackDarkModeBase">
<summary>
Provides a base for Office 2010 palettes.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlackDarkModeBase.#ctor(System.Drawing.Color[],System.Windows.Forms.ImageList,System.Windows.Forms.ImageList,System.Drawing.Image[],System.Drawing.Color[])">
<summary>
Initialize a new instance of the PaletteOffice2010BlackDarkModeDarkModeBase class.
</summary>
<param name="schemeColors">Array of palette specific colors.</param>
<param name="checkBoxList">List of images for check box.</param>
<param name="galleryButtonList">List of images for gallery buttons.</param>
<param name="radioButtonArray">Array of images for radio button.</param>
<param name="trackBarColors">Array of track bar specific colors.</param>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlackDarkModeBase.GetRenderer">
<summary>
Gets the renderer to use for this palette.
</summary>
<returns>Renderer to use for drawing palette settings.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlackDarkModeBase.GetBackDraw(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets a value indicating if background should be drawn.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>InheritBool value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlackDarkModeBase.GetBackGraphicsHint(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the graphics drawing hint for the background.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteGraphicsHint value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlackDarkModeBase.GetBackColor1(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the first background color.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlackDarkModeBase.GetBackColor2(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the second back color.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlackDarkModeBase.GetBackColorStyle(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color background drawing style.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color drawing style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlackDarkModeBase.GetBackColorAlign(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color alignment.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlackDarkModeBase.GetBackColorAngle(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color background angle.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Angle used for color drawing.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlackDarkModeBase.GetBackImage(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets a background image.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image instance.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlackDarkModeBase.GetBackImageStyle(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the background image style.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image style value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlackDarkModeBase.GetBackImageAlign(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the image alignment.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlackDarkModeBase.GetBorderDraw(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets a value indicating if border should be drawn.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>InheritBool value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlackDarkModeBase.GetBorderDrawBorders(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets a value indicating which borders to draw.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteDrawBorders value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlackDarkModeBase.GetBorderGraphicsHint(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the graphics drawing hint for the border.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteGraphicsHint value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlackDarkModeBase.GetBorderColor1(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the first border color.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlackDarkModeBase.GetBorderColor2(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the second border color.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlackDarkModeBase.GetBorderColorStyle(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color border drawing style.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color drawing style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlackDarkModeBase.GetBorderColorAlign(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color border alignment.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlackDarkModeBase.GetBorderColorAngle(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color border angle.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Angle used for color drawing.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlackDarkModeBase.GetBorderWidth(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the border width.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Integer width.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlackDarkModeBase.GetBorderRounding(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the border corner rounding.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Float rounding.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlackDarkModeBase.GetBorderImage(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets a border image.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image instance.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlackDarkModeBase.GetBorderImageStyle(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the border image style.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image style value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlackDarkModeBase.GetBorderImageAlign(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the image border alignment.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlackDarkModeBase.GetContentDraw(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets a value indicating if content should be drawn.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>InheritBool value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlackDarkModeBase.GetContentDrawFocus(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets a value indicating if content should be drawn with focus indication.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>InheritBool value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlackDarkModeBase.GetContentImageH(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the horizontal relative alignment of the image.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlackDarkModeBase.GetContentImageV(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the vertical relative alignment of the image.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlackDarkModeBase.GetContentImageEffect(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the effect applied to drawing of the image.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteImageEffect value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlackDarkModeBase.GetContentImageColorMap(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the image color to remap into another color.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlackDarkModeBase.GetContentImageColorTo(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color to use in place of the image map color.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlackDarkModeBase.GetContentImageColorTransparent(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the image color that should be transparent.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlackDarkModeBase.GetContentShortTextFont(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the font for the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Font value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlackDarkModeBase.GetContentShortTextNewFont(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the font for the short text by generating a new font instance.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Font value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlackDarkModeBase.GetContentShortTextHint(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the rendering hint for the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteTextHint value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlackDarkModeBase.GetContentShortTextPrefix(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the prefix drawing setting for short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteTextPrefix value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlackDarkModeBase.GetContentShortTextMultiLine(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the flag indicating if multiline text is allowed for short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>InheritBool value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlackDarkModeBase.GetContentShortTextTrim(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the text trimming to use for short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteTextTrim value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlackDarkModeBase.GetContentShortTextH(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the horizontal relative alignment of the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlackDarkModeBase.GetContentShortTextV(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the vertical relative alignment of the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlackDarkModeBase.GetContentShortTextMultiLineH(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the horizontal relative alignment of multiline short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlackDarkModeBase.GetContentShortTextColor1(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the first back color for the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlackDarkModeBase.GetContentShortTextColor2(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the second back color for the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlackDarkModeBase.GetContentShortTextColorStyle(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color drawing style for the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color drawing style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlackDarkModeBase.GetContentShortTextColorAlign(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color alignment for the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlackDarkModeBase.GetContentShortTextColorAngle(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color background angle for the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Angle used for color drawing.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlackDarkModeBase.GetContentShortTextImage(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets a background image for the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image instance.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlackDarkModeBase.GetContentShortTextImageStyle(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the background image style.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image style value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlackDarkModeBase.GetContentShortTextImageAlign(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the image alignment for the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlackDarkModeBase.GetContentLongTextFont(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the font for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Font value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlackDarkModeBase.GetContentLongTextNewFont(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the font for the long text by generating a new font instance.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Font value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlackDarkModeBase.GetContentLongTextHint(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the rendering hint for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteTextHint value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlackDarkModeBase.GetContentLongTextMultiLine(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the flag indicating if multiline text is allowed for long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>InheritBool value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlackDarkModeBase.GetContentLongTextTrim(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the text trimming to use for long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteTextTrim value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlackDarkModeBase.GetContentLongTextPrefix(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the prefix drawing setting for long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteTextPrefix value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlackDarkModeBase.GetContentLongTextH(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the horizontal relative alignment of the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlackDarkModeBase.GetContentLongTextV(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the vertical relative alignment of the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlackDarkModeBase.GetContentLongTextMultiLineH(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the horizontal relative alignment of multiline long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlackDarkModeBase.GetContentLongTextColor1(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the first back color for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlackDarkModeBase.GetContentLongTextColor2(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the second back color for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlackDarkModeBase.GetContentLongTextColorStyle(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color drawing style for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color drawing style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlackDarkModeBase.GetContentLongTextColorAlign(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color alignment for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlackDarkModeBase.GetContentLongTextColorAngle(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color background angle for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Angle used for color drawing.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlackDarkModeBase.GetContentLongTextImage(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets a background image for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image instance.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlackDarkModeBase.GetContentLongTextImageStyle(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the background image style for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image style value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlackDarkModeBase.GetContentLongTextImageAlign(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the image alignment for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlackDarkModeBase.GetBorderContentPadding(Krypton.Toolkit.KryptonForm,Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the padding between the border and content drawing.
</summary>
<param name="owningForm"></param>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Padding value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlackDarkModeBase.GetContentAdjacentGap(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the padding between adjacent content items.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Integer value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlackDarkModeBase.GetMetricInt(Krypton.Toolkit.KryptonForm,Krypton.Toolkit.PaletteState,Krypton.Toolkit.PaletteMetricInt)">
<summary>
Gets an integer metric value.
</summary>
<param name="owningForm"></param>
<param name="state">Palette value should be applicable to this state.</param>
<param name="metric">Requested metric.</param>
<returns>Integer value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlackDarkModeBase.GetMetricBool(Krypton.Toolkit.PaletteState,Krypton.Toolkit.PaletteMetricBool)">
<summary>
Gets a boolean metric value.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<param name="metric">Requested metric.</param>
<returns>InheritBool value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlackDarkModeBase.GetMetricPadding(Krypton.Toolkit.KryptonForm,Krypton.Toolkit.PaletteState,Krypton.Toolkit.PaletteMetricPadding)">
<summary>
Gets a padding metric value.
</summary>
<param name="owningForm"></param>
<param name="state">Palette value should be applicable to this state.</param>
<param name="metric">Requested metric.</param>
<returns>Padding value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlackDarkModeBase.GetTreeViewImage(System.Boolean)">
<summary>
Gets a tree view image appropriate for the provided state.
</summary>
<param name="expanded">Is the node expanded</param>
<returns>Appropriate image for drawing; otherwise null.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlackDarkModeBase.GetCheckBoxImage(System.Boolean,System.Windows.Forms.CheckState,System.Boolean,System.Boolean)">
<summary>
Gets a check box image appropriate for the provided state.
</summary>
<param name="enabled">Is the check box enabled.</param>
<param name="checkState">Is the check box checked/unchecked/indeterminate.</param>
<param name="tracking">Is the check box being hot tracked.</param>
<param name="pressed">Is the check box being pressed.</param>
<returns>Appropriate image for drawing; otherwise null.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlackDarkModeBase.GetRadioButtonImage(System.Boolean,System.Boolean,System.Boolean,System.Boolean)">
<summary>
Gets a check box image appropriate for the provided state.
</summary>
<param name="enabled">Is the radio button enabled.</param>
<param name="checkState">Is the radio button checked.</param>
<param name="tracking">Is the radio button being hot tracked.</param>
<param name="pressed">Is the radio button being pressed.</param>
<returns>Appropriate image for drawing; otherwise null.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlackDarkModeBase.GetContextMenuCheckedImage">
<summary>
Gets a checked image appropriate for a context menu item.
</summary>
<returns>Appropriate image for drawing; otherwise null.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlackDarkModeBase.GetContextMenuIndeterminateImage">
<summary>
Gets a indeterminate image appropriate for a context menu item.
</summary>
<returns>Appropriate image for drawing; otherwise null.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlackDarkModeBase.GetGalleryButtonImage(Krypton.Toolkit.PaletteRibbonGalleryButton,Krypton.Toolkit.PaletteState)">
<summary>
Gets a check box image appropriate for the provided state.
</summary>
<param name="button">Enum of the button to fetch.</param>
<param name="state">State of the button to fetch.</param>
<returns>Appropriate image for drawing; otherwise null.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlackDarkModeBase.GetButtonSpecImage(Krypton.Toolkit.PaletteButtonSpecStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the image to display for the button.
</summary>
<param name="style">Style of button spec.</param>
<param name="state">State for which image is required.</param>
<returns>Image value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlackDarkModeBase.GetRibbonShape">
<summary>
Gets the ribbon shape that should be used.
</summary>
<returns>Ribbon shape value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlackDarkModeBase.GetRibbonContextTextAlign(Krypton.Toolkit.PaletteState)">
<summary>
Gets the text alignment for the ribbon context text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Font value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlackDarkModeBase.GetRibbonContextTextFont(Krypton.Toolkit.PaletteState)">
<summary>
Gets the font for the ribbon context text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Font value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlackDarkModeBase.GetRibbonContextTextColor(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the ribbon context text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Font value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlackDarkModeBase.GetRibbonDisabledDark(Krypton.Toolkit.PaletteState)">
<summary>
Gets the dark disabled color used for ribbon glyphs.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlackDarkModeBase.GetRibbonDisabledLight(Krypton.Toolkit.PaletteState)">
<summary>
Gets the light disabled color used for ribbon glyphs.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlackDarkModeBase.GetRibbonDropArrowLight(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the drop arrow light.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlackDarkModeBase.GetRibbonDropArrowDark(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the drop arrow dark.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlackDarkModeBase.GetRibbonGroupDialogDark(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the dialog launcher dark.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlackDarkModeBase.GetRibbonGroupDialogLight(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the dialog launcher light.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlackDarkModeBase.GetRibbonGroupSeparatorDark(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the group separator dark.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlackDarkModeBase.GetRibbonGroupSeparatorLight(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the group separator light.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlackDarkModeBase.GetRibbonMinimizeBarDark(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the minimize bar dark.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlackDarkModeBase.GetRibbonMinimizeBarLight(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the minimize bar light.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlackDarkModeBase.GetRibbonTabSeparatorColor(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the tab separator.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlackDarkModeBase.GetRibbonTabSeparatorContextColor(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the tab context separators.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlackDarkModeBase.GetRibbonTextFont(Krypton.Toolkit.PaletteState)">
<summary>
Gets the font for the ribbon text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Font value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlackDarkModeBase.GetRibbonTextHint(Krypton.Toolkit.PaletteState)">
<summary>
Gets the rendering hint for the ribbon font.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteTextHint value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlackDarkModeBase.GetRibbonQATButtonDark(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the extra QAT button dark content color.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlackDarkModeBase.GetRibbonQATButtonLight(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the extra QAT button light content color.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlackDarkModeBase.GetRibbonBackColorStyle(Krypton.Toolkit.PaletteRibbonBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the method used to draw the background of a ribbon item.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteRibbonBackStyle value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlackDarkModeBase.GetRibbonBackColor1(Krypton.Toolkit.PaletteRibbonBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the first background color for the ribbon item.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlackDarkModeBase.GetRibbonBackColor2(Krypton.Toolkit.PaletteRibbonBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the second background color for the ribbon item.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlackDarkModeBase.GetRibbonBackColor3(Krypton.Toolkit.PaletteRibbonBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the third background color for the ribbon item.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlackDarkModeBase.GetRibbonBackColor4(Krypton.Toolkit.PaletteRibbonBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the fourth background color for the ribbon item.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlackDarkModeBase.GetRibbonBackColor5(Krypton.Toolkit.PaletteRibbonBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the fifth background color for the ribbon item.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlackDarkModeBase.GetRibbonTextColor(Krypton.Toolkit.PaletteRibbonTextStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the =color for the item text.
</summary>
<param name="style">Text style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlackDarkModeBase.GetElementColor1(Krypton.Toolkit.PaletteElement,Krypton.Toolkit.PaletteState)">
<summary>
Gets the first element color.
</summary>
<param name="element">Element for which color is required.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlackDarkModeBase.GetElementColor2(Krypton.Toolkit.PaletteElement,Krypton.Toolkit.PaletteState)">
<summary>
Gets the second element color.
</summary>
<param name="element">Element for which color is required.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlackDarkModeBase.GetElementColor3(Krypton.Toolkit.PaletteElement,Krypton.Toolkit.PaletteState)">
<summary>
Gets the third element color.
</summary>
<param name="element">Element for which color is required.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlackDarkModeBase.GetElementColor4(Krypton.Toolkit.PaletteElement,Krypton.Toolkit.PaletteState)">
<summary>
Gets the fourth element color.
</summary>
<param name="element">Element for which color is required.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlackDarkModeBase.GetElementColor5(Krypton.Toolkit.PaletteElement,Krypton.Toolkit.PaletteState)">
<summary>
Gets the fifth element color.
</summary>
<param name="element">Element for which color is required.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="P:Krypton.Toolkit.PaletteOffice2010BlackDarkModeBase.ColorTable">
<summary>
Gets access to the color table instance.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlackDarkModeBase.OnUserPreferenceChanged(System.Object,Microsoft.Win32.UserPreferenceChangedEventArgs)">
<summary>
Handle a change in the user preferences.
</summary>
<param name="sender">Source of event.</param>
<param name="e">Event data.</param>
</member>
<member name="T:Krypton.Toolkit.KryptonColorTable2010BlackDarkMode">
<summary>
Provide KryptonColorTable2010BlackDarkMode values using an array of Color values as the source.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonColorTable2010BlackDarkMode.#ctor(System.Drawing.Color[],Krypton.Toolkit.InheritBool,Krypton.Toolkit.PaletteBase)">
<summary>
Initialize a new instance of the KryptonColorTable2010BlackDarkMode class.
</summary>
<param name="colors">Source of </param>
<param name="roundedEdges">Should have rounded edges.</param>
<param name="palette">Associated palette instance.</param>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010BlackDarkMode.Colors">
<summary>
Gets the raw set of colors.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010BlackDarkMode.UseRoundedEdges">
<summary>
Gets a value indicating if rounded edges are required.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010BlackDarkMode.ButtonPressedBorder">
<summary>
Gets the border color for a button being pressed.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010BlackDarkMode.ButtonPressedGradientBegin">
<summary>
Gets the background starting color for a button being pressed.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010BlackDarkMode.ButtonPressedGradientMiddle">
<summary>
Gets the background middle color for a button being pressed.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010BlackDarkMode.ButtonPressedGradientEnd">
<summary>
Gets the background ending color for a button being pressed.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010BlackDarkMode.ButtonPressedHighlight">
<summary>
Gets the highlight background for a pressed button.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010BlackDarkMode.ButtonPressedHighlightBorder">
<summary>
Gets the highlight border for a pressed button.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010BlackDarkMode.ButtonSelectedBorder">
<summary>
Gets the border color for a button being selected.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010BlackDarkMode.ButtonSelectedGradientBegin">
<summary>
Gets the background starting color for a button being selected.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010BlackDarkMode.ButtonSelectedGradientMiddle">
<summary>
Gets the background middle color for a button being selected.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010BlackDarkMode.ButtonSelectedGradientEnd">
<summary>
Gets the background ending color for a button being selected.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010BlackDarkMode.ButtonSelectedHighlight">
<summary>
Gets the highlight background for a selected button.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010BlackDarkMode.ButtonSelectedHighlightBorder">
<summary>
Gets the highlight border for a selected button.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010BlackDarkMode.ButtonCheckedGradientBegin">
<summary>
Gets the background starting color for a checked button.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010BlackDarkMode.ButtonCheckedGradientMiddle">
<summary>
Gets the background middle color for a checked button.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010BlackDarkMode.ButtonCheckedGradientEnd">
<summary>
Gets the background ending color for a checked button.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010BlackDarkMode.ButtonCheckedHighlight">
<summary>
Gets the highlight background for a checked button.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010BlackDarkMode.ButtonCheckedHighlightBorder">
<summary>
Gets the highlight border for a checked button.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010BlackDarkMode.CheckBackground">
<summary>
Get background of the check mark area.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010BlackDarkMode.CheckPressedBackground">
<summary>
Get background of a pressed check mark area.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010BlackDarkMode.CheckSelectedBackground">
<summary>
Get background of a selected check mark area.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010BlackDarkMode.GripLight">
<summary>
Gets the light color used to draw grips.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010BlackDarkMode.GripDark">
<summary>
Gets the dark color used to draw grips.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010BlackDarkMode.ImageMarginGradientBegin">
<summary>
Gets the starting color for the context menu margin.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010BlackDarkMode.ImageMarginGradientMiddle">
<summary>
Gets the middle color for the context menu margin.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010BlackDarkMode.ImageMarginGradientEnd">
<summary>
Gets the ending color for the context menu margin.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010BlackDarkMode.ImageMarginRevealedGradientBegin">
<summary>
Gets the starting color for the context menu margin revealed.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010BlackDarkMode.ImageMarginRevealedGradientMiddle">
<summary>
Gets the middle color for the context menu margin revealed.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010BlackDarkMode.ImageMarginRevealedGradientEnd">
<summary>
Gets the ending color for the context menu margin revealed.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010BlackDarkMode.MenuBorder">
<summary>
Gets the color of the border around menus.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010BlackDarkMode.MenuItemBorder">
<summary>
Gets the border color for around the menu item.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010BlackDarkMode.MenuItemSelected">
<summary>
Gets the color of a selected menu item.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010BlackDarkMode.MenuItemPressedGradientBegin">
<summary>
Gets the starting color of the gradient used when a top-level ToolStripMenuItem is pressed down.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010BlackDarkMode.MenuItemPressedGradientEnd">
<summary>
Gets the end color of the gradient used when a top-level ToolStripMenuItem is pressed down.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010BlackDarkMode.MenuItemPressedGradientMiddle">
<summary>
Gets the middle color of the gradient used when a top-level ToolStripMenuItem is pressed down.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010BlackDarkMode.MenuItemSelectedGradientBegin">
<summary>
Gets the starting color of the gradient used when the ToolStripMenuItem is selected.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010BlackDarkMode.MenuItemSelectedGradientEnd">
<summary>
Gets the end color of the gradient used when the ToolStripMenuItem is selected.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010BlackDarkMode.MenuStripGradientBegin">
<summary>
Gets the starting color of the gradient used in the MenuStrip.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010BlackDarkMode.MenuStripGradientEnd">
<summary>
Gets the end color of the gradient used in the MenuStrip.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010BlackDarkMode.OverflowButtonGradientBegin">
<summary>
Gets the starting color of the gradient used in the ToolStripOverflowButton.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010BlackDarkMode.OverflowButtonGradientEnd">
<summary>
Gets the end color of the gradient used in the ToolStripOverflowButton.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010BlackDarkMode.OverflowButtonGradientMiddle">
<summary>
Gets the middle color of the gradient used in the ToolStripOverflowButton.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010BlackDarkMode.RaftingContainerGradientBegin">
<summary>
Gets the starting color of the gradient used in the ToolStripContainer.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010BlackDarkMode.RaftingContainerGradientEnd">
<summary>
Gets the end color of the gradient used in the ToolStripContainer.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010BlackDarkMode.SeparatorLight">
<summary>
Gets the light separator color.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010BlackDarkMode.SeparatorDark">
<summary>
Gets the dark separator color.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010BlackDarkMode.StatusStripGradientBegin">
<summary>
Gets the starting color for the status strip background.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010BlackDarkMode.StatusStripGradientEnd">
<summary>
Gets the ending color for the status strip background.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010BlackDarkMode.MenuItemText">
<summary>
Gets the text color used on the menu items.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010BlackDarkMode.MenuStripText">
<summary>
Gets the text color used on the menu strip.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010BlackDarkMode.ToolStripText">
<summary>
Gets the text color used on the tool strip.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010BlackDarkMode.StatusStripText">
<summary>
Gets the text color used on the status strip.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010BlackDarkMode.MenuStripFont">
<summary>
Gets the font used on the menu strip.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010BlackDarkMode.ToolStripFont">
<summary>
Gets the font used on the tool strip.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010BlackDarkMode.StatusStripFont">
<summary>
Gets the font used on the status strip.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010BlackDarkMode.ToolStripBorder">
<summary>
Gets the border color to use on the bottom edge of the ToolStrip.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010BlackDarkMode.ToolStripContentPanelGradientBegin">
<summary>
Gets the starting color for the content panel background.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010BlackDarkMode.ToolStripContentPanelGradientEnd">
<summary>
Gets the ending color for the content panel background.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010BlackDarkMode.ToolStripDropDownBackground">
<summary>
Gets the background color for drop-down menus.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010BlackDarkMode.ToolStripGradientBegin">
<summary>
Gets the starting color of the gradient used in the ToolStrip background.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010BlackDarkMode.ToolStripGradientEnd">
<summary>
Gets the end color of the gradient used in the ToolStrip background.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010BlackDarkMode.ToolStripGradientMiddle">
<summary>
Gets the middle color of the gradient used in the ToolStrip background.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010BlackDarkMode.ToolStripPanelGradientBegin">
<summary>
Gets the starting color of the gradient used in the ToolStripPanel.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010BlackDarkMode.ToolStripPanelGradientEnd">
<summary>
Gets the end color of the gradient used in the ToolStripPanel.
</summary>
</member>
<member name="T:Krypton.Toolkit.PaletteOffice2010BlueDarkMode">
<summary>
Provides the Blue color scheme variant of the Office 2010 palette.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlueDarkMode.#ctor">
<summary>
Initialize a new instance of the PaletteOffice2010BlueDarkMode class.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlueDarkMode.GetContextMenuSubMenuImage">
<summary>
Gets an image indicating a sub-menu on a context menu item.
</summary>
<returns>Appropriate image for drawing; otherwise null.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlueDarkMode.GetButtonSpecImage(Krypton.Toolkit.PaletteButtonSpecStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the image to display for the button.
</summary>
<param name="style">Style of button spec.</param>
<param name="state">State for which image is required.</param>
<returns>Image value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlueDarkMode.GetRibbonTabRowGradientColor1(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlueDarkMode.GetRibbonTabRowBackgroundGradientRaftingDark(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlueDarkMode.GetRibbonTabRowBackgroundGradientRaftingLight(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlueDarkMode.GetRibbonTabRowBackgroundSolidColor(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlueDarkMode.GetRibbonTabRowGradientRaftingAngle(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlueDarkMode.GetRibbonFileAppTabBottomColor(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlueDarkMode.GetRibbonFileAppTabTopColor(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlueDarkMode.GetRibbonFileAppTabTextColor(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="T:Krypton.Toolkit.PaletteOffice2010BlueDarkModeBase">
<summary>
Provides a base for Office 2010 palettes.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlueDarkModeBase.#ctor(System.Drawing.Color[],System.Windows.Forms.ImageList,System.Windows.Forms.ImageList,System.Drawing.Image[],System.Drawing.Color[])">
<summary>
Initialize a new instance of the PaletteOffice2010BlueDarkModeBase class.
</summary>
<param name="schemeColors">Array of palette specific colors.</param>
<param name="checkBoxList">List of images for check box.</param>
<param name="galleryButtonList">List of images for gallery buttons.</param>
<param name="radioButtonArray">Array of images for radio button.</param>
<param name="trackBarColors">Array of track bar specific colors.</param>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlueDarkModeBase.GetRenderer">
<summary>
Gets the renderer to use for this palette.
</summary>
<returns>Renderer to use for drawing palette settings.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlueDarkModeBase.GetBackDraw(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets a value indicating if background should be drawn.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>InheritBool value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlueDarkModeBase.GetBackGraphicsHint(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the graphics drawing hint for the background.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteGraphicsHint value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlueDarkModeBase.GetBackColor1(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the first background color.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlueDarkModeBase.GetBackColor2(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the second back color.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlueDarkModeBase.GetBackColorStyle(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color background drawing style.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color drawing style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlueDarkModeBase.GetBackColorAlign(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color alignment.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlueDarkModeBase.GetBackColorAngle(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color background angle.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Angle used for color drawing.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlueDarkModeBase.GetBackImage(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets a background image.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image instance.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlueDarkModeBase.GetBackImageStyle(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the background image style.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image style value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlueDarkModeBase.GetBackImageAlign(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the image alignment.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlueDarkModeBase.GetBorderDraw(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets a value indicating if border should be drawn.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>InheritBool value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlueDarkModeBase.GetBorderDrawBorders(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets a value indicating which borders to draw.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteDrawBorders value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlueDarkModeBase.GetBorderGraphicsHint(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the graphics drawing hint for the border.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteGraphicsHint value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlueDarkModeBase.GetBorderColor1(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the first border color.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlueDarkModeBase.GetBorderColor2(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the second border color.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlueDarkModeBase.GetBorderColorStyle(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color border drawing style.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color drawing style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlueDarkModeBase.GetBorderColorAlign(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color border alignment.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlueDarkModeBase.GetBorderColorAngle(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color border angle.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Angle used for color drawing.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlueDarkModeBase.GetBorderWidth(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the border width.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Integer width.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlueDarkModeBase.GetBorderRounding(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the border corner rounding.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Float rounding.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlueDarkModeBase.GetBorderImage(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets a border image.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image instance.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlueDarkModeBase.GetBorderImageStyle(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the border image style.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image style value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlueDarkModeBase.GetBorderImageAlign(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the image border alignment.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlueDarkModeBase.GetContentDraw(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets a value indicating if content should be drawn.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>InheritBool value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlueDarkModeBase.GetContentDrawFocus(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets a value indicating if content should be drawn with focus indication.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>InheritBool value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlueDarkModeBase.GetContentImageH(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the horizontal relative alignment of the image.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlueDarkModeBase.GetContentImageV(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the vertical relative alignment of the image.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlueDarkModeBase.GetContentImageEffect(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the effect applied to drawing of the image.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteImageEffect value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlueDarkModeBase.GetContentImageColorMap(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the image color to remap into another color.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlueDarkModeBase.GetContentImageColorTo(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color to use in place of the image map color.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlueDarkModeBase.GetContentImageColorTransparent(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the image color that should be transparent.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlueDarkModeBase.GetContentShortTextFont(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the font for the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Font value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlueDarkModeBase.GetContentShortTextNewFont(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the font for the short text by generating a new font instance.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Font value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlueDarkModeBase.GetContentShortTextHint(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the rendering hint for the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteTextHint value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlueDarkModeBase.GetContentShortTextPrefix(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the prefix drawing setting for short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteTextPrefix value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlueDarkModeBase.GetContentShortTextMultiLine(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the flag indicating if multiline text is allowed for short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>InheritBool value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlueDarkModeBase.GetContentShortTextTrim(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the text trimming to use for short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteTextTrim value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlueDarkModeBase.GetContentShortTextH(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the horizontal relative alignment of the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlueDarkModeBase.GetContentShortTextV(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the vertical relative alignment of the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlueDarkModeBase.GetContentShortTextMultiLineH(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the horizontal relative alignment of multiline short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlueDarkModeBase.GetContentShortTextColor1(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the first back color for the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlueDarkModeBase.GetContentShortTextColor2(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the second back color for the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlueDarkModeBase.GetContentShortTextColorStyle(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color drawing style for the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color drawing style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlueDarkModeBase.GetContentShortTextColorAlign(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color alignment for the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlueDarkModeBase.GetContentShortTextColorAngle(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color background angle for the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Angle used for color drawing.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlueDarkModeBase.GetContentShortTextImage(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets a background image for the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image instance.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlueDarkModeBase.GetContentShortTextImageStyle(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the background image style.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image style value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlueDarkModeBase.GetContentShortTextImageAlign(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the image alignment for the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlueDarkModeBase.GetContentLongTextFont(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the font for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Font value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlueDarkModeBase.GetContentLongTextNewFont(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the font for the long text by generating a new font instance.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Font value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlueDarkModeBase.GetContentLongTextHint(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the rendering hint for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteTextHint value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlueDarkModeBase.GetContentLongTextMultiLine(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the flag indicating if multiline text is allowed for long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>InheritBool value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlueDarkModeBase.GetContentLongTextTrim(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the text trimming to use for long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteTextTrim value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlueDarkModeBase.GetContentLongTextPrefix(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the prefix drawing setting for long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteTextPrefix value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlueDarkModeBase.GetContentLongTextH(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the horizontal relative alignment of the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlueDarkModeBase.GetContentLongTextV(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the vertical relative alignment of the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlueDarkModeBase.GetContentLongTextMultiLineH(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the horizontal relative alignment of multiline long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlueDarkModeBase.GetContentLongTextColor1(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the first back color for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlueDarkModeBase.GetContentLongTextColor2(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the second back color for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlueDarkModeBase.GetContentLongTextColorStyle(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color drawing style for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color drawing style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlueDarkModeBase.GetContentLongTextColorAlign(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color alignment for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlueDarkModeBase.GetContentLongTextColorAngle(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color background angle for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Angle used for color drawing.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlueDarkModeBase.GetContentLongTextImage(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets a background image for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image instance.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlueDarkModeBase.GetContentLongTextImageStyle(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the background image style for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image style value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlueDarkModeBase.GetContentLongTextImageAlign(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the image alignment for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlueDarkModeBase.GetBorderContentPadding(Krypton.Toolkit.KryptonForm,Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the padding between the border and content drawing.
</summary>
<param name="owningForm"></param>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Padding value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlueDarkModeBase.GetContentAdjacentGap(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the padding between adjacent content items.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Integer value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlueDarkModeBase.GetMetricInt(Krypton.Toolkit.KryptonForm,Krypton.Toolkit.PaletteState,Krypton.Toolkit.PaletteMetricInt)">
<summary>
Gets an integer metric value.
</summary>
<param name="owningForm"></param>
<param name="state">Palette value should be applicable to this state.</param>
<param name="metric">Requested metric.</param>
<returns>Integer value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlueDarkModeBase.GetMetricBool(Krypton.Toolkit.PaletteState,Krypton.Toolkit.PaletteMetricBool)">
<summary>
Gets a boolean metric value.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<param name="metric">Requested metric.</param>
<returns>InheritBool value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlueDarkModeBase.GetMetricPadding(Krypton.Toolkit.KryptonForm,Krypton.Toolkit.PaletteState,Krypton.Toolkit.PaletteMetricPadding)">
<summary>
Gets a padding metric value.
</summary>
<param name="owningForm"></param>
<param name="state">Palette value should be applicable to this state.</param>
<param name="metric">Requested metric.</param>
<returns>Padding value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlueDarkModeBase.GetTreeViewImage(System.Boolean)">
<summary>
Gets a tree view image appropriate for the provided state.
</summary>
<param name="expanded">Is the node expanded</param>
<returns>Appropriate image for drawing; otherwise null.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlueDarkModeBase.GetCheckBoxImage(System.Boolean,System.Windows.Forms.CheckState,System.Boolean,System.Boolean)">
<summary>
Gets a check box image appropriate for the provided state.
</summary>
<param name="enabled">Is the check box enabled.</param>
<param name="checkState">Is the check box checked/unchecked/indeterminate.</param>
<param name="tracking">Is the check box being hot tracked.</param>
<param name="pressed">Is the check box being pressed.</param>
<returns>Appropriate image for drawing; otherwise null.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlueDarkModeBase.GetRadioButtonImage(System.Boolean,System.Boolean,System.Boolean,System.Boolean)">
<summary>
Gets a check box image appropriate for the provided state.
</summary>
<param name="enabled">Is the radio button enabled.</param>
<param name="checkState">Is the radio button checked.</param>
<param name="tracking">Is the radio button being hot tracked.</param>
<param name="pressed">Is the radio button being pressed.</param>
<returns>Appropriate image for drawing; otherwise null.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlueDarkModeBase.GetContextMenuCheckedImage">
<summary>
Gets a checked image appropriate for a context menu item.
</summary>
<returns>Appropriate image for drawing; otherwise null.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlueDarkModeBase.GetContextMenuIndeterminateImage">
<summary>
Gets a indeterminate image appropriate for a context menu item.
</summary>
<returns>Appropriate image for drawing; otherwise null.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlueDarkModeBase.GetGalleryButtonImage(Krypton.Toolkit.PaletteRibbonGalleryButton,Krypton.Toolkit.PaletteState)">
<summary>
Gets a check box image appropriate for the provided state.
</summary>
<param name="button">Enum of the button to fetch.</param>
<param name="state">State of the button to fetch.</param>
<returns>Appropriate image for drawing; otherwise null.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlueDarkModeBase.GetButtonSpecImage(Krypton.Toolkit.PaletteButtonSpecStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the image to display for the button.
</summary>
<param name="style">Style of button spec.</param>
<param name="state">State for which image is required.</param>
<returns>Image value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlueDarkModeBase.GetRibbonShape">
<summary>
Gets the ribbon shape that should be used.
</summary>
<returns>Ribbon shape value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlueDarkModeBase.GetRibbonContextTextAlign(Krypton.Toolkit.PaletteState)">
<summary>
Gets the text alignment for the ribbon context text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Font value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlueDarkModeBase.GetRibbonContextTextFont(Krypton.Toolkit.PaletteState)">
<summary>
Gets the font for the ribbon context text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Font value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlueDarkModeBase.GetRibbonContextTextColor(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the ribbon context text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Font value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlueDarkModeBase.GetRibbonDisabledDark(Krypton.Toolkit.PaletteState)">
<summary>
Gets the dark disabled color used for ribbon glyphs.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlueDarkModeBase.GetRibbonDisabledLight(Krypton.Toolkit.PaletteState)">
<summary>
Gets the light disabled color used for ribbon glyphs.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlueDarkModeBase.GetRibbonDropArrowLight(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the drop arrow light.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlueDarkModeBase.GetRibbonDropArrowDark(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the drop arrow dark.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlueDarkModeBase.GetRibbonGroupDialogDark(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the dialog launcher dark.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlueDarkModeBase.GetRibbonGroupDialogLight(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the dialog launcher light.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlueDarkModeBase.GetRibbonGroupSeparatorDark(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the group separator dark.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlueDarkModeBase.GetRibbonGroupSeparatorLight(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the group separator light.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlueDarkModeBase.GetRibbonMinimizeBarDark(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the minimize bar dark.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlueDarkModeBase.GetRibbonMinimizeBarLight(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the minimize bar light.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlueDarkModeBase.GetRibbonTabSeparatorColor(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the tab separator.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlueDarkModeBase.GetRibbonTabSeparatorContextColor(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the tab context separators.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlueDarkModeBase.GetRibbonTextFont(Krypton.Toolkit.PaletteState)">
<summary>
Gets the font for the ribbon text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Font value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlueDarkModeBase.GetRibbonTextHint(Krypton.Toolkit.PaletteState)">
<summary>
Gets the rendering hint for the ribbon font.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteTextHint value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlueDarkModeBase.GetRibbonQATButtonDark(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the extra QAT button dark content color.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlueDarkModeBase.GetRibbonQATButtonLight(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the extra QAT button light content color.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlueDarkModeBase.GetRibbonBackColorStyle(Krypton.Toolkit.PaletteRibbonBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the method used to draw the background of a ribbon item.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteRibbonBackStyle value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlueDarkModeBase.GetRibbonBackColor1(Krypton.Toolkit.PaletteRibbonBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the first background color for the ribbon item.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlueDarkModeBase.GetRibbonBackColor2(Krypton.Toolkit.PaletteRibbonBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the second background color for the ribbon item.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlueDarkModeBase.GetRibbonBackColor3(Krypton.Toolkit.PaletteRibbonBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the third background color for the ribbon item.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlueDarkModeBase.GetRibbonBackColor4(Krypton.Toolkit.PaletteRibbonBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the fourth background color for the ribbon item.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlueDarkModeBase.GetRibbonBackColor5(Krypton.Toolkit.PaletteRibbonBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the fifth background color for the ribbon item.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlueDarkModeBase.GetRibbonTextColor(Krypton.Toolkit.PaletteRibbonTextStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the =color for the item text.
</summary>
<param name="style">Text style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlueDarkModeBase.GetElementColor1(Krypton.Toolkit.PaletteElement,Krypton.Toolkit.PaletteState)">
<summary>
Gets the first element color.
</summary>
<param name="element">Element for which color is required.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlueDarkModeBase.GetElementColor2(Krypton.Toolkit.PaletteElement,Krypton.Toolkit.PaletteState)">
<summary>
Gets the second element color.
</summary>
<param name="element">Element for which color is required.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlueDarkModeBase.GetElementColor3(Krypton.Toolkit.PaletteElement,Krypton.Toolkit.PaletteState)">
<summary>
Gets the third element color.
</summary>
<param name="element">Element for which color is required.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlueDarkModeBase.GetElementColor4(Krypton.Toolkit.PaletteElement,Krypton.Toolkit.PaletteState)">
<summary>
Gets the fourth element color.
</summary>
<param name="element">Element for which color is required.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlueDarkModeBase.GetElementColor5(Krypton.Toolkit.PaletteElement,Krypton.Toolkit.PaletteState)">
<summary>
Gets the fifth element color.
</summary>
<param name="element">Element for which color is required.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="P:Krypton.Toolkit.PaletteOffice2010BlueDarkModeBase.ColorTable">
<summary>
Gets access to the color table instance.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlueDarkModeBase.OnUserPreferenceChanged(System.Object,Microsoft.Win32.UserPreferenceChangedEventArgs)">
<summary>
Handle a change in the user preferences.
</summary>
<param name="sender">Source of event.</param>
<param name="e">Event data.</param>
</member>
<member name="T:Krypton.Toolkit.KryptonColorTable2010BlueDarkMode">
<summary>
Provide KryptonColorTable2010BlueDarkMode values using an array of Color values as the source.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonColorTable2010BlueDarkMode.#ctor(System.Drawing.Color[],Krypton.Toolkit.InheritBool,Krypton.Toolkit.PaletteBase)">
<summary>
Initialize a new instance of the KryptonColorTable2010BlueDarkMode class.
</summary>
<param name="colors">Source of </param>
<param name="roundedEdges">Should have rounded edges.</param>
<param name="palette">Associated palette instance.</param>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010BlueDarkMode.Colors">
<summary>
Gets the raw set of colors.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010BlueDarkMode.UseRoundedEdges">
<summary>
Gets a value indicating if rounded edges are required.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010BlueDarkMode.ButtonPressedBorder">
<summary>
Gets the border color for a button being pressed.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010BlueDarkMode.ButtonPressedGradientBegin">
<summary>
Gets the background starting color for a button being pressed.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010BlueDarkMode.ButtonPressedGradientMiddle">
<summary>
Gets the background middle color for a button being pressed.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010BlueDarkMode.ButtonPressedGradientEnd">
<summary>
Gets the background ending color for a button being pressed.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010BlueDarkMode.ButtonPressedHighlight">
<summary>
Gets the highlight background for a pressed button.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010BlueDarkMode.ButtonPressedHighlightBorder">
<summary>
Gets the highlight border for a pressed button.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010BlueDarkMode.ButtonSelectedBorder">
<summary>
Gets the border color for a button being selected.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010BlueDarkMode.ButtonSelectedGradientBegin">
<summary>
Gets the background starting color for a button being selected.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010BlueDarkMode.ButtonSelectedGradientMiddle">
<summary>
Gets the background middle color for a button being selected.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010BlueDarkMode.ButtonSelectedGradientEnd">
<summary>
Gets the background ending color for a button being selected.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010BlueDarkMode.ButtonSelectedHighlight">
<summary>
Gets the highlight background for a selected button.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010BlueDarkMode.ButtonSelectedHighlightBorder">
<summary>
Gets the highlight border for a selected button.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010BlueDarkMode.ButtonCheckedGradientBegin">
<summary>
Gets the background starting color for a checked button.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010BlueDarkMode.ButtonCheckedGradientMiddle">
<summary>
Gets the background middle color for a checked button.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010BlueDarkMode.ButtonCheckedGradientEnd">
<summary>
Gets the background ending color for a checked button.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010BlueDarkMode.ButtonCheckedHighlight">
<summary>
Gets the highlight background for a checked button.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010BlueDarkMode.ButtonCheckedHighlightBorder">
<summary>
Gets the highlight border for a checked button.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010BlueDarkMode.CheckBackground">
<summary>
Get background of the check mark area.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010BlueDarkMode.CheckPressedBackground">
<summary>
Get background of a pressed check mark area.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010BlueDarkMode.CheckSelectedBackground">
<summary>
Get background of a selected check mark area.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010BlueDarkMode.GripLight">
<summary>
Gets the light color used to draw grips.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010BlueDarkMode.GripDark">
<summary>
Gets the dark color used to draw grips.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010BlueDarkMode.ImageMarginGradientBegin">
<summary>
Gets the starting color for the context menu margin.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010BlueDarkMode.ImageMarginGradientMiddle">
<summary>
Gets the middle color for the context menu margin.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010BlueDarkMode.ImageMarginGradientEnd">
<summary>
Gets the ending color for the context menu margin.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010BlueDarkMode.ImageMarginRevealedGradientBegin">
<summary>
Gets the starting color for the context menu margin revealed.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010BlueDarkMode.ImageMarginRevealedGradientMiddle">
<summary>
Gets the middle color for the context menu margin revealed.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010BlueDarkMode.ImageMarginRevealedGradientEnd">
<summary>
Gets the ending color for the context menu margin revealed.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010BlueDarkMode.MenuBorder">
<summary>
Gets the color of the border around menus.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010BlueDarkMode.MenuItemBorder">
<summary>
Gets the border color for around the menu item.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010BlueDarkMode.MenuItemSelected">
<summary>
Gets the color of a selected menu item.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010BlueDarkMode.MenuItemPressedGradientBegin">
<summary>
Gets the starting color of the gradient used when a top-level ToolStripMenuItem is pressed down.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010BlueDarkMode.MenuItemPressedGradientEnd">
<summary>
Gets the end color of the gradient used when a top-level ToolStripMenuItem is pressed down.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010BlueDarkMode.MenuItemPressedGradientMiddle">
<summary>
Gets the middle color of the gradient used when a top-level ToolStripMenuItem is pressed down.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010BlueDarkMode.MenuItemSelectedGradientBegin">
<summary>
Gets the starting color of the gradient used when the ToolStripMenuItem is selected.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010BlueDarkMode.MenuItemSelectedGradientEnd">
<summary>
Gets the end color of the gradient used when the ToolStripMenuItem is selected.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010BlueDarkMode.MenuStripGradientBegin">
<summary>
Gets the starting color of the gradient used in the MenuStrip.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010BlueDarkMode.MenuStripGradientEnd">
<summary>
Gets the end color of the gradient used in the MenuStrip.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010BlueDarkMode.OverflowButtonGradientBegin">
<summary>
Gets the starting color of the gradient used in the ToolStripOverflowButton.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010BlueDarkMode.OverflowButtonGradientEnd">
<summary>
Gets the end color of the gradient used in the ToolStripOverflowButton.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010BlueDarkMode.OverflowButtonGradientMiddle">
<summary>
Gets the middle color of the gradient used in the ToolStripOverflowButton.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010BlueDarkMode.RaftingContainerGradientBegin">
<summary>
Gets the starting color of the gradient used in the ToolStripContainer.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010BlueDarkMode.RaftingContainerGradientEnd">
<summary>
Gets the end color of the gradient used in the ToolStripContainer.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010BlueDarkMode.SeparatorLight">
<summary>
Gets the light separator color.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010BlueDarkMode.SeparatorDark">
<summary>
Gets the dark separator color.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010BlueDarkMode.StatusStripGradientBegin">
<summary>
Gets the starting color for the status strip background.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010BlueDarkMode.StatusStripGradientEnd">
<summary>
Gets the ending color for the status strip background.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010BlueDarkMode.MenuItemText">
<summary>
Gets the text color used on the menu items.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010BlueDarkMode.MenuStripText">
<summary>
Gets the text color used on the menu strip.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010BlueDarkMode.ToolStripText">
<summary>
Gets the text color used on the tool strip.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010BlueDarkMode.StatusStripText">
<summary>
Gets the text color used on the status strip.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010BlueDarkMode.MenuStripFont">
<summary>
Gets the font used on the menu strip.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010BlueDarkMode.ToolStripFont">
<summary>
Gets the font used on the tool strip.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010BlueDarkMode.StatusStripFont">
<summary>
Gets the font used on the status strip.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010BlueDarkMode.ToolStripBorder">
<summary>
Gets the border color to use on the bottom edge of the ToolStrip.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010BlueDarkMode.ToolStripContentPanelGradientBegin">
<summary>
Gets the starting color for the content panel background.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010BlueDarkMode.ToolStripContentPanelGradientEnd">
<summary>
Gets the ending color for the content panel background.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010BlueDarkMode.ToolStripDropDownBackground">
<summary>
Gets the background color for drop-down menus.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010BlueDarkMode.ToolStripGradientBegin">
<summary>
Gets the starting color of the gradient used in the ToolStrip background.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010BlueDarkMode.ToolStripGradientEnd">
<summary>
Gets the end color of the gradient used in the ToolStrip background.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010BlueDarkMode.ToolStripGradientMiddle">
<summary>
Gets the middle color of the gradient used in the ToolStrip background.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010BlueDarkMode.ToolStripPanelGradientBegin">
<summary>
Gets the starting color of the gradient used in the ToolStripPanel.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010BlueDarkMode.ToolStripPanelGradientEnd">
<summary>
Gets the end color of the gradient used in the ToolStripPanel.
</summary>
</member>
<member name="T:Krypton.Toolkit.PaletteOffice2010BlueLightMode">
<summary>
Provides the Blue color scheme variant of the Office 2010 palette.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlueLightMode.#ctor">
<summary>
Initialize a new instance of the PaletteOffice2010BlueLightMode class.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlueLightMode.GetContextMenuSubMenuImage">
<summary>
Gets an image indicating a sub-menu on a context menu item.
</summary>
<returns>Appropriate image for drawing; otherwise null.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlueLightMode.GetButtonSpecImage(Krypton.Toolkit.PaletteButtonSpecStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the image to display for the button.
</summary>
<param name="style">Style of button spec.</param>
<param name="state">State for which image is required.</param>
<returns>Image value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlueLightMode.GetRibbonTabRowGradientColor1(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlueLightMode.GetRibbonTabRowBackgroundGradientRaftingDark(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlueLightMode.GetRibbonTabRowBackgroundGradientRaftingLight(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlueLightMode.GetRibbonTabRowBackgroundSolidColor(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlueLightMode.GetRibbonTabRowGradientRaftingAngle(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlueLightMode.GetRibbonFileAppTabBottomColor(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlueLightMode.GetRibbonFileAppTabTopColor(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlueLightMode.GetRibbonFileAppTabTextColor(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="T:Krypton.Toolkit.PaletteOffice2010BlueLightModeBase">
<summary>
Provides a base for Office 2010 palettes.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlueLightModeBase.#ctor(System.Drawing.Color[],System.Windows.Forms.ImageList,System.Windows.Forms.ImageList,System.Drawing.Image[],System.Drawing.Color[])">
<summary>
Initialize a new instance of the PaletteOffice2010BlueLightModeBase class.
</summary>
<param name="schemeColors">Array of palette specific colors.</param>
<param name="checkBoxList">List of images for check box.</param>
<param name="galleryButtonList">List of images for gallery buttons.</param>
<param name="radioButtonArray">Array of images for radio button.</param>
<param name="trackBarColors">Array of track bar specific colors.</param>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlueLightModeBase.GetRenderer">
<summary>
Gets the renderer to use for this palette.
</summary>
<returns>Renderer to use for drawing palette settings.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlueLightModeBase.GetBackDraw(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets a value indicating if background should be drawn.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>InheritBool value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlueLightModeBase.GetBackGraphicsHint(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the graphics drawing hint for the background.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteGraphicsHint value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlueLightModeBase.GetBackColor1(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the first background color.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlueLightModeBase.GetBackColor2(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the second back color.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlueLightModeBase.GetBackColorStyle(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color background drawing style.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color drawing style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlueLightModeBase.GetBackColorAlign(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color alignment.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlueLightModeBase.GetBackColorAngle(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color background angle.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Angle used for color drawing.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlueLightModeBase.GetBackImage(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets a background image.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image instance.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlueLightModeBase.GetBackImageStyle(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the background image style.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image style value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlueLightModeBase.GetBackImageAlign(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the image alignment.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlueLightModeBase.GetBorderDraw(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets a value indicating if border should be drawn.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>InheritBool value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlueLightModeBase.GetBorderDrawBorders(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets a value indicating which borders to draw.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteDrawBorders value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlueLightModeBase.GetBorderGraphicsHint(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the graphics drawing hint for the border.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteGraphicsHint value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlueLightModeBase.GetBorderColor1(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the first border color.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlueLightModeBase.GetBorderColor2(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the second border color.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlueLightModeBase.GetBorderColorStyle(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color border drawing style.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color drawing style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlueLightModeBase.GetBorderColorAlign(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color border alignment.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlueLightModeBase.GetBorderColorAngle(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color border angle.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Angle used for color drawing.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlueLightModeBase.GetBorderWidth(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the border width.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Integer width.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlueLightModeBase.GetBorderRounding(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the border corner rounding.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Float rounding.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlueLightModeBase.GetBorderImage(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets a border image.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image instance.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlueLightModeBase.GetBorderImageStyle(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the border image style.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image style value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlueLightModeBase.GetBorderImageAlign(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the image border alignment.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlueLightModeBase.GetContentDraw(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets a value indicating if content should be drawn.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>InheritBool value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlueLightModeBase.GetContentDrawFocus(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets a value indicating if content should be drawn with focus indication.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>InheritBool value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlueLightModeBase.GetContentImageH(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the horizontal relative alignment of the image.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlueLightModeBase.GetContentImageV(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the vertical relative alignment of the image.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlueLightModeBase.GetContentImageEffect(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the effect applied to drawing of the image.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteImageEffect value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlueLightModeBase.GetContentImageColorMap(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the image color to remap into another color.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlueLightModeBase.GetContentImageColorTo(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color to use in place of the image map color.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlueLightModeBase.GetContentImageColorTransparent(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the image color that should be transparent.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlueLightModeBase.GetContentShortTextFont(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the font for the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Font value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlueLightModeBase.GetContentShortTextNewFont(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the font for the short text by generating a new font instance.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Font value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlueLightModeBase.GetContentShortTextHint(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the rendering hint for the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteTextHint value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlueLightModeBase.GetContentShortTextPrefix(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the prefix drawing setting for short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteTextPrefix value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlueLightModeBase.GetContentShortTextMultiLine(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the flag indicating if multiline text is allowed for short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>InheritBool value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlueLightModeBase.GetContentShortTextTrim(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the text trimming to use for short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteTextTrim value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlueLightModeBase.GetContentShortTextH(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the horizontal relative alignment of the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlueLightModeBase.GetContentShortTextV(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the vertical relative alignment of the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlueLightModeBase.GetContentShortTextMultiLineH(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the horizontal relative alignment of multiline short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlueLightModeBase.GetContentShortTextColor1(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the first back color for the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlueLightModeBase.GetContentShortTextColor2(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the second back color for the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlueLightModeBase.GetContentShortTextColorStyle(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color drawing style for the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color drawing style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlueLightModeBase.GetContentShortTextColorAlign(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color alignment for the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlueLightModeBase.GetContentShortTextColorAngle(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color background angle for the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Angle used for color drawing.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlueLightModeBase.GetContentShortTextImage(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets a background image for the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image instance.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlueLightModeBase.GetContentShortTextImageStyle(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the background image style.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image style value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlueLightModeBase.GetContentShortTextImageAlign(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the image alignment for the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlueLightModeBase.GetContentLongTextFont(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the font for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Font value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlueLightModeBase.GetContentLongTextNewFont(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the font for the long text by generating a new font instance.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Font value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlueLightModeBase.GetContentLongTextHint(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the rendering hint for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteTextHint value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlueLightModeBase.GetContentLongTextMultiLine(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the flag indicating if multiline text is allowed for long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>InheritBool value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlueLightModeBase.GetContentLongTextTrim(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the text trimming to use for long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteTextTrim value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlueLightModeBase.GetContentLongTextPrefix(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the prefix drawing setting for long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteTextPrefix value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlueLightModeBase.GetContentLongTextH(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the horizontal relative alignment of the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlueLightModeBase.GetContentLongTextV(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the vertical relative alignment of the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlueLightModeBase.GetContentLongTextMultiLineH(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the horizontal relative alignment of multiline long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlueLightModeBase.GetContentLongTextColor1(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the first back color for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlueLightModeBase.GetContentLongTextColor2(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the second back color for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlueLightModeBase.GetContentLongTextColorStyle(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color drawing style for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color drawing style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlueLightModeBase.GetContentLongTextColorAlign(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color alignment for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlueLightModeBase.GetContentLongTextColorAngle(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color background angle for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Angle used for color drawing.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlueLightModeBase.GetContentLongTextImage(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets a background image for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image instance.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlueLightModeBase.GetContentLongTextImageStyle(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the background image style for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image style value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlueLightModeBase.GetContentLongTextImageAlign(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the image alignment for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlueLightModeBase.GetBorderContentPadding(Krypton.Toolkit.KryptonForm,Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the padding between the border and content drawing.
</summary>
<param name="owningForm"></param>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Padding value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlueLightModeBase.GetContentAdjacentGap(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the padding between adjacent content items.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Integer value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlueLightModeBase.GetMetricInt(Krypton.Toolkit.KryptonForm,Krypton.Toolkit.PaletteState,Krypton.Toolkit.PaletteMetricInt)">
<summary>
Gets an integer metric value.
</summary>
<param name="owningForm"></param>
<param name="state">Palette value should be applicable to this state.</param>
<param name="metric">Requested metric.</param>
<returns>Integer value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlueLightModeBase.GetMetricBool(Krypton.Toolkit.PaletteState,Krypton.Toolkit.PaletteMetricBool)">
<summary>
Gets a boolean metric value.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<param name="metric">Requested metric.</param>
<returns>InheritBool value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlueLightModeBase.GetMetricPadding(Krypton.Toolkit.KryptonForm,Krypton.Toolkit.PaletteState,Krypton.Toolkit.PaletteMetricPadding)">
<summary>
Gets a padding metric value.
</summary>
<param name="owningForm"></param>
<param name="state">Palette value should be applicable to this state.</param>
<param name="metric">Requested metric.</param>
<returns>Padding value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlueLightModeBase.GetTreeViewImage(System.Boolean)">
<summary>
Gets a tree view image appropriate for the provided state.
</summary>
<param name="expanded">Is the node expanded</param>
<returns>Appropriate image for drawing; otherwise null.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlueLightModeBase.GetCheckBoxImage(System.Boolean,System.Windows.Forms.CheckState,System.Boolean,System.Boolean)">
<summary>
Gets a check box image appropriate for the provided state.
</summary>
<param name="enabled">Is the check box enabled.</param>
<param name="checkState">Is the check box checked/unchecked/indeterminate.</param>
<param name="tracking">Is the check box being hot tracked.</param>
<param name="pressed">Is the check box being pressed.</param>
<returns>Appropriate image for drawing; otherwise null.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlueLightModeBase.GetRadioButtonImage(System.Boolean,System.Boolean,System.Boolean,System.Boolean)">
<summary>
Gets a check box image appropriate for the provided state.
</summary>
<param name="enabled">Is the radio button enabled.</param>
<param name="checkState">Is the radio button checked.</param>
<param name="tracking">Is the radio button being hot tracked.</param>
<param name="pressed">Is the radio button being pressed.</param>
<returns>Appropriate image for drawing; otherwise null.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlueLightModeBase.GetContextMenuCheckedImage">
<summary>
Gets a checked image appropriate for a context menu item.
</summary>
<returns>Appropriate image for drawing; otherwise null.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlueLightModeBase.GetContextMenuIndeterminateImage">
<summary>
Gets a indeterminate image appropriate for a context menu item.
</summary>
<returns>Appropriate image for drawing; otherwise null.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlueLightModeBase.GetGalleryButtonImage(Krypton.Toolkit.PaletteRibbonGalleryButton,Krypton.Toolkit.PaletteState)">
<summary>
Gets a check box image appropriate for the provided state.
</summary>
<param name="button">Enum of the button to fetch.</param>
<param name="state">State of the button to fetch.</param>
<returns>Appropriate image for drawing; otherwise null.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlueLightModeBase.GetButtonSpecImage(Krypton.Toolkit.PaletteButtonSpecStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the image to display for the button.
</summary>
<param name="style">Style of button spec.</param>
<param name="state">State for which image is required.</param>
<returns>Image value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlueLightModeBase.GetRibbonShape">
<summary>
Gets the ribbon shape that should be used.
</summary>
<returns>Ribbon shape value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlueLightModeBase.GetRibbonContextTextAlign(Krypton.Toolkit.PaletteState)">
<summary>
Gets the text alignment for the ribbon context text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Font value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlueLightModeBase.GetRibbonContextTextFont(Krypton.Toolkit.PaletteState)">
<summary>
Gets the font for the ribbon context text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Font value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlueLightModeBase.GetRibbonContextTextColor(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the ribbon context text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Font value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlueLightModeBase.GetRibbonDisabledDark(Krypton.Toolkit.PaletteState)">
<summary>
Gets the dark disabled color used for ribbon glyphs.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlueLightModeBase.GetRibbonDisabledLight(Krypton.Toolkit.PaletteState)">
<summary>
Gets the light disabled color used for ribbon glyphs.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlueLightModeBase.GetRibbonDropArrowLight(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the drop arrow light.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlueLightModeBase.GetRibbonDropArrowDark(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the drop arrow dark.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlueLightModeBase.GetRibbonGroupDialogDark(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the dialog launcher dark.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlueLightModeBase.GetRibbonGroupDialogLight(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the dialog launcher light.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlueLightModeBase.GetRibbonGroupSeparatorDark(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the group separator dark.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlueLightModeBase.GetRibbonGroupSeparatorLight(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the group separator light.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlueLightModeBase.GetRibbonMinimizeBarDark(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the minimize bar dark.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlueLightModeBase.GetRibbonMinimizeBarLight(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the minimize bar light.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlueLightModeBase.GetRibbonTabSeparatorColor(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the tab separator.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlueLightModeBase.GetRibbonTabSeparatorContextColor(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the tab context separators.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlueLightModeBase.GetRibbonTextFont(Krypton.Toolkit.PaletteState)">
<summary>
Gets the font for the ribbon text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Font value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlueLightModeBase.GetRibbonTextHint(Krypton.Toolkit.PaletteState)">
<summary>
Gets the rendering hint for the ribbon font.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteTextHint value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlueLightModeBase.GetRibbonQATButtonDark(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the extra QAT button dark content color.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlueLightModeBase.GetRibbonQATButtonLight(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the extra QAT button light content color.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlueLightModeBase.GetRibbonBackColorStyle(Krypton.Toolkit.PaletteRibbonBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the method used to draw the background of a ribbon item.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteRibbonBackStyle value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlueLightModeBase.GetRibbonBackColor1(Krypton.Toolkit.PaletteRibbonBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the first background color for the ribbon item.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlueLightModeBase.GetRibbonBackColor2(Krypton.Toolkit.PaletteRibbonBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the second background color for the ribbon item.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlueLightModeBase.GetRibbonBackColor3(Krypton.Toolkit.PaletteRibbonBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the third background color for the ribbon item.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlueLightModeBase.GetRibbonBackColor4(Krypton.Toolkit.PaletteRibbonBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the fourth background color for the ribbon item.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlueLightModeBase.GetRibbonBackColor5(Krypton.Toolkit.PaletteRibbonBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the fifth background color for the ribbon item.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlueLightModeBase.GetRibbonTextColor(Krypton.Toolkit.PaletteRibbonTextStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the =color for the item text.
</summary>
<param name="style">Text style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlueLightModeBase.GetElementColor1(Krypton.Toolkit.PaletteElement,Krypton.Toolkit.PaletteState)">
<summary>
Gets the first element color.
</summary>
<param name="element">Element for which color is required.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlueLightModeBase.GetElementColor2(Krypton.Toolkit.PaletteElement,Krypton.Toolkit.PaletteState)">
<summary>
Gets the second element color.
</summary>
<param name="element">Element for which color is required.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlueLightModeBase.GetElementColor3(Krypton.Toolkit.PaletteElement,Krypton.Toolkit.PaletteState)">
<summary>
Gets the third element color.
</summary>
<param name="element">Element for which color is required.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlueLightModeBase.GetElementColor4(Krypton.Toolkit.PaletteElement,Krypton.Toolkit.PaletteState)">
<summary>
Gets the fourth element color.
</summary>
<param name="element">Element for which color is required.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlueLightModeBase.GetElementColor5(Krypton.Toolkit.PaletteElement,Krypton.Toolkit.PaletteState)">
<summary>
Gets the fifth element color.
</summary>
<param name="element">Element for which color is required.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="P:Krypton.Toolkit.PaletteOffice2010BlueLightModeBase.ColorTable">
<summary>
Gets access to the color table instance.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlueLightModeBase.OnUserPreferenceChanged(System.Object,Microsoft.Win32.UserPreferenceChangedEventArgs)">
<summary>
Handle a change in the user preferences.
</summary>
<param name="sender">Source of event.</param>
<param name="e">Event data.</param>
</member>
<member name="T:Krypton.Toolkit.KryptonColorTable2010BlueLightMode">
<summary>
Provide KryptonColorTable2010BlueLightMode values using an array of Color values as the source.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonColorTable2010BlueLightMode.#ctor(System.Drawing.Color[],Krypton.Toolkit.InheritBool,Krypton.Toolkit.PaletteBase)">
<summary>
Initialize a new instance of the KryptonColorTable2010BlueLightMode class.
</summary>
<param name="colors">Source of </param>
<param name="roundedEdges">Should have rounded edges.</param>
<param name="palette">Associated palette instance.</param>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010BlueLightMode.Colors">
<summary>
Gets the raw set of colors.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010BlueLightMode.UseRoundedEdges">
<summary>
Gets a value indicating if rounded edges are required.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010BlueLightMode.ButtonPressedBorder">
<summary>
Gets the border color for a button being pressed.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010BlueLightMode.ButtonPressedGradientBegin">
<summary>
Gets the background starting color for a button being pressed.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010BlueLightMode.ButtonPressedGradientMiddle">
<summary>
Gets the background middle color for a button being pressed.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010BlueLightMode.ButtonPressedGradientEnd">
<summary>
Gets the background ending color for a button being pressed.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010BlueLightMode.ButtonPressedHighlight">
<summary>
Gets the highlight background for a pressed button.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010BlueLightMode.ButtonPressedHighlightBorder">
<summary>
Gets the highlight border for a pressed button.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010BlueLightMode.ButtonSelectedBorder">
<summary>
Gets the border color for a button being selected.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010BlueLightMode.ButtonSelectedGradientBegin">
<summary>
Gets the background starting color for a button being selected.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010BlueLightMode.ButtonSelectedGradientMiddle">
<summary>
Gets the background middle color for a button being selected.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010BlueLightMode.ButtonSelectedGradientEnd">
<summary>
Gets the background ending color for a button being selected.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010BlueLightMode.ButtonSelectedHighlight">
<summary>
Gets the highlight background for a selected button.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010BlueLightMode.ButtonSelectedHighlightBorder">
<summary>
Gets the highlight border for a selected button.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010BlueLightMode.ButtonCheckedGradientBegin">
<summary>
Gets the background starting color for a checked button.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010BlueLightMode.ButtonCheckedGradientMiddle">
<summary>
Gets the background middle color for a checked button.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010BlueLightMode.ButtonCheckedGradientEnd">
<summary>
Gets the background ending color for a checked button.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010BlueLightMode.ButtonCheckedHighlight">
<summary>
Gets the highlight background for a checked button.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010BlueLightMode.ButtonCheckedHighlightBorder">
<summary>
Gets the highlight border for a checked button.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010BlueLightMode.CheckBackground">
<summary>
Get background of the check mark area.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010BlueLightMode.CheckPressedBackground">
<summary>
Get background of a pressed check mark area.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010BlueLightMode.CheckSelectedBackground">
<summary>
Get background of a selected check mark area.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010BlueLightMode.GripLight">
<summary>
Gets the light color used to draw grips.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010BlueLightMode.GripDark">
<summary>
Gets the dark color used to draw grips.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010BlueLightMode.ImageMarginGradientBegin">
<summary>
Gets the starting color for the context menu margin.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010BlueLightMode.ImageMarginGradientMiddle">
<summary>
Gets the middle color for the context menu margin.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010BlueLightMode.ImageMarginGradientEnd">
<summary>
Gets the ending color for the context menu margin.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010BlueLightMode.ImageMarginRevealedGradientBegin">
<summary>
Gets the starting color for the context menu margin revealed.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010BlueLightMode.ImageMarginRevealedGradientMiddle">
<summary>
Gets the middle color for the context menu margin revealed.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010BlueLightMode.ImageMarginRevealedGradientEnd">
<summary>
Gets the ending color for the context menu margin revealed.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010BlueLightMode.MenuBorder">
<summary>
Gets the color of the border around menus.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010BlueLightMode.MenuItemBorder">
<summary>
Gets the border color for around the menu item.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010BlueLightMode.MenuItemSelected">
<summary>
Gets the color of a selected menu item.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010BlueLightMode.MenuItemPressedGradientBegin">
<summary>
Gets the starting color of the gradient used when a top-level ToolStripMenuItem is pressed down.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010BlueLightMode.MenuItemPressedGradientEnd">
<summary>
Gets the end color of the gradient used when a top-level ToolStripMenuItem is pressed down.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010BlueLightMode.MenuItemPressedGradientMiddle">
<summary>
Gets the middle color of the gradient used when a top-level ToolStripMenuItem is pressed down.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010BlueLightMode.MenuItemSelectedGradientBegin">
<summary>
Gets the starting color of the gradient used when the ToolStripMenuItem is selected.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010BlueLightMode.MenuItemSelectedGradientEnd">
<summary>
Gets the end color of the gradient used when the ToolStripMenuItem is selected.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010BlueLightMode.MenuStripGradientBegin">
<summary>
Gets the starting color of the gradient used in the MenuStrip.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010BlueLightMode.MenuStripGradientEnd">
<summary>
Gets the end color of the gradient used in the MenuStrip.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010BlueLightMode.OverflowButtonGradientBegin">
<summary>
Gets the starting color of the gradient used in the ToolStripOverflowButton.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010BlueLightMode.OverflowButtonGradientEnd">
<summary>
Gets the end color of the gradient used in the ToolStripOverflowButton.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010BlueLightMode.OverflowButtonGradientMiddle">
<summary>
Gets the middle color of the gradient used in the ToolStripOverflowButton.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010BlueLightMode.RaftingContainerGradientBegin">
<summary>
Gets the starting color of the gradient used in the ToolStripContainer.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010BlueLightMode.RaftingContainerGradientEnd">
<summary>
Gets the end color of the gradient used in the ToolStripContainer.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010BlueLightMode.SeparatorLight">
<summary>
Gets the light separator color.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010BlueLightMode.SeparatorDark">
<summary>
Gets the dark separator color.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010BlueLightMode.StatusStripGradientBegin">
<summary>
Gets the starting color for the status strip background.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010BlueLightMode.StatusStripGradientEnd">
<summary>
Gets the ending color for the status strip background.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010BlueLightMode.MenuItemText">
<summary>
Gets the text color used on the menu items.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010BlueLightMode.MenuStripText">
<summary>
Gets the text color used on the menu strip.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010BlueLightMode.ToolStripText">
<summary>
Gets the text color used on the tool strip.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010BlueLightMode.StatusStripText">
<summary>
Gets the text color used on the status strip.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010BlueLightMode.MenuStripFont">
<summary>
Gets the font used on the menu strip.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010BlueLightMode.ToolStripFont">
<summary>
Gets the font used on the tool strip.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010BlueLightMode.StatusStripFont">
<summary>
Gets the font used on the status strip.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010BlueLightMode.ToolStripBorder">
<summary>
Gets the border color to use on the bottom edge of the ToolStrip.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010BlueLightMode.ToolStripContentPanelGradientBegin">
<summary>
Gets the starting color for the content panel background.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010BlueLightMode.ToolStripContentPanelGradientEnd">
<summary>
Gets the ending color for the content panel background.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010BlueLightMode.ToolStripDropDownBackground">
<summary>
Gets the background color for drop-down menus.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010BlueLightMode.ToolStripGradientBegin">
<summary>
Gets the starting color of the gradient used in the ToolStrip background.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010BlueLightMode.ToolStripGradientEnd">
<summary>
Gets the end color of the gradient used in the ToolStrip background.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010BlueLightMode.ToolStripGradientMiddle">
<summary>
Gets the middle color of the gradient used in the ToolStrip background.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010BlueLightMode.ToolStripPanelGradientBegin">
<summary>
Gets the starting color of the gradient used in the ToolStripPanel.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010BlueLightMode.ToolStripPanelGradientEnd">
<summary>
Gets the end color of the gradient used in the ToolStripPanel.
</summary>
</member>
<member name="T:Krypton.Toolkit.PaletteOffice2010SilverDarkMode">
<summary>
Provides the Silver color scheme variant of the Office 2010 palette.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010SilverDarkMode.#ctor">
<summary>
Initialize a new instance of the PaletteOffice2010SilverDarkMode class.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010SilverDarkMode.GetContextMenuSubMenuImage">
<summary>
Gets an image indicating a sub-menu on a context menu item.
</summary>
<returns>Appropriate image for drawing; otherwise null.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010SilverDarkMode.GetButtonSpecImage(Krypton.Toolkit.PaletteButtonSpecStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the image to display for the button.
</summary>
<param name="style">Style of button spec.</param>
<param name="state">State for which image is required.</param>
<returns>Image value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010SilverDarkMode.GetRibbonTabRowGradientColor1(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010SilverDarkMode.GetRibbonTabRowBackgroundGradientRaftingDark(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010SilverDarkMode.GetRibbonTabRowBackgroundGradientRaftingLight(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010SilverDarkMode.GetRibbonTabRowBackgroundSolidColor(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010SilverDarkMode.GetRibbonTabRowGradientRaftingAngle(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010SilverDarkMode.GetRibbonFileAppTabBottomColor(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010SilverDarkMode.GetRibbonFileAppTabTopColor(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010SilverDarkMode.GetRibbonFileAppTabTextColor(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="T:Krypton.Toolkit.PaletteOffice2010SilverDarkModeBase">
<summary>
Provides a base for Office 2010 palettes.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010SilverDarkModeBase.#ctor(System.Drawing.Color[],System.Windows.Forms.ImageList,System.Windows.Forms.ImageList,System.Drawing.Image[],System.Drawing.Color[])">
<summary>
Initialize a new instance of the PaletteOffice2010SilverDarkModeBase class.
</summary>
<param name="schemeColors">Array of palette specific colors.</param>
<param name="checkBoxList">List of images for check box.</param>
<param name="galleryButtonList">List of images for gallery buttons.</param>
<param name="radioButtonArray">Array of images for radio button.</param>
<param name="trackBarColors">Array of track bar specific colors.</param>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010SilverDarkModeBase.GetRenderer">
<summary>
Gets the renderer to use for this palette.
</summary>
<returns>Renderer to use for drawing palette settings.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010SilverDarkModeBase.GetBackDraw(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets a value indicating if background should be drawn.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>InheritBool value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010SilverDarkModeBase.GetBackGraphicsHint(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the graphics drawing hint for the background.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteGraphicsHint value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010SilverDarkModeBase.GetBackColor1(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the first background color.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010SilverDarkModeBase.GetBackColor2(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the second back color.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010SilverDarkModeBase.GetBackColorStyle(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color background drawing style.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color drawing style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010SilverDarkModeBase.GetBackColorAlign(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color alignment.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010SilverDarkModeBase.GetBackColorAngle(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color background angle.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Angle used for color drawing.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010SilverDarkModeBase.GetBackImage(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets a background image.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image instance.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010SilverDarkModeBase.GetBackImageStyle(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the background image style.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image style value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010SilverDarkModeBase.GetBackImageAlign(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the image alignment.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010SilverDarkModeBase.GetBorderDraw(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets a value indicating if border should be drawn.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>InheritBool value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010SilverDarkModeBase.GetBorderDrawBorders(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets a value indicating which borders to draw.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteDrawBorders value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010SilverDarkModeBase.GetBorderGraphicsHint(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the graphics drawing hint for the border.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteGraphicsHint value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010SilverDarkModeBase.GetBorderColor1(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the first border color.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010SilverDarkModeBase.GetBorderColor2(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the second border color.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010SilverDarkModeBase.GetBorderColorStyle(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color border drawing style.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color drawing style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010SilverDarkModeBase.GetBorderColorAlign(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color border alignment.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010SilverDarkModeBase.GetBorderColorAngle(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color border angle.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Angle used for color drawing.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010SilverDarkModeBase.GetBorderWidth(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the border width.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Integer width.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010SilverDarkModeBase.GetBorderRounding(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the border corner rounding.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Float rounding.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010SilverDarkModeBase.GetBorderImage(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets a border image.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image instance.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010SilverDarkModeBase.GetBorderImageStyle(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the border image style.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image style value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010SilverDarkModeBase.GetBorderImageAlign(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the image border alignment.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010SilverDarkModeBase.GetContentDraw(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets a value indicating if content should be drawn.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>InheritBool value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010SilverDarkModeBase.GetContentDrawFocus(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets a value indicating if content should be drawn with focus indication.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>InheritBool value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010SilverDarkModeBase.GetContentImageH(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the horizontal relative alignment of the image.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010SilverDarkModeBase.GetContentImageV(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the vertical relative alignment of the image.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010SilverDarkModeBase.GetContentImageEffect(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the effect applied to drawing of the image.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteImageEffect value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010SilverDarkModeBase.GetContentImageColorMap(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the image color to remap into another color.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010SilverDarkModeBase.GetContentImageColorTo(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color to use in place of the image map color.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010SilverDarkModeBase.GetContentImageColorTransparent(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the image color that should be transparent.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010SilverDarkModeBase.GetContentShortTextFont(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the font for the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Font value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010SilverDarkModeBase.GetContentShortTextNewFont(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the font for the short text by generating a new font instance.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Font value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010SilverDarkModeBase.GetContentShortTextHint(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the rendering hint for the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteTextHint value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010SilverDarkModeBase.GetContentShortTextPrefix(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the prefix drawing setting for short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteTextPrefix value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010SilverDarkModeBase.GetContentShortTextMultiLine(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the flag indicating if multiline text is allowed for short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>InheritBool value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010SilverDarkModeBase.GetContentShortTextTrim(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the text trimming to use for short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteTextTrim value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010SilverDarkModeBase.GetContentShortTextH(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the horizontal relative alignment of the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010SilverDarkModeBase.GetContentShortTextV(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the vertical relative alignment of the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010SilverDarkModeBase.GetContentShortTextMultiLineH(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the horizontal relative alignment of multiline short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010SilverDarkModeBase.GetContentShortTextColor1(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the first back color for the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010SilverDarkModeBase.GetContentShortTextColor2(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the second back color for the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010SilverDarkModeBase.GetContentShortTextColorStyle(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color drawing style for the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color drawing style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010SilverDarkModeBase.GetContentShortTextColorAlign(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color alignment for the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010SilverDarkModeBase.GetContentShortTextColorAngle(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color background angle for the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Angle used for color drawing.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010SilverDarkModeBase.GetContentShortTextImage(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets a background image for the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image instance.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010SilverDarkModeBase.GetContentShortTextImageStyle(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the background image style.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image style value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010SilverDarkModeBase.GetContentShortTextImageAlign(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the image alignment for the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010SilverDarkModeBase.GetContentLongTextFont(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the font for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Font value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010SilverDarkModeBase.GetContentLongTextNewFont(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the font for the long text by generating a new font instance.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Font value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010SilverDarkModeBase.GetContentLongTextHint(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the rendering hint for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteTextHint value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010SilverDarkModeBase.GetContentLongTextMultiLine(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the flag indicating if multiline text is allowed for long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>InheritBool value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010SilverDarkModeBase.GetContentLongTextTrim(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the text trimming to use for long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteTextTrim value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010SilverDarkModeBase.GetContentLongTextPrefix(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the prefix drawing setting for long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteTextPrefix value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010SilverDarkModeBase.GetContentLongTextH(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the horizontal relative alignment of the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010SilverDarkModeBase.GetContentLongTextV(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the vertical relative alignment of the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010SilverDarkModeBase.GetContentLongTextMultiLineH(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the horizontal relative alignment of multiline long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010SilverDarkModeBase.GetContentLongTextColor1(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the first back color for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010SilverDarkModeBase.GetContentLongTextColor2(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the second back color for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010SilverDarkModeBase.GetContentLongTextColorStyle(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color drawing style for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color drawing style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010SilverDarkModeBase.GetContentLongTextColorAlign(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color alignment for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010SilverDarkModeBase.GetContentLongTextColorAngle(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color background angle for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Angle used for color drawing.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010SilverDarkModeBase.GetContentLongTextImage(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets a background image for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image instance.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010SilverDarkModeBase.GetContentLongTextImageStyle(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the background image style for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image style value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010SilverDarkModeBase.GetContentLongTextImageAlign(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the image alignment for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010SilverDarkModeBase.GetBorderContentPadding(Krypton.Toolkit.KryptonForm,Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the padding between the border and content drawing.
</summary>
<param name="owningForm"></param>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Padding value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010SilverDarkModeBase.GetContentAdjacentGap(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the padding between adjacent content items.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Integer value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010SilverDarkModeBase.GetMetricInt(Krypton.Toolkit.KryptonForm,Krypton.Toolkit.PaletteState,Krypton.Toolkit.PaletteMetricInt)">
<summary>
Gets an integer metric value.
</summary>
<param name="owningForm"></param>
<param name="state">Palette value should be applicable to this state.</param>
<param name="metric">Requested metric.</param>
<returns>Integer value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010SilverDarkModeBase.GetMetricBool(Krypton.Toolkit.PaletteState,Krypton.Toolkit.PaletteMetricBool)">
<summary>
Gets a boolean metric value.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<param name="metric">Requested metric.</param>
<returns>InheritBool value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010SilverDarkModeBase.GetMetricPadding(Krypton.Toolkit.KryptonForm,Krypton.Toolkit.PaletteState,Krypton.Toolkit.PaletteMetricPadding)">
<summary>
Gets a padding metric value.
</summary>
<param name="owningForm"></param>
<param name="state">Palette value should be applicable to this state.</param>
<param name="metric">Requested metric.</param>
<returns>Padding value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010SilverDarkModeBase.GetTreeViewImage(System.Boolean)">
<summary>
Gets a tree view image appropriate for the provided state.
</summary>
<param name="expanded">Is the node expanded</param>
<returns>Appropriate image for drawing; otherwise null.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010SilverDarkModeBase.GetCheckBoxImage(System.Boolean,System.Windows.Forms.CheckState,System.Boolean,System.Boolean)">
<summary>
Gets a check box image appropriate for the provided state.
</summary>
<param name="enabled">Is the check box enabled.</param>
<param name="checkState">Is the check box checked/unchecked/indeterminate.</param>
<param name="tracking">Is the check box being hot tracked.</param>
<param name="pressed">Is the check box being pressed.</param>
<returns>Appropriate image for drawing; otherwise null.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010SilverDarkModeBase.GetRadioButtonImage(System.Boolean,System.Boolean,System.Boolean,System.Boolean)">
<summary>
Gets a check box image appropriate for the provided state.
</summary>
<param name="enabled">Is the radio button enabled.</param>
<param name="checkState">Is the radio button checked.</param>
<param name="tracking">Is the radio button being hot tracked.</param>
<param name="pressed">Is the radio button being pressed.</param>
<returns>Appropriate image for drawing; otherwise null.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010SilverDarkModeBase.GetContextMenuCheckedImage">
<summary>
Gets a checked image appropriate for a context menu item.
</summary>
<returns>Appropriate image for drawing; otherwise null.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010SilverDarkModeBase.GetContextMenuIndeterminateImage">
<summary>
Gets a indeterminate image appropriate for a context menu item.
</summary>
<returns>Appropriate image for drawing; otherwise null.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010SilverDarkModeBase.GetGalleryButtonImage(Krypton.Toolkit.PaletteRibbonGalleryButton,Krypton.Toolkit.PaletteState)">
<summary>
Gets a check box image appropriate for the provided state.
</summary>
<param name="button">Enum of the button to fetch.</param>
<param name="state">State of the button to fetch.</param>
<returns>Appropriate image for drawing; otherwise null.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010SilverDarkModeBase.GetButtonSpecImage(Krypton.Toolkit.PaletteButtonSpecStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the image to display for the button.
</summary>
<param name="style">Style of button spec.</param>
<param name="state">State for which image is required.</param>
<returns>Image value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010SilverDarkModeBase.GetRibbonShape">
<summary>
Gets the ribbon shape that should be used.
</summary>
<returns>Ribbon shape value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010SilverDarkModeBase.GetRibbonContextTextAlign(Krypton.Toolkit.PaletteState)">
<summary>
Gets the text alignment for the ribbon context text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Font value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010SilverDarkModeBase.GetRibbonContextTextFont(Krypton.Toolkit.PaletteState)">
<summary>
Gets the font for the ribbon context text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Font value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010SilverDarkModeBase.GetRibbonContextTextColor(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the ribbon context text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Font value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010SilverDarkModeBase.GetRibbonDisabledDark(Krypton.Toolkit.PaletteState)">
<summary>
Gets the dark disabled color used for ribbon glyphs.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010SilverDarkModeBase.GetRibbonDisabledLight(Krypton.Toolkit.PaletteState)">
<summary>
Gets the light disabled color used for ribbon glyphs.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010SilverDarkModeBase.GetRibbonDropArrowLight(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the drop arrow light.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010SilverDarkModeBase.GetRibbonDropArrowDark(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the drop arrow dark.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010SilverDarkModeBase.GetRibbonGroupDialogDark(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the dialog launcher dark.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010SilverDarkModeBase.GetRibbonGroupDialogLight(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the dialog launcher light.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010SilverDarkModeBase.GetRibbonGroupSeparatorDark(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the group separator dark.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010SilverDarkModeBase.GetRibbonGroupSeparatorLight(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the group separator light.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010SilverDarkModeBase.GetRibbonMinimizeBarDark(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the minimize bar dark.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010SilverDarkModeBase.GetRibbonMinimizeBarLight(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the minimize bar light.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010SilverDarkModeBase.GetRibbonTabSeparatorColor(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the tab separator.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010SilverDarkModeBase.GetRibbonTabSeparatorContextColor(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the tab context separators.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010SilverDarkModeBase.GetRibbonTextFont(Krypton.Toolkit.PaletteState)">
<summary>
Gets the font for the ribbon text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Font value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010SilverDarkModeBase.GetRibbonTextHint(Krypton.Toolkit.PaletteState)">
<summary>
Gets the rendering hint for the ribbon font.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteTextHint value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010SilverDarkModeBase.GetRibbonQATButtonDark(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the extra QAT button dark content color.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010SilverDarkModeBase.GetRibbonQATButtonLight(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the extra QAT button light content color.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010SilverDarkModeBase.GetRibbonBackColorStyle(Krypton.Toolkit.PaletteRibbonBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the method used to draw the background of a ribbon item.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteRibbonBackStyle value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010SilverDarkModeBase.GetRibbonBackColor1(Krypton.Toolkit.PaletteRibbonBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the first background color for the ribbon item.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010SilverDarkModeBase.GetRibbonBackColor2(Krypton.Toolkit.PaletteRibbonBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the second background color for the ribbon item.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010SilverDarkModeBase.GetRibbonBackColor3(Krypton.Toolkit.PaletteRibbonBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the third background color for the ribbon item.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010SilverDarkModeBase.GetRibbonBackColor4(Krypton.Toolkit.PaletteRibbonBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the fourth background color for the ribbon item.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010SilverDarkModeBase.GetRibbonBackColor5(Krypton.Toolkit.PaletteRibbonBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the fifth background color for the ribbon item.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010SilverDarkModeBase.GetRibbonTextColor(Krypton.Toolkit.PaletteRibbonTextStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the =color for the item text.
</summary>
<param name="style">Text style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010SilverDarkModeBase.GetElementColor1(Krypton.Toolkit.PaletteElement,Krypton.Toolkit.PaletteState)">
<summary>
Gets the first element color.
</summary>
<param name="element">Element for which color is required.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010SilverDarkModeBase.GetElementColor2(Krypton.Toolkit.PaletteElement,Krypton.Toolkit.PaletteState)">
<summary>
Gets the second element color.
</summary>
<param name="element">Element for which color is required.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010SilverDarkModeBase.GetElementColor3(Krypton.Toolkit.PaletteElement,Krypton.Toolkit.PaletteState)">
<summary>
Gets the third element color.
</summary>
<param name="element">Element for which color is required.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010SilverDarkModeBase.GetElementColor4(Krypton.Toolkit.PaletteElement,Krypton.Toolkit.PaletteState)">
<summary>
Gets the fourth element color.
</summary>
<param name="element">Element for which color is required.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010SilverDarkModeBase.GetElementColor5(Krypton.Toolkit.PaletteElement,Krypton.Toolkit.PaletteState)">
<summary>
Gets the fifth element color.
</summary>
<param name="element">Element for which color is required.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="P:Krypton.Toolkit.PaletteOffice2010SilverDarkModeBase.ColorTable">
<summary>
Gets access to the color table instance.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010SilverDarkModeBase.OnUserPreferenceChanged(System.Object,Microsoft.Win32.UserPreferenceChangedEventArgs)">
<summary>
Handle a change in the user preferences.
</summary>
<param name="sender">Source of event.</param>
<param name="e">Event data.</param>
</member>
<member name="T:Krypton.Toolkit.KryptonColorTable2010SilverDarkMode">
<summary>
Provide KryptonColorTable2010SilverDarkMode values using an array of Color values as the source.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonColorTable2010SilverDarkMode.#ctor(System.Drawing.Color[],Krypton.Toolkit.InheritBool,Krypton.Toolkit.PaletteBase)">
<summary>
Initialize a new instance of the KryptonColorTable2010SilverDarkMode class.
</summary>
<param name="colors">Source of </param>
<param name="roundedEdges">Should have rounded edges.</param>
<param name="palette">Associated palette instance.</param>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010SilverDarkMode.Colors">
<summary>
Gets the raw set of colors.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010SilverDarkMode.UseRoundedEdges">
<summary>
Gets a value indicating if rounded edges are required.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010SilverDarkMode.ButtonPressedBorder">
<summary>
Gets the border color for a button being pressed.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010SilverDarkMode.ButtonPressedGradientBegin">
<summary>
Gets the background starting color for a button being pressed.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010SilverDarkMode.ButtonPressedGradientMiddle">
<summary>
Gets the background middle color for a button being pressed.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010SilverDarkMode.ButtonPressedGradientEnd">
<summary>
Gets the background ending color for a button being pressed.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010SilverDarkMode.ButtonPressedHighlight">
<summary>
Gets the highlight background for a pressed button.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010SilverDarkMode.ButtonPressedHighlightBorder">
<summary>
Gets the highlight border for a pressed button.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010SilverDarkMode.ButtonSelectedBorder">
<summary>
Gets the border color for a button being selected.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010SilverDarkMode.ButtonSelectedGradientBegin">
<summary>
Gets the background starting color for a button being selected.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010SilverDarkMode.ButtonSelectedGradientMiddle">
<summary>
Gets the background middle color for a button being selected.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010SilverDarkMode.ButtonSelectedGradientEnd">
<summary>
Gets the background ending color for a button being selected.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010SilverDarkMode.ButtonSelectedHighlight">
<summary>
Gets the highlight background for a selected button.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010SilverDarkMode.ButtonSelectedHighlightBorder">
<summary>
Gets the highlight border for a selected button.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010SilverDarkMode.ButtonCheckedGradientBegin">
<summary>
Gets the background starting color for a checked button.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010SilverDarkMode.ButtonCheckedGradientMiddle">
<summary>
Gets the background middle color for a checked button.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010SilverDarkMode.ButtonCheckedGradientEnd">
<summary>
Gets the background ending color for a checked button.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010SilverDarkMode.ButtonCheckedHighlight">
<summary>
Gets the highlight background for a checked button.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010SilverDarkMode.ButtonCheckedHighlightBorder">
<summary>
Gets the highlight border for a checked button.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010SilverDarkMode.CheckBackground">
<summary>
Get background of the check mark area.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010SilverDarkMode.CheckPressedBackground">
<summary>
Get background of a pressed check mark area.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010SilverDarkMode.CheckSelectedBackground">
<summary>
Get background of a selected check mark area.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010SilverDarkMode.GripLight">
<summary>
Gets the light color used to draw grips.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010SilverDarkMode.GripDark">
<summary>
Gets the dark color used to draw grips.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010SilverDarkMode.ImageMarginGradientBegin">
<summary>
Gets the starting color for the context menu margin.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010SilverDarkMode.ImageMarginGradientMiddle">
<summary>
Gets the middle color for the context menu margin.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010SilverDarkMode.ImageMarginGradientEnd">
<summary>
Gets the ending color for the context menu margin.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010SilverDarkMode.ImageMarginRevealedGradientBegin">
<summary>
Gets the starting color for the context menu margin revealed.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010SilverDarkMode.ImageMarginRevealedGradientMiddle">
<summary>
Gets the middle color for the context menu margin revealed.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010SilverDarkMode.ImageMarginRevealedGradientEnd">
<summary>
Gets the ending color for the context menu margin revealed.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010SilverDarkMode.MenuBorder">
<summary>
Gets the color of the border around menus.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010SilverDarkMode.MenuItemBorder">
<summary>
Gets the border color for around the menu item.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010SilverDarkMode.MenuItemSelected">
<summary>
Gets the color of a selected menu item.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010SilverDarkMode.MenuItemPressedGradientBegin">
<summary>
Gets the starting color of the gradient used when a top-level ToolStripMenuItem is pressed down.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010SilverDarkMode.MenuItemPressedGradientEnd">
<summary>
Gets the end color of the gradient used when a top-level ToolStripMenuItem is pressed down.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010SilverDarkMode.MenuItemPressedGradientMiddle">
<summary>
Gets the middle color of the gradient used when a top-level ToolStripMenuItem is pressed down.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010SilverDarkMode.MenuItemSelectedGradientBegin">
<summary>
Gets the starting color of the gradient used when the ToolStripMenuItem is selected.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010SilverDarkMode.MenuItemSelectedGradientEnd">
<summary>
Gets the end color of the gradient used when the ToolStripMenuItem is selected.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010SilverDarkMode.MenuStripGradientBegin">
<summary>
Gets the starting color of the gradient used in the MenuStrip.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010SilverDarkMode.MenuStripGradientEnd">
<summary>
Gets the end color of the gradient used in the MenuStrip.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010SilverDarkMode.OverflowButtonGradientBegin">
<summary>
Gets the starting color of the gradient used in the ToolStripOverflowButton.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010SilverDarkMode.OverflowButtonGradientEnd">
<summary>
Gets the end color of the gradient used in the ToolStripOverflowButton.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010SilverDarkMode.OverflowButtonGradientMiddle">
<summary>
Gets the middle color of the gradient used in the ToolStripOverflowButton.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010SilverDarkMode.RaftingContainerGradientBegin">
<summary>
Gets the starting color of the gradient used in the ToolStripContainer.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010SilverDarkMode.RaftingContainerGradientEnd">
<summary>
Gets the end color of the gradient used in the ToolStripContainer.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010SilverDarkMode.SeparatorLight">
<summary>
Gets the light separator color.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010SilverDarkMode.SeparatorDark">
<summary>
Gets the dark separator color.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010SilverDarkMode.StatusStripGradientBegin">
<summary>
Gets the starting color for the status strip background.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010SilverDarkMode.StatusStripGradientEnd">
<summary>
Gets the ending color for the status strip background.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010SilverDarkMode.MenuItemText">
<summary>
Gets the text color used on the menu items.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010SilverDarkMode.MenuStripText">
<summary>
Gets the text color used on the menu strip.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010SilverDarkMode.ToolStripText">
<summary>
Gets the text color used on the tool strip.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010SilverDarkMode.StatusStripText">
<summary>
Gets the text color used on the status strip.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010SilverDarkMode.MenuStripFont">
<summary>
Gets the font used on the menu strip.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010SilverDarkMode.ToolStripFont">
<summary>
Gets the font used on the tool strip.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010SilverDarkMode.StatusStripFont">
<summary>
Gets the font used on the status strip.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010SilverDarkMode.ToolStripBorder">
<summary>
Gets the border color to use on the bottom edge of the ToolStrip.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010SilverDarkMode.ToolStripContentPanelGradientBegin">
<summary>
Gets the starting color for the content panel background.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010SilverDarkMode.ToolStripContentPanelGradientEnd">
<summary>
Gets the ending color for the content panel background.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010SilverDarkMode.ToolStripDropDownBackground">
<summary>
Gets the background color for drop-down menus.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010SilverDarkMode.ToolStripGradientBegin">
<summary>
Gets the starting color of the gradient used in the ToolStrip background.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010SilverDarkMode.ToolStripGradientEnd">
<summary>
Gets the end color of the gradient used in the ToolStrip background.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010SilverDarkMode.ToolStripGradientMiddle">
<summary>
Gets the middle color of the gradient used in the ToolStrip background.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010SilverDarkMode.ToolStripPanelGradientBegin">
<summary>
Gets the starting color of the gradient used in the ToolStripPanel.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010SilverDarkMode.ToolStripPanelGradientEnd">
<summary>
Gets the end color of the gradient used in the ToolStripPanel.
</summary>
</member>
<member name="T:Krypton.Toolkit.PaletteOffice2010SilverLightMode">
<summary>
Provides the Silver color scheme variant of the Office 2010 palette.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010SilverLightMode.#ctor">
<summary>
Initialize a new instance of the PaletteOffice2010SilverLightMode class.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010SilverLightMode.GetContextMenuSubMenuImage">
<summary>
Gets an image indicating a sub-menu on a context menu item.
</summary>
<returns>Appropriate image for drawing; otherwise null.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010SilverLightMode.GetButtonSpecImage(Krypton.Toolkit.PaletteButtonSpecStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the image to display for the button.
</summary>
<param name="style">Style of button spec.</param>
<param name="state">State for which image is required.</param>
<returns>Image value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010SilverLightMode.GetRibbonTabRowGradientColor1(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010SilverLightMode.GetRibbonTabRowBackgroundGradientRaftingDark(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010SilverLightMode.GetRibbonTabRowBackgroundGradientRaftingLight(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010SilverLightMode.GetRibbonTabRowBackgroundSolidColor(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010SilverLightMode.GetRibbonTabRowGradientRaftingAngle(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010SilverLightMode.GetRibbonFileAppTabBottomColor(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010SilverLightMode.GetRibbonFileAppTabTopColor(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010SilverLightMode.GetRibbonFileAppTabTextColor(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="T:Krypton.Toolkit.PaletteOffice2010SilverLightModeBase">
<summary>
Provides a base for Office 2010 palettes.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010SilverLightModeBase.#ctor(System.Drawing.Color[],System.Windows.Forms.ImageList,System.Windows.Forms.ImageList,System.Drawing.Image[],System.Drawing.Color[])">
<summary>
Initialize a new instance of the PaletteOffice2010SilverLightModeBase class.
</summary>
<param name="schemeColors">Array of palette specific colors.</param>
<param name="checkBoxList">List of images for check box.</param>
<param name="galleryButtonList">List of images for gallery buttons.</param>
<param name="radioButtonArray">Array of images for radio button.</param>
<param name="trackBarColors">Array of track bar specific colors.</param>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010SilverLightModeBase.GetRenderer">
<summary>
Gets the renderer to use for this palette.
</summary>
<returns>Renderer to use for drawing palette settings.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010SilverLightModeBase.GetBackDraw(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets a value indicating if background should be drawn.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>InheritBool value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010SilverLightModeBase.GetBackGraphicsHint(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the graphics drawing hint for the background.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteGraphicsHint value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010SilverLightModeBase.GetBackColor1(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the first background color.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010SilverLightModeBase.GetBackColor2(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the second back color.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010SilverLightModeBase.GetBackColorStyle(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color background drawing style.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color drawing style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010SilverLightModeBase.GetBackColorAlign(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color alignment.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010SilverLightModeBase.GetBackColorAngle(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color background angle.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Angle used for color drawing.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010SilverLightModeBase.GetBackImage(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets a background image.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image instance.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010SilverLightModeBase.GetBackImageStyle(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the background image style.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image style value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010SilverLightModeBase.GetBackImageAlign(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the image alignment.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010SilverLightModeBase.GetBorderDraw(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets a value indicating if border should be drawn.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>InheritBool value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010SilverLightModeBase.GetBorderDrawBorders(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets a value indicating which borders to draw.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteDrawBorders value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010SilverLightModeBase.GetBorderGraphicsHint(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the graphics drawing hint for the border.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteGraphicsHint value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010SilverLightModeBase.GetBorderColor1(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the first border color.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010SilverLightModeBase.GetBorderColor2(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the second border color.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010SilverLightModeBase.GetBorderColorStyle(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color border drawing style.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color drawing style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010SilverLightModeBase.GetBorderColorAlign(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color border alignment.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010SilverLightModeBase.GetBorderColorAngle(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color border angle.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Angle used for color drawing.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010SilverLightModeBase.GetBorderWidth(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the border width.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Integer width.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010SilverLightModeBase.GetBorderRounding(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the border corner rounding.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Float rounding.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010SilverLightModeBase.GetBorderImage(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets a border image.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image instance.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010SilverLightModeBase.GetBorderImageStyle(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the border image style.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image style value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010SilverLightModeBase.GetBorderImageAlign(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the image border alignment.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010SilverLightModeBase.GetContentDraw(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets a value indicating if content should be drawn.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>InheritBool value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010SilverLightModeBase.GetContentDrawFocus(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets a value indicating if content should be drawn with focus indication.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>InheritBool value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010SilverLightModeBase.GetContentImageH(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the horizontal relative alignment of the image.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010SilverLightModeBase.GetContentImageV(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the vertical relative alignment of the image.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010SilverLightModeBase.GetContentImageEffect(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the effect applied to drawing of the image.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteImageEffect value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010SilverLightModeBase.GetContentImageColorMap(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the image color to remap into another color.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010SilverLightModeBase.GetContentImageColorTo(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color to use in place of the image map color.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010SilverLightModeBase.GetContentImageColorTransparent(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the image color that should be transparent.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010SilverLightModeBase.GetContentShortTextFont(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the font for the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Font value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010SilverLightModeBase.GetContentShortTextNewFont(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the font for the short text by generating a new font instance.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Font value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010SilverLightModeBase.GetContentShortTextHint(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the rendering hint for the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteTextHint value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010SilverLightModeBase.GetContentShortTextPrefix(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the prefix drawing setting for short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteTextPrefix value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010SilverLightModeBase.GetContentShortTextMultiLine(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the flag indicating if multiline text is allowed for short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>InheritBool value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010SilverLightModeBase.GetContentShortTextTrim(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the text trimming to use for short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteTextTrim value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010SilverLightModeBase.GetContentShortTextH(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the horizontal relative alignment of the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010SilverLightModeBase.GetContentShortTextV(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the vertical relative alignment of the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010SilverLightModeBase.GetContentShortTextMultiLineH(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the horizontal relative alignment of multiline short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010SilverLightModeBase.GetContentShortTextColor1(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the first back color for the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010SilverLightModeBase.GetContentShortTextColor2(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the second back color for the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010SilverLightModeBase.GetContentShortTextColorStyle(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color drawing style for the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color drawing style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010SilverLightModeBase.GetContentShortTextColorAlign(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color alignment for the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010SilverLightModeBase.GetContentShortTextColorAngle(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color background angle for the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Angle used for color drawing.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010SilverLightModeBase.GetContentShortTextImage(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets a background image for the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image instance.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010SilverLightModeBase.GetContentShortTextImageStyle(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the background image style.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image style value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010SilverLightModeBase.GetContentShortTextImageAlign(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the image alignment for the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010SilverLightModeBase.GetContentLongTextFont(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the font for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Font value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010SilverLightModeBase.GetContentLongTextNewFont(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the font for the long text by generating a new font instance.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Font value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010SilverLightModeBase.GetContentLongTextHint(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the rendering hint for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteTextHint value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010SilverLightModeBase.GetContentLongTextMultiLine(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the flag indicating if multiline text is allowed for long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>InheritBool value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010SilverLightModeBase.GetContentLongTextTrim(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the text trimming to use for long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteTextTrim value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010SilverLightModeBase.GetContentLongTextPrefix(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the prefix drawing setting for long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteTextPrefix value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010SilverLightModeBase.GetContentLongTextH(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the horizontal relative alignment of the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010SilverLightModeBase.GetContentLongTextV(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the vertical relative alignment of the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010SilverLightModeBase.GetContentLongTextMultiLineH(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the horizontal relative alignment of multiline long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010SilverLightModeBase.GetContentLongTextColor1(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the first back color for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010SilverLightModeBase.GetContentLongTextColor2(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the second back color for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010SilverLightModeBase.GetContentLongTextColorStyle(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color drawing style for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color drawing style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010SilverLightModeBase.GetContentLongTextColorAlign(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color alignment for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010SilverLightModeBase.GetContentLongTextColorAngle(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color background angle for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Angle used for color drawing.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010SilverLightModeBase.GetContentLongTextImage(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets a background image for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image instance.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010SilverLightModeBase.GetContentLongTextImageStyle(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the background image style for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image style value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010SilverLightModeBase.GetContentLongTextImageAlign(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the image alignment for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010SilverLightModeBase.GetBorderContentPadding(Krypton.Toolkit.KryptonForm,Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the padding between the border and content drawing.
</summary>
<param name="owningForm"></param>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Padding value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010SilverLightModeBase.GetContentAdjacentGap(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the padding between adjacent content items.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Integer value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010SilverLightModeBase.GetMetricInt(Krypton.Toolkit.KryptonForm,Krypton.Toolkit.PaletteState,Krypton.Toolkit.PaletteMetricInt)">
<summary>
Gets an integer metric value.
</summary>
<param name="owningForm"></param>
<param name="state">Palette value should be applicable to this state.</param>
<param name="metric">Requested metric.</param>
<returns>Integer value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010SilverLightModeBase.GetMetricBool(Krypton.Toolkit.PaletteState,Krypton.Toolkit.PaletteMetricBool)">
<summary>
Gets a boolean metric value.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<param name="metric">Requested metric.</param>
<returns>InheritBool value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010SilverLightModeBase.GetMetricPadding(Krypton.Toolkit.KryptonForm,Krypton.Toolkit.PaletteState,Krypton.Toolkit.PaletteMetricPadding)">
<summary>
Gets a padding metric value.
</summary>
<param name="owningForm"></param>
<param name="state">Palette value should be applicable to this state.</param>
<param name="metric">Requested metric.</param>
<returns>Padding value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010SilverLightModeBase.GetTreeViewImage(System.Boolean)">
<summary>
Gets a tree view image appropriate for the provided state.
</summary>
<param name="expanded">Is the node expanded</param>
<returns>Appropriate image for drawing; otherwise null.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010SilverLightModeBase.GetCheckBoxImage(System.Boolean,System.Windows.Forms.CheckState,System.Boolean,System.Boolean)">
<summary>
Gets a check box image appropriate for the provided state.
</summary>
<param name="enabled">Is the check box enabled.</param>
<param name="checkState">Is the check box checked/unchecked/indeterminate.</param>
<param name="tracking">Is the check box being hot tracked.</param>
<param name="pressed">Is the check box being pressed.</param>
<returns>Appropriate image for drawing; otherwise null.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010SilverLightModeBase.GetRadioButtonImage(System.Boolean,System.Boolean,System.Boolean,System.Boolean)">
<summary>
Gets a check box image appropriate for the provided state.
</summary>
<param name="enabled">Is the radio button enabled.</param>
<param name="checkState">Is the radio button checked.</param>
<param name="tracking">Is the radio button being hot tracked.</param>
<param name="pressed">Is the radio button being pressed.</param>
<returns>Appropriate image for drawing; otherwise null.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010SilverLightModeBase.GetContextMenuCheckedImage">
<summary>
Gets a checked image appropriate for a context menu item.
</summary>
<returns>Appropriate image for drawing; otherwise null.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010SilverLightModeBase.GetContextMenuIndeterminateImage">
<summary>
Gets a indeterminate image appropriate for a context menu item.
</summary>
<returns>Appropriate image for drawing; otherwise null.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010SilverLightModeBase.GetGalleryButtonImage(Krypton.Toolkit.PaletteRibbonGalleryButton,Krypton.Toolkit.PaletteState)">
<summary>
Gets a check box image appropriate for the provided state.
</summary>
<param name="button">Enum of the button to fetch.</param>
<param name="state">State of the button to fetch.</param>
<returns>Appropriate image for drawing; otherwise null.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010SilverLightModeBase.GetButtonSpecImage(Krypton.Toolkit.PaletteButtonSpecStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the image to display for the button.
</summary>
<param name="style">Style of button spec.</param>
<param name="state">State for which image is required.</param>
<returns>Image value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010SilverLightModeBase.GetRibbonShape">
<summary>
Gets the ribbon shape that should be used.
</summary>
<returns>Ribbon shape value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010SilverLightModeBase.GetRibbonContextTextAlign(Krypton.Toolkit.PaletteState)">
<summary>
Gets the text alignment for the ribbon context text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Font value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010SilverLightModeBase.GetRibbonContextTextFont(Krypton.Toolkit.PaletteState)">
<summary>
Gets the font for the ribbon context text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Font value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010SilverLightModeBase.GetRibbonContextTextColor(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the ribbon context text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Font value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010SilverLightModeBase.GetRibbonDisabledDark(Krypton.Toolkit.PaletteState)">
<summary>
Gets the dark disabled color used for ribbon glyphs.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010SilverLightModeBase.GetRibbonDisabledLight(Krypton.Toolkit.PaletteState)">
<summary>
Gets the light disabled color used for ribbon glyphs.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010SilverLightModeBase.GetRibbonDropArrowLight(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the drop arrow light.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010SilverLightModeBase.GetRibbonDropArrowDark(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the drop arrow dark.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010SilverLightModeBase.GetRibbonGroupDialogDark(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the dialog launcher dark.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010SilverLightModeBase.GetRibbonGroupDialogLight(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the dialog launcher light.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010SilverLightModeBase.GetRibbonGroupSeparatorDark(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the group separator dark.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010SilverLightModeBase.GetRibbonGroupSeparatorLight(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the group separator light.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010SilverLightModeBase.GetRibbonMinimizeBarDark(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the minimize bar dark.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010SilverLightModeBase.GetRibbonMinimizeBarLight(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the minimize bar light.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010SilverLightModeBase.GetRibbonTabSeparatorColor(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the tab separator.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010SilverLightModeBase.GetRibbonTabSeparatorContextColor(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the tab context separators.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010SilverLightModeBase.GetRibbonTextFont(Krypton.Toolkit.PaletteState)">
<summary>
Gets the font for the ribbon text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Font value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010SilverLightModeBase.GetRibbonTextHint(Krypton.Toolkit.PaletteState)">
<summary>
Gets the rendering hint for the ribbon font.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteTextHint value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010SilverLightModeBase.GetRibbonQATButtonDark(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the extra QAT button dark content color.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010SilverLightModeBase.GetRibbonQATButtonLight(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the extra QAT button light content color.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010SilverLightModeBase.GetRibbonBackColorStyle(Krypton.Toolkit.PaletteRibbonBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the method used to draw the background of a ribbon item.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteRibbonBackStyle value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010SilverLightModeBase.GetRibbonBackColor1(Krypton.Toolkit.PaletteRibbonBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the first background color for the ribbon item.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010SilverLightModeBase.GetRibbonBackColor2(Krypton.Toolkit.PaletteRibbonBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the second background color for the ribbon item.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010SilverLightModeBase.GetRibbonBackColor3(Krypton.Toolkit.PaletteRibbonBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the third background color for the ribbon item.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010SilverLightModeBase.GetRibbonBackColor4(Krypton.Toolkit.PaletteRibbonBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the fourth background color for the ribbon item.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010SilverLightModeBase.GetRibbonBackColor5(Krypton.Toolkit.PaletteRibbonBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the fifth background color for the ribbon item.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010SilverLightModeBase.GetRibbonTextColor(Krypton.Toolkit.PaletteRibbonTextStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the =color for the item text.
</summary>
<param name="style">Text style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010SilverLightModeBase.GetElementColor1(Krypton.Toolkit.PaletteElement,Krypton.Toolkit.PaletteState)">
<summary>
Gets the first element color.
</summary>
<param name="element">Element for which color is required.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010SilverLightModeBase.GetElementColor2(Krypton.Toolkit.PaletteElement,Krypton.Toolkit.PaletteState)">
<summary>
Gets the second element color.
</summary>
<param name="element">Element for which color is required.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010SilverLightModeBase.GetElementColor3(Krypton.Toolkit.PaletteElement,Krypton.Toolkit.PaletteState)">
<summary>
Gets the third element color.
</summary>
<param name="element">Element for which color is required.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010SilverLightModeBase.GetElementColor4(Krypton.Toolkit.PaletteElement,Krypton.Toolkit.PaletteState)">
<summary>
Gets the fourth element color.
</summary>
<param name="element">Element for which color is required.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010SilverLightModeBase.GetElementColor5(Krypton.Toolkit.PaletteElement,Krypton.Toolkit.PaletteState)">
<summary>
Gets the fifth element color.
</summary>
<param name="element">Element for which color is required.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="P:Krypton.Toolkit.PaletteOffice2010SilverLightModeBase.ColorTable">
<summary>
Gets access to the color table instance.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010SilverLightModeBase.OnUserPreferenceChanged(System.Object,Microsoft.Win32.UserPreferenceChangedEventArgs)">
<summary>
Handle a change in the user preferences.
</summary>
<param name="sender">Source of event.</param>
<param name="e">Event data.</param>
</member>
<member name="T:Krypton.Toolkit.KryptonColorTable2010SilverLightMode">
<summary>
Provide KryptonColorTable2010SilverLightMode values using an array of Color values as the source.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonColorTable2010SilverLightMode.#ctor(System.Drawing.Color[],Krypton.Toolkit.InheritBool,Krypton.Toolkit.PaletteBase)">
<summary>
Initialize a new instance of the KryptonColorTable2010SilverLightMode class.
</summary>
<param name="colors">Source of </param>
<param name="roundedEdges">Should have rounded edges.</param>
<param name="palette">Associated palette instance.</param>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010SilverLightMode.Colors">
<summary>
Gets the raw set of colors.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010SilverLightMode.UseRoundedEdges">
<summary>
Gets a value indicating if rounded edges are required.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010SilverLightMode.ButtonPressedBorder">
<summary>
Gets the border color for a button being pressed.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010SilverLightMode.ButtonPressedGradientBegin">
<summary>
Gets the background starting color for a button being pressed.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010SilverLightMode.ButtonPressedGradientMiddle">
<summary>
Gets the background middle color for a button being pressed.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010SilverLightMode.ButtonPressedGradientEnd">
<summary>
Gets the background ending color for a button being pressed.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010SilverLightMode.ButtonPressedHighlight">
<summary>
Gets the highlight background for a pressed button.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010SilverLightMode.ButtonPressedHighlightBorder">
<summary>
Gets the highlight border for a pressed button.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010SilverLightMode.ButtonSelectedBorder">
<summary>
Gets the border color for a button being selected.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010SilverLightMode.ButtonSelectedGradientBegin">
<summary>
Gets the background starting color for a button being selected.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010SilverLightMode.ButtonSelectedGradientMiddle">
<summary>
Gets the background middle color for a button being selected.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010SilverLightMode.ButtonSelectedGradientEnd">
<summary>
Gets the background ending color for a button being selected.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010SilverLightMode.ButtonSelectedHighlight">
<summary>
Gets the highlight background for a selected button.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010SilverLightMode.ButtonSelectedHighlightBorder">
<summary>
Gets the highlight border for a selected button.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010SilverLightMode.ButtonCheckedGradientBegin">
<summary>
Gets the background starting color for a checked button.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010SilverLightMode.ButtonCheckedGradientMiddle">
<summary>
Gets the background middle color for a checked button.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010SilverLightMode.ButtonCheckedGradientEnd">
<summary>
Gets the background ending color for a checked button.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010SilverLightMode.ButtonCheckedHighlight">
<summary>
Gets the highlight background for a checked button.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010SilverLightMode.ButtonCheckedHighlightBorder">
<summary>
Gets the highlight border for a checked button.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010SilverLightMode.CheckBackground">
<summary>
Get background of the check mark area.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010SilverLightMode.CheckPressedBackground">
<summary>
Get background of a pressed check mark area.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010SilverLightMode.CheckSelectedBackground">
<summary>
Get background of a selected check mark area.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010SilverLightMode.GripLight">
<summary>
Gets the light color used to draw grips.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010SilverLightMode.GripDark">
<summary>
Gets the dark color used to draw grips.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010SilverLightMode.ImageMarginGradientBegin">
<summary>
Gets the starting color for the context menu margin.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010SilverLightMode.ImageMarginGradientMiddle">
<summary>
Gets the middle color for the context menu margin.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010SilverLightMode.ImageMarginGradientEnd">
<summary>
Gets the ending color for the context menu margin.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010SilverLightMode.ImageMarginRevealedGradientBegin">
<summary>
Gets the starting color for the context menu margin revealed.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010SilverLightMode.ImageMarginRevealedGradientMiddle">
<summary>
Gets the middle color for the context menu margin revealed.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010SilverLightMode.ImageMarginRevealedGradientEnd">
<summary>
Gets the ending color for the context menu margin revealed.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010SilverLightMode.MenuBorder">
<summary>
Gets the color of the border around menus.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010SilverLightMode.MenuItemBorder">
<summary>
Gets the border color for around the menu item.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010SilverLightMode.MenuItemSelected">
<summary>
Gets the color of a selected menu item.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010SilverLightMode.MenuItemPressedGradientBegin">
<summary>
Gets the starting color of the gradient used when a top-level ToolStripMenuItem is pressed down.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010SilverLightMode.MenuItemPressedGradientEnd">
<summary>
Gets the end color of the gradient used when a top-level ToolStripMenuItem is pressed down.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010SilverLightMode.MenuItemPressedGradientMiddle">
<summary>
Gets the middle color of the gradient used when a top-level ToolStripMenuItem is pressed down.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010SilverLightMode.MenuItemSelectedGradientBegin">
<summary>
Gets the starting color of the gradient used when the ToolStripMenuItem is selected.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010SilverLightMode.MenuItemSelectedGradientEnd">
<summary>
Gets the end color of the gradient used when the ToolStripMenuItem is selected.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010SilverLightMode.MenuStripGradientBegin">
<summary>
Gets the starting color of the gradient used in the MenuStrip.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010SilverLightMode.MenuStripGradientEnd">
<summary>
Gets the end color of the gradient used in the MenuStrip.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010SilverLightMode.OverflowButtonGradientBegin">
<summary>
Gets the starting color of the gradient used in the ToolStripOverflowButton.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010SilverLightMode.OverflowButtonGradientEnd">
<summary>
Gets the end color of the gradient used in the ToolStripOverflowButton.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010SilverLightMode.OverflowButtonGradientMiddle">
<summary>
Gets the middle color of the gradient used in the ToolStripOverflowButton.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010SilverLightMode.RaftingContainerGradientBegin">
<summary>
Gets the starting color of the gradient used in the ToolStripContainer.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010SilverLightMode.RaftingContainerGradientEnd">
<summary>
Gets the end color of the gradient used in the ToolStripContainer.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010SilverLightMode.SeparatorLight">
<summary>
Gets the light separator color.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010SilverLightMode.SeparatorDark">
<summary>
Gets the dark separator color.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010SilverLightMode.StatusStripGradientBegin">
<summary>
Gets the starting color for the status strip background.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010SilverLightMode.StatusStripGradientEnd">
<summary>
Gets the ending color for the status strip background.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010SilverLightMode.MenuItemText">
<summary>
Gets the text color used on the menu items.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010SilverLightMode.MenuStripText">
<summary>
Gets the text color used on the menu strip.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010SilverLightMode.ToolStripText">
<summary>
Gets the text color used on the tool strip.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010SilverLightMode.StatusStripText">
<summary>
Gets the text color used on the status strip.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010SilverLightMode.MenuStripFont">
<summary>
Gets the font used on the menu strip.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010SilverLightMode.ToolStripFont">
<summary>
Gets the font used on the tool strip.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010SilverLightMode.StatusStripFont">
<summary>
Gets the font used on the status strip.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010SilverLightMode.ToolStripBorder">
<summary>
Gets the border color to use on the bottom edge of the ToolStrip.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010SilverLightMode.ToolStripContentPanelGradientBegin">
<summary>
Gets the starting color for the content panel background.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010SilverLightMode.ToolStripContentPanelGradientEnd">
<summary>
Gets the ending color for the content panel background.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010SilverLightMode.ToolStripDropDownBackground">
<summary>
Gets the background color for drop-down menus.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010SilverLightMode.ToolStripGradientBegin">
<summary>
Gets the starting color of the gradient used in the ToolStrip background.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010SilverLightMode.ToolStripGradientEnd">
<summary>
Gets the end color of the gradient used in the ToolStrip background.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010SilverLightMode.ToolStripGradientMiddle">
<summary>
Gets the middle color of the gradient used in the ToolStrip background.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010SilverLightMode.ToolStripPanelGradientBegin">
<summary>
Gets the starting color of the gradient used in the ToolStripPanel.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010SilverLightMode.ToolStripPanelGradientEnd">
<summary>
Gets the end color of the gradient used in the ToolStripPanel.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010DarkGray.#ctor">
<summary>
Initialize a new instance of the PaletteOffice2010DarkGray class.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010DarkGray.GetContextMenuSubMenuImage">
<summary>
Gets an image indicating a sub-menu on a context menu item.
</summary>
<returns>Appropriate image for drawing; otherwise null.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010DarkGray.GetButtonSpecImage(Krypton.Toolkit.PaletteButtonSpecStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the image to display for the button.
</summary>
<param name="style">Style of button spec.</param>
<param name="state">State for which image is required.</param>
<returns>Image value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010DarkGray.GetRibbonTabRowGradientColor1(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010DarkGray.GetRibbonTabRowBackgroundGradientRaftingDark(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010DarkGray.GetRibbonTabRowBackgroundGradientRaftingLight(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010DarkGray.GetRibbonTabRowBackgroundSolidColor(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010DarkGray.GetRibbonTabRowGradientRaftingAngle(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010DarkGray.GetRibbonFileAppTabBottomColor(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010DarkGray.GetRibbonFileAppTabTopColor(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010DarkGray.GetRibbonFileAppTabTextColor(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010LightGray.GetRibbonTabRowGradientColor1(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010LightGray.GetRibbonTabRowBackgroundGradientRaftingDark(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010LightGray.GetRibbonTabRowBackgroundGradientRaftingLight(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010LightGray.GetRibbonTabRowBackgroundSolidColor(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010LightGray.GetRibbonTabRowGradientRaftingAngle(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010LightGray.GetRibbonFileAppTabBottomColor(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010LightGray.GetRibbonFileAppTabTopColor(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010LightGray.GetRibbonFileAppTabTextColor(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="T:Krypton.Toolkit.PaletteOffice2010White">
<summary>
Provides the White color scheme variant of the Office 2010 palette.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010White.#ctor">
<summary>
Initialize a new instance of the PaletteOffice2010White class.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010White.GetContextMenuSubMenuImage">
<summary>
Gets an image indicating a sub-menu on a context menu item.
</summary>
<returns>Appropriate image for drawing; otherwise null.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010White.GetButtonSpecImage(Krypton.Toolkit.PaletteButtonSpecStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the image to display for the button.
</summary>
<param name="style">Style of button spec.</param>
<param name="state">State for which image is required.</param>
<returns>Image value.</returns>
</member>
<member name="P:Krypton.Toolkit.PaletteOffice2010White.ColorTable">
<summary>
Gets access to the color table instance.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010White.GetRibbonTabRowGradientColor1(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010White.GetRibbonTabRowBackgroundGradientRaftingDark(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010White.GetRibbonTabRowBackgroundGradientRaftingLight(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010White.GetRibbonTabRowBackgroundSolidColor(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010White.GetRibbonTabRowGradientRaftingAngle(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010White.GetRibbonFileAppTabBottomColor(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010White.GetRibbonFileAppTabTopColor(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010White.GetRibbonFileAppTabTextColor(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="T:Krypton.Toolkit.PaletteOffice2010Black">
<summary>
Provides the Black color scheme variant of the Office 2010 palette.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010Black.#ctor">
<summary>
Initialize a new instance of the PaletteOffice2010Black class.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010Black.GetContextMenuSubMenuImage">
<summary>
Gets an image indicating a sub-menu on a context menu item.
</summary>
<returns>Appropriate image for drawing; otherwise null.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010Black.GetButtonSpecImage(Krypton.Toolkit.PaletteButtonSpecStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the image to display for the button.
</summary>
<param name="style">Style of button spec.</param>
<param name="state">State for which image is required.</param>
<returns>Image value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010Black.GetRibbonTabRowGradientColor1(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010Black.GetRibbonTabRowBackgroundGradientRaftingDark(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010Black.GetRibbonTabRowBackgroundGradientRaftingLight(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010Black.GetRibbonTabRowBackgroundSolidColor(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010Black.GetRibbonTabRowGradientRaftingAngle(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010Black.GetRibbonFileAppTabBottomColor(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010Black.GetRibbonFileAppTabTopColor(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010Black.GetRibbonFileAppTabTextColor(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="T:Krypton.Toolkit.PaletteOffice2010BlackBase">
<summary>
Provides a base for Office 2010 palettes.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlackBase.#ctor(System.Drawing.Color[],System.Windows.Forms.ImageList,System.Windows.Forms.ImageList,System.Drawing.Image[],System.Drawing.Color[])">
<summary>
Initialize a new instance of the PaletteOffice2010BlackBase class.
</summary>
<param name="schemeColors">Array of palette specific colors.</param>
<param name="checkBoxList">List of images for check box.</param>
<param name="galleryButtonList">List of images for gallery buttons.</param>
<param name="radioButtonArray">Array of images for radio button.</param>
<param name="trackBarColors">Array of track bar specific colors.</param>
</member>
<member name="P:Krypton.Toolkit.PaletteOffice2010BlackBase.ColorTable">
<summary>
Gets access to the color table instance.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlackBase.GetRenderer">
<summary>
Gets the renderer to use for this palette.
</summary>
<returns>Renderer to use for drawing palette settings.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlackBase.GetBackDraw(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets a value indicating if background should be drawn.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>InheritBool value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlackBase.GetBackGraphicsHint(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the graphics drawing hint for the background.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteGraphicsHint value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlackBase.GetBackColor1(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the first background color.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlackBase.GetBackColor2(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the second back color.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlackBase.GetBackColorStyle(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color background drawing style.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color drawing style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlackBase.GetBackColorAlign(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color alignment.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlackBase.GetBackColorAngle(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color background angle.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Angle used for color drawing.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlackBase.GetBackImage(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets a background image.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image instance.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlackBase.GetBackImageStyle(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the background image style.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image style value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlackBase.GetBackImageAlign(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the image alignment.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlackBase.GetBorderDraw(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets a value indicating if border should be drawn.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>InheritBool value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlackBase.GetBorderDrawBorders(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets a value indicating which borders to draw.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteDrawBorders value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlackBase.GetBorderGraphicsHint(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the graphics drawing hint for the border.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteGraphicsHint value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlackBase.GetBorderColor1(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the first border color.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlackBase.GetBorderColor2(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the second border color.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlackBase.GetBorderColorStyle(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color border drawing style.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color drawing style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlackBase.GetBorderColorAlign(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color border alignment.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlackBase.GetBorderColorAngle(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color border angle.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Angle used for color drawing.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlackBase.GetBorderWidth(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the border width.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Integer width.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlackBase.GetBorderRounding(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the border corner rounding.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Float rounding.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlackBase.GetBorderImage(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets a border image.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image instance.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlackBase.GetBorderImageStyle(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the border image style.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image style value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlackBase.GetBorderImageAlign(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the image border alignment.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlackBase.GetContentDraw(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets a value indicating if content should be drawn.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>InheritBool value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlackBase.GetContentDrawFocus(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets a value indicating if content should be drawn with focus indication.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>InheritBool value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlackBase.GetContentImageH(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the horizontal relative alignment of the image.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlackBase.GetContentImageV(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the vertical relative alignment of the image.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlackBase.GetContentImageEffect(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the effect applied to drawing of the image.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteImageEffect value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlackBase.GetContentImageColorMap(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the image color to remap into another color.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlackBase.GetContentImageColorTo(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color to use in place of the image map color.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlackBase.GetContentImageColorTransparent(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the image color that should be transparent.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlackBase.GetContentShortTextFont(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the font for the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Font value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlackBase.GetContentShortTextNewFont(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the font for the short text by generating a new font instance.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Font value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlackBase.GetContentShortTextHint(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the rendering hint for the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteTextHint value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlackBase.GetContentShortTextPrefix(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the prefix drawing setting for short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteTextPrefix value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlackBase.GetContentShortTextMultiLine(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the flag indicating if multiline text is allowed for short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>InheritBool value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlackBase.GetContentShortTextTrim(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the text trimming to use for short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteTextTrim value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlackBase.GetContentShortTextH(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the horizontal relative alignment of the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlackBase.GetContentShortTextV(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the vertical relative alignment of the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlackBase.GetContentShortTextMultiLineH(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the horizontal relative alignment of multiline short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlackBase.GetContentShortTextColor1(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the first back color for the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlackBase.GetContentShortTextColor2(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the second back color for the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlackBase.GetContentShortTextColorStyle(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color drawing style for the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color drawing style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlackBase.GetContentShortTextColorAlign(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color alignment for the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlackBase.GetContentShortTextColorAngle(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color background angle for the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Angle used for color drawing.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlackBase.GetContentShortTextImage(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets a background image for the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image instance.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlackBase.GetContentShortTextImageStyle(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the background image style.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image style value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlackBase.GetContentShortTextImageAlign(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the image alignment for the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlackBase.GetContentLongTextFont(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the font for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Font value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlackBase.GetContentLongTextNewFont(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the font for the long text by generating a new font instance.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Font value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlackBase.GetContentLongTextHint(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the rendering hint for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteTextHint value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlackBase.GetContentLongTextMultiLine(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the flag indicating if multiline text is allowed for long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>InheritBool value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlackBase.GetContentLongTextTrim(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the text trimming to use for long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteTextTrim value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlackBase.GetContentLongTextPrefix(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the prefix drawing setting for long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteTextPrefix value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlackBase.GetContentLongTextH(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the horizontal relative alignment of the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlackBase.GetContentLongTextV(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the vertical relative alignment of the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlackBase.GetContentLongTextMultiLineH(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the horizontal relative alignment of multiline long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlackBase.GetContentLongTextColor1(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the first back color for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlackBase.GetContentLongTextColor2(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the second back color for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlackBase.GetContentLongTextColorStyle(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color drawing style for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color drawing style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlackBase.GetContentLongTextColorAlign(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color alignment for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlackBase.GetContentLongTextColorAngle(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color background angle for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Angle used for color drawing.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlackBase.GetContentLongTextImage(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets a background image for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image instance.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlackBase.GetContentLongTextImageStyle(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the background image style for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image style value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlackBase.GetContentLongTextImageAlign(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the image alignment for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlackBase.GetBorderContentPadding(Krypton.Toolkit.KryptonForm,Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the padding between the border and content drawing.
</summary>
<param name="owningForm"></param>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Padding value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlackBase.GetContentAdjacentGap(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the padding between adjacent content items.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Integer value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlackBase.GetMetricInt(Krypton.Toolkit.KryptonForm,Krypton.Toolkit.PaletteState,Krypton.Toolkit.PaletteMetricInt)">
<summary>
Gets an integer metric value.
</summary>
<param name="owningForm"></param>
<param name="state">Palette value should be applicable to this state.</param>
<param name="metric">Requested metric.</param>
<returns>Integer value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlackBase.GetMetricBool(Krypton.Toolkit.PaletteState,Krypton.Toolkit.PaletteMetricBool)">
<summary>
Gets a boolean metric value.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<param name="metric">Requested metric.</param>
<returns>InheritBool value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlackBase.GetMetricPadding(Krypton.Toolkit.KryptonForm,Krypton.Toolkit.PaletteState,Krypton.Toolkit.PaletteMetricPadding)">
<summary>
Gets a padding metric value.
</summary>
<param name="owningForm"></param>
<param name="state">Palette value should be applicable to this state.</param>
<param name="metric">Requested metric.</param>
<returns>Padding value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlackBase.GetTreeViewImage(System.Boolean)">
<summary>
Gets a tree view image appropriate for the provided state.
</summary>
<param name="expanded">Is the node expanded</param>
<returns>Appropriate image for drawing; otherwise null.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlackBase.GetCheckBoxImage(System.Boolean,System.Windows.Forms.CheckState,System.Boolean,System.Boolean)">
<summary>
Gets a check box image appropriate for the provided state.
</summary>
<param name="enabled">Is the check box enabled.</param>
<param name="checkState">Is the check box checked/unchecked/indeterminate.</param>
<param name="tracking">Is the check box being hot tracked.</param>
<param name="pressed">Is the check box being pressed.</param>
<returns>Appropriate image for drawing; otherwise null.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlackBase.GetRadioButtonImage(System.Boolean,System.Boolean,System.Boolean,System.Boolean)">
<summary>
Gets a check box image appropriate for the provided state.
</summary>
<param name="enabled">Is the radio button enabled.</param>
<param name="checkState">Is the radio button checked.</param>
<param name="tracking">Is the radio button being hot tracked.</param>
<param name="pressed">Is the radio button being pressed.</param>
<returns>Appropriate image for drawing; otherwise null.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlackBase.GetContextMenuCheckedImage">
<summary>
Gets a checked image appropriate for a context menu item.
</summary>
<returns>Appropriate image for drawing; otherwise null.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlackBase.GetContextMenuIndeterminateImage">
<summary>
Gets a indeterminate image appropriate for a context menu item.
</summary>
<returns>Appropriate image for drawing; otherwise null.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlackBase.GetGalleryButtonImage(Krypton.Toolkit.PaletteRibbonGalleryButton,Krypton.Toolkit.PaletteState)">
<summary>
Gets a check box image appropriate for the provided state.
</summary>
<param name="button">Enum of the button to fetch.</param>
<param name="state">State of the button to fetch.</param>
<returns>Appropriate image for drawing; otherwise null.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlackBase.GetButtonSpecImage(Krypton.Toolkit.PaletteButtonSpecStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the image to display for the button.
</summary>
<param name="style">Style of button spec.</param>
<param name="state">State for which image is required.</param>
<returns>Image value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlackBase.GetRibbonShape">
<summary>
Gets the ribbon shape that should be used.
</summary>
<returns>Ribbon shape value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlackBase.GetRibbonContextTextAlign(Krypton.Toolkit.PaletteState)">
<summary>
Gets the text alignment for the ribbon context text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Font value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlackBase.GetRibbonContextTextFont(Krypton.Toolkit.PaletteState)">
<summary>
Gets the font for the ribbon context text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Font value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlackBase.GetRibbonContextTextColor(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the ribbon context text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Font value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlackBase.GetRibbonDisabledDark(Krypton.Toolkit.PaletteState)">
<summary>
Gets the dark disabled color used for ribbon glyphs.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlackBase.GetRibbonDisabledLight(Krypton.Toolkit.PaletteState)">
<summary>
Gets the light disabled color used for ribbon glyphs.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlackBase.GetRibbonDropArrowLight(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the drop arrow light.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlackBase.GetRibbonDropArrowDark(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the drop arrow dark.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlackBase.GetRibbonGroupDialogDark(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the dialog launcher dark.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlackBase.GetRibbonGroupDialogLight(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the dialog launcher light.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlackBase.GetRibbonGroupSeparatorDark(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the group separator dark.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlackBase.GetRibbonGroupSeparatorLight(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the group separator light.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlackBase.GetRibbonMinimizeBarDark(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the minimize bar dark.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlackBase.GetRibbonMinimizeBarLight(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the minimize bar light.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlackBase.GetRibbonTabSeparatorColor(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the tab separator.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlackBase.GetRibbonTabSeparatorContextColor(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the tab context separators.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlackBase.GetRibbonTextFont(Krypton.Toolkit.PaletteState)">
<summary>
Gets the font for the ribbon text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Font value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlackBase.GetRibbonTextHint(Krypton.Toolkit.PaletteState)">
<summary>
Gets the rendering hint for the ribbon font.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteTextHint value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlackBase.GetRibbonQATButtonDark(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the extra QAT button dark content color.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlackBase.GetRibbonQATButtonLight(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the extra QAT button light content color.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlackBase.GetRibbonBackColorStyle(Krypton.Toolkit.PaletteRibbonBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the method used to draw the background of a ribbon item.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteRibbonBackStyle value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlackBase.GetRibbonBackColor1(Krypton.Toolkit.PaletteRibbonBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the first background color for the ribbon item.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlackBase.GetRibbonBackColor2(Krypton.Toolkit.PaletteRibbonBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the second background color for the ribbon item.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlackBase.GetRibbonBackColor3(Krypton.Toolkit.PaletteRibbonBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the third background color for the ribbon item.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlackBase.GetRibbonBackColor4(Krypton.Toolkit.PaletteRibbonBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the fourth background color for the ribbon item.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlackBase.GetRibbonBackColor5(Krypton.Toolkit.PaletteRibbonBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the fifth background color for the ribbon item.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlackBase.GetRibbonTextColor(Krypton.Toolkit.PaletteRibbonTextStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the =color for the item text.
</summary>
<param name="style">Text style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlackBase.GetElementColor1(Krypton.Toolkit.PaletteElement,Krypton.Toolkit.PaletteState)">
<summary>
Gets the first element color.
</summary>
<param name="element">Element for which color is required.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlackBase.GetElementColor2(Krypton.Toolkit.PaletteElement,Krypton.Toolkit.PaletteState)">
<summary>
Gets the second element color.
</summary>
<param name="element">Element for which color is required.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlackBase.GetElementColor3(Krypton.Toolkit.PaletteElement,Krypton.Toolkit.PaletteState)">
<summary>
Gets the third element color.
</summary>
<param name="element">Element for which color is required.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlackBase.GetElementColor4(Krypton.Toolkit.PaletteElement,Krypton.Toolkit.PaletteState)">
<summary>
Gets the fourth element color.
</summary>
<param name="element">Element for which color is required.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlackBase.GetElementColor5(Krypton.Toolkit.PaletteElement,Krypton.Toolkit.PaletteState)">
<summary>
Gets the fifth element color.
</summary>
<param name="element">Element for which color is required.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010BlackBase.OnUserPreferenceChanged(System.Object,Microsoft.Win32.UserPreferenceChangedEventArgs)">
<summary>
Handle a change in the user preferences.
</summary>
<param name="sender">Source of event.</param>
<param name="e">Event data.</param>
</member>
<member name="T:Krypton.Toolkit.PaletteOffice2010Blue">
<summary>
Provides the Blue color scheme variant of the Office 2010 palette.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010Blue.#ctor">
<summary>
Initialize a new instance of the PaletteOffice2010Blue class.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010Blue.GetContextMenuSubMenuImage">
<summary>
Gets an image indicating a sub-menu on a context menu item.
</summary>
<returns>Appropriate image for drawing; otherwise null.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010Blue.GetButtonSpecImage(Krypton.Toolkit.PaletteButtonSpecStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the image to display for the button.
</summary>
<param name="style">Style of button spec.</param>
<param name="state">State for which image is required.</param>
<returns>Image value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010Blue.GetRibbonTabRowGradientColor1(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010Blue.GetRibbonTabRowBackgroundGradientRaftingDark(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010Blue.GetRibbonTabRowBackgroundGradientRaftingLight(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010Blue.GetRibbonTabRowBackgroundSolidColor(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010Blue.GetRibbonTabRowGradientRaftingAngle(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010Blue.GetRibbonFileAppTabBottomColor(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010Blue.GetRibbonFileAppTabTopColor(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010Blue.GetRibbonFileAppTabTextColor(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="T:Krypton.Toolkit.PaletteOffice2010Silver">
<summary>
Provides the Silver color scheme variant of the Office 2010 palette.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010Silver.#ctor">
<summary>
Initialize a new instance of the PaletteOffice2010Silver class.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010Silver.GetContextMenuSubMenuImage">
<summary>
Gets an image indicating a sub-menu on a context menu item.
</summary>
<returns>Appropriate image for drawing; otherwise null.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010Silver.GetButtonSpecImage(Krypton.Toolkit.PaletteButtonSpecStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the image to display for the button.
</summary>
<param name="style">Style of button spec.</param>
<param name="state">State for which image is required.</param>
<returns>Image value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010Silver.GetRibbonTabRowGradientColor1(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010Silver.GetRibbonTabRowBackgroundGradientRaftingDark(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010Silver.GetRibbonTabRowBackgroundGradientRaftingLight(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010Silver.GetRibbonTabRowBackgroundSolidColor(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010Silver.GetRibbonTabRowGradientRaftingAngle(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010Silver.GetRibbonFileAppTabBottomColor(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010Silver.GetRibbonFileAppTabTopColor(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2010Silver.GetRibbonFileAppTabTextColor(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="T:Krypton.Toolkit.PaletteOffice2013Base">
<summary>
Provides a base for Office 2013 palettes.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2013Base.#ctor(System.Drawing.Color[],System.Windows.Forms.ImageList,System.Windows.Forms.ImageList,System.Drawing.Image[],System.Drawing.Color[])">
<summary>
Initialize a new instance of the PaletteOffice2013Base class.
</summary>
<param name="schemeColors">Array of palette specific colors.</param>
<param name="checkBoxList">List of images for check box.</param>
<param name="galleryButtonList">List of images for gallery buttons.</param>
<param name="radioButtonArray">Array of images for radio button.</param>
<param name="trackBarColors">Array of track bar specific colors.</param>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2013Base.GetRenderer">
<summary>
Gets the renderer to use for this palette.
</summary>
<returns>Renderer to use for drawing palette settings.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2013Base.GetBackDraw(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets a value indicating if background should be drawn.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>InheritBool value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2013Base.GetBackGraphicsHint(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the graphics drawing hint for the background.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteGraphicsHint value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2013Base.GetBackColor1(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the first background color.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2013Base.GetBackColor2(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the second back color.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2013Base.GetBackColorStyle(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color background drawing style.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color drawing style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2013Base.GetBackColorAlign(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color alignment.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2013Base.GetBackColorAngle(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color background angle.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Angle used for color drawing.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2013Base.GetBackImage(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets a background image.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image instance.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2013Base.GetBackImageStyle(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the background image style.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image style value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2013Base.GetBackImageAlign(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the image alignment.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2013Base.GetBorderDraw(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets a value indicating if border should be drawn.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>InheritBool value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2013Base.GetBorderDrawBorders(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets a value indicating which borders to draw.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteDrawBorders value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2013Base.GetBorderGraphicsHint(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the graphics drawing hint for the border.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteGraphicsHint value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2013Base.GetBorderColor1(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the first border color.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2013Base.GetBorderColor2(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the second border color.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2013Base.GetBorderColorStyle(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color border drawing style.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color drawing style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2013Base.GetBorderColorAlign(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color border alignment.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2013Base.GetBorderColorAngle(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color border angle.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Angle used for color drawing.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2013Base.GetBorderWidth(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the border width.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Integer width.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2013Base.GetBorderRounding(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the border corner rounding.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Float rounding.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2013Base.GetBorderImage(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets a border image.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image instance.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2013Base.GetBorderImageStyle(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the border image style.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image style value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2013Base.GetBorderImageAlign(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the image border alignment.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2013Base.GetContentDraw(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets a value indicating if content should be drawn.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>InheritBool value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2013Base.GetContentDrawFocus(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets a value indicating if content should be drawn with focus indication.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>InheritBool value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2013Base.GetContentImageH(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the horizontal relative alignment of the image.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2013Base.GetContentImageV(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the vertical relative alignment of the image.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2013Base.GetContentImageEffect(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the effect applied to drawing of the image.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteImageEffect value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2013Base.GetContentImageColorMap(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the image color to remap into another color.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2013Base.GetContentImageColorTo(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color to use in place of the image map color.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2013Base.GetContentImageColorTransparent(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the image color that should be transparent.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2013Base.GetContentShortTextFont(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the font for the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Font value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2013Base.GetContentShortTextNewFont(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the font for the short text by generating a new font instance.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Font value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2013Base.GetContentShortTextHint(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the rendering hint for the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteTextHint value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2013Base.GetContentShortTextPrefix(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the prefix drawing setting for short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteTextPrefix value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2013Base.GetContentShortTextMultiLine(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the flag indicating if multiline text is allowed for short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>InheritBool value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2013Base.GetContentShortTextTrim(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the text trimming to use for short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteTextTrim value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2013Base.GetContentShortTextH(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the horizontal relative alignment of the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2013Base.GetContentShortTextV(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the vertical relative alignment of the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2013Base.GetContentShortTextMultiLineH(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the horizontal relative alignment of multiline short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2013Base.GetContentShortTextColor1(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the first back color for the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2013Base.GetContentShortTextColor2(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the second back color for the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2013Base.GetContentShortTextColorStyle(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color drawing style for the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color drawing style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2013Base.GetContentShortTextColorAlign(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color alignment for the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2013Base.GetContentShortTextColorAngle(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color background angle for the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Angle used for color drawing.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2013Base.GetContentShortTextImage(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets a background image for the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image instance.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2013Base.GetContentShortTextImageStyle(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the background image style.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image style value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2013Base.GetContentShortTextImageAlign(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the image alignment for the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2013Base.GetContentLongTextFont(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the font for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Font value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2013Base.GetContentLongTextNewFont(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the font for the long text by generating a new font instance.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Font value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2013Base.GetContentLongTextHint(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the rendering hint for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteTextHint value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2013Base.GetContentLongTextMultiLine(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the flag indicating if multiline text is allowed for long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>InheritBool value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2013Base.GetContentLongTextTrim(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the text trimming to use for long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteTextTrim value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2013Base.GetContentLongTextPrefix(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the prefix drawing setting for long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteTextPrefix value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2013Base.GetContentLongTextH(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the horizontal relative alignment of the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2013Base.GetContentLongTextV(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the vertical relative alignment of the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2013Base.GetContentLongTextMultiLineH(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the horizontal relative alignment of multiline long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2013Base.GetContentLongTextColor1(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the first back color for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2013Base.GetContentLongTextColor2(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the second back color for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2013Base.GetContentLongTextColorStyle(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color drawing style for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color drawing style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2013Base.GetContentLongTextColorAlign(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color alignment for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2013Base.GetContentLongTextColorAngle(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color background angle for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Angle used for color drawing.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2013Base.GetContentLongTextImage(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets a background image for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image instance.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2013Base.GetContentLongTextImageStyle(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the background image style for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image style value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2013Base.GetContentLongTextImageAlign(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the image alignment for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2013Base.GetBorderContentPadding(Krypton.Toolkit.KryptonForm,Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the padding between the border and content drawing.
</summary>
<param name="owningForm"></param>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Padding value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2013Base.GetContentAdjacentGap(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the padding between adjacent content items.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Integer value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2013Base.GetMetricInt(Krypton.Toolkit.KryptonForm,Krypton.Toolkit.PaletteState,Krypton.Toolkit.PaletteMetricInt)">
<summary>
Gets an integer metric value.
</summary>
<param name="owningForm"></param>
<param name="state">Palette value should be applicable to this state.</param>
<param name="metric">Requested metric.</param>
<returns>Integer value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2013Base.GetMetricBool(Krypton.Toolkit.PaletteState,Krypton.Toolkit.PaletteMetricBool)">
<summary>
Gets a boolean metric value.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<param name="metric">Requested metric.</param>
<returns>InheritBool value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2013Base.GetMetricPadding(Krypton.Toolkit.KryptonForm,Krypton.Toolkit.PaletteState,Krypton.Toolkit.PaletteMetricPadding)">
<summary>
Gets a padding metric value.
</summary>
<param name="owningForm"></param>
<param name="state">Palette value should be applicable to this state.</param>
<param name="metric">Requested metric.</param>
<returns>Padding value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2013Base.GetTreeViewImage(System.Boolean)">
<summary>
Gets a tree view image appropriate for the provided state.
</summary>
<param name="expanded">Is the node expanded</param>
<returns>Appropriate image for drawing; otherwise null.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2013Base.GetCheckBoxImage(System.Boolean,System.Windows.Forms.CheckState,System.Boolean,System.Boolean)">
<summary>
Gets a check box image appropriate for the provided state.
</summary>
<param name="enabled">Is the check box enabled.</param>
<param name="checkState">Is the check box checked/unchecked/indeterminate.</param>
<param name="tracking">Is the check box being hot tracked.</param>
<param name="pressed">Is the check box being pressed.</param>
<returns>Appropriate image for drawing; otherwise null.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2013Base.GetRadioButtonImage(System.Boolean,System.Boolean,System.Boolean,System.Boolean)">
<summary>
Gets a check box image appropriate for the provided state.
</summary>
<param name="enabled">Is the radio button enabled.</param>
<param name="checkState">Is the radio button checked.</param>
<param name="tracking">Is the radio button being hot tracked.</param>
<param name="pressed">Is the radio button being pressed.</param>
<returns>Appropriate image for drawing; otherwise null.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2013Base.GetContextMenuCheckedImage">
<summary>
Gets a checked image appropriate for a context menu item.
</summary>
<returns>Appropriate image for drawing; otherwise null.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2013Base.GetContextMenuIndeterminateImage">
<summary>
Gets a indeterminate image appropriate for a context menu item.
</summary>
<returns>Appropriate image for drawing; otherwise null.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2013Base.GetGalleryButtonImage(Krypton.Toolkit.PaletteRibbonGalleryButton,Krypton.Toolkit.PaletteState)">
<summary>
Gets a check box image appropriate for the provided state.
</summary>
<param name="button">Enum of the button to fetch.</param>
<param name="state">State of the button to fetch.</param>
<returns>Appropriate image for drawing; otherwise null.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2013Base.GetButtonSpecImage(Krypton.Toolkit.PaletteButtonSpecStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the image to display for the button.
</summary>
<param name="style">Style of button spec.</param>
<param name="state">State for which image is required.</param>
<returns>Image value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2013Base.GetRibbonShape">
<summary>
Gets the ribbon shape that should be used.
</summary>
<returns>Ribbon shape value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2013Base.GetRibbonContextTextAlign(Krypton.Toolkit.PaletteState)">
<summary>
Gets the text alignment for the ribbon context text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Font value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2013Base.GetRibbonContextTextFont(Krypton.Toolkit.PaletteState)">
<summary>
Gets the font for the ribbon context text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Font value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2013Base.GetRibbonContextTextColor(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the ribbon context text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Font value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2013Base.GetRibbonDisabledDark(Krypton.Toolkit.PaletteState)">
<summary>
Gets the dark disabled color used for ribbon glyphs.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2013Base.GetRibbonDisabledLight(Krypton.Toolkit.PaletteState)">
<summary>
Gets the light disabled color used for ribbon glyphs.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2013Base.GetRibbonDropArrowLight(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the drop arrow light.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2013Base.GetRibbonDropArrowDark(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the drop arrow dark.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2013Base.GetRibbonGroupDialogDark(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the dialog launcher dark.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2013Base.GetRibbonGroupDialogLight(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the dialog launcher light.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2013Base.GetRibbonGroupSeparatorDark(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the group separator dark.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2013Base.GetRibbonGroupSeparatorLight(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the group separator light.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2013Base.GetRibbonMinimizeBarDark(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the minimize bar dark.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2013Base.GetRibbonMinimizeBarLight(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the minimize bar light.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2013Base.GetRibbonTabSeparatorColor(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the tab separator.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2013Base.GetRibbonTabSeparatorContextColor(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the tab context separators.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2013Base.GetRibbonTextFont(Krypton.Toolkit.PaletteState)">
<summary>
Gets the font for the ribbon text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Font value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2013Base.GetRibbonTextHint(Krypton.Toolkit.PaletteState)">
<summary>
Gets the rendering hint for the ribbon font.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteTextHint value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2013Base.GetRibbonQATButtonDark(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the extra QAT button dark content color.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2013Base.GetRibbonQATButtonLight(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the extra QAT button light content color.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2013Base.GetRibbonBackColorStyle(Krypton.Toolkit.PaletteRibbonBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the method used to draw the background of a ribbon item.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteRibbonBackStyle value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2013Base.GetRibbonBackColor1(Krypton.Toolkit.PaletteRibbonBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the first background color for the ribbon item.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2013Base.GetRibbonBackColor2(Krypton.Toolkit.PaletteRibbonBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the second background color for the ribbon item.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2013Base.GetRibbonBackColor3(Krypton.Toolkit.PaletteRibbonBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the third background color for the ribbon item.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2013Base.GetRibbonBackColor4(Krypton.Toolkit.PaletteRibbonBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the fourth background color for the ribbon item.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2013Base.GetRibbonBackColor5(Krypton.Toolkit.PaletteRibbonBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the fifth background color for the ribbon item.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2013Base.GetRibbonTextColor(Krypton.Toolkit.PaletteRibbonTextStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the =color for the item text.
</summary>
<param name="style">Text style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2013Base.GetElementColor1(Krypton.Toolkit.PaletteElement,Krypton.Toolkit.PaletteState)">
<summary>
Gets the first element color.
</summary>
<param name="element">Element for which color is required.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2013Base.GetElementColor2(Krypton.Toolkit.PaletteElement,Krypton.Toolkit.PaletteState)">
<summary>
Gets the second element color.
</summary>
<param name="element">Element for which color is required.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2013Base.GetElementColor3(Krypton.Toolkit.PaletteElement,Krypton.Toolkit.PaletteState)">
<summary>
Gets the third element color.
</summary>
<param name="element">Element for which color is required.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2013Base.GetElementColor4(Krypton.Toolkit.PaletteElement,Krypton.Toolkit.PaletteState)">
<summary>
Gets the fourth element color.
</summary>
<param name="element">Element for which color is required.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2013Base.GetElementColor5(Krypton.Toolkit.PaletteElement,Krypton.Toolkit.PaletteState)">
<summary>
Gets the fifth element color.
</summary>
<param name="element">Element for which color is required.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="P:Krypton.Toolkit.PaletteOffice2013Base.ColorTable">
<summary>
Gets access to the color table instance.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2013Base.OnUserPreferenceChanged(System.Object,Microsoft.Win32.UserPreferenceChangedEventArgs)">
<summary>
Handle a change in the user preferences.
</summary>
<param name="sender">Source of event.</param>
<param name="e">Event data.</param>
</member>
<member name="T:Krypton.Toolkit.PaletteOffice2013DarkGray">
<summary>
Provides the dark gray color scheme variant of the Office 2013 palette.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2013DarkGray.#ctor">
<summary>
Initialize a new instance of the PaletteOffice2013DarkGray class.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2013DarkGray.GetContextMenuSubMenuImage">
<summary>
Gets an image indicating a sub-menu on a context menu item.
</summary>
<returns>Appropriate image for drawing; otherwise null.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2013DarkGray.GetButtonSpecImage(Krypton.Toolkit.PaletteButtonSpecStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the image to display for the button.
</summary>
<param name="style">Style of button spec.</param>
<param name="state">State for which image is required.</param>
<returns>Image value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2013DarkGray.GetRibbonTabRowGradientColor1(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2013DarkGray.GetRibbonTabRowBackgroundGradientRaftingDark(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2013DarkGray.GetRibbonTabRowBackgroundGradientRaftingLight(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2013DarkGray.GetRibbonTabRowBackgroundSolidColor(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2013DarkGray.GetRibbonTabRowGradientRaftingAngle(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2013DarkGray.GetRibbonFileAppTabBottomColor(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2013DarkGray.GetRibbonFileAppTabTopColor(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2013DarkGray.GetRibbonFileAppTabTextColor(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="T:Krypton.Toolkit.PaletteOffice2013LightGray">
<summary>
Provides the light gray color scheme variant of the Office 2013 palette.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2013LightGray.#ctor">
<summary>
Initialize a new instance of the PaletteOffice2013DarkGray class.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2013LightGray.GetContextMenuSubMenuImage">
<summary>
Gets an image indicating a sub-menu on a context menu item.
</summary>
<returns>Appropriate image for drawing; otherwise null.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2013LightGray.GetButtonSpecImage(Krypton.Toolkit.PaletteButtonSpecStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the image to display for the button.
</summary>
<param name="style">Style of button spec.</param>
<param name="state">State for which image is required.</param>
<returns>Image value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2013LightGray.GetRibbonTabRowGradientColor1(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2013LightGray.GetRibbonTabRowBackgroundGradientRaftingDark(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2013LightGray.GetRibbonTabRowBackgroundGradientRaftingLight(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2013LightGray.GetRibbonTabRowBackgroundSolidColor(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2013LightGray.GetRibbonTabRowGradientRaftingAngle(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2013LightGray.GetRibbonFileAppTabBottomColor(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2013LightGray.GetRibbonFileAppTabTopColor(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2013LightGray.GetRibbonFileAppTabTextColor(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="T:Krypton.Toolkit.PaletteOffice2013White">
<summary>
Provides the White color scheme variant of the Office 2013 palette.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2013White.#ctor">
<summary>
Initialize a new instance of the PaletteOffice2010Silver class.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2013White.GetContextMenuSubMenuImage">
<summary>
Gets an image indicating a sub-menu on a context menu item.
</summary>
<returns>Appropriate image for drawing; otherwise null.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2013White.GetButtonSpecImage(Krypton.Toolkit.PaletteButtonSpecStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the image to display for the button.
</summary>
<param name="style">Style of button spec.</param>
<param name="state">State for which image is required.</param>
<returns>Image value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2013White.GetRibbonTabRowGradientColor1(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2013White.GetRibbonTabRowBackgroundGradientRaftingDark(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2013White.GetRibbonTabRowBackgroundGradientRaftingLight(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2013White.GetRibbonTabRowBackgroundSolidColor(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2013White.GetRibbonTabRowGradientRaftingAngle(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2013White.GetRibbonFileAppTabBottomColor(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2013White.GetRibbonFileAppTabTopColor(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2013White.GetRibbonFileAppTabTextColor(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="T:Krypton.Toolkit.PaletteOffice2013WhiteBase">
<summary>
Gets the single instance of the PaletteOffice2013WhiteBase palette.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2013WhiteBase.#ctor(System.Drawing.Color[],System.Windows.Forms.ImageList,System.Windows.Forms.ImageList,System.Drawing.Image[],System.Drawing.Color[])">
<summary>
Initialize a new instance of the PaletteOffice2013WhiteBase class.
</summary>
<param name="schemeColors">Array of palette specific colors.</param>
<param name="checkBoxList">List of images for check box.</param>
<param name="galleryButtonList">List of images for gallery buttons.</param>
<param name="radioButtonArray">Array of images for radio button.</param>
<param name="trackBarColors">Array of track bar specific colors.</param>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2013WhiteBase.GetRenderer">
<summary>
Gets the renderer to use for this palette.
</summary>
<returns>Renderer to use for drawing palette settings.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2013WhiteBase.GetBackDraw(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets a value indicating if background should be drawn.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>InheritBool value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2013WhiteBase.GetBackGraphicsHint(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the graphics drawing hint for the background.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteGraphicsHint value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2013WhiteBase.GetBackColor1(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the first background color.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2013WhiteBase.GetBackColor2(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the second back color.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2013WhiteBase.GetBackColorStyle(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color background drawing style.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color drawing style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2013WhiteBase.GetBackColorAlign(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color alignment.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2013WhiteBase.GetBackColorAngle(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color background angle.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Angle used for color drawing.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2013WhiteBase.GetBackImage(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets a background image.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image instance.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2013WhiteBase.GetBackImageStyle(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the background image style.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image style value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2013WhiteBase.GetBackImageAlign(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the image alignment.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2013WhiteBase.GetBorderDraw(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets a value indicating if border should be drawn.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>InheritBool value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2013WhiteBase.GetBorderDrawBorders(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets a value indicating which borders to draw.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteDrawBorders value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2013WhiteBase.GetBorderGraphicsHint(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the graphics drawing hint for the border.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteGraphicsHint value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2013WhiteBase.GetBorderColor1(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the first border color.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2013WhiteBase.GetBorderColor2(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the second border color.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2013WhiteBase.GetBorderColorStyle(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color border drawing style.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color drawing style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2013WhiteBase.GetBorderColorAlign(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color border alignment.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2013WhiteBase.GetBorderColorAngle(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color border angle.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Angle used for color drawing.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2013WhiteBase.GetBorderWidth(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the border width.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Integer width.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2013WhiteBase.GetBorderRounding(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the border corner rounding.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Float rounding.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2013WhiteBase.GetBorderImage(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets a border image.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image instance.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2013WhiteBase.GetBorderImageStyle(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the border image style.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image style value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2013WhiteBase.GetBorderImageAlign(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the image border alignment.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2013WhiteBase.GetContentDraw(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets a value indicating if content should be drawn.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>InheritBool value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2013WhiteBase.GetContentDrawFocus(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets a value indicating if content should be drawn with focus indication.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>InheritBool value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2013WhiteBase.GetContentImageH(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the horizontal relative alignment of the image.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2013WhiteBase.GetContentImageV(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the vertical relative alignment of the image.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2013WhiteBase.GetContentImageEffect(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the effect applied to drawing of the image.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteImageEffect value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2013WhiteBase.GetContentImageColorMap(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the image color to remap into another color.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2013WhiteBase.GetContentImageColorTo(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color to use in place of the image map color.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2013WhiteBase.GetContentImageColorTransparent(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the image color that should be transparent.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2013WhiteBase.GetContentShortTextFont(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the font for the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Font value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2013WhiteBase.GetContentShortTextNewFont(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the font for the short text by generating a new font instance.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Font value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2013WhiteBase.GetContentShortTextHint(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the rendering hint for the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteTextHint value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2013WhiteBase.GetContentShortTextPrefix(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the prefix drawing setting for short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteTextPrefix value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2013WhiteBase.GetContentShortTextMultiLine(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the flag indicating if multiline text is allowed for short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>InheritBool value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2013WhiteBase.GetContentShortTextTrim(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the text trimming to use for short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteTextTrim value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2013WhiteBase.GetContentShortTextH(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the horizontal relative alignment of the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2013WhiteBase.GetContentShortTextV(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the vertical relative alignment of the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2013WhiteBase.GetContentShortTextMultiLineH(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the horizontal relative alignment of multiline short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2013WhiteBase.GetContentShortTextColor1(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the first back color for the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2013WhiteBase.GetContentShortTextColor2(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the second back color for the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2013WhiteBase.GetContentShortTextColorStyle(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color drawing style for the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color drawing style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2013WhiteBase.GetContentShortTextColorAlign(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color alignment for the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2013WhiteBase.GetContentShortTextColorAngle(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color background angle for the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Angle used for color drawing.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2013WhiteBase.GetContentShortTextImage(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets a background image for the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image instance.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2013WhiteBase.GetContentShortTextImageStyle(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the background image style.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image style value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2013WhiteBase.GetContentShortTextImageAlign(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the image alignment for the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2013WhiteBase.GetContentLongTextFont(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the font for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Font value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2013WhiteBase.GetContentLongTextNewFont(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the font for the long text by generating a new font instance.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Font value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2013WhiteBase.GetContentLongTextHint(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the rendering hint for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteTextHint value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2013WhiteBase.GetContentLongTextMultiLine(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the flag indicating if multiline text is allowed for long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>InheritBool value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2013WhiteBase.GetContentLongTextTrim(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the text trimming to use for long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteTextTrim value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2013WhiteBase.GetContentLongTextPrefix(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the prefix drawing setting for long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteTextPrefix value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2013WhiteBase.GetContentLongTextH(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the horizontal relative alignment of the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2013WhiteBase.GetContentLongTextV(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the vertical relative alignment of the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2013WhiteBase.GetContentLongTextMultiLineH(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the horizontal relative alignment of multiline long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2013WhiteBase.GetContentLongTextColor1(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the first back color for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2013WhiteBase.GetContentLongTextColor2(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the second back color for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2013WhiteBase.GetContentLongTextColorStyle(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color drawing style for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color drawing style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2013WhiteBase.GetContentLongTextColorAlign(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color alignment for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2013WhiteBase.GetContentLongTextColorAngle(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color background angle for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Angle used for color drawing.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2013WhiteBase.GetContentLongTextImage(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets a background image for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image instance.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2013WhiteBase.GetContentLongTextImageStyle(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the background image style for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image style value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2013WhiteBase.GetContentLongTextImageAlign(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the image alignment for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2013WhiteBase.GetBorderContentPadding(Krypton.Toolkit.KryptonForm,Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the padding between the border and content drawing.
</summary>
<param name="owningForm"></param>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Padding value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2013WhiteBase.GetContentAdjacentGap(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the padding between adjacent content items.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Integer value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2013WhiteBase.GetMetricInt(Krypton.Toolkit.KryptonForm,Krypton.Toolkit.PaletteState,Krypton.Toolkit.PaletteMetricInt)">
<summary>
Gets an integer metric value.
</summary>
<param name="owningForm"></param>
<param name="state">Palette value should be applicable to this state.</param>
<param name="metric">Requested metric.</param>
<returns>Integer value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2013WhiteBase.GetMetricBool(Krypton.Toolkit.PaletteState,Krypton.Toolkit.PaletteMetricBool)">
<summary>
Gets a boolean metric value.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<param name="metric">Requested metric.</param>
<returns>InheritBool value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2013WhiteBase.GetMetricPadding(Krypton.Toolkit.KryptonForm,Krypton.Toolkit.PaletteState,Krypton.Toolkit.PaletteMetricPadding)">
<summary>
Gets a padding metric value.
</summary>
<param name="owningForm"></param>
<param name="state">Palette value should be applicable to this state.</param>
<param name="metric">Requested metric.</param>
<returns>Padding value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2013WhiteBase.GetTreeViewImage(System.Boolean)">
<summary>
Gets a tree view image appropriate for the provided state.
</summary>
<param name="expanded">Is the node expanded</param>
<returns>Appropriate image for drawing; otherwise null.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2013WhiteBase.GetCheckBoxImage(System.Boolean,System.Windows.Forms.CheckState,System.Boolean,System.Boolean)">
<summary>
Gets a check box image appropriate for the provided state.
</summary>
<param name="enabled">Is the check box enabled.</param>
<param name="checkState">Is the check box checked/unchecked/indeterminate.</param>
<param name="tracking">Is the check box being hot tracked.</param>
<param name="pressed">Is the check box being pressed.</param>
<returns>Appropriate image for drawing; otherwise null.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2013WhiteBase.GetRadioButtonImage(System.Boolean,System.Boolean,System.Boolean,System.Boolean)">
<summary>
Gets a check box image appropriate for the provided state.
</summary>
<param name="enabled">Is the radio button enabled.</param>
<param name="checkState">Is the radio button checked.</param>
<param name="tracking">Is the radio button being hot tracked.</param>
<param name="pressed">Is the radio button being pressed.</param>
<returns>Appropriate image for drawing; otherwise null.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2013WhiteBase.GetContextMenuCheckedImage">
<summary>
Gets a checked image appropriate for a context menu item.
</summary>
<returns>Appropriate image for drawing; otherwise null.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2013WhiteBase.GetContextMenuIndeterminateImage">
<summary>
Gets a indeterminate image appropriate for a context menu item.
</summary>
<returns>Appropriate image for drawing; otherwise null.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2013WhiteBase.GetGalleryButtonImage(Krypton.Toolkit.PaletteRibbonGalleryButton,Krypton.Toolkit.PaletteState)">
<summary>
Gets a check box image appropriate for the provided state.
</summary>
<param name="button">Enum of the button to fetch.</param>
<param name="state">State of the button to fetch.</param>
<returns>Appropriate image for drawing; otherwise null.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2013WhiteBase.GetButtonSpecImage(Krypton.Toolkit.PaletteButtonSpecStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the image to display for the button.
</summary>
<param name="style">Style of button spec.</param>
<param name="state">State for which image is required.</param>
<returns>Image value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2013WhiteBase.GetRibbonShape">
<summary>
Gets the ribbon shape that should be used.
</summary>
<returns>Ribbon shape value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2013WhiteBase.GetRibbonContextTextAlign(Krypton.Toolkit.PaletteState)">
<summary>
Gets the text alignment for the ribbon context text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Font value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2013WhiteBase.GetRibbonContextTextFont(Krypton.Toolkit.PaletteState)">
<summary>
Gets the font for the ribbon context text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Font value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2013WhiteBase.GetRibbonContextTextColor(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the ribbon context text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Font value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2013WhiteBase.GetRibbonDisabledDark(Krypton.Toolkit.PaletteState)">
<summary>
Gets the dark disabled color used for ribbon glyphs.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2013WhiteBase.GetRibbonDisabledLight(Krypton.Toolkit.PaletteState)">
<summary>
Gets the light disabled color used for ribbon glyphs.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2013WhiteBase.GetRibbonDropArrowLight(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the drop arrow light.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2013WhiteBase.GetRibbonDropArrowDark(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the drop arrow dark.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2013WhiteBase.GetRibbonGroupDialogDark(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the dialog launcher dark.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2013WhiteBase.GetRibbonGroupDialogLight(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the dialog launcher light.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2013WhiteBase.GetRibbonGroupSeparatorDark(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the group separator dark.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2013WhiteBase.GetRibbonGroupSeparatorLight(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the group separator light.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2013WhiteBase.GetRibbonMinimizeBarDark(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the minimize bar dark.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2013WhiteBase.GetRibbonMinimizeBarLight(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the minimize bar light.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2013WhiteBase.GetRibbonTabSeparatorColor(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the tab separator.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2013WhiteBase.GetRibbonTabSeparatorContextColor(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the tab context separators.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2013WhiteBase.GetRibbonTextFont(Krypton.Toolkit.PaletteState)">
<summary>
Gets the font for the ribbon text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Font value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2013WhiteBase.GetRibbonTextHint(Krypton.Toolkit.PaletteState)">
<summary>
Gets the rendering hint for the ribbon font.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteTextHint value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2013WhiteBase.GetRibbonQATButtonDark(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the extra QAT button dark content color.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2013WhiteBase.GetRibbonQATButtonLight(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the extra QAT button light content color.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2013WhiteBase.GetRibbonBackColorStyle(Krypton.Toolkit.PaletteRibbonBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the method used to draw the background of a ribbon item.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteRibbonBackStyle value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2013WhiteBase.GetRibbonBackColor1(Krypton.Toolkit.PaletteRibbonBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the first background color for the ribbon item.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2013WhiteBase.GetRibbonBackColor2(Krypton.Toolkit.PaletteRibbonBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the second background color for the ribbon item.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2013WhiteBase.GetRibbonBackColor3(Krypton.Toolkit.PaletteRibbonBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the third background color for the ribbon item.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2013WhiteBase.GetRibbonBackColor4(Krypton.Toolkit.PaletteRibbonBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the fourth background color for the ribbon item.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2013WhiteBase.GetRibbonBackColor5(Krypton.Toolkit.PaletteRibbonBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the fifth background color for the ribbon item.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2013WhiteBase.GetRibbonTextColor(Krypton.Toolkit.PaletteRibbonTextStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the =color for the item text.
</summary>
<param name="style">Text style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2013WhiteBase.GetElementColor1(Krypton.Toolkit.PaletteElement,Krypton.Toolkit.PaletteState)">
<summary>
Gets the first element color.
</summary>
<param name="element">Element for which color is required.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2013WhiteBase.GetElementColor2(Krypton.Toolkit.PaletteElement,Krypton.Toolkit.PaletteState)">
<summary>
Gets the second element color.
</summary>
<param name="element">Element for which color is required.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2013WhiteBase.GetElementColor3(Krypton.Toolkit.PaletteElement,Krypton.Toolkit.PaletteState)">
<summary>
Gets the third element color.
</summary>
<param name="element">Element for which color is required.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2013WhiteBase.GetElementColor4(Krypton.Toolkit.PaletteElement,Krypton.Toolkit.PaletteState)">
<summary>
Gets the fourth element color.
</summary>
<param name="element">Element for which color is required.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2013WhiteBase.GetElementColor5(Krypton.Toolkit.PaletteElement,Krypton.Toolkit.PaletteState)">
<summary>
Gets the fifth element color.
</summary>
<param name="element">Element for which color is required.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="P:Krypton.Toolkit.PaletteOffice2013WhiteBase.ColorTable">
<summary>
Gets access to the color table instance.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2013WhiteBase.OnUserPreferenceChanged(System.Object,Microsoft.Win32.UserPreferenceChangedEventArgs)">
<summary>
Handle a change in the user preferences.
</summary>
<param name="sender">Source of event.</param>
<param name="e">Event data.</param>
</member>
<member name="T:Krypton.Toolkit.PaletteProfessionalOffice2003">
<summary>
Take into account the current theme when creating an Office 2003 appearance.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteProfessionalOffice2003.#ctor">
<summary>
Initialize a new instance of the PaletteProfessionalOffice2003 class.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteProfessionalOffice2003.GenerateColorTable(System.Boolean)">
<summary>
Generate an appropriate color table.
</summary>
<returns>KryptonColorTable instance.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteProfessionalOffice2003.GetBackColorStyle(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color background drawing style.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color drawing style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteProfessionalOffice2003.GetBackColor1(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the first background color.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteProfessionalOffice2003.GetBackColor2(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the second back color.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteProfessionalOffice2003.GetContentShortTextColor1(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the first back color for the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteProfessionalOffice2003.GetContentShortTextColor2(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the second back color for the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteProfessionalOffice2003.GetRibbonTabRowGradientColor1(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.PaletteProfessionalOffice2003.GetRibbonTabRowBackgroundGradientRaftingDark(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.PaletteProfessionalOffice2003.GetRibbonTabRowBackgroundGradientRaftingLight(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.PaletteProfessionalOffice2003.GetRibbonTabRowBackgroundSolidColor(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.PaletteProfessionalOffice2003.GetRibbonTabRowGradientRaftingAngle(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.PaletteProfessionalOffice2003.GetRibbonFileAppTabBottomColor(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.PaletteProfessionalOffice2003.GetRibbonFileAppTabTopColor(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.PaletteProfessionalOffice2003.GetRibbonFileAppTabTextColor(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="T:Krypton.Toolkit.PaletteOffice2003Base">
<summary>
Provides a professional appearance using colors/fonts generated from system settings.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2003Base.#ctor">
<summary>
Initialize a new instance of the PaletteOffice2003Base class.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2003Base.GetRenderer">
<summary>
Gets the renderer to use for this palette.
</summary>
<returns>Renderer to use for drawing palette settings.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2003Base.GetBackDraw(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets a value indicating if background should be drawn.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>InheritBool value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2003Base.GetBackGraphicsHint(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the graphics drawing hint for the background.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteGraphicsHint value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2003Base.GetBackColor1(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the first background color.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2003Base.GetBackColor2(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the second back color.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2003Base.GetBackColorStyle(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color background drawing style.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color drawing style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2003Base.GetBackColorAlign(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color alignment.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2003Base.GetBackColorAngle(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color background angle.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Angle used for color drawing.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2003Base.GetBackImage(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets a background image.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image instance.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2003Base.GetBackImageStyle(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the background image style.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image style value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2003Base.GetBackImageAlign(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the image alignment.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2003Base.GetBorderDraw(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets a value indicating if border should be drawn.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>InheritBool value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2003Base.GetBorderDrawBorders(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets a value indicating which borders to draw.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteDrawBorders value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2003Base.GetBorderGraphicsHint(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the graphics drawing hint for the border.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteGraphicsHint value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2003Base.GetBorderColor1(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the first border color.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2003Base.GetBorderColor2(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the second border color.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2003Base.GetBorderColorStyle(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color border drawing style.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color drawing style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2003Base.GetBorderColorAlign(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color border alignment.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2003Base.GetBorderColorAngle(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color border angle.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Angle used for color drawing.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2003Base.GetBorderWidth(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the border width.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Integer width.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2003Base.GetBorderRounding(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the border corner rounding.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Float rounding.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2003Base.GetBorderImage(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets a border image.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image instance.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2003Base.GetBorderImageStyle(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the border image style.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image style value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2003Base.GetBorderImageAlign(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the image border alignment.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2003Base.GetContentDraw(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets a value indicating if content should be drawn.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>InheritBool value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2003Base.GetContentDrawFocus(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets a value indicating if content should be drawn with focus indication.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>InheritBool value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2003Base.GetContentImageH(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the horizontal relative alignment of the image.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2003Base.GetContentImageV(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the vertical relative alignment of the image.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2003Base.GetContentImageEffect(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the effect applied to drawing of the image.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteImageEffect value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2003Base.GetContentImageColorMap(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the image color to remap into another color.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2003Base.GetContentImageColorTo(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color to use in place of the image map color.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2003Base.GetContentImageColorTransparent(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the image color that should be transparent.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2003Base.GetContentShortTextFont(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the font for the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Font value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2003Base.GetContentShortTextNewFont(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the font for the short text by generating a new font instance.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Font value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2003Base.GetContentShortTextHint(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the rendering hint for the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteTextHint value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2003Base.GetContentShortTextPrefix(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the prefix drawing setting for short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteTextPrefix value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2003Base.GetContentShortTextMultiLine(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the flag indicating if multiline text is allowed for short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>InheritBool value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2003Base.GetContentShortTextTrim(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the text trimming to use for short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteTextTrim value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2003Base.GetContentShortTextH(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the horizontal relative alignment of the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2003Base.GetContentShortTextV(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the vertical relative alignment of the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2003Base.GetContentShortTextMultiLineH(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the horizontal relative alignment of multiline short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2003Base.GetContentShortTextColor1(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the first back color for the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2003Base.GetContentShortTextColor2(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the second back color for the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2003Base.GetContentShortTextColorStyle(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color drawing style for the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color drawing style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2003Base.GetContentShortTextColorAlign(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color alignment for the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2003Base.GetContentShortTextColorAngle(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color background angle for the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Angle used for color drawing.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2003Base.GetContentShortTextImage(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets a background image for the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image instance.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2003Base.GetContentShortTextImageStyle(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the background image style.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image style value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2003Base.GetContentShortTextImageAlign(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the image alignment for the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2003Base.GetContentLongTextFont(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the font for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Font value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2003Base.GetContentLongTextNewFont(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the font for the long text by generating a new font instance.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Font value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2003Base.GetContentLongTextHint(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the rendering hint for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteTextHint value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2003Base.GetContentLongTextMultiLine(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the flag indicating if multiline text is allowed for long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>InheritBool value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2003Base.GetContentLongTextTrim(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the text trimming to use for long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteTextTrim value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2003Base.GetContentLongTextPrefix(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the prefix drawing setting for long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteTextPrefix value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2003Base.GetContentLongTextH(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the horizontal relative alignment of the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2003Base.GetContentLongTextV(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the vertical relative alignment of the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2003Base.GetContentLongTextMultiLineH(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the horizontal relative alignment of multiline long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2003Base.GetContentLongTextColor1(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the first back color for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2003Base.GetContentLongTextColor2(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the second back color for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2003Base.GetContentLongTextColorStyle(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color drawing style for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color drawing style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2003Base.GetContentLongTextColorAlign(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color alignment for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2003Base.GetContentLongTextColorAngle(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color background angle for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Angle used for color drawing.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2003Base.GetContentLongTextImage(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets a background image for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image instance.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2003Base.GetContentLongTextImageStyle(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the background image style for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image style value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2003Base.GetContentLongTextImageAlign(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the image alignment for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2003Base.GetBorderContentPadding(Krypton.Toolkit.KryptonForm,Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the padding between the border and content drawing.
</summary>
<param name="owningForm"></param>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Padding value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2003Base.GetContentAdjacentGap(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the padding between adjacent content items.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Integer value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2003Base.GetMetricInt(Krypton.Toolkit.KryptonForm,Krypton.Toolkit.PaletteState,Krypton.Toolkit.PaletteMetricInt)">
<summary>
Gets an integer metric value.
</summary>
<param name="owningForm"></param>
<param name="state">Palette value should be applicable to this state.</param>
<param name="metric">Requested metric.</param>
<returns>Integer value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2003Base.GetMetricBool(Krypton.Toolkit.PaletteState,Krypton.Toolkit.PaletteMetricBool)">
<summary>
Gets a boolean metric value.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<param name="metric">Requested metric.</param>
<returns>InheritBool value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2003Base.GetMetricPadding(Krypton.Toolkit.KryptonForm,Krypton.Toolkit.PaletteState,Krypton.Toolkit.PaletteMetricPadding)">
<summary>
Gets a padding metric value.
</summary>
<param name="owningForm"></param>
<param name="state">Palette value should be applicable to this state.</param>
<param name="metric">Requested metric.</param>
<returns>Padding value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2003Base.GetTreeViewImage(System.Boolean)">
<summary>
Gets a tree view image appropriate for the provided state.
</summary>
<param name="expanded">Is the node expanded</param>
<returns>Appropriate image for drawing; otherwise null.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2003Base.GetCheckBoxImage(System.Boolean,System.Windows.Forms.CheckState,System.Boolean,System.Boolean)">
<summary>
Gets a check box image appropriate for the provided state.
</summary>
<param name="enabled">Is the check box enabled.</param>
<param name="checkState">Is the check box checked/unchecked/indeterminate.</param>
<param name="tracking">Is the check box being hot tracked.</param>
<param name="pressed">Is the check box being pressed.</param>
<returns>Appropriate image for drawing; otherwise null.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2003Base.GetRadioButtonImage(System.Boolean,System.Boolean,System.Boolean,System.Boolean)">
<summary>
Gets a check box image appropriate for the provided state.
</summary>
<param name="enabled">Is the radio button enabled.</param>
<param name="checkState">Is the radio button checked.</param>
<param name="tracking">Is the radio button being hot tracked.</param>
<param name="pressed">Is the radio button being pressed.</param>
<returns>Appropriate image for drawing; otherwise null.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2003Base.GetContextMenuCheckedImage">
<summary>
Gets a checked image appropriate for a context menu item.
</summary>
<returns>Appropriate image for drawing; otherwise null.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2003Base.GetContextMenuIndeterminateImage">
<summary>
Gets a indeterminate image appropriate for a context menu item.
</summary>
<returns>Appropriate image for drawing; otherwise null.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2003Base.GetContextMenuSubMenuImage">
<summary>
Gets an image indicating a sub-menu on a context menu item.
</summary>
<returns>Appropriate image for drawing; otherwise null.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2003Base.GetGalleryButtonImage(Krypton.Toolkit.PaletteRibbonGalleryButton,Krypton.Toolkit.PaletteState)">
<summary>
Gets a check box image appropriate for the provided state.
</summary>
<param name="button">Enum of the button to fetch.</param>
<param name="state">State of the button to fetch.</param>
<returns>Appropriate image for drawing; otherwise null.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2003Base.GetButtonSpecImage(Krypton.Toolkit.PaletteButtonSpecStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the image to display for the button.
</summary>
<param name="style">Style of button spec.</param>
<param name="state">State for which image is required.</param>
<returns>Image value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2003Base.GetRibbonShape">
<summary>
Gets the ribbon shape that should be used.
</summary>
<returns>Ribbon shape value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2003Base.GetRibbonContextTextAlign(Krypton.Toolkit.PaletteState)">
<summary>
Gets the text alignment for the ribbon context text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Font value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2003Base.GetRibbonContextTextFont(Krypton.Toolkit.PaletteState)">
<summary>
Gets the font for the ribbon context text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Font value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2003Base.GetRibbonContextTextColor(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the ribbon context text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Font value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2003Base.GetRibbonDisabledDark(Krypton.Toolkit.PaletteState)">
<summary>
Gets the dark disabled color used for ribbon glyphs.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2003Base.GetRibbonDisabledLight(Krypton.Toolkit.PaletteState)">
<summary>
Gets the light disabled color used for ribbon glyphs.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2003Base.GetRibbonDropArrowLight(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the drop arrow light.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2003Base.GetRibbonDropArrowDark(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the drop arrow dark.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2003Base.GetRibbonGroupDialogDark(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the dialog launcher dark.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2003Base.GetRibbonGroupDialogLight(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the dialog launcher light.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2003Base.GetRibbonGroupSeparatorDark(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the group separator dark.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2003Base.GetRibbonGroupSeparatorLight(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the group separator light.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2003Base.GetRibbonMinimizeBarDark(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the minimize bar dark.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2003Base.GetRibbonMinimizeBarLight(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the minimize bar light.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2003Base.GetRibbonTabSeparatorColor(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the tab separator.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2003Base.GetRibbonTabSeparatorContextColor(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the tab context separators.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2003Base.GetRibbonTextFont(Krypton.Toolkit.PaletteState)">
<summary>
Gets the font for the ribbon text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Font value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2003Base.GetRibbonTextHint(Krypton.Toolkit.PaletteState)">
<summary>
Gets the rendering hint for the ribbon font.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteTextHint value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2003Base.GetRibbonQATButtonDark(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the extra QAT button dark content color.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2003Base.GetRibbonQATButtonLight(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the extra QAT button light content color.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2003Base.GetRibbonBackColorStyle(Krypton.Toolkit.PaletteRibbonBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the method used to draw the background of a ribbon item.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteRibbonBackStyle value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2003Base.GetRibbonBackColor1(Krypton.Toolkit.PaletteRibbonBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the first background color for the ribbon item.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2003Base.GetRibbonBackColor2(Krypton.Toolkit.PaletteRibbonBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the second background color for the ribbon item.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2003Base.GetRibbonBackColor3(Krypton.Toolkit.PaletteRibbonBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the third background color for the ribbon item.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2003Base.GetRibbonBackColor4(Krypton.Toolkit.PaletteRibbonBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the fourth background color for the ribbon item.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2003Base.GetRibbonBackColor5(Krypton.Toolkit.PaletteRibbonBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the fifth background color for the ribbon item.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2003Base.GetRibbonTextColor(Krypton.Toolkit.PaletteRibbonTextStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the =color for the item text.
</summary>
<param name="style">Text style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2003Base.GetElementColor1(Krypton.Toolkit.PaletteElement,Krypton.Toolkit.PaletteState)">
<summary>
Gets the first element color.
</summary>
<param name="element">Element for which color is required.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2003Base.GetElementColor2(Krypton.Toolkit.PaletteElement,Krypton.Toolkit.PaletteState)">
<summary>
Gets the second element color.
</summary>
<param name="element">Element for which color is required.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2003Base.GetElementColor3(Krypton.Toolkit.PaletteElement,Krypton.Toolkit.PaletteState)">
<summary>
Gets the third element color.
</summary>
<param name="element">Element for which color is required.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2003Base.GetElementColor4(Krypton.Toolkit.PaletteElement,Krypton.Toolkit.PaletteState)">
<summary>
Gets the fourth element color.
</summary>
<param name="element">Element for which color is required.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2003Base.GetElementColor5(Krypton.Toolkit.PaletteElement,Krypton.Toolkit.PaletteState)">
<summary>
Gets the fifth element color.
</summary>
<param name="element">Element for which color is required.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="P:Krypton.Toolkit.PaletteOffice2003Base.ColorTable">
<summary>
Gets access to the color table instance.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2003Base.GenerateColorTable(System.Boolean)">
<summary>
Generate an appropriate color table.
</summary>
<returns>KryptonProfessionalKCT instance.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2003Base.OnUserPreferenceChanged(System.Object,Microsoft.Win32.UserPreferenceChangedEventArgs)">
<summary>
Handle a change in the user preferences.
</summary>
<param name="sender">Source of event.</param>
<param name="e">Event data.</param>
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2003Base.GetRibbonTabRowGradientColor1(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2003Base.GetRibbonTabRowBackgroundGradientRaftingDark(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2003Base.GetRibbonTabRowBackgroundGradientRaftingLight(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2003Base.GetRibbonTabRowBackgroundSolidColor(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2003Base.GetRibbonTabRowGradientRaftingAngle(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2003Base.GetRibbonFileAppTabBottomColor(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2003Base.GetRibbonFileAppTabTopColor(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.PaletteOffice2003Base.GetRibbonFileAppTabTextColor(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="T:Krypton.Toolkit.PaletteProfessionalSystem">
<summary>
Provides a professional appearance using colors/fonts generated from system settings.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteProfessionalSystem.#ctor">
<summary>
Initialize a new instance of the PaletteProfessionalSystem class.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteProfessionalSystem.GetRenderer">
<summary>
Gets the renderer to use for this palette.
</summary>
<returns>Renderer to use for drawing palette settings.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteProfessionalSystem.GetBackDraw(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets a value indicating if background should be drawn.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>InheritBool value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteProfessionalSystem.GetBackGraphicsHint(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the graphics drawing hint for the background.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteGraphicsHint value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteProfessionalSystem.GetBackColor1(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the first background color.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteProfessionalSystem.GetBackColor2(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the second back color.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteProfessionalSystem.GetBackColorStyle(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color background drawing style.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color drawing style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteProfessionalSystem.GetBackColorAlign(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color alignment.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteProfessionalSystem.GetBackColorAngle(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color background angle.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Angle used for color drawing.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteProfessionalSystem.GetBackImage(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets a background image.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image instance.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteProfessionalSystem.GetBackImageStyle(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the background image style.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image style value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteProfessionalSystem.GetBackImageAlign(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the image alignment.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteProfessionalSystem.GetBorderDraw(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets a value indicating if border should be drawn.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>InheritBool value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteProfessionalSystem.GetBorderDrawBorders(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets a value indicating which borders to draw.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteDrawBorders value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteProfessionalSystem.GetBorderGraphicsHint(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the graphics drawing hint for the border.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteGraphicsHint value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteProfessionalSystem.GetBorderColor1(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the first border color.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteProfessionalSystem.GetBorderColor2(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the second border color.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteProfessionalSystem.GetBorderColorStyle(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color border drawing style.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color drawing style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteProfessionalSystem.GetBorderColorAlign(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color border alignment.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteProfessionalSystem.GetBorderColorAngle(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color border angle.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Angle used for color drawing.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteProfessionalSystem.GetBorderWidth(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the border width.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Integer width.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteProfessionalSystem.GetBorderRounding(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the border corner rounding.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Float rounding.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteProfessionalSystem.GetBorderImage(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets a border image.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image instance.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteProfessionalSystem.GetBorderImageStyle(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the border image style.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image style value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteProfessionalSystem.GetBorderImageAlign(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the image border alignment.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteProfessionalSystem.GetContentDraw(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets a value indicating if content should be drawn.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>InheritBool value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteProfessionalSystem.GetContentDrawFocus(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets a value indicating if content should be drawn with focus indication.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>InheritBool value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteProfessionalSystem.GetContentImageH(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the horizontal relative alignment of the image.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteProfessionalSystem.GetContentImageV(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the vertical relative alignment of the image.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteProfessionalSystem.GetContentImageEffect(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the effect applied to drawing of the image.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteImageEffect value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteProfessionalSystem.GetContentImageColorMap(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the image color to remap into another color.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteProfessionalSystem.GetContentImageColorTo(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color to use in place of the image map color.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteProfessionalSystem.GetContentImageColorTransparent(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the image color that should be transparent.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteProfessionalSystem.GetContentShortTextFont(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the font for the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Font value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteProfessionalSystem.GetContentShortTextNewFont(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the font for the short text by generating a new font instance.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Font value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteProfessionalSystem.GetContentShortTextHint(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the rendering hint for the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteTextHint value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteProfessionalSystem.GetContentShortTextPrefix(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the prefix drawing setting for short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteTextPrefix value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteProfessionalSystem.GetContentShortTextMultiLine(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the flag indicating if multiline text is allowed for short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>InheritBool value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteProfessionalSystem.GetContentShortTextTrim(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the text trimming to use for short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteTextTrim value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteProfessionalSystem.GetContentShortTextH(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the horizontal relative alignment of the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteProfessionalSystem.GetContentShortTextV(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the vertical relative alignment of the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteProfessionalSystem.GetContentShortTextMultiLineH(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the horizontal relative alignment of multiline short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteProfessionalSystem.GetContentShortTextColor1(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the first back color for the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteProfessionalSystem.GetContentShortTextColor2(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the second back color for the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteProfessionalSystem.GetContentShortTextColorStyle(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color drawing style for the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color drawing style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteProfessionalSystem.GetContentShortTextColorAlign(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color alignment for the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteProfessionalSystem.GetContentShortTextColorAngle(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color background angle for the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Angle used for color drawing.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteProfessionalSystem.GetContentShortTextImage(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets a background image for the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image instance.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteProfessionalSystem.GetContentShortTextImageStyle(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the background image style.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image style value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteProfessionalSystem.GetContentShortTextImageAlign(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the image alignment for the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteProfessionalSystem.GetContentLongTextFont(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the font for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Font value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteProfessionalSystem.GetContentLongTextNewFont(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the font for the long text by generating a new font instance.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Font value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteProfessionalSystem.GetContentLongTextHint(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the rendering hint for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteTextHint value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteProfessionalSystem.GetContentLongTextMultiLine(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the flag indicating if multiline text is allowed for long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>InheritBool value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteProfessionalSystem.GetContentLongTextTrim(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the text trimming to use for long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteTextTrim value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteProfessionalSystem.GetContentLongTextPrefix(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the prefix drawing setting for long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteTextPrefix value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteProfessionalSystem.GetContentLongTextH(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the horizontal relative alignment of the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteProfessionalSystem.GetContentLongTextV(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the vertical relative alignment of the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteProfessionalSystem.GetContentLongTextMultiLineH(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the horizontal relative alignment of multiline long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteProfessionalSystem.GetContentLongTextColor1(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the first back color for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteProfessionalSystem.GetContentLongTextColor2(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the second back color for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteProfessionalSystem.GetContentLongTextColorStyle(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color drawing style for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color drawing style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteProfessionalSystem.GetContentLongTextColorAlign(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color alignment for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteProfessionalSystem.GetContentLongTextColorAngle(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color background angle for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Angle used for color drawing.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteProfessionalSystem.GetContentLongTextImage(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets a background image for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image instance.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteProfessionalSystem.GetContentLongTextImageStyle(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the background image style for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image style value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteProfessionalSystem.GetContentLongTextImageAlign(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the image alignment for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteProfessionalSystem.GetBorderContentPadding(Krypton.Toolkit.KryptonForm,Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the padding between the border and content drawing.
</summary>
<param name="owningForm"></param>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Padding value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteProfessionalSystem.GetContentAdjacentGap(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the padding between adjacent content items.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Integer value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteProfessionalSystem.GetMetricInt(Krypton.Toolkit.KryptonForm,Krypton.Toolkit.PaletteState,Krypton.Toolkit.PaletteMetricInt)">
<summary>
Gets an integer metric value.
</summary>
<param name="owningForm"></param>
<param name="state">Palette value should be applicable to this state.</param>
<param name="metric">Requested metric.</param>
<returns>Integer value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteProfessionalSystem.GetMetricBool(Krypton.Toolkit.PaletteState,Krypton.Toolkit.PaletteMetricBool)">
<summary>
Gets a boolean metric value.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<param name="metric">Requested metric.</param>
<returns>InheritBool value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteProfessionalSystem.GetMetricPadding(Krypton.Toolkit.KryptonForm,Krypton.Toolkit.PaletteState,Krypton.Toolkit.PaletteMetricPadding)">
<summary>
Gets a padding metric value.
</summary>
<param name="owningForm"></param>
<param name="state">Palette value should be applicable to this state.</param>
<param name="metric">Requested metric.</param>
<returns>Padding value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteProfessionalSystem.GetTreeViewImage(System.Boolean)">
<summary>
Gets a tree view image appropriate for the provided state.
</summary>
<param name="expanded">Is the node expanded</param>
<returns>Appropriate image for drawing; otherwise null.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteProfessionalSystem.GetCheckBoxImage(System.Boolean,System.Windows.Forms.CheckState,System.Boolean,System.Boolean)">
<summary>
Gets a check box image appropriate for the provided state.
</summary>
<param name="enabled">Is the check box enabled.</param>
<param name="checkState">Is the check box checked/unchecked/indeterminate.</param>
<param name="tracking">Is the check box being hot tracked.</param>
<param name="pressed">Is the check box being pressed.</param>
<returns>Appropriate image for drawing; otherwise null.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteProfessionalSystem.GetRadioButtonImage(System.Boolean,System.Boolean,System.Boolean,System.Boolean)">
<summary>
Gets a check box image appropriate for the provided state.
</summary>
<param name="enabled">Is the radio button enabled.</param>
<param name="checkState">Is the radio button checked.</param>
<param name="tracking">Is the radio button being hot tracked.</param>
<param name="pressed">Is the radio button being pressed.</param>
<returns>Appropriate image for drawing; otherwise null.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteProfessionalSystem.GetContextMenuCheckedImage">
<summary>
Gets a checked image appropriate for a context menu item.
</summary>
<returns>Appropriate image for drawing; otherwise null.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteProfessionalSystem.GetContextMenuIndeterminateImage">
<summary>
Gets a indeterminate image appropriate for a context menu item.
</summary>
<returns>Appropriate image for drawing; otherwise null.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteProfessionalSystem.GetContextMenuSubMenuImage">
<summary>
Gets an image indicating a sub-menu on a context menu item.
</summary>
<returns>Appropriate image for drawing; otherwise null.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteProfessionalSystem.GetGalleryButtonImage(Krypton.Toolkit.PaletteRibbonGalleryButton,Krypton.Toolkit.PaletteState)">
<summary>
Gets a check box image appropriate for the provided state.
</summary>
<param name="button">Enum of the button to fetch.</param>
<param name="state">State of the button to fetch.</param>
<returns>Appropriate image for drawing; otherwise null.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteProfessionalSystem.GetButtonSpecImage(Krypton.Toolkit.PaletteButtonSpecStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the image to display for the button.
</summary>
<param name="style">Style of button spec.</param>
<param name="state">State for which image is required.</param>
<returns>Image value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteProfessionalSystem.GetRibbonShape">
<summary>
Gets the ribbon shape that should be used.
</summary>
<returns>Ribbon shape value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteProfessionalSystem.GetRibbonContextTextAlign(Krypton.Toolkit.PaletteState)">
<summary>
Gets the text alignment for the ribbon context text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Font value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteProfessionalSystem.GetRibbonContextTextFont(Krypton.Toolkit.PaletteState)">
<summary>
Gets the font for the ribbon context text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Font value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteProfessionalSystem.GetRibbonContextTextColor(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the ribbon context text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Font value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteProfessionalSystem.GetRibbonDisabledDark(Krypton.Toolkit.PaletteState)">
<summary>
Gets the dark disabled color used for ribbon glyphs.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteProfessionalSystem.GetRibbonDisabledLight(Krypton.Toolkit.PaletteState)">
<summary>
Gets the light disabled color used for ribbon glyphs.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteProfessionalSystem.GetRibbonDropArrowLight(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the drop arrow light.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteProfessionalSystem.GetRibbonDropArrowDark(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the drop arrow dark.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteProfessionalSystem.GetRibbonGroupDialogDark(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the dialog launcher dark.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteProfessionalSystem.GetRibbonGroupDialogLight(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the dialog launcher light.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteProfessionalSystem.GetRibbonGroupSeparatorDark(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the group separator dark.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteProfessionalSystem.GetRibbonGroupSeparatorLight(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the group separator light.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteProfessionalSystem.GetRibbonMinimizeBarDark(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the minimize bar dark.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteProfessionalSystem.GetRibbonMinimizeBarLight(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the minimize bar light.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteProfessionalSystem.GetRibbonTabSeparatorColor(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the tab separator.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteProfessionalSystem.GetRibbonTabSeparatorContextColor(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the tab context separators.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteProfessionalSystem.GetRibbonTextFont(Krypton.Toolkit.PaletteState)">
<summary>
Gets the font for the ribbon text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Font value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteProfessionalSystem.GetRibbonTextHint(Krypton.Toolkit.PaletteState)">
<summary>
Gets the rendering hint for the ribbon font.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteTextHint value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteProfessionalSystem.GetRibbonQATButtonDark(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the extra QAT button dark content color.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteProfessionalSystem.GetRibbonQATButtonLight(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the extra QAT button light content color.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteProfessionalSystem.GetRibbonBackColorStyle(Krypton.Toolkit.PaletteRibbonBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the method used to draw the background of a ribbon item.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteRibbonBackStyle value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteProfessionalSystem.GetRibbonBackColor1(Krypton.Toolkit.PaletteRibbonBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the first background color for the ribbon item.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteProfessionalSystem.GetRibbonBackColor2(Krypton.Toolkit.PaletteRibbonBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the second background color for the ribbon item.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteProfessionalSystem.GetRibbonBackColor3(Krypton.Toolkit.PaletteRibbonBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the third background color for the ribbon item.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteProfessionalSystem.GetRibbonBackColor4(Krypton.Toolkit.PaletteRibbonBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the fourth background color for the ribbon item.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteProfessionalSystem.GetRibbonBackColor5(Krypton.Toolkit.PaletteRibbonBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the fifth background color for the ribbon item.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteProfessionalSystem.GetRibbonTextColor(Krypton.Toolkit.PaletteRibbonTextStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the =color for the item text.
</summary>
<param name="style">Text style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteProfessionalSystem.GetElementColor1(Krypton.Toolkit.PaletteElement,Krypton.Toolkit.PaletteState)">
<summary>
Gets the first element color.
</summary>
<param name="element">Element for which color is required.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteProfessionalSystem.GetElementColor2(Krypton.Toolkit.PaletteElement,Krypton.Toolkit.PaletteState)">
<summary>
Gets the second element color.
</summary>
<param name="element">Element for which color is required.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteProfessionalSystem.GetElementColor3(Krypton.Toolkit.PaletteElement,Krypton.Toolkit.PaletteState)">
<summary>
Gets the third element color.
</summary>
<param name="element">Element for which color is required.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteProfessionalSystem.GetElementColor4(Krypton.Toolkit.PaletteElement,Krypton.Toolkit.PaletteState)">
<summary>
Gets the fourth element color.
</summary>
<param name="element">Element for which color is required.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteProfessionalSystem.GetElementColor5(Krypton.Toolkit.PaletteElement,Krypton.Toolkit.PaletteState)">
<summary>
Gets the fifth element color.
</summary>
<param name="element">Element for which color is required.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="P:Krypton.Toolkit.PaletteProfessionalSystem.ColorTable">
<summary>
Gets access to the color table instance.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteProfessionalSystem.GenerateColorTable(System.Boolean)">
<summary>
Generate an appropriate color table.
</summary>
<returns>KryptonProfessionalKCT instance.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteProfessionalSystem.OnUserPreferenceChanged(System.Object,Microsoft.Win32.UserPreferenceChangedEventArgs)">
<summary>
Handle a change in the user preferences.
</summary>
<param name="sender">Source of event.</param>
<param name="e">Event data.</param>
</member>
<member name="M:Krypton.Toolkit.PaletteProfessionalSystem.GetRibbonTabRowGradientColor1(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.PaletteProfessionalSystem.GetRibbonTabRowBackgroundGradientRaftingDark(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.PaletteProfessionalSystem.GetRibbonTabRowBackgroundGradientRaftingLight(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.PaletteProfessionalSystem.GetRibbonTabRowBackgroundSolidColor(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.PaletteProfessionalSystem.GetRibbonTabRowGradientRaftingAngle(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.PaletteProfessionalSystem.GetRibbonFileAppTabBottomColor(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.PaletteProfessionalSystem.GetRibbonFileAppTabTopColor(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.PaletteProfessionalSystem.GetRibbonFileAppTabTextColor(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="T:Krypton.Toolkit.PaletteSparkleBase">
<summary>
Provides a fixed blue variation on the sparkle appearance.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteSparkleBase.#ctor(System.Drawing.Color[],System.Drawing.Color[],System.Drawing.Color[],System.Drawing.Color[],System.Drawing.Color[],System.Drawing.Color[],System.Windows.Forms.ImageList,System.Drawing.Image[])">
<summary>
Initialize a new instance of the PaletteSparkle class.
</summary>
<param name="ribbonColors">Colors used mainly for the ribbon.</param>
<param name="sparkleColors">Colors used mainly for the sparkle settings.</param>
<param name="appButtonNormal">Colors for app button in normal state.</param>
<param name="appButtonTrack">Colors for app button in tracking state.</param>
<param name="appButtonPressed">Colors for app button in pressed state.</param>
<param name="ribbonGroupCollapsedBorderContextTracking">Colors for tracking a collapsed group border.</param>
<param name="checkBoxList">Images for check box controls.</param>
<param name="radioButtonArray">Images for radio button controls.</param>
</member>
<member name="M:Krypton.Toolkit.PaletteSparkleBase.GetRenderer">
<summary>
Gets the renderer to use for this palette.
</summary>
<returns>Renderer to use for drawing palette settings.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteSparkleBase.GetBackDraw(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets a value indicating if background should be drawn.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>InheritBool value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteSparkleBase.GetBackGraphicsHint(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the graphics drawing hint for the background.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteGraphicsHint value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteSparkleBase.GetBackColor1(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the first background color.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteSparkleBase.GetBackColor2(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the second back color.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteSparkleBase.GetBackColorStyle(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color background drawing style.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color drawing style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteSparkleBase.GetBackColorAlign(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color alignment.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteSparkleBase.GetBackColorAngle(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color background angle.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Angle used for color drawing.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteSparkleBase.GetBackImage(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets a background image.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image instance.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteSparkleBase.GetBackImageStyle(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the background image style.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image style value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteSparkleBase.GetBackImageAlign(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the image alignment.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteSparkleBase.GetBorderDraw(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets a value indicating if border should be drawn.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>InheritBool value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteSparkleBase.GetBorderDrawBorders(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets a value indicating which borders to draw.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteDrawBorders value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteSparkleBase.GetBorderGraphicsHint(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the graphics drawing hint for the border.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteGraphicsHint value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteSparkleBase.GetBorderColor1(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the first border color.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteSparkleBase.GetBorderColor2(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the second border color.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteSparkleBase.GetBorderColorStyle(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color border drawing style.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color drawing style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteSparkleBase.GetBorderColorAlign(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color border alignment.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteSparkleBase.GetBorderColorAngle(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color border angle.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Angle used for color drawing.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteSparkleBase.GetBorderWidth(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the border width.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Integer width.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteSparkleBase.GetBorderRounding(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the border corner rounding.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Float rounding.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteSparkleBase.GetBorderImage(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets a border image.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image instance.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteSparkleBase.GetBorderImageStyle(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the border image style.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image style value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteSparkleBase.GetBorderImageAlign(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the image border alignment.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteSparkleBase.GetContentDraw(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets a value indicating if content should be drawn.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>InheritBool value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteSparkleBase.GetContentDrawFocus(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets a value indicating if content should be drawn with focus indication.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>InheritBool value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteSparkleBase.GetContentImageH(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the horizontal relative alignment of the image.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteSparkleBase.GetContentImageV(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the vertical relative alignment of the image.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteSparkleBase.GetContentImageEffect(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the effect applied to drawing of the image.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteImageEffect value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteSparkleBase.GetContentImageColorMap(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the image color to remap into another color.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteSparkleBase.GetContentImageColorTo(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color to use in place of the image map color.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteSparkleBase.GetContentImageColorTransparent(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the image color that should be transparent.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteSparkleBase.GetContentShortTextFont(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the font for the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Font value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteSparkleBase.GetContentShortTextNewFont(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the font for the short text by generating a new font instance.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Font value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteSparkleBase.GetContentShortTextHint(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the rendering hint for the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteTextHint value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteSparkleBase.GetContentShortTextPrefix(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the prefix drawing setting for short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteTextPrefix value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteSparkleBase.GetContentShortTextMultiLine(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the flag indicating if multiline text is allowed for short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>InheritBool value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteSparkleBase.GetContentShortTextTrim(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the text trimming to use for short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteTextTrim value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteSparkleBase.GetContentShortTextH(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the horizontal relative alignment of the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteSparkleBase.GetContentShortTextV(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the vertical relative alignment of the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteSparkleBase.GetContentShortTextMultiLineH(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the horizontal relative alignment of multiline short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteSparkleBase.GetContentShortTextColor1(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the first back color for the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteSparkleBase.GetContentShortTextColor2(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the second back color for the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteSparkleBase.GetContentShortTextColorStyle(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color drawing style for the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color drawing style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteSparkleBase.GetContentShortTextColorAlign(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color alignment for the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteSparkleBase.GetContentShortTextColorAngle(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color background angle for the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Angle used for color drawing.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteSparkleBase.GetContentShortTextImage(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets a background image for the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image instance.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteSparkleBase.GetContentShortTextImageStyle(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the background image style.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image style value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteSparkleBase.GetContentShortTextImageAlign(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the image alignment for the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteSparkleBase.GetContentLongTextFont(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the font for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Font value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteSparkleBase.GetContentLongTextNewFont(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the font for the long text by generating a new font instance.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Font value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteSparkleBase.GetContentLongTextHint(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the rendering hint for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteTextHint value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteSparkleBase.GetContentLongTextMultiLine(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the flag indicating if multiline text is allowed for long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>InheritBool value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteSparkleBase.GetContentLongTextTrim(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the text trimming to use for long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteTextTrim value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteSparkleBase.GetContentLongTextPrefix(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the prefix drawing setting for long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteTextPrefix value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteSparkleBase.GetContentLongTextH(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the horizontal relative alignment of the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteSparkleBase.GetContentLongTextV(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the vertical relative alignment of the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteSparkleBase.GetContentLongTextMultiLineH(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the horizontal relative alignment of multiline long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteSparkleBase.GetContentLongTextColor1(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the first back color for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteSparkleBase.GetContentLongTextColor2(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the second back color for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteSparkleBase.GetContentLongTextColorStyle(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color drawing style for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color drawing style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteSparkleBase.GetContentLongTextColorAlign(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color alignment for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteSparkleBase.GetContentLongTextColorAngle(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color background angle for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Angle used for color drawing.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteSparkleBase.GetContentLongTextImage(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets a background image for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image instance.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteSparkleBase.GetContentLongTextImageStyle(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the background image style for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image style value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteSparkleBase.GetContentLongTextImageAlign(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the image alignment for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteSparkleBase.GetBorderContentPadding(Krypton.Toolkit.KryptonForm,Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the padding between the border and content drawing.
</summary>
<param name="owningForm"></param>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Padding value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteSparkleBase.GetContentAdjacentGap(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the padding between adjacent content items.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Integer value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteSparkleBase.GetMetricInt(Krypton.Toolkit.KryptonForm,Krypton.Toolkit.PaletteState,Krypton.Toolkit.PaletteMetricInt)">
<summary>
Gets an integer metric value.
</summary>
<param name="owningForm"></param>
<param name="state">Palette value should be applicable to this state.</param>
<param name="metric">Requested metric.</param>
<returns>Integer value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteSparkleBase.GetMetricBool(Krypton.Toolkit.PaletteState,Krypton.Toolkit.PaletteMetricBool)">
<summary>
Gets a boolean metric value.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<param name="metric">Requested metric.</param>
<returns>InheritBool value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteSparkleBase.GetMetricPadding(Krypton.Toolkit.KryptonForm,Krypton.Toolkit.PaletteState,Krypton.Toolkit.PaletteMetricPadding)">
<summary>
Gets a padding metric value.
</summary>
<param name="owningForm"></param>
<param name="state">Palette value should be applicable to this state.</param>
<param name="metric">Requested metric.</param>
<returns>Padding value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteSparkleBase.GetTreeViewImage(System.Boolean)">
<summary>
Gets a tree view image appropriate for the provided state.
</summary>
<param name="expanded">Is the node expanded</param>
<returns>Appropriate image for drawing; otherwise null.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteSparkleBase.GetCheckBoxImage(System.Boolean,System.Windows.Forms.CheckState,System.Boolean,System.Boolean)">
<summary>
Gets a check box image appropriate for the provided state.
</summary>
<param name="enabled">Is the check box enabled.</param>
<param name="checkState">Is the check box checked/unchecked/indeterminate.</param>
<param name="tracking">Is the check box being hot tracked.</param>
<param name="pressed">Is the check box being pressed.</param>
<returns>Appropriate image for drawing; otherwise null.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteSparkleBase.GetRadioButtonImage(System.Boolean,System.Boolean,System.Boolean,System.Boolean)">
<summary>
Gets a check box image appropriate for the provided state.
</summary>
<param name="enabled">Is the radio button enabled.</param>
<param name="checkState">Is the radio button checked.</param>
<param name="tracking">Is the radio button being hot tracked.</param>
<param name="pressed">Is the radio button being pressed.</param>
<returns>Appropriate image for drawing; otherwise null.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteSparkleBase.GetContextMenuCheckedImage">
<summary>
Gets a checked image appropriate for a context menu item.
</summary>
<returns>Appropriate image for drawing; otherwise null.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteSparkleBase.GetContextMenuIndeterminateImage">
<summary>
Gets a indeterminate image appropriate for a context menu item.
</summary>
<returns>Appropriate image for drawing; otherwise null.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteSparkleBase.GetContextMenuSubMenuImage">
<summary>
Gets an image indicating a sub-menu on a context menu item.
</summary>
<returns>Appropriate image for drawing; otherwise null.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteSparkleBase.GetGalleryButtonImage(Krypton.Toolkit.PaletteRibbonGalleryButton,Krypton.Toolkit.PaletteState)">
<summary>
Gets a check box image appropriate for the provided state.
</summary>
<param name="button">Enum of the button to fetch.</param>
<param name="state">State of the button to fetch.</param>
<returns>Appropriate image for drawing; otherwise null.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteSparkleBase.GetButtonSpecImage(Krypton.Toolkit.PaletteButtonSpecStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the image to display for the button.
</summary>
<param name="style">Style of button spec.</param>
<param name="state">State for which image is required.</param>
<returns>Image value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteSparkleBase.GetRibbonShape">
<summary>
Gets the ribbon shape that should be used.
</summary>
<returns>Ribbon shape value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteSparkleBase.GetRibbonContextTextAlign(Krypton.Toolkit.PaletteState)">
<summary>
Gets the text alignment for the ribbon context text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Font value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteSparkleBase.GetRibbonContextTextFont(Krypton.Toolkit.PaletteState)">
<summary>
Gets the font for the ribbon context text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Font value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteSparkleBase.GetRibbonContextTextColor(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the ribbon context text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Font value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteSparkleBase.GetRibbonDisabledDark(Krypton.Toolkit.PaletteState)">
<summary>
Gets the dark disabled color used for ribbon glyphs.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteSparkleBase.GetRibbonDisabledLight(Krypton.Toolkit.PaletteState)">
<summary>
Gets the light disabled color used for ribbon glyphs.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteSparkleBase.GetRibbonDropArrowLight(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the drop arrow light.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteSparkleBase.GetRibbonDropArrowDark(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the drop arrow dark.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteSparkleBase.GetRibbonGroupDialogDark(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the dialog launcher dark.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteSparkleBase.GetRibbonGroupDialogLight(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the dialog launcher light.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteSparkleBase.GetRibbonGroupSeparatorDark(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the group separator dark.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteSparkleBase.GetRibbonGroupSeparatorLight(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the group separator light.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteSparkleBase.GetRibbonMinimizeBarDark(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the minimize bar dark.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteSparkleBase.GetRibbonMinimizeBarLight(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the minimize bar light.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteSparkleBase.GetRibbonTabSeparatorColor(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the tab separator.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteSparkleBase.GetRibbonTabSeparatorContextColor(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the tab context separators.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteSparkleBase.GetRibbonTextFont(Krypton.Toolkit.PaletteState)">
<summary>
Gets the font for the ribbon text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Font value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteSparkleBase.GetRibbonTextHint(Krypton.Toolkit.PaletteState)">
<summary>
Gets the rendering hint for the ribbon font.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteTextHint value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteSparkleBase.GetRibbonQATButtonDark(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the extra QAT button dark content color.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteSparkleBase.GetRibbonQATButtonLight(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the extra QAT button light content color.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteSparkleBase.GetRibbonBackColorStyle(Krypton.Toolkit.PaletteRibbonBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the method used to draw the background of a ribbon item.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteRibbonBackStyle value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteSparkleBase.GetRibbonBackColor1(Krypton.Toolkit.PaletteRibbonBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the first background color for the ribbon item.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteSparkleBase.GetRibbonBackColor2(Krypton.Toolkit.PaletteRibbonBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the second background color for the ribbon item.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteSparkleBase.GetRibbonBackColor3(Krypton.Toolkit.PaletteRibbonBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the third background color for the ribbon item.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteSparkleBase.GetRibbonBackColor4(Krypton.Toolkit.PaletteRibbonBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the fourth background color for the ribbon item.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteSparkleBase.GetRibbonBackColor5(Krypton.Toolkit.PaletteRibbonBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the fifth background color for the ribbon item.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteSparkleBase.GetRibbonTextColor(Krypton.Toolkit.PaletteRibbonTextStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the =color for the item text.
</summary>
<param name="style">Text style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteSparkleBase.GetElementColor1(Krypton.Toolkit.PaletteElement,Krypton.Toolkit.PaletteState)">
<summary>
Gets the first element color.
</summary>
<param name="element">Element for which color is required.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteSparkleBase.GetElementColor2(Krypton.Toolkit.PaletteElement,Krypton.Toolkit.PaletteState)">
<summary>
Gets the second element color.
</summary>
<param name="element">Element for which color is required.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteSparkleBase.GetElementColor3(Krypton.Toolkit.PaletteElement,Krypton.Toolkit.PaletteState)">
<summary>
Gets the third element color.
</summary>
<param name="element">Element for which color is required.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteSparkleBase.GetElementColor4(Krypton.Toolkit.PaletteElement,Krypton.Toolkit.PaletteState)">
<summary>
Gets the fourth element color.
</summary>
<param name="element">Element for which color is required.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteSparkleBase.GetElementColor5(Krypton.Toolkit.PaletteElement,Krypton.Toolkit.PaletteState)">
<summary>
Gets the fifth element color.
</summary>
<param name="element">Element for which color is required.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="P:Krypton.Toolkit.PaletteSparkleBase.ColorTable">
<summary>
Gets access to the color table instance.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteSparkleBase.OnUserPreferenceChanged(System.Object,Microsoft.Win32.UserPreferenceChangedEventArgs)">
<summary>
Handle a change in the user preferences.
</summary>
<param name="sender">Source of event.</param>
<param name="e">Event data.</param>
</member>
<member name="M:Krypton.Toolkit.PaletteSparkleBase.GetRibbonTabRowGradientColor1(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.PaletteSparkleBase.GetRibbonTabRowBackgroundGradientRaftingDark(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.PaletteSparkleBase.GetRibbonTabRowBackgroundGradientRaftingLight(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.PaletteSparkleBase.GetRibbonTabRowBackgroundSolidColor(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.PaletteSparkleBase.GetRibbonTabRowGradientRaftingAngle(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.PaletteSparkleBase.GetRibbonFileAppTabBottomColor(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.PaletteSparkleBase.GetRibbonFileAppTabTopColor(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.PaletteSparkleBase.GetRibbonFileAppTabTextColor(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="T:Krypton.Toolkit.PaletteSparkleBlueDarkMode">
<summary>
Provides a fixed blue variation on the sparkle appearance.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteSparkleBlueDarkMode.#ctor">
<summary>
Initialize a new instance of the PaletteSparkleBlueDarkMode class.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteSparkleBlueDarkMode.GetRibbonTabRowGradientColor1(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.PaletteSparkleBlueDarkMode.GetRibbonTabRowBackgroundGradientRaftingDark(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.PaletteSparkleBlueDarkMode.GetRibbonTabRowBackgroundGradientRaftingLight(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.PaletteSparkleBlueDarkMode.GetRibbonTabRowBackgroundSolidColor(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.PaletteSparkleBlueDarkMode.GetRibbonTabRowGradientRaftingAngle(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.PaletteSparkleBlueDarkMode.GetRibbonFileAppTabBottomColor(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.PaletteSparkleBlueDarkMode.GetRibbonFileAppTabTopColor(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.PaletteSparkleBlueDarkMode.GetRibbonFileAppTabTextColor(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="T:Krypton.Toolkit.PaletteSparkleBlueDarkModeBase">
<summary>
Provides a fixed blue variation on the sparkle appearance.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteSparkleBlueDarkModeBase.#ctor(System.Drawing.Color[],System.Drawing.Color[],System.Drawing.Color[],System.Drawing.Color[],System.Drawing.Color[],System.Drawing.Color[],System.Windows.Forms.ImageList,System.Drawing.Image[])">
<summary>
Initialize a new instance of the PaletteSparkleBlueDarkModeBase class.
</summary>
<param name="ribbonColors">Colors used mainly for the ribbon.</param>
<param name="sparkleColors">Colors used mainly for the sparkle settings.</param>
<param name="appButtonNormal">Colors for app button in normal state.</param>
<param name="appButtonTrack">Colors for app button in tracking state.</param>
<param name="appButtonPressed">Colors for app button in pressed state.</param>
<param name="ribbonGroupCollapsedBorderContextTracking">Colors for tracking a collapsed group border.</param>
<param name="checkBoxList">Images for check box controls.</param>
<param name="radioButtonArray">Images for radio button controls.</param>
</member>
<member name="M:Krypton.Toolkit.PaletteSparkleBlueDarkModeBase.GetRenderer">
<summary>
Gets the renderer to use for this palette.
</summary>
<returns>Renderer to use for drawing palette settings.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteSparkleBlueDarkModeBase.GetBackDraw(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets a value indicating if background should be drawn.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>InheritBool value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteSparkleBlueDarkModeBase.GetBackGraphicsHint(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the graphics drawing hint for the background.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteGraphicsHint value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteSparkleBlueDarkModeBase.GetBackColor1(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the first background color.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteSparkleBlueDarkModeBase.GetBackColor2(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the second back color.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteSparkleBlueDarkModeBase.GetBackColorStyle(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color background drawing style.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color drawing style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteSparkleBlueDarkModeBase.GetBackColorAlign(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color alignment.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteSparkleBlueDarkModeBase.GetBackColorAngle(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color background angle.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Angle used for color drawing.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteSparkleBlueDarkModeBase.GetBackImage(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets a background image.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image instance.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteSparkleBlueDarkModeBase.GetBackImageStyle(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the background image style.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image style value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteSparkleBlueDarkModeBase.GetBackImageAlign(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the image alignment.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteSparkleBlueDarkModeBase.GetBorderDraw(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets a value indicating if border should be drawn.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>InheritBool value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteSparkleBlueDarkModeBase.GetBorderDrawBorders(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets a value indicating which borders to draw.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteDrawBorders value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteSparkleBlueDarkModeBase.GetBorderGraphicsHint(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the graphics drawing hint for the border.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteGraphicsHint value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteSparkleBlueDarkModeBase.GetBorderColor1(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the first border color.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteSparkleBlueDarkModeBase.GetBorderColor2(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the second border color.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteSparkleBlueDarkModeBase.GetBorderColorStyle(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color border drawing style.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color drawing style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteSparkleBlueDarkModeBase.GetBorderColorAlign(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color border alignment.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteSparkleBlueDarkModeBase.GetBorderColorAngle(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color border angle.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Angle used for color drawing.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteSparkleBlueDarkModeBase.GetBorderWidth(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the border width.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Integer width.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteSparkleBlueDarkModeBase.GetBorderRounding(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the border corner rounding.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Float rounding.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteSparkleBlueDarkModeBase.GetBorderImage(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets a border image.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image instance.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteSparkleBlueDarkModeBase.GetBorderImageStyle(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the border image style.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image style value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteSparkleBlueDarkModeBase.GetBorderImageAlign(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the image border alignment.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteSparkleBlueDarkModeBase.GetContentDraw(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets a value indicating if content should be drawn.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>InheritBool value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteSparkleBlueDarkModeBase.GetContentDrawFocus(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets a value indicating if content should be drawn with focus indication.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>InheritBool value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteSparkleBlueDarkModeBase.GetContentImageH(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the horizontal relative alignment of the image.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteSparkleBlueDarkModeBase.GetContentImageV(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the vertical relative alignment of the image.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteSparkleBlueDarkModeBase.GetContentImageEffect(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the effect applied to drawing of the image.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteImageEffect value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteSparkleBlueDarkModeBase.GetContentImageColorMap(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the image color to remap into another color.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteSparkleBlueDarkModeBase.GetContentImageColorTo(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color to use in place of the image map color.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteSparkleBlueDarkModeBase.GetContentImageColorTransparent(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the image color that should be transparent.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteSparkleBlueDarkModeBase.GetContentShortTextFont(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the font for the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Font value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteSparkleBlueDarkModeBase.GetContentShortTextNewFont(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the font for the short text by generating a new font instance.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Font value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteSparkleBlueDarkModeBase.GetContentShortTextHint(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the rendering hint for the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteTextHint value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteSparkleBlueDarkModeBase.GetContentShortTextPrefix(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the prefix drawing setting for short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteTextPrefix value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteSparkleBlueDarkModeBase.GetContentShortTextMultiLine(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the flag indicating if multiline text is allowed for short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>InheritBool value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteSparkleBlueDarkModeBase.GetContentShortTextTrim(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the text trimming to use for short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteTextTrim value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteSparkleBlueDarkModeBase.GetContentShortTextH(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the horizontal relative alignment of the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteSparkleBlueDarkModeBase.GetContentShortTextV(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the vertical relative alignment of the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteSparkleBlueDarkModeBase.GetContentShortTextMultiLineH(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the horizontal relative alignment of multiline short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteSparkleBlueDarkModeBase.GetContentShortTextColor1(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the first back color for the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteSparkleBlueDarkModeBase.GetContentShortTextColor2(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the second back color for the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteSparkleBlueDarkModeBase.GetContentShortTextColorStyle(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color drawing style for the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color drawing style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteSparkleBlueDarkModeBase.GetContentShortTextColorAlign(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color alignment for the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteSparkleBlueDarkModeBase.GetContentShortTextColorAngle(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color background angle for the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Angle used for color drawing.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteSparkleBlueDarkModeBase.GetContentShortTextImage(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets a background image for the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image instance.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteSparkleBlueDarkModeBase.GetContentShortTextImageStyle(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the background image style.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image style value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteSparkleBlueDarkModeBase.GetContentShortTextImageAlign(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the image alignment for the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteSparkleBlueDarkModeBase.GetContentLongTextFont(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the font for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Font value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteSparkleBlueDarkModeBase.GetContentLongTextNewFont(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the font for the long text by generating a new font instance.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Font value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteSparkleBlueDarkModeBase.GetContentLongTextHint(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the rendering hint for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteTextHint value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteSparkleBlueDarkModeBase.GetContentLongTextMultiLine(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the flag indicating if multiline text is allowed for long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>InheritBool value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteSparkleBlueDarkModeBase.GetContentLongTextTrim(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the text trimming to use for long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteTextTrim value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteSparkleBlueDarkModeBase.GetContentLongTextPrefix(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the prefix drawing setting for long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteTextPrefix value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteSparkleBlueDarkModeBase.GetContentLongTextH(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the horizontal relative alignment of the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteSparkleBlueDarkModeBase.GetContentLongTextV(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the vertical relative alignment of the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteSparkleBlueDarkModeBase.GetContentLongTextMultiLineH(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the horizontal relative alignment of multiline long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteSparkleBlueDarkModeBase.GetContentLongTextColor1(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the first back color for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteSparkleBlueDarkModeBase.GetContentLongTextColor2(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the second back color for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteSparkleBlueDarkModeBase.GetContentLongTextColorStyle(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color drawing style for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color drawing style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteSparkleBlueDarkModeBase.GetContentLongTextColorAlign(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color alignment for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteSparkleBlueDarkModeBase.GetContentLongTextColorAngle(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color background angle for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Angle used for color drawing.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteSparkleBlueDarkModeBase.GetContentLongTextImage(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets a background image for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image instance.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteSparkleBlueDarkModeBase.GetContentLongTextImageStyle(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the background image style for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image style value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteSparkleBlueDarkModeBase.GetContentLongTextImageAlign(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the image alignment for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteSparkleBlueDarkModeBase.GetBorderContentPadding(Krypton.Toolkit.KryptonForm,Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the padding between the border and content drawing.
</summary>
<param name="owningForm"></param>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Padding value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteSparkleBlueDarkModeBase.GetContentAdjacentGap(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the padding between adjacent content items.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Integer value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteSparkleBlueDarkModeBase.GetMetricInt(Krypton.Toolkit.KryptonForm,Krypton.Toolkit.PaletteState,Krypton.Toolkit.PaletteMetricInt)">
<summary>
Gets an integer metric value.
</summary>
<param name="owningForm"></param>
<param name="state">Palette value should be applicable to this state.</param>
<param name="metric">Requested metric.</param>
<returns>Integer value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteSparkleBlueDarkModeBase.GetMetricBool(Krypton.Toolkit.PaletteState,Krypton.Toolkit.PaletteMetricBool)">
<summary>
Gets a boolean metric value.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<param name="metric">Requested metric.</param>
<returns>InheritBool value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteSparkleBlueDarkModeBase.GetMetricPadding(Krypton.Toolkit.KryptonForm,Krypton.Toolkit.PaletteState,Krypton.Toolkit.PaletteMetricPadding)">
<summary>
Gets a padding metric value.
</summary>
<param name="owningForm"></param>
<param name="state">Palette value should be applicable to this state.</param>
<param name="metric">Requested metric.</param>
<returns>Padding value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteSparkleBlueDarkModeBase.GetTreeViewImage(System.Boolean)">
<summary>
Gets a tree view image appropriate for the provided state.
</summary>
<param name="expanded">Is the node expanded</param>
<returns>Appropriate image for drawing; otherwise null.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteSparkleBlueDarkModeBase.GetCheckBoxImage(System.Boolean,System.Windows.Forms.CheckState,System.Boolean,System.Boolean)">
<summary>
Gets a check box image appropriate for the provided state.
</summary>
<param name="enabled">Is the check box enabled.</param>
<param name="checkState">Is the check box checked/unchecked/indeterminate.</param>
<param name="tracking">Is the check box being hot tracked.</param>
<param name="pressed">Is the check box being pressed.</param>
<returns>Appropriate image for drawing; otherwise null.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteSparkleBlueDarkModeBase.GetRadioButtonImage(System.Boolean,System.Boolean,System.Boolean,System.Boolean)">
<summary>
Gets a check box image appropriate for the provided state.
</summary>
<param name="enabled">Is the radio button enabled.</param>
<param name="checkState">Is the radio button checked.</param>
<param name="tracking">Is the radio button being hot tracked.</param>
<param name="pressed">Is the radio button being pressed.</param>
<returns>Appropriate image for drawing; otherwise null.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteSparkleBlueDarkModeBase.GetContextMenuCheckedImage">
<summary>
Gets a checked image appropriate for a context menu item.
</summary>
<returns>Appropriate image for drawing; otherwise null.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteSparkleBlueDarkModeBase.GetContextMenuIndeterminateImage">
<summary>
Gets a indeterminate image appropriate for a context menu item.
</summary>
<returns>Appropriate image for drawing; otherwise null.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteSparkleBlueDarkModeBase.GetContextMenuSubMenuImage">
<summary>
Gets an image indicating a sub-menu on a context menu item.
</summary>
<returns>Appropriate image for drawing; otherwise null.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteSparkleBlueDarkModeBase.GetGalleryButtonImage(Krypton.Toolkit.PaletteRibbonGalleryButton,Krypton.Toolkit.PaletteState)">
<summary>
Gets a check box image appropriate for the provided state.
</summary>
<param name="button">Enum of the button to fetch.</param>
<param name="state">State of the button to fetch.</param>
<returns>Appropriate image for drawing; otherwise null.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteSparkleBlueDarkModeBase.GetButtonSpecImage(Krypton.Toolkit.PaletteButtonSpecStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the image to display for the button.
</summary>
<param name="style">Style of button spec.</param>
<param name="state">State for which image is required.</param>
<returns>Image value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteSparkleBlueDarkModeBase.GetRibbonShape">
<summary>
Gets the ribbon shape that should be used.
</summary>
<returns>Ribbon shape value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteSparkleBlueDarkModeBase.GetRibbonContextTextAlign(Krypton.Toolkit.PaletteState)">
<summary>
Gets the text alignment for the ribbon context text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Font value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteSparkleBlueDarkModeBase.GetRibbonContextTextFont(Krypton.Toolkit.PaletteState)">
<summary>
Gets the font for the ribbon context text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Font value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteSparkleBlueDarkModeBase.GetRibbonContextTextColor(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the ribbon context text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Font value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteSparkleBlueDarkModeBase.GetRibbonDisabledDark(Krypton.Toolkit.PaletteState)">
<summary>
Gets the dark disabled color used for ribbon glyphs.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteSparkleBlueDarkModeBase.GetRibbonDisabledLight(Krypton.Toolkit.PaletteState)">
<summary>
Gets the light disabled color used for ribbon glyphs.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteSparkleBlueDarkModeBase.GetRibbonDropArrowLight(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the drop arrow light.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteSparkleBlueDarkModeBase.GetRibbonDropArrowDark(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the drop arrow dark.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteSparkleBlueDarkModeBase.GetRibbonGroupDialogDark(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the dialog launcher dark.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteSparkleBlueDarkModeBase.GetRibbonGroupDialogLight(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the dialog launcher light.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteSparkleBlueDarkModeBase.GetRibbonGroupSeparatorDark(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the group separator dark.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteSparkleBlueDarkModeBase.GetRibbonGroupSeparatorLight(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the group separator light.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteSparkleBlueDarkModeBase.GetRibbonMinimizeBarDark(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the minimize bar dark.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteSparkleBlueDarkModeBase.GetRibbonMinimizeBarLight(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the minimize bar light.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteSparkleBlueDarkModeBase.GetRibbonTabSeparatorColor(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the tab separator.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteSparkleBlueDarkModeBase.GetRibbonTabSeparatorContextColor(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the tab context separators.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteSparkleBlueDarkModeBase.GetRibbonTextFont(Krypton.Toolkit.PaletteState)">
<summary>
Gets the font for the ribbon text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Font value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteSparkleBlueDarkModeBase.GetRibbonTextHint(Krypton.Toolkit.PaletteState)">
<summary>
Gets the rendering hint for the ribbon font.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteTextHint value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteSparkleBlueDarkModeBase.GetRibbonQATButtonDark(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the extra QAT button dark content color.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteSparkleBlueDarkModeBase.GetRibbonQATButtonLight(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the extra QAT button light content color.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteSparkleBlueDarkModeBase.GetRibbonBackColorStyle(Krypton.Toolkit.PaletteRibbonBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the method used to draw the background of a ribbon item.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteRibbonBackStyle value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteSparkleBlueDarkModeBase.GetRibbonBackColor1(Krypton.Toolkit.PaletteRibbonBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the first background color for the ribbon item.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteSparkleBlueDarkModeBase.GetRibbonBackColor2(Krypton.Toolkit.PaletteRibbonBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the second background color for the ribbon item.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteSparkleBlueDarkModeBase.GetRibbonBackColor3(Krypton.Toolkit.PaletteRibbonBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the third background color for the ribbon item.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteSparkleBlueDarkModeBase.GetRibbonBackColor4(Krypton.Toolkit.PaletteRibbonBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the fourth background color for the ribbon item.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteSparkleBlueDarkModeBase.GetRibbonBackColor5(Krypton.Toolkit.PaletteRibbonBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the fifth background color for the ribbon item.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteSparkleBlueDarkModeBase.GetRibbonTextColor(Krypton.Toolkit.PaletteRibbonTextStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the =color for the item text.
</summary>
<param name="style">Text style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteSparkleBlueDarkModeBase.GetElementColor1(Krypton.Toolkit.PaletteElement,Krypton.Toolkit.PaletteState)">
<summary>
Gets the first element color.
</summary>
<param name="element">Element for which color is required.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteSparkleBlueDarkModeBase.GetElementColor2(Krypton.Toolkit.PaletteElement,Krypton.Toolkit.PaletteState)">
<summary>
Gets the second element color.
</summary>
<param name="element">Element for which color is required.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteSparkleBlueDarkModeBase.GetElementColor3(Krypton.Toolkit.PaletteElement,Krypton.Toolkit.PaletteState)">
<summary>
Gets the third element color.
</summary>
<param name="element">Element for which color is required.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteSparkleBlueDarkModeBase.GetElementColor4(Krypton.Toolkit.PaletteElement,Krypton.Toolkit.PaletteState)">
<summary>
Gets the fourth element color.
</summary>
<param name="element">Element for which color is required.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteSparkleBlueDarkModeBase.GetElementColor5(Krypton.Toolkit.PaletteElement,Krypton.Toolkit.PaletteState)">
<summary>
Gets the fifth element color.
</summary>
<param name="element">Element for which color is required.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="P:Krypton.Toolkit.PaletteSparkleBlueDarkModeBase.ColorTable">
<summary>
Gets access to the color table instance.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteSparkleBlueDarkModeBase.OnUserPreferenceChanged(System.Object,Microsoft.Win32.UserPreferenceChangedEventArgs)">
<summary>
Handle a change in the user preferences.
</summary>
<param name="sender">Source of event.</param>
<param name="e">Event data.</param>
</member>
<member name="T:Krypton.Toolkit.PaletteSparkleBlueLightMode">
<summary>
Provides a fixed blue variation on the sparkle appearance.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteSparkleBlueLightMode.#ctor">
<summary>
Initialize a new instance of the PaletteSparkleBlueLightMode class.
</summary>
</member>
<member name="T:Krypton.Toolkit.PaletteSparkleOrangeDarkMode">
<summary>
Provides a fixed orange variation on the sparkle appearance.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteSparkleOrangeDarkMode.#ctor">
<summary>
Initialize a new instance of the PaletteSparkleOrangeDarkMode class.
</summary>
</member>
<member name="T:Krypton.Toolkit.PaletteSparkleOrangeLightMode">
<summary>
Provides a fixed orange variation on the sparkle appearance.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteSparkleOrangeLightMode.#ctor">
<summary>
Initialize a new instance of the PaletteSparkleOrangeLightMode class.
</summary>
</member>
<member name="T:Krypton.Toolkit.PaletteSparklePurpleDarkMode">
<summary>
Provides a fixed purple variation on the sparkle appearance.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteSparklePurpleDarkMode.#ctor">
<summary>
Initialize a new instance of the PaletteSparklePurpleDarkMode class.
</summary>
</member>
<member name="T:Krypton.Toolkit.PaletteSparklePurpleLightMode">
<summary>
Provides a fixed purple variation on the sparkle appearance.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteSparklePurpleLightMode.#ctor">
<summary>
Initialize a new instance of the PaletteSparklePurpleLightMode class.
</summary>
</member>
<member name="T:Krypton.Toolkit.PaletteSparkleBlue">
<summary>
Provides a fixed blue variation on the sparkle appearance.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteSparkleBlue.#ctor">
<summary>
Initialize a new instance of the PaletteSparkleBlue class.
</summary>
</member>
<member name="T:Krypton.Toolkit.PaletteSparkleOrange">
<summary>
Provides a fixed orange variation on the sparkle appearance.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteSparkleOrange.#ctor">
<summary>
Initialize a new instance of the PaletteSparkleOrange class.
</summary>
</member>
<member name="T:Krypton.Toolkit.PaletteSparklePurple">
<summary>
Provides a fixed purple variation on the sparkle appearance.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteSparklePurple.#ctor">
<summary>
Initialize a new instance of the PaletteSparkleRed class.
</summary>
</member>
<member name="T:Krypton.Toolkit.PaletteVisualStudioBase">
<summary>Provides a base for Visual Studio palettes.</summary>
<seealso cref="T:Krypton.Toolkit.PaletteBase" />
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudioBase.#ctor(System.Drawing.Color[],System.Windows.Forms.ImageList,System.Windows.Forms.ImageList,System.Drawing.Image[],System.Drawing.Color[])">
<summary>Initializes a new instance of the <see cref="T:Krypton.Toolkit.PaletteVisualStudioBase" /> class.</summary>
<param name="schemeColours">The scheme colours.</param>
<param name="checkBoxList">The check box list.</param>
<param name="galleryButtonList">The gallery button list.</param>
<param name="radioButtonArray">The radio button array.</param>
<param name="trackBarColours">The track bar colours.</param>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudioBase.GetRenderer">
<summary>Gets the renderer to use for this palette.</summary>
<returns> Renderer to use for drawing palette settings.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudioBase.GetBorderDraw(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets a value indicating if border should be drawn.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>InheritBool value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudioBase.GetBorderDrawBorders(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets a value indicating which borders to draw.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteDrawBorders value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudioBase.GetBorderGraphicsHint(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the graphics drawing hint for the border.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteGraphicsHint value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudioBase.GetBorderColor1(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the first border color.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudioBase.GetBorderColor2(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the second border color.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudioBase.GetBorderColorStyle(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color border drawing style.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color drawing style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudioBase.GetBorderColorAlign(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color border alignment.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudioBase.GetBorderColorAngle(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color border angle.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Angle used for color drawing.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudioBase.GetBorderWidth(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the border width.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Integer width.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudioBase.GetBorderRounding(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the border corner rounding.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Float rounding.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudioBase.GetBorderImage(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets a border image.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image instance.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudioBase.GetBorderImageStyle(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the border image style.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image style value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudioBase.GetBorderImageAlign(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the image border alignment.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudioBase.GetContentDraw(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets a value indicating if content should be drawn.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>InheritBool value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudioBase.GetContentDrawFocus(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets a value indicating if content should be drawn with focus indication.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>InheritBool value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudioBase.GetContentImageH(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the horizontal relative alignment of the image.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudioBase.GetContentImageV(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the vertical relative alignment of the image.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudioBase.GetContentImageEffect(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the effect applied to drawing of the image.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteImageEffect value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudioBase.GetContentImageColorMap(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the image color to remap into another color.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudioBase.GetContentImageColorTo(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color to use in place of the image map color.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudioBase.GetContentImageColorTransparent(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the image color that should be transparent.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudioBase.GetContentShortTextFont(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the font for the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Font value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudioBase.GetContentShortTextNewFont(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the font for the short text by generating a new font instance.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Font value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudioBase.GetContentShortTextHint(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the rendering hint for the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteTextHint value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudioBase.GetContentShortTextPrefix(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the prefix drawing setting for short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteTextPrefix value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudioBase.GetContentShortTextMultiLine(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the flag indicating if multiline text is allowed for short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>InheritBool value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudioBase.GetContentShortTextTrim(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the text trimming to use for short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteTextTrim value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudioBase.GetContentShortTextH(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the horizontal relative alignment of the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudioBase.GetContentShortTextV(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the vertical relative alignment of the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudioBase.GetContentShortTextMultiLineH(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the horizontal relative alignment of multiline short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudioBase.GetContentShortTextColor1(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the first back color for the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudioBase.GetContentShortTextColor2(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the second back color for the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudioBase.GetContentShortTextColorStyle(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color drawing style for the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color drawing style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudioBase.GetContentShortTextColorAlign(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color alignment for the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudioBase.GetContentShortTextColorAngle(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color background angle for the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Angle used for color drawing.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudioBase.GetContentShortTextImage(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets a background image for the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image instance.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudioBase.GetContentShortTextImageStyle(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the background image style.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image style value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudioBase.GetContentShortTextImageAlign(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the image alignment for the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudioBase.GetContentLongTextFont(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the font for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Font value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudioBase.GetContentLongTextNewFont(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the font for the long text by generating a new font instance.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Font value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudioBase.GetContentLongTextHint(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the rendering hint for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteTextHint value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudioBase.GetContentLongTextMultiLine(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the flag indicating if multiline text is allowed for long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>InheritBool value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudioBase.GetContentLongTextTrim(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the text trimming to use for long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteTextTrim value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudioBase.GetContentLongTextPrefix(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the prefix drawing setting for long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteTextPrefix value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudioBase.GetContentLongTextH(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the horizontal relative alignment of the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudioBase.GetContentLongTextV(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the vertical relative alignment of the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudioBase.GetContentLongTextMultiLineH(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the horizontal relative alignment of multiline long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudioBase.GetContentLongTextColor1(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the first back color for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudioBase.GetContentLongTextColor2(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the second back color for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudioBase.GetContentLongTextColorStyle(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color drawing style for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color drawing style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudioBase.GetContentLongTextColorAlign(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color alignment for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudioBase.GetContentLongTextColorAngle(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color background angle for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Angle used for color drawing.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudioBase.GetContentLongTextImage(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets a background image for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image instance.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudioBase.GetContentLongTextImageStyle(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the background image style for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image style value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudioBase.GetContentLongTextImageAlign(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the image alignment for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudioBase.GetBorderContentPadding(Krypton.Toolkit.KryptonForm,Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the padding between the border and content drawing.
</summary>
<param name="owningForm"></param>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Padding value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudioBase.GetContentAdjacentGap(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the padding between adjacent content items.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Integer value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudioBase.GetMetricInt(Krypton.Toolkit.KryptonForm,Krypton.Toolkit.PaletteState,Krypton.Toolkit.PaletteMetricInt)">
<summary>
Gets an integer metric value.
</summary>
<param name="owningForm"></param>
<param name="state">Palette value should be applicable to this state.</param>
<param name="metric">Requested metric.</param>
<returns>Integer value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudioBase.GetMetricBool(Krypton.Toolkit.PaletteState,Krypton.Toolkit.PaletteMetricBool)">
<summary>
Gets a boolean metric value.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<param name="metric">Requested metric.</param>
<returns>InheritBool value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudioBase.GetMetricPadding(Krypton.Toolkit.KryptonForm,Krypton.Toolkit.PaletteState,Krypton.Toolkit.PaletteMetricPadding)">
<summary>
Gets a padding metric value.
</summary>
<param name="owningForm"></param>
<param name="state">Palette value should be applicable to this state.</param>
<param name="metric">Requested metric.</param>
<returns>Padding value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudioBase.GetTreeViewImage(System.Boolean)">
<summary>
Gets a tree view image appropriate for the provided state.
</summary>
<param name="expanded">Is the node expanded</param>
<returns>Appropriate image for drawing; otherwise null.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudioBase.GetCheckBoxImage(System.Boolean,System.Windows.Forms.CheckState,System.Boolean,System.Boolean)">
<summary>
Gets a check box image appropriate for the provided state.
</summary>
<param name="enabled">Is the check box enabled.</param>
<param name="checkState">Is the check box checked/unchecked/indeterminate.</param>
<param name="tracking">Is the check box being hot tracked.</param>
<param name="pressed">Is the check box being pressed.</param>
<returns>Appropriate image for drawing; otherwise null.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudioBase.GetRadioButtonImage(System.Boolean,System.Boolean,System.Boolean,System.Boolean)">
<summary>
Gets a check box image appropriate for the provided state.
</summary>
<param name="enabled">Is the radio button enabled.</param>
<param name="checkState">Is the radio button checked.</param>
<param name="tracking">Is the radio button being hot tracked.</param>
<param name="pressed">Is the radio button being pressed.</param>
<returns>Appropriate image for drawing; otherwise null.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudioBase.GetContextMenuCheckedImage">
<summary>
Gets a checked image appropriate for a context menu item.
</summary>
<returns>Appropriate image for drawing; otherwise null.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudioBase.GetContextMenuIndeterminateImage">
<summary>
Gets a indeterminate image appropriate for a context menu item.
</summary>
<returns>Appropriate image for drawing; otherwise null.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudioBase.GetGalleryButtonImage(Krypton.Toolkit.PaletteRibbonGalleryButton,Krypton.Toolkit.PaletteState)">
<summary>
Gets a check box image appropriate for the provided state.
</summary>
<param name="button">Enum of the button to fetch.</param>
<param name="state">State of the button to fetch.</param>
<returns>Appropriate image for drawing; otherwise null.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudioBase.GetButtonSpecImage(Krypton.Toolkit.PaletteButtonSpecStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the image to display for the button.
</summary>
<param name="style">Style of button spec.</param>
<param name="state">State for which image is required.</param>
<returns>Image value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudioBase.GetRibbonShape">
<summary>
Gets the ribbon shape that should be used.
</summary>
<returns>Ribbon shape value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudioBase.GetRibbonContextTextAlign(Krypton.Toolkit.PaletteState)">
<summary>
Gets the text alignment for the ribbon context text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Font value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudioBase.GetRibbonContextTextFont(Krypton.Toolkit.PaletteState)">
<summary>
Gets the font for the ribbon context text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Font value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudioBase.GetRibbonContextTextColor(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the ribbon context text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Font value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudioBase.GetRibbonDisabledDark(Krypton.Toolkit.PaletteState)">
<summary>
Gets the dark disabled color used for ribbon glyphs.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudioBase.GetRibbonDisabledLight(Krypton.Toolkit.PaletteState)">
<summary>
Gets the light disabled color used for ribbon glyphs.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudioBase.GetRibbonDropArrowLight(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the drop arrow light.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudioBase.GetRibbonDropArrowDark(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the drop arrow dark.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudioBase.GetRibbonGroupDialogDark(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the dialog launcher dark.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudioBase.GetRibbonGroupDialogLight(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the dialog launcher light.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudioBase.GetRibbonGroupSeparatorDark(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the group separator dark.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudioBase.GetRibbonGroupSeparatorLight(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the group separator light.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudioBase.GetRibbonMinimizeBarDark(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the minimize bar dark.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudioBase.GetRibbonMinimizeBarLight(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the minimize bar light.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudioBase.GetRibbonTabSeparatorColor(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the tab separator.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudioBase.GetRibbonTabSeparatorContextColor(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the tab context separators.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudioBase.GetRibbonTextFont(Krypton.Toolkit.PaletteState)">
<summary>
Gets the font for the ribbon text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Font value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudioBase.GetRibbonTextHint(Krypton.Toolkit.PaletteState)">
<summary>
Gets the rendering hint for the ribbon font.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteTextHint value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudioBase.GetRibbonQATButtonDark(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the extra QAT button dark content color.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudioBase.GetRibbonQATButtonLight(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the extra QAT button light content color.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudioBase.GetRibbonBackColorStyle(Krypton.Toolkit.PaletteRibbonBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the method used to draw the background of a ribbon item.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteRibbonBackStyle value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudioBase.GetRibbonBackColor1(Krypton.Toolkit.PaletteRibbonBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the first background color for the ribbon item.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudioBase.GetRibbonBackColor2(Krypton.Toolkit.PaletteRibbonBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the second background color for the ribbon item.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudioBase.GetRibbonBackColor3(Krypton.Toolkit.PaletteRibbonBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the third background color for the ribbon item.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudioBase.GetRibbonBackColor4(Krypton.Toolkit.PaletteRibbonBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the fourth background color for the ribbon item.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudioBase.GetRibbonBackColor5(Krypton.Toolkit.PaletteRibbonBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the fifth background color for the ribbon item.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudioBase.GetRibbonTextColor(Krypton.Toolkit.PaletteRibbonTextStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the =color for the item text.
</summary>
<param name="style">Text style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudioBase.GetElementColor1(Krypton.Toolkit.PaletteElement,Krypton.Toolkit.PaletteState)">
<summary>
Gets the first element color.
</summary>
<param name="element">Element for which color is required.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudioBase.GetElementColor2(Krypton.Toolkit.PaletteElement,Krypton.Toolkit.PaletteState)">
<summary>
Gets the second element color.
</summary>
<param name="element">Element for which color is required.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudioBase.GetElementColor3(Krypton.Toolkit.PaletteElement,Krypton.Toolkit.PaletteState)">
<summary>
Gets the third element color.
</summary>
<param name="element">Element for which color is required.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudioBase.GetElementColor4(Krypton.Toolkit.PaletteElement,Krypton.Toolkit.PaletteState)">
<summary>
Gets the fourth element color.
</summary>
<param name="element">Element for which color is required.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudioBase.GetElementColor5(Krypton.Toolkit.PaletteElement,Krypton.Toolkit.PaletteState)">
<summary>
Gets the fifth element color.
</summary>
<param name="element">Element for which color is required.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="P:Krypton.Toolkit.PaletteVisualStudioBase.ColorTable">
<summary>
Gets access to the color table instance.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudioBase.OnUserPreferenceChanged(System.Object,Microsoft.Win32.UserPreferenceChangedEventArgs)">
<summary>
Handle a change in the user preferences.
</summary>
<param name="sender">Source of event.</param>
<param name="e">Event data.</param>
</member>
<member name="T:Krypton.Toolkit.PaletteVisualStudio2010With2007Base">
<summary>Provides a base for Visual Studio palettes.</summary>
<seealso cref="T:Krypton.Toolkit.PaletteBase" />
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With2007Base.#ctor(System.Drawing.Color[],System.Windows.Forms.ImageList,System.Windows.Forms.ImageList,System.Drawing.Image[],System.Drawing.Color[])">
<summary>Initializes a new instance of the <see cref="T:Krypton.Toolkit.PaletteVisualStudio2010With2007Base" /> class.</summary>
<param name="schemeColours">The scheme colours.</param>
<param name="checkBoxList">The check box list.</param>
<param name="galleryButtonList">The gallery button list.</param>
<param name="radioButtonArray">The radio button array.</param>
<param name="trackBarColours">The track bar colours.</param>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With2007Base.GetRenderer">
<summary>Gets the renderer to use for this palette.</summary>
<returns> Renderer to use for drawing palette settings.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With2007Base.GetBackDraw(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets a value indicating if background should be drawn.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>InheritBool value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With2007Base.GetBackGraphicsHint(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the graphics drawing hint for the background.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteGraphicsHint value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With2007Base.GetBackColor1(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the first background color.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With2007Base.GetBackColor2(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the second back color.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With2007Base.GetBackColorStyle(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color background drawing style.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color drawing style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With2007Base.GetBackColorAlign(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color alignment.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With2007Base.GetBackColorAngle(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color background angle.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Angle used for color drawing.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With2007Base.GetBackImage(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets a background image.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image instance.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With2007Base.GetBackImageStyle(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the background image style.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image style value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With2007Base.GetBackImageAlign(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the image alignment.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With2007Base.GetBorderDraw(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets a value indicating if border should be drawn.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>InheritBool value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With2007Base.GetBorderDrawBorders(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets a value indicating which borders to draw.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteDrawBorders value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With2007Base.GetBorderGraphicsHint(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the graphics drawing hint for the border.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteGraphicsHint value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With2007Base.GetBorderColor1(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the first border color.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With2007Base.GetBorderColor2(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the second border color.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With2007Base.GetBorderColorStyle(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color border drawing style.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color drawing style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With2007Base.GetBorderColorAlign(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color border alignment.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With2007Base.GetBorderColorAngle(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color border angle.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Angle used for color drawing.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With2007Base.GetBorderWidth(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the border width.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Integer width.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With2007Base.GetBorderRounding(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the border corner rounding.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Float rounding.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With2007Base.GetBorderImage(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets a border image.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image instance.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With2007Base.GetBorderImageStyle(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the border image style.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image style value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With2007Base.GetBorderImageAlign(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the image border alignment.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With2007Base.GetContentDraw(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets a value indicating if content should be drawn.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>InheritBool value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With2007Base.GetContentDrawFocus(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets a value indicating if content should be drawn with focus indication.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>InheritBool value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With2007Base.GetContentImageH(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the horizontal relative alignment of the image.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With2007Base.GetContentImageV(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the vertical relative alignment of the image.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With2007Base.GetContentImageEffect(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the effect applied to drawing of the image.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteImageEffect value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With2007Base.GetContentImageColorMap(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the image color to remap into another color.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With2007Base.GetContentImageColorTo(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color to use in place of the image map color.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With2007Base.GetContentImageColorTransparent(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the image color that should be transparent.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With2007Base.GetContentShortTextFont(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the font for the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Font value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With2007Base.GetContentShortTextNewFont(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the font for the short text by generating a new font instance.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Font value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With2007Base.GetContentShortTextHint(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the rendering hint for the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteTextHint value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With2007Base.GetContentShortTextPrefix(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the prefix drawing setting for short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteTextPrefix value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With2007Base.GetContentShortTextMultiLine(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the flag indicating if multiline text is allowed for short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>InheritBool value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With2007Base.GetContentShortTextTrim(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the text trimming to use for short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteTextTrim value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With2007Base.GetContentShortTextH(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the horizontal relative alignment of the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With2007Base.GetContentShortTextV(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the vertical relative alignment of the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With2007Base.GetContentShortTextMultiLineH(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the horizontal relative alignment of multiline short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With2007Base.GetContentShortTextColor1(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the first back color for the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With2007Base.GetContentShortTextColor2(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the second back color for the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With2007Base.GetContentShortTextColorStyle(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color drawing style for the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color drawing style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With2007Base.GetContentShortTextColorAlign(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color alignment for the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With2007Base.GetContentShortTextColorAngle(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color background angle for the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Angle used for color drawing.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With2007Base.GetContentShortTextImage(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets a background image for the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image instance.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With2007Base.GetContentShortTextImageStyle(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the background image style.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image style value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With2007Base.GetContentShortTextImageAlign(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the image alignment for the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With2007Base.GetContentLongTextFont(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the font for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Font value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With2007Base.GetContentLongTextNewFont(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the font for the long text by generating a new font instance.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Font value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With2007Base.GetContentLongTextHint(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the rendering hint for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteTextHint value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With2007Base.GetContentLongTextMultiLine(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the flag indicating if multiline text is allowed for long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>InheritBool value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With2007Base.GetContentLongTextTrim(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the text trimming to use for long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteTextTrim value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With2007Base.GetContentLongTextPrefix(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the prefix drawing setting for long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteTextPrefix value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With2007Base.GetContentLongTextH(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the horizontal relative alignment of the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With2007Base.GetContentLongTextV(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the vertical relative alignment of the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With2007Base.GetContentLongTextMultiLineH(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the horizontal relative alignment of multiline long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With2007Base.GetContentLongTextColor1(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the first back color for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With2007Base.GetContentLongTextColor2(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the second back color for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With2007Base.GetContentLongTextColorStyle(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color drawing style for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color drawing style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With2007Base.GetContentLongTextColorAlign(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color alignment for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With2007Base.GetContentLongTextColorAngle(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color background angle for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Angle used for color drawing.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With2007Base.GetContentLongTextImage(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets a background image for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image instance.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With2007Base.GetContentLongTextImageStyle(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the background image style for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image style value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With2007Base.GetContentLongTextImageAlign(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the image alignment for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With2007Base.GetBorderContentPadding(Krypton.Toolkit.KryptonForm,Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the padding between the border and content drawing.
</summary>
<param name="owningForm"></param>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Padding value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With2007Base.GetContentAdjacentGap(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the padding between adjacent content items.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Integer value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With2007Base.GetMetricInt(Krypton.Toolkit.KryptonForm,Krypton.Toolkit.PaletteState,Krypton.Toolkit.PaletteMetricInt)">
<summary>
Gets an integer metric value.
</summary>
<param name="owningForm"></param>
<param name="state">Palette value should be applicable to this state.</param>
<param name="metric">Requested metric.</param>
<returns>Integer value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With2007Base.GetMetricBool(Krypton.Toolkit.PaletteState,Krypton.Toolkit.PaletteMetricBool)">
<summary>
Gets a boolean metric value.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<param name="metric">Requested metric.</param>
<returns>InheritBool value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With2007Base.GetMetricPadding(Krypton.Toolkit.KryptonForm,Krypton.Toolkit.PaletteState,Krypton.Toolkit.PaletteMetricPadding)">
<summary>
Gets a padding metric value.
</summary>
<param name="owningForm"></param>
<param name="state">Palette value should be applicable to this state.</param>
<param name="metric">Requested metric.</param>
<returns>Padding value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With2007Base.GetTreeViewImage(System.Boolean)">
<summary>
Gets a tree view image appropriate for the provided state.
</summary>
<param name="expanded">Is the node expanded</param>
<returns>Appropriate image for drawing; otherwise null.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With2007Base.GetCheckBoxImage(System.Boolean,System.Windows.Forms.CheckState,System.Boolean,System.Boolean)">
<summary>
Gets a check box image appropriate for the provided state.
</summary>
<param name="enabled">Is the check box enabled.</param>
<param name="checkState">Is the check box checked/unchecked/indeterminate.</param>
<param name="tracking">Is the check box being hot tracked.</param>
<param name="pressed">Is the check box being pressed.</param>
<returns>Appropriate image for drawing; otherwise null.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With2007Base.GetRadioButtonImage(System.Boolean,System.Boolean,System.Boolean,System.Boolean)">
<summary>
Gets a check box image appropriate for the provided state.
</summary>
<param name="enabled">Is the radio button enabled.</param>
<param name="checkState">Is the radio button checked.</param>
<param name="tracking">Is the radio button being hot tracked.</param>
<param name="pressed">Is the radio button being pressed.</param>
<returns>Appropriate image for drawing; otherwise null.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With2007Base.GetContextMenuCheckedImage">
<summary>
Gets a checked image appropriate for a context menu item.
</summary>
<returns>Appropriate image for drawing; otherwise null.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With2007Base.GetContextMenuIndeterminateImage">
<summary>
Gets a indeterminate image appropriate for a context menu item.
</summary>
<returns>Appropriate image for drawing; otherwise null.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With2007Base.GetGalleryButtonImage(Krypton.Toolkit.PaletteRibbonGalleryButton,Krypton.Toolkit.PaletteState)">
<summary>
Gets a check box image appropriate for the provided state.
</summary>
<param name="button">Enum of the button to fetch.</param>
<param name="state">State of the button to fetch.</param>
<returns>Appropriate image for drawing; otherwise null.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With2007Base.GetButtonSpecImage(Krypton.Toolkit.PaletteButtonSpecStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the image to display for the button.
</summary>
<param name="style">Style of button spec.</param>
<param name="state">State for which image is required.</param>
<returns>Image value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With2007Base.GetRibbonShape">
<summary>
Gets the ribbon shape that should be used.
</summary>
<returns>Ribbon shape value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With2007Base.GetRibbonContextTextAlign(Krypton.Toolkit.PaletteState)">
<summary>
Gets the text alignment for the ribbon context text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Font value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With2007Base.GetRibbonContextTextFont(Krypton.Toolkit.PaletteState)">
<summary>
Gets the font for the ribbon context text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Font value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With2007Base.GetRibbonContextTextColor(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the ribbon context text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Font value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With2007Base.GetRibbonDisabledDark(Krypton.Toolkit.PaletteState)">
<summary>
Gets the dark disabled color used for ribbon glyphs.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With2007Base.GetRibbonDisabledLight(Krypton.Toolkit.PaletteState)">
<summary>
Gets the light disabled color used for ribbon glyphs.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With2007Base.GetRibbonDropArrowLight(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the drop arrow light.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With2007Base.GetRibbonDropArrowDark(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the drop arrow dark.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With2007Base.GetRibbonGroupDialogDark(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the dialog launcher dark.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With2007Base.GetRibbonGroupDialogLight(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the dialog launcher light.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With2007Base.GetRibbonGroupSeparatorDark(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the group separator dark.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With2007Base.GetRibbonGroupSeparatorLight(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the group separator light.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With2007Base.GetRibbonMinimizeBarDark(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the minimize bar dark.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With2007Base.GetRibbonMinimizeBarLight(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the minimize bar light.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With2007Base.GetRibbonTabSeparatorColor(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the tab separator.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With2007Base.GetRibbonTabSeparatorContextColor(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the tab context separators.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With2007Base.GetRibbonTextFont(Krypton.Toolkit.PaletteState)">
<summary>
Gets the font for the ribbon text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Font value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With2007Base.GetRibbonTextHint(Krypton.Toolkit.PaletteState)">
<summary>
Gets the rendering hint for the ribbon font.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteTextHint value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With2007Base.GetRibbonQATButtonDark(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the extra QAT button dark content color.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With2007Base.GetRibbonQATButtonLight(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the extra QAT button light content color.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With2007Base.GetRibbonBackColorStyle(Krypton.Toolkit.PaletteRibbonBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the method used to draw the background of a ribbon item.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteRibbonBackStyle value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With2007Base.GetRibbonBackColor1(Krypton.Toolkit.PaletteRibbonBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the first background color for the ribbon item.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With2007Base.GetRibbonBackColor2(Krypton.Toolkit.PaletteRibbonBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the second background color for the ribbon item.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With2007Base.GetRibbonBackColor3(Krypton.Toolkit.PaletteRibbonBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the third background color for the ribbon item.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With2007Base.GetRibbonBackColor4(Krypton.Toolkit.PaletteRibbonBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the fourth background color for the ribbon item.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With2007Base.GetRibbonBackColor5(Krypton.Toolkit.PaletteRibbonBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the fifth background color for the ribbon item.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With2007Base.GetRibbonTextColor(Krypton.Toolkit.PaletteRibbonTextStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the =color for the item text.
</summary>
<param name="style">Text style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With2007Base.GetElementColor1(Krypton.Toolkit.PaletteElement,Krypton.Toolkit.PaletteState)">
<summary>
Gets the first element color.
</summary>
<param name="element">Element for which color is required.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With2007Base.GetElementColor2(Krypton.Toolkit.PaletteElement,Krypton.Toolkit.PaletteState)">
<summary>
Gets the second element color.
</summary>
<param name="element">Element for which color is required.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With2007Base.GetElementColor3(Krypton.Toolkit.PaletteElement,Krypton.Toolkit.PaletteState)">
<summary>
Gets the third element color.
</summary>
<param name="element">Element for which color is required.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With2007Base.GetElementColor4(Krypton.Toolkit.PaletteElement,Krypton.Toolkit.PaletteState)">
<summary>
Gets the fourth element color.
</summary>
<param name="element">Element for which color is required.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With2007Base.GetElementColor5(Krypton.Toolkit.PaletteElement,Krypton.Toolkit.PaletteState)">
<summary>
Gets the fifth element color.
</summary>
<param name="element">Element for which color is required.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="P:Krypton.Toolkit.PaletteVisualStudio2010With2007Base.ColorTable">
<summary>
Gets access to the color table instance.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With2007Base.OnUserPreferenceChanged(System.Object,Microsoft.Win32.UserPreferenceChangedEventArgs)">
<summary>
Handle a change in the user preferences.
</summary>
<param name="sender">Source of event.</param>
<param name="e">Event data.</param>
</member>
<member name="T:Krypton.Toolkit.PaletteVisualStudio2010With2010Base">
<summary>Provides a base for Visual Studio palettes.</summary>
<seealso cref="T:Krypton.Toolkit.PaletteBase" />
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With2010Base.#ctor(System.Drawing.Color[],System.Windows.Forms.ImageList,System.Windows.Forms.ImageList,System.Drawing.Image[],System.Drawing.Color[])">
<summary>Initializes a new instance of the <see cref="T:Krypton.Toolkit.PaletteVisualStudio2010With2010Base" /> class.</summary>
<param name="schemeColours">The scheme colours.</param>
<param name="checkBoxList">The check box list.</param>
<param name="galleryButtonList">The gallery button list.</param>
<param name="radioButtonArray">The radio button array.</param>
<param name="trackBarColours">The track bar colours.</param>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With2010Base.GetRenderer">
<summary>Gets the renderer to use for this palette.</summary>
<returns> Renderer to use for drawing palette settings.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With2010Base.GetBackDraw(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets a value indicating if background should be drawn.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>InheritBool value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With2010Base.GetBackGraphicsHint(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the graphics drawing hint for the background.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteGraphicsHint value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With2010Base.GetBackColor1(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the first background color.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With2010Base.GetBackColor2(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the second back color.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With2010Base.GetBackColorStyle(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color background drawing style.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color drawing style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With2010Base.GetBackColorAlign(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color alignment.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With2010Base.GetBackColorAngle(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color background angle.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Angle used for color drawing.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With2010Base.GetBackImage(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets a background image.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image instance.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With2010Base.GetBackImageStyle(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the background image style.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image style value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With2010Base.GetBackImageAlign(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the image alignment.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With2010Base.GetBorderDraw(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets a value indicating if border should be drawn.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>InheritBool value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With2010Base.GetBorderDrawBorders(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets a value indicating which borders to draw.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteDrawBorders value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With2010Base.GetBorderGraphicsHint(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the graphics drawing hint for the border.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteGraphicsHint value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With2010Base.GetBorderColor1(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the first border color.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With2010Base.GetBorderColor2(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the second border color.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With2010Base.GetBorderColorStyle(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color border drawing style.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color drawing style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With2010Base.GetBorderColorAlign(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color border alignment.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With2010Base.GetBorderColorAngle(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color border angle.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Angle used for color drawing.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With2010Base.GetBorderWidth(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the border width.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Integer width.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With2010Base.GetBorderRounding(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the border corner rounding.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Float rounding.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With2010Base.GetBorderImage(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets a border image.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image instance.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With2010Base.GetBorderImageStyle(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the border image style.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image style value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With2010Base.GetBorderImageAlign(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the image border alignment.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With2010Base.GetContentDraw(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets a value indicating if content should be drawn.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>InheritBool value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With2010Base.GetContentDrawFocus(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets a value indicating if content should be drawn with focus indication.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>InheritBool value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With2010Base.GetContentImageH(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the horizontal relative alignment of the image.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With2010Base.GetContentImageV(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the vertical relative alignment of the image.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With2010Base.GetContentImageEffect(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the effect applied to drawing of the image.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteImageEffect value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With2010Base.GetContentImageColorMap(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the image color to remap into another color.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With2010Base.GetContentImageColorTo(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color to use in place of the image map color.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With2010Base.GetContentImageColorTransparent(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the image color that should be transparent.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With2010Base.GetContentShortTextFont(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the font for the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Font value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With2010Base.GetContentShortTextNewFont(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the font for the short text by generating a new font instance.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Font value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With2010Base.GetContentShortTextHint(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the rendering hint for the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteTextHint value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With2010Base.GetContentShortTextPrefix(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the prefix drawing setting for short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteTextPrefix value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With2010Base.GetContentShortTextMultiLine(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the flag indicating if multiline text is allowed for short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>InheritBool value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With2010Base.GetContentShortTextTrim(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the text trimming to use for short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteTextTrim value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With2010Base.GetContentShortTextH(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the horizontal relative alignment of the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With2010Base.GetContentShortTextV(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the vertical relative alignment of the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With2010Base.GetContentShortTextMultiLineH(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the horizontal relative alignment of multiline short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With2010Base.GetContentShortTextColor1(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the first back color for the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With2010Base.GetContentShortTextColor2(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the second back color for the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With2010Base.GetContentShortTextColorStyle(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color drawing style for the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color drawing style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With2010Base.GetContentShortTextColorAlign(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color alignment for the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With2010Base.GetContentShortTextColorAngle(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color background angle for the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Angle used for color drawing.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With2010Base.GetContentShortTextImage(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets a background image for the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image instance.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With2010Base.GetContentShortTextImageStyle(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the background image style.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image style value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With2010Base.GetContentShortTextImageAlign(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the image alignment for the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With2010Base.GetContentLongTextFont(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the font for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Font value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With2010Base.GetContentLongTextNewFont(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the font for the long text by generating a new font instance.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Font value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With2010Base.GetContentLongTextHint(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the rendering hint for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteTextHint value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With2010Base.GetContentLongTextMultiLine(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the flag indicating if multiline text is allowed for long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>InheritBool value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With2010Base.GetContentLongTextTrim(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the text trimming to use for long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteTextTrim value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With2010Base.GetContentLongTextPrefix(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the prefix drawing setting for long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteTextPrefix value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With2010Base.GetContentLongTextH(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the horizontal relative alignment of the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With2010Base.GetContentLongTextV(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the vertical relative alignment of the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With2010Base.GetContentLongTextMultiLineH(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the horizontal relative alignment of multiline long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With2010Base.GetContentLongTextColor1(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the first back color for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With2010Base.GetContentLongTextColor2(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the second back color for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With2010Base.GetContentLongTextColorStyle(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color drawing style for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color drawing style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With2010Base.GetContentLongTextColorAlign(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color alignment for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With2010Base.GetContentLongTextColorAngle(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color background angle for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Angle used for color drawing.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With2010Base.GetContentLongTextImage(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets a background image for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image instance.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With2010Base.GetContentLongTextImageStyle(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the background image style for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image style value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With2010Base.GetContentLongTextImageAlign(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the image alignment for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With2010Base.GetBorderContentPadding(Krypton.Toolkit.KryptonForm,Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the padding between the border and content drawing.
</summary>
<param name="owningForm"></param>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Padding value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With2010Base.GetContentAdjacentGap(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the padding between adjacent content items.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Integer value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With2010Base.GetMetricInt(Krypton.Toolkit.KryptonForm,Krypton.Toolkit.PaletteState,Krypton.Toolkit.PaletteMetricInt)">
<summary>
Gets an integer metric value.
</summary>
<param name="owningForm"></param>
<param name="state">Palette value should be applicable to this state.</param>
<param name="metric">Requested metric.</param>
<returns>Integer value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With2010Base.GetMetricBool(Krypton.Toolkit.PaletteState,Krypton.Toolkit.PaletteMetricBool)">
<summary>
Gets a boolean metric value.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<param name="metric">Requested metric.</param>
<returns>InheritBool value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With2010Base.GetMetricPadding(Krypton.Toolkit.KryptonForm,Krypton.Toolkit.PaletteState,Krypton.Toolkit.PaletteMetricPadding)">
<summary>
Gets a padding metric value.
</summary>
<param name="owningForm"></param>
<param name="state">Palette value should be applicable to this state.</param>
<param name="metric">Requested metric.</param>
<returns>Padding value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With2010Base.GetTreeViewImage(System.Boolean)">
<summary>
Gets a tree view image appropriate for the provided state.
</summary>
<param name="expanded">Is the node expanded</param>
<returns>Appropriate image for drawing; otherwise null.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With2010Base.GetCheckBoxImage(System.Boolean,System.Windows.Forms.CheckState,System.Boolean,System.Boolean)">
<summary>
Gets a check box image appropriate for the provided state.
</summary>
<param name="enabled">Is the check box enabled.</param>
<param name="checkState">Is the check box checked/unchecked/indeterminate.</param>
<param name="tracking">Is the check box being hot tracked.</param>
<param name="pressed">Is the check box being pressed.</param>
<returns>Appropriate image for drawing; otherwise null.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With2010Base.GetRadioButtonImage(System.Boolean,System.Boolean,System.Boolean,System.Boolean)">
<summary>
Gets a check box image appropriate for the provided state.
</summary>
<param name="enabled">Is the radio button enabled.</param>
<param name="checkState">Is the radio button checked.</param>
<param name="tracking">Is the radio button being hot tracked.</param>
<param name="pressed">Is the radio button being pressed.</param>
<returns>Appropriate image for drawing; otherwise null.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With2010Base.GetContextMenuCheckedImage">
<summary>
Gets a checked image appropriate for a context menu item.
</summary>
<returns>Appropriate image for drawing; otherwise null.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With2010Base.GetContextMenuIndeterminateImage">
<summary>
Gets a indeterminate image appropriate for a context menu item.
</summary>
<returns>Appropriate image for drawing; otherwise null.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With2010Base.GetGalleryButtonImage(Krypton.Toolkit.PaletteRibbonGalleryButton,Krypton.Toolkit.PaletteState)">
<summary>
Gets a check box image appropriate for the provided state.
</summary>
<param name="button">Enum of the button to fetch.</param>
<param name="state">State of the button to fetch.</param>
<returns>Appropriate image for drawing; otherwise null.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With2010Base.GetButtonSpecImage(Krypton.Toolkit.PaletteButtonSpecStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the image to display for the button.
</summary>
<param name="style">Style of button spec.</param>
<param name="state">State for which image is required.</param>
<returns>Image value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With2010Base.GetRibbonShape">
<summary>
Gets the ribbon shape that should be used.
</summary>
<returns>Ribbon shape value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With2010Base.GetRibbonContextTextAlign(Krypton.Toolkit.PaletteState)">
<summary>
Gets the text alignment for the ribbon context text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Font value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With2010Base.GetRibbonContextTextFont(Krypton.Toolkit.PaletteState)">
<summary>
Gets the font for the ribbon context text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Font value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With2010Base.GetRibbonContextTextColor(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the ribbon context text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Font value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With2010Base.GetRibbonDisabledDark(Krypton.Toolkit.PaletteState)">
<summary>
Gets the dark disabled color used for ribbon glyphs.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With2010Base.GetRibbonDisabledLight(Krypton.Toolkit.PaletteState)">
<summary>
Gets the light disabled color used for ribbon glyphs.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With2010Base.GetRibbonDropArrowLight(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the drop arrow light.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With2010Base.GetRibbonDropArrowDark(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the drop arrow dark.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With2010Base.GetRibbonGroupDialogDark(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the dialog launcher dark.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With2010Base.GetRibbonGroupDialogLight(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the dialog launcher light.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With2010Base.GetRibbonGroupSeparatorDark(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the group separator dark.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With2010Base.GetRibbonGroupSeparatorLight(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the group separator light.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With2010Base.GetRibbonMinimizeBarDark(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the minimize bar dark.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With2010Base.GetRibbonMinimizeBarLight(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the minimize bar light.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With2010Base.GetRibbonTabSeparatorColor(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the tab separator.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With2010Base.GetRibbonTabSeparatorContextColor(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the tab context separators.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With2010Base.GetRibbonTextFont(Krypton.Toolkit.PaletteState)">
<summary>
Gets the font for the ribbon text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Font value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With2010Base.GetRibbonTextHint(Krypton.Toolkit.PaletteState)">
<summary>
Gets the rendering hint for the ribbon font.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteTextHint value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With2010Base.GetRibbonQATButtonDark(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the extra QAT button dark content color.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With2010Base.GetRibbonQATButtonLight(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the extra QAT button light content color.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With2010Base.GetRibbonBackColorStyle(Krypton.Toolkit.PaletteRibbonBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the method used to draw the background of a ribbon item.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteRibbonBackStyle value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With2010Base.GetRibbonBackColor1(Krypton.Toolkit.PaletteRibbonBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the first background color for the ribbon item.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With2010Base.GetRibbonBackColor2(Krypton.Toolkit.PaletteRibbonBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the second background color for the ribbon item.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With2010Base.GetRibbonBackColor3(Krypton.Toolkit.PaletteRibbonBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the third background color for the ribbon item.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With2010Base.GetRibbonBackColor4(Krypton.Toolkit.PaletteRibbonBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the fourth background color for the ribbon item.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With2010Base.GetRibbonBackColor5(Krypton.Toolkit.PaletteRibbonBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the fifth background color for the ribbon item.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With2010Base.GetRibbonTextColor(Krypton.Toolkit.PaletteRibbonTextStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the =color for the item text.
</summary>
<param name="style">Text style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With2010Base.GetElementColor1(Krypton.Toolkit.PaletteElement,Krypton.Toolkit.PaletteState)">
<summary>
Gets the first element color.
</summary>
<param name="element">Element for which color is required.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With2010Base.GetElementColor2(Krypton.Toolkit.PaletteElement,Krypton.Toolkit.PaletteState)">
<summary>
Gets the second element color.
</summary>
<param name="element">Element for which color is required.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With2010Base.GetElementColor3(Krypton.Toolkit.PaletteElement,Krypton.Toolkit.PaletteState)">
<summary>
Gets the third element color.
</summary>
<param name="element">Element for which color is required.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With2010Base.GetElementColor4(Krypton.Toolkit.PaletteElement,Krypton.Toolkit.PaletteState)">
<summary>
Gets the fourth element color.
</summary>
<param name="element">Element for which color is required.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With2010Base.GetElementColor5(Krypton.Toolkit.PaletteElement,Krypton.Toolkit.PaletteState)">
<summary>
Gets the fifth element color.
</summary>
<param name="element">Element for which color is required.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="P:Krypton.Toolkit.PaletteVisualStudio2010With2010Base.ColorTable">
<summary>
Gets access to the color table instance.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With2010Base.OnUserPreferenceChanged(System.Object,Microsoft.Win32.UserPreferenceChangedEventArgs)">
<summary>
Handle a change in the user preferences.
</summary>
<param name="sender">Source of event.</param>
<param name="e">Event data.</param>
</member>
<member name="T:Krypton.Toolkit.PaletteVisualStudio2010With2013Base">
<summary>Provides a base for Visual Studio palettes.</summary>
<seealso cref="T:Krypton.Toolkit.PaletteBase" />
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With2013Base.#ctor(System.Drawing.Color[],System.Windows.Forms.ImageList,System.Windows.Forms.ImageList,System.Drawing.Image[],System.Drawing.Color[])">
<summary>Initializes a new instance of the <see cref="T:Krypton.Toolkit.PaletteVisualStudio2010With2013Base" /> class.</summary>
<param name="schemeColours">The scheme colours.</param>
<param name="checkBoxList">The check box list.</param>
<param name="galleryButtonList">The gallery button list.</param>
<param name="radioButtonArray">The radio button array.</param>
<param name="trackBarColours">The track bar colours.</param>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With2013Base.GetRenderer">
<summary>Gets the renderer to use for this palette.</summary>
<returns> Renderer to use for drawing palette settings.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With2013Base.GetBackDraw(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets a value indicating if background should be drawn.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>InheritBool value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With2013Base.GetBackGraphicsHint(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the graphics drawing hint for the background.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteGraphicsHint value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With2013Base.GetBackColor1(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the first background color.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With2013Base.GetBackColor2(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the second back color.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With2013Base.GetBackColorStyle(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color background drawing style.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color drawing style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With2013Base.GetBackColorAlign(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color alignment.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With2013Base.GetBackColorAngle(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color background angle.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Angle used for color drawing.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With2013Base.GetBackImage(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets a background image.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image instance.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With2013Base.GetBackImageStyle(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the background image style.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image style value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With2013Base.GetBackImageAlign(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the image alignment.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With2013Base.GetBorderDraw(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets a value indicating if border should be drawn.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>InheritBool value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With2013Base.GetBorderDrawBorders(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets a value indicating which borders to draw.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteDrawBorders value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With2013Base.GetBorderGraphicsHint(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the graphics drawing hint for the border.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteGraphicsHint value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With2013Base.GetBorderColor1(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the first border color.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With2013Base.GetBorderColor2(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the second border color.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With2013Base.GetBorderColorStyle(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color border drawing style.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color drawing style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With2013Base.GetBorderColorAlign(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color border alignment.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With2013Base.GetBorderColorAngle(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color border angle.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Angle used for color drawing.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With2013Base.GetBorderWidth(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the border width.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Integer width.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With2013Base.GetBorderRounding(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the border corner rounding.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Float rounding.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With2013Base.GetBorderImage(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets a border image.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image instance.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With2013Base.GetBorderImageStyle(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the border image style.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image style value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With2013Base.GetBorderImageAlign(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the image border alignment.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With2013Base.GetContentDraw(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets a value indicating if content should be drawn.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>InheritBool value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With2013Base.GetContentDrawFocus(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets a value indicating if content should be drawn with focus indication.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>InheritBool value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With2013Base.GetContentImageH(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the horizontal relative alignment of the image.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With2013Base.GetContentImageV(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the vertical relative alignment of the image.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With2013Base.GetContentImageEffect(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the effect applied to drawing of the image.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteImageEffect value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With2013Base.GetContentImageColorMap(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the image color to remap into another color.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With2013Base.GetContentImageColorTo(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color to use in place of the image map color.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With2013Base.GetContentImageColorTransparent(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the image color that should be transparent.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With2013Base.GetContentShortTextFont(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the font for the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Font value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With2013Base.GetContentShortTextNewFont(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the font for the short text by generating a new font instance.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Font value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With2013Base.GetContentShortTextHint(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the rendering hint for the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteTextHint value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With2013Base.GetContentShortTextPrefix(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the prefix drawing setting for short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteTextPrefix value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With2013Base.GetContentShortTextMultiLine(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the flag indicating if multiline text is allowed for short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>InheritBool value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With2013Base.GetContentShortTextTrim(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the text trimming to use for short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteTextTrim value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With2013Base.GetContentShortTextH(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the horizontal relative alignment of the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With2013Base.GetContentShortTextV(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the vertical relative alignment of the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With2013Base.GetContentShortTextMultiLineH(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the horizontal relative alignment of multiline short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With2013Base.GetContentShortTextColor1(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the first back color for the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With2013Base.GetContentShortTextColor2(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the second back color for the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With2013Base.GetContentShortTextColorStyle(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color drawing style for the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color drawing style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With2013Base.GetContentShortTextColorAlign(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color alignment for the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With2013Base.GetContentShortTextColorAngle(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color background angle for the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Angle used for color drawing.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With2013Base.GetContentShortTextImage(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets a background image for the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image instance.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With2013Base.GetContentShortTextImageStyle(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the background image style.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image style value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With2013Base.GetContentShortTextImageAlign(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the image alignment for the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With2013Base.GetContentLongTextFont(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the font for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Font value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With2013Base.GetContentLongTextNewFont(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the font for the long text by generating a new font instance.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Font value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With2013Base.GetContentLongTextHint(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the rendering hint for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteTextHint value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With2013Base.GetContentLongTextMultiLine(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the flag indicating if multiline text is allowed for long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>InheritBool value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With2013Base.GetContentLongTextTrim(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the text trimming to use for long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteTextTrim value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With2013Base.GetContentLongTextPrefix(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the prefix drawing setting for long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteTextPrefix value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With2013Base.GetContentLongTextH(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the horizontal relative alignment of the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With2013Base.GetContentLongTextV(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the vertical relative alignment of the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With2013Base.GetContentLongTextMultiLineH(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the horizontal relative alignment of multiline long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With2013Base.GetContentLongTextColor1(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the first back color for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With2013Base.GetContentLongTextColor2(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the second back color for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With2013Base.GetContentLongTextColorStyle(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color drawing style for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color drawing style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With2013Base.GetContentLongTextColorAlign(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color alignment for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With2013Base.GetContentLongTextColorAngle(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color background angle for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Angle used for color drawing.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With2013Base.GetContentLongTextImage(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets a background image for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image instance.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With2013Base.GetContentLongTextImageStyle(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the background image style for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image style value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With2013Base.GetContentLongTextImageAlign(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the image alignment for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With2013Base.GetBorderContentPadding(Krypton.Toolkit.KryptonForm,Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the padding between the border and content drawing.
</summary>
<param name="owningForm"></param>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Padding value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With2013Base.GetContentAdjacentGap(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the padding between adjacent content items.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Integer value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With2013Base.GetMetricInt(Krypton.Toolkit.KryptonForm,Krypton.Toolkit.PaletteState,Krypton.Toolkit.PaletteMetricInt)">
<summary>
Gets an integer metric value.
</summary>
<param name="owningForm"></param>
<param name="state">Palette value should be applicable to this state.</param>
<param name="metric">Requested metric.</param>
<returns>Integer value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With2013Base.GetMetricBool(Krypton.Toolkit.PaletteState,Krypton.Toolkit.PaletteMetricBool)">
<summary>
Gets a boolean metric value.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<param name="metric">Requested metric.</param>
<returns>InheritBool value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With2013Base.GetMetricPadding(Krypton.Toolkit.KryptonForm,Krypton.Toolkit.PaletteState,Krypton.Toolkit.PaletteMetricPadding)">
<summary>
Gets a padding metric value.
</summary>
<param name="owningForm"></param>
<param name="state">Palette value should be applicable to this state.</param>
<param name="metric">Requested metric.</param>
<returns>Padding value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With2013Base.GetTreeViewImage(System.Boolean)">
<summary>
Gets a tree view image appropriate for the provided state.
</summary>
<param name="expanded">Is the node expanded</param>
<returns>Appropriate image for drawing; otherwise null.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With2013Base.GetCheckBoxImage(System.Boolean,System.Windows.Forms.CheckState,System.Boolean,System.Boolean)">
<summary>
Gets a check box image appropriate for the provided state.
</summary>
<param name="enabled">Is the check box enabled.</param>
<param name="checkState">Is the check box checked/unchecked/indeterminate.</param>
<param name="tracking">Is the check box being hot tracked.</param>
<param name="pressed">Is the check box being pressed.</param>
<returns>Appropriate image for drawing; otherwise null.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With2013Base.GetRadioButtonImage(System.Boolean,System.Boolean,System.Boolean,System.Boolean)">
<summary>
Gets a check box image appropriate for the provided state.
</summary>
<param name="enabled">Is the radio button enabled.</param>
<param name="checkState">Is the radio button checked.</param>
<param name="tracking">Is the radio button being hot tracked.</param>
<param name="pressed">Is the radio button being pressed.</param>
<returns>Appropriate image for drawing; otherwise null.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With2013Base.GetContextMenuCheckedImage">
<summary>
Gets a checked image appropriate for a context menu item.
</summary>
<returns>Appropriate image for drawing; otherwise null.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With2013Base.GetContextMenuIndeterminateImage">
<summary>
Gets a indeterminate image appropriate for a context menu item.
</summary>
<returns>Appropriate image for drawing; otherwise null.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With2013Base.GetGalleryButtonImage(Krypton.Toolkit.PaletteRibbonGalleryButton,Krypton.Toolkit.PaletteState)">
<summary>
Gets a check box image appropriate for the provided state.
</summary>
<param name="button">Enum of the button to fetch.</param>
<param name="state">State of the button to fetch.</param>
<returns>Appropriate image for drawing; otherwise null.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With2013Base.GetButtonSpecImage(Krypton.Toolkit.PaletteButtonSpecStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the image to display for the button.
</summary>
<param name="style">Style of button spec.</param>
<param name="state">State for which image is required.</param>
<returns>Image value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With2013Base.GetRibbonShape">
<summary>
Gets the ribbon shape that should be used.
</summary>
<returns>Ribbon shape value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With2013Base.GetRibbonContextTextAlign(Krypton.Toolkit.PaletteState)">
<summary>
Gets the text alignment for the ribbon context text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Font value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With2013Base.GetRibbonContextTextFont(Krypton.Toolkit.PaletteState)">
<summary>
Gets the font for the ribbon context text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Font value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With2013Base.GetRibbonContextTextColor(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the ribbon context text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Font value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With2013Base.GetRibbonDisabledDark(Krypton.Toolkit.PaletteState)">
<summary>
Gets the dark disabled color used for ribbon glyphs.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With2013Base.GetRibbonDisabledLight(Krypton.Toolkit.PaletteState)">
<summary>
Gets the light disabled color used for ribbon glyphs.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With2013Base.GetRibbonDropArrowLight(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the drop arrow light.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With2013Base.GetRibbonDropArrowDark(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the drop arrow dark.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With2013Base.GetRibbonGroupDialogDark(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the dialog launcher dark.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With2013Base.GetRibbonGroupDialogLight(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the dialog launcher light.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With2013Base.GetRibbonGroupSeparatorDark(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the group separator dark.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With2013Base.GetRibbonGroupSeparatorLight(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the group separator light.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With2013Base.GetRibbonMinimizeBarDark(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the minimize bar dark.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With2013Base.GetRibbonMinimizeBarLight(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the minimize bar light.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With2013Base.GetRibbonTabSeparatorColor(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the tab separator.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With2013Base.GetRibbonTabSeparatorContextColor(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the tab context separators.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With2013Base.GetRibbonTextFont(Krypton.Toolkit.PaletteState)">
<summary>
Gets the font for the ribbon text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Font value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With2013Base.GetRibbonTextHint(Krypton.Toolkit.PaletteState)">
<summary>
Gets the rendering hint for the ribbon font.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteTextHint value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With2013Base.GetRibbonQATButtonDark(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the extra QAT button dark content color.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With2013Base.GetRibbonQATButtonLight(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the extra QAT button light content color.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With2013Base.GetRibbonBackColorStyle(Krypton.Toolkit.PaletteRibbonBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the method used to draw the background of a ribbon item.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteRibbonBackStyle value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With2013Base.GetRibbonBackColor1(Krypton.Toolkit.PaletteRibbonBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the first background color for the ribbon item.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With2013Base.GetRibbonBackColor2(Krypton.Toolkit.PaletteRibbonBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the second background color for the ribbon item.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With2013Base.GetRibbonBackColor3(Krypton.Toolkit.PaletteRibbonBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the third background color for the ribbon item.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With2013Base.GetRibbonBackColor4(Krypton.Toolkit.PaletteRibbonBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the fourth background color for the ribbon item.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With2013Base.GetRibbonBackColor5(Krypton.Toolkit.PaletteRibbonBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the fifth background color for the ribbon item.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With2013Base.GetRibbonTextColor(Krypton.Toolkit.PaletteRibbonTextStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the =color for the item text.
</summary>
<param name="style">Text style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With2013Base.GetElementColor1(Krypton.Toolkit.PaletteElement,Krypton.Toolkit.PaletteState)">
<summary>
Gets the first element color.
</summary>
<param name="element">Element for which color is required.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With2013Base.GetElementColor2(Krypton.Toolkit.PaletteElement,Krypton.Toolkit.PaletteState)">
<summary>
Gets the second element color.
</summary>
<param name="element">Element for which color is required.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With2013Base.GetElementColor3(Krypton.Toolkit.PaletteElement,Krypton.Toolkit.PaletteState)">
<summary>
Gets the third element color.
</summary>
<param name="element">Element for which color is required.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With2013Base.GetElementColor4(Krypton.Toolkit.PaletteElement,Krypton.Toolkit.PaletteState)">
<summary>
Gets the fourth element color.
</summary>
<param name="element">Element for which color is required.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With2013Base.GetElementColor5(Krypton.Toolkit.PaletteElement,Krypton.Toolkit.PaletteState)">
<summary>
Gets the fifth element color.
</summary>
<param name="element">Element for which color is required.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="P:Krypton.Toolkit.PaletteVisualStudio2010With2013Base.ColorTable">
<summary>
Gets access to the color table instance.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With2013Base.OnUserPreferenceChanged(System.Object,Microsoft.Win32.UserPreferenceChangedEventArgs)">
<summary>
Handle a change in the user preferences.
</summary>
<param name="sender">Source of event.</param>
<param name="e">Event data.</param>
</member>
<member name="T:Krypton.Toolkit.PaletteVisualStudio2010With365Base">
<summary>Provides a base for Visual Studio palettes.</summary>
<seealso cref="T:Krypton.Toolkit.PaletteBase" />
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With365Base.#ctor(System.Drawing.Color[],System.Windows.Forms.ImageList,System.Windows.Forms.ImageList,System.Drawing.Image[],System.Drawing.Color[])">
<summary>Initializes a new instance of the <see cref="T:Krypton.Toolkit.PaletteVisualStudio2010With365Base" /> class.</summary>
<param name="schemeColours">The scheme colours.</param>
<param name="checkBoxList">The check box list.</param>
<param name="galleryButtonList">The gallery button list.</param>
<param name="radioButtonArray">The radio button array.</param>
<param name="trackBarColours">The track bar colours.</param>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With365Base.GetRenderer">
<summary>Gets the renderer to use for this palette.</summary>
<returns> Renderer to use for drawing palette settings.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With365Base.GetBackDraw(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets a value indicating if background should be drawn.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>InheritBool value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With365Base.GetBackGraphicsHint(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the graphics drawing hint for the background.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteGraphicsHint value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With365Base.GetBackColor1(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the first background color.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With365Base.GetBackColor2(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the second back color.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With365Base.GetBackColorStyle(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color background drawing style.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color drawing style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With365Base.GetBackColorAlign(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color alignment.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With365Base.GetBackColorAngle(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color background angle.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Angle used for color drawing.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With365Base.GetBackImage(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets a background image.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image instance.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With365Base.GetBackImageStyle(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the background image style.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image style value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With365Base.GetBackImageAlign(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the image alignment.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With365Base.GetBorderDraw(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets a value indicating if border should be drawn.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>InheritBool value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With365Base.GetBorderDrawBorders(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets a value indicating which borders to draw.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteDrawBorders value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With365Base.GetBorderGraphicsHint(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the graphics drawing hint for the border.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteGraphicsHint value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With365Base.GetBorderColor1(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the first border color.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With365Base.GetBorderColor2(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the second border color.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With365Base.GetBorderColorStyle(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color border drawing style.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color drawing style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With365Base.GetBorderColorAlign(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color border alignment.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With365Base.GetBorderColorAngle(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color border angle.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Angle used for color drawing.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With365Base.GetBorderWidth(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the border width.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Integer width.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With365Base.GetBorderRounding(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the border corner rounding.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Float rounding.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With365Base.GetBorderImage(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets a border image.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image instance.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With365Base.GetBorderImageStyle(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the border image style.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image style value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With365Base.GetBorderImageAlign(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the image border alignment.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With365Base.GetContentDraw(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets a value indicating if content should be drawn.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>InheritBool value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With365Base.GetContentDrawFocus(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets a value indicating if content should be drawn with focus indication.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>InheritBool value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With365Base.GetContentImageH(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the horizontal relative alignment of the image.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With365Base.GetContentImageV(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the vertical relative alignment of the image.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With365Base.GetContentImageEffect(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the effect applied to drawing of the image.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteImageEffect value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With365Base.GetContentImageColorMap(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the image color to remap into another color.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With365Base.GetContentImageColorTo(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color to use in place of the image map color.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With365Base.GetContentImageColorTransparent(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the image color that should be transparent.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With365Base.GetContentShortTextFont(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the font for the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Font value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With365Base.GetContentShortTextNewFont(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the font for the short text by generating a new font instance.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Font value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With365Base.GetContentShortTextHint(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the rendering hint for the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteTextHint value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With365Base.GetContentShortTextPrefix(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the prefix drawing setting for short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteTextPrefix value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With365Base.GetContentShortTextMultiLine(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the flag indicating if multiline text is allowed for short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>InheritBool value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With365Base.GetContentShortTextTrim(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the text trimming to use for short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteTextTrim value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With365Base.GetContentShortTextH(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the horizontal relative alignment of the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With365Base.GetContentShortTextV(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the vertical relative alignment of the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With365Base.GetContentShortTextMultiLineH(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the horizontal relative alignment of multiline short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With365Base.GetContentShortTextColor1(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the first back color for the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With365Base.GetContentShortTextColor2(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the second back color for the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With365Base.GetContentShortTextColorStyle(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color drawing style for the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color drawing style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With365Base.GetContentShortTextColorAlign(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color alignment for the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With365Base.GetContentShortTextColorAngle(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color background angle for the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Angle used for color drawing.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With365Base.GetContentShortTextImage(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets a background image for the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image instance.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With365Base.GetContentShortTextImageStyle(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the background image style.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image style value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With365Base.GetContentShortTextImageAlign(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the image alignment for the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With365Base.GetContentLongTextFont(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the font for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Font value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With365Base.GetContentLongTextNewFont(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the font for the long text by generating a new font instance.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Font value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With365Base.GetContentLongTextHint(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the rendering hint for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteTextHint value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With365Base.GetContentLongTextMultiLine(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the flag indicating if multiline text is allowed for long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>InheritBool value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With365Base.GetContentLongTextTrim(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the text trimming to use for long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteTextTrim value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With365Base.GetContentLongTextPrefix(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the prefix drawing setting for long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteTextPrefix value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With365Base.GetContentLongTextH(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the horizontal relative alignment of the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With365Base.GetContentLongTextV(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the vertical relative alignment of the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With365Base.GetContentLongTextMultiLineH(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the horizontal relative alignment of multiline long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With365Base.GetContentLongTextColor1(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the first back color for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With365Base.GetContentLongTextColor2(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the second back color for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With365Base.GetContentLongTextColorStyle(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color drawing style for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color drawing style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With365Base.GetContentLongTextColorAlign(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color alignment for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With365Base.GetContentLongTextColorAngle(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color background angle for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Angle used for color drawing.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With365Base.GetContentLongTextImage(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets a background image for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image instance.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With365Base.GetContentLongTextImageStyle(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the background image style for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image style value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With365Base.GetContentLongTextImageAlign(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the image alignment for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With365Base.GetBorderContentPadding(Krypton.Toolkit.KryptonForm,Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the padding between the border and content drawing.
</summary>
<param name="owningForm"></param>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Padding value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With365Base.GetContentAdjacentGap(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the padding between adjacent content items.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Integer value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With365Base.GetMetricInt(Krypton.Toolkit.KryptonForm,Krypton.Toolkit.PaletteState,Krypton.Toolkit.PaletteMetricInt)">
<summary>
Gets an integer metric value.
</summary>
<param name="owningForm"></param>
<param name="state">Palette value should be applicable to this state.</param>
<param name="metric">Requested metric.</param>
<returns>Integer value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With365Base.GetMetricBool(Krypton.Toolkit.PaletteState,Krypton.Toolkit.PaletteMetricBool)">
<summary>
Gets a boolean metric value.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<param name="metric">Requested metric.</param>
<returns>InheritBool value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With365Base.GetMetricPadding(Krypton.Toolkit.KryptonForm,Krypton.Toolkit.PaletteState,Krypton.Toolkit.PaletteMetricPadding)">
<summary>
Gets a padding metric value.
</summary>
<param name="owningForm"></param>
<param name="state">Palette value should be applicable to this state.</param>
<param name="metric">Requested metric.</param>
<returns>Padding value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With365Base.GetTreeViewImage(System.Boolean)">
<summary>
Gets a tree view image appropriate for the provided state.
</summary>
<param name="expanded">Is the node expanded</param>
<returns>Appropriate image for drawing; otherwise null.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With365Base.GetCheckBoxImage(System.Boolean,System.Windows.Forms.CheckState,System.Boolean,System.Boolean)">
<summary>
Gets a check box image appropriate for the provided state.
</summary>
<param name="enabled">Is the check box enabled.</param>
<param name="checkState">Is the check box checked/unchecked/indeterminate.</param>
<param name="tracking">Is the check box being hot tracked.</param>
<param name="pressed">Is the check box being pressed.</param>
<returns>Appropriate image for drawing; otherwise null.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With365Base.GetRadioButtonImage(System.Boolean,System.Boolean,System.Boolean,System.Boolean)">
<summary>
Gets a check box image appropriate for the provided state.
</summary>
<param name="enabled">Is the radio button enabled.</param>
<param name="checkState">Is the radio button checked.</param>
<param name="tracking">Is the radio button being hot tracked.</param>
<param name="pressed">Is the radio button being pressed.</param>
<returns>Appropriate image for drawing; otherwise null.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With365Base.GetContextMenuCheckedImage">
<summary>
Gets a checked image appropriate for a context menu item.
</summary>
<returns>Appropriate image for drawing; otherwise null.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With365Base.GetContextMenuIndeterminateImage">
<summary>
Gets a indeterminate image appropriate for a context menu item.
</summary>
<returns>Appropriate image for drawing; otherwise null.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With365Base.GetGalleryButtonImage(Krypton.Toolkit.PaletteRibbonGalleryButton,Krypton.Toolkit.PaletteState)">
<summary>
Gets a check box image appropriate for the provided state.
</summary>
<param name="button">Enum of the button to fetch.</param>
<param name="state">State of the button to fetch.</param>
<returns>Appropriate image for drawing; otherwise null.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With365Base.GetButtonSpecImage(Krypton.Toolkit.PaletteButtonSpecStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the image to display for the button.
</summary>
<param name="style">Style of button spec.</param>
<param name="state">State for which image is required.</param>
<returns>Image value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With365Base.GetRibbonShape">
<summary>
Gets the ribbon shape that should be used.
</summary>
<returns>Ribbon shape value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With365Base.GetRibbonContextTextAlign(Krypton.Toolkit.PaletteState)">
<summary>
Gets the text alignment for the ribbon context text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Font value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With365Base.GetRibbonContextTextFont(Krypton.Toolkit.PaletteState)">
<summary>
Gets the font for the ribbon context text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Font value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With365Base.GetRibbonContextTextColor(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the ribbon context text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Font value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With365Base.GetRibbonDisabledDark(Krypton.Toolkit.PaletteState)">
<summary>
Gets the dark disabled color used for ribbon glyphs.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With365Base.GetRibbonDisabledLight(Krypton.Toolkit.PaletteState)">
<summary>
Gets the light disabled color used for ribbon glyphs.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With365Base.GetRibbonDropArrowLight(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the drop arrow light.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With365Base.GetRibbonDropArrowDark(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the drop arrow dark.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With365Base.GetRibbonGroupDialogDark(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the dialog launcher dark.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With365Base.GetRibbonGroupDialogLight(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the dialog launcher light.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With365Base.GetRibbonGroupSeparatorDark(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the group separator dark.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With365Base.GetRibbonGroupSeparatorLight(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the group separator light.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With365Base.GetRibbonMinimizeBarDark(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the minimize bar dark.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With365Base.GetRibbonMinimizeBarLight(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the minimize bar light.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With365Base.GetRibbonTabSeparatorColor(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the tab separator.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With365Base.GetRibbonTabSeparatorContextColor(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the tab context separators.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With365Base.GetRibbonTextFont(Krypton.Toolkit.PaletteState)">
<summary>
Gets the font for the ribbon text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Font value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With365Base.GetRibbonTextHint(Krypton.Toolkit.PaletteState)">
<summary>
Gets the rendering hint for the ribbon font.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteTextHint value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With365Base.GetRibbonQATButtonDark(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the extra QAT button dark content color.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With365Base.GetRibbonQATButtonLight(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color for the extra QAT button light content color.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With365Base.GetRibbonBackColorStyle(Krypton.Toolkit.PaletteRibbonBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the method used to draw the background of a ribbon item.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteRibbonBackStyle value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With365Base.GetRibbonBackColor1(Krypton.Toolkit.PaletteRibbonBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the first background color for the ribbon item.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With365Base.GetRibbonBackColor2(Krypton.Toolkit.PaletteRibbonBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the second background color for the ribbon item.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With365Base.GetRibbonBackColor3(Krypton.Toolkit.PaletteRibbonBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the third background color for the ribbon item.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With365Base.GetRibbonBackColor4(Krypton.Toolkit.PaletteRibbonBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the fourth background color for the ribbon item.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With365Base.GetRibbonBackColor5(Krypton.Toolkit.PaletteRibbonBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the fifth background color for the ribbon item.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With365Base.GetRibbonTextColor(Krypton.Toolkit.PaletteRibbonTextStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the =color for the item text.
</summary>
<param name="style">Text style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With365Base.GetElementColor1(Krypton.Toolkit.PaletteElement,Krypton.Toolkit.PaletteState)">
<summary>
Gets the first element color.
</summary>
<param name="element">Element for which color is required.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With365Base.GetElementColor2(Krypton.Toolkit.PaletteElement,Krypton.Toolkit.PaletteState)">
<summary>
Gets the second element color.
</summary>
<param name="element">Element for which color is required.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With365Base.GetElementColor3(Krypton.Toolkit.PaletteElement,Krypton.Toolkit.PaletteState)">
<summary>
Gets the third element color.
</summary>
<param name="element">Element for which color is required.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With365Base.GetElementColor4(Krypton.Toolkit.PaletteElement,Krypton.Toolkit.PaletteState)">
<summary>
Gets the fourth element color.
</summary>
<param name="element">Element for which color is required.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With365Base.GetElementColor5(Krypton.Toolkit.PaletteElement,Krypton.Toolkit.PaletteState)">
<summary>
Gets the fifth element color.
</summary>
<param name="element">Element for which color is required.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="P:Krypton.Toolkit.PaletteVisualStudio2010With365Base.ColorTable">
<summary>
Gets access to the color table instance.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010With365Base.OnUserPreferenceChanged(System.Object,Microsoft.Win32.UserPreferenceChangedEventArgs)">
<summary>
Handle a change in the user preferences.
</summary>
<param name="sender">Source of event.</param>
<param name="e">Event data.</param>
</member>
<member name="T:Krypton.Toolkit.PaletteVisualStudio2010Office2007Variation">
<summary>Provides the Visual Studio 2010 colour theme, based on the 2007 renderer.</summary>
<seealso cref="T:Krypton.Toolkit.PaletteVisualStudio2010With2007Base" />
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010Office2007Variation.#ctor">
<summary>Initializes a new instance of the <see cref="T:Krypton.Toolkit.PaletteVisualStudio2010Office2007Variation" /> class.</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010Office2007Variation.GetContextMenuSubMenuImage">
<summary>
Gets an image indicating a sub-menu on a context menu item.
</summary>
<returns>Appropriate image for drawing; otherwise null.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010Office2007Variation.GetButtonSpecImage(Krypton.Toolkit.PaletteButtonSpecStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the image to display for the button.
</summary>
<param name="style">Style of button spec.</param>
<param name="state">State for which image is required.</param>
<returns>Image value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010Office2007Variation.GetRibbonTabRowGradientColor1(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010Office2007Variation.GetRibbonTabRowBackgroundGradientRaftingDark(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010Office2007Variation.GetRibbonTabRowBackgroundGradientRaftingLight(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010Office2007Variation.GetRibbonTabRowBackgroundSolidColor(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010Office2007Variation.GetRibbonTabRowGradientRaftingAngle(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010Office2007Variation.GetRibbonFileAppTabBottomColor(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010Office2007Variation.GetRibbonFileAppTabTopColor(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010Office2007Variation.GetRibbonFileAppTabTextColor(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="T:Krypton.Toolkit.PaletteVisualStudio2010Office2010Variation">
<summary>Provides the Visual Studio 2010 colour theme, based on the 2010 renderer.</summary>
<seealso cref="T:Krypton.Toolkit.PaletteVisualStudio2010With2010Base" />
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010Office2010Variation.#ctor">
<summary>Initializes a new instance of the <see cref="T:Krypton.Toolkit.PaletteVisualStudio2010Office2010Variation" /> class.</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010Office2010Variation.GetContextMenuSubMenuImage">
<summary>
Gets an image indicating a sub-menu on a context menu item.
</summary>
<returns>Appropriate image for drawing; otherwise null.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010Office2010Variation.GetButtonSpecImage(Krypton.Toolkit.PaletteButtonSpecStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the image to display for the button.
</summary>
<param name="style">Style of button spec.</param>
<param name="state">State for which image is required.</param>
<returns>Image value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010Office2010Variation.GetRibbonTabRowGradientColor1(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010Office2010Variation.GetRibbonTabRowBackgroundGradientRaftingDark(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010Office2010Variation.GetRibbonTabRowBackgroundGradientRaftingLight(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010Office2010Variation.GetRibbonTabRowBackgroundSolidColor(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010Office2010Variation.GetRibbonTabRowGradientRaftingAngle(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010Office2010Variation.GetRibbonFileAppTabBottomColor(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010Office2010Variation.GetRibbonFileAppTabTopColor(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010Office2010Variation.GetRibbonFileAppTabTextColor(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="T:Krypton.Toolkit.PaletteVisualStudio2010Office2013Variation">
<summary>Provides the Visual Studio 2010 colour theme, based on the 2013 renderer.</summary>
<seealso cref="T:Krypton.Toolkit.PaletteVisualStudio2010With2013Base" />
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010Office2013Variation.#ctor">
<summary>Initializes a new instance of the <see cref="T:Krypton.Toolkit.PaletteVisualStudio2010Office2013Variation" /> class.</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010Office2013Variation.GetContextMenuSubMenuImage">
<summary>
Gets an image indicating a sub-menu on a context menu item.
</summary>
<returns>Appropriate image for drawing; otherwise null.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010Office2013Variation.GetButtonSpecImage(Krypton.Toolkit.PaletteButtonSpecStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the image to display for the button.
</summary>
<param name="style">Style of button spec.</param>
<param name="state">State for which image is required.</param>
<returns>Image value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010Office2013Variation.GetRibbonTabRowGradientColor1(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010Office2013Variation.GetRibbonTabRowBackgroundGradientRaftingDark(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010Office2013Variation.GetRibbonTabRowBackgroundGradientRaftingLight(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010Office2013Variation.GetRibbonTabRowBackgroundSolidColor(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010Office2013Variation.GetRibbonTabRowGradientRaftingAngle(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010Office2013Variation.GetRibbonFileAppTabBottomColor(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010Office2013Variation.GetRibbonFileAppTabTopColor(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010Office2013Variation.GetRibbonFileAppTabTextColor(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="T:Krypton.Toolkit.PaletteVisualStudio2010Microsoft365Variation">
<summary>Provides the Visual Studio 2010 colour theme, based on the Microsoft 365 renderer.</summary>
<seealso cref="T:Krypton.Toolkit.PaletteVisualStudio2010With365Base" />
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010Microsoft365Variation.#ctor">
<summary>Initializes a new instance of the <see cref="T:Krypton.Toolkit.PaletteVisualStudio2010Microsoft365Variation" /> class.</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010Microsoft365Variation.GetContextMenuSubMenuImage">
<summary>
Gets an image indicating a sub-menu on a context menu item.
</summary>
<returns>Appropriate image for drawing; otherwise null.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010Microsoft365Variation.GetButtonSpecImage(Krypton.Toolkit.PaletteButtonSpecStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the image to display for the button.
</summary>
<param name="style">Style of button spec.</param>
<param name="state">State for which image is required.</param>
<returns>Image value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010Microsoft365Variation.GetRibbonTabRowGradientColor1(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010Microsoft365Variation.GetRibbonTabRowBackgroundGradientRaftingDark(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010Microsoft365Variation.GetRibbonTabRowBackgroundGradientRaftingLight(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010Microsoft365Variation.GetRibbonTabRowBackgroundSolidColor(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010Microsoft365Variation.GetRibbonTabRowGradientRaftingAngle(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010Microsoft365Variation.GetRibbonFileAppTabBottomColor(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010Microsoft365Variation.GetRibbonFileAppTabTopColor(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.PaletteVisualStudio2010Microsoft365Variation.GetRibbonFileAppTabTextColor(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.KryptonInternalKCT.#ctor(Krypton.Toolkit.KryptonColorTable,Krypton.Toolkit.PaletteBase)">
<summary>
Initialize a new instance of the KryptonInternalKCT class.
</summary>
<param name="baseKCT">Initial base KCT to inherit values from.</param>
<param name="palette">Reference to associated palette.</param>
</member>
<member name="P:Krypton.Toolkit.KryptonInternalKCT.IsDefault">
<summary>
Gets a value indicating if all values are default.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonInternalKCT.ButtonCheckedGradientBegin">
<summary>
Gets the starting color of the gradient used when the button is checked.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonInternalKCT.InternalButtonCheckedGradientBegin">
<summary>
Sets and sets the internal ButtonCheckedGradientBegin value.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonInternalKCT.ButtonCheckedGradientEnd">
<summary>
Gets the end color of the gradient used when the button is checked.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonInternalKCT.InternalButtonCheckedGradientEnd">
<summary>
Sets and sets the internal ButtonCheckedGradientEnd value.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonInternalKCT.ButtonCheckedGradientMiddle">
<summary>
Gets the middle color of the gradient used when the button is checked.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonInternalKCT.InternalButtonCheckedGradientMiddle">
<summary>
Sets and sets the internal ButtonCheckedGradientMiddle value.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonInternalKCT.ButtonCheckedHighlight">
<summary>
Gets the solid color used when the button is checked.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonInternalKCT.InternalButtonCheckedHighlight">
<summary>
Sets and sets the internal ButtonCheckedHighlight value.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonInternalKCT.ButtonCheckedHighlightBorder">
<summary>
Gets the border color to use with ButtonCheckedHighlight.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonInternalKCT.InternalButtonCheckedHighlightBorder">
<summary>
Sets and sets the internal ButtonCheckedHighlightBorder value.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonInternalKCT.ButtonPressedBorder">
<summary>
Gets the border color to use with the ButtonPressedGradientBegin, ButtonPressedGradientMiddle, and ButtonPressedGradientEnd colors.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonInternalKCT.InternalButtonPressedBorder">
<summary>
Sets and sets the internal ButtonPressedBorder value.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonInternalKCT.ButtonPressedGradientBegin">
<summary>
Gets the starting color of the gradient used when the button is pressed.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonInternalKCT.InternalButtonPressedGradientBegin">
<summary>
Sets and sets the internal ButtonPressedGradientBegin value.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonInternalKCT.ButtonPressedGradientEnd">
<summary>
Gets the end color of the gradient used when the button is pressed.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonInternalKCT.InternalButtonPressedGradientEnd">
<summary>
Sets and sets the internal ButtonPressedGradientEnd value.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonInternalKCT.ButtonPressedGradientMiddle">
<summary>
Gets the middle color of the gradient used when the button is pressed.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonInternalKCT.InternalButtonPressedGradientMiddle">
<summary>
Sets and sets the internal ButtonPressedGradientMiddle value.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonInternalKCT.ButtonPressedHighlight">
<summary>
Gets the solid color used when the button is pressed.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonInternalKCT.InternalButtonPressedHighlight">
<summary>
Sets and sets the internal ButtonPressedHighlight value.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonInternalKCT.ButtonPressedHighlightBorder">
<summary>
Gets the border color to use with ButtonPressedHighlight.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonInternalKCT.InternalButtonPressedHighlightBorder">
<summary>
Sets and sets the internal ButtonPressedHighlightBorder value.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonInternalKCT.ButtonSelectedBorder">
<summary>
Gets the border color to use with the ButtonSelectedGradientBegin, ButtonSelectedGradientMiddle, and ButtonSelectedGradientEnd colors.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonInternalKCT.InternalButtonSelectedBorder">
<summary>
Sets and sets the internal ButtonSelectedBorder value.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonInternalKCT.ButtonSelectedGradientBegin">
<summary>
Gets the starting color of the gradient used when the button is selected.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonInternalKCT.InternalButtonSelectedGradientBegin">
<summary>
Sets and sets the internal ButtonSelectedGradientBegin value.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonInternalKCT.ButtonSelectedGradientEnd">
<summary>
Gets the end color of the gradient used when the button is selected.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonInternalKCT.InternalButtonSelectedGradientEnd">
<summary>
Sets and sets the internal ButtonSelectedGradientEnd value.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonInternalKCT.ButtonSelectedGradientMiddle">
<summary>
Gets the middle color of the gradient used when the button is selected.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonInternalKCT.InternalButtonSelectedGradientMiddle">
<summary>
Sets and sets the internal ButtonSelectedGradientMiddle value.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonInternalKCT.ButtonSelectedHighlight">
<summary>
Gets the solid color used when the button is selected.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonInternalKCT.InternalButtonSelectedHighlight">
<summary>
Sets and sets the internal ButtonSelectedHighlight value.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonInternalKCT.ButtonSelectedHighlightBorder">
<summary>
Gets the border color to use with ButtonSelectedHighlight.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonInternalKCT.InternalButtonSelectedHighlightBorder">
<summary>
Sets and sets the internal ButtonSelectedHighlightBorder value.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonInternalKCT.CheckBackground">
<summary>
Gets the solid color to use when the button is checked and gradients are being used.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonInternalKCT.InternalCheckBackground">
<summary>
Sets and sets the internal CheckBackground value.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonInternalKCT.CheckPressedBackground">
<summary>
Gets the solid color to use when the button is checked and selected and gradients are being used.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonInternalKCT.InternalCheckPressedBackground">
<summary>
Sets and sets the internal CheckPressedBackground value.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonInternalKCT.CheckSelectedBackground">
<summary>
Gets the solid color to use when the button is checked and selected and gradients are being used.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonInternalKCT.InternalCheckSelectedBackground">
<summary>
Sets and sets the internal CheckSelectedBackground value.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonInternalKCT.GripDark">
<summary>
Gets the color to use for shadow effects on the grip (move handle).
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonInternalKCT.InternalGripDark">
<summary>
Sets and sets the internal GripDark value.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonInternalKCT.GripLight">
<summary>
Gets the color to use for highlight effects on the grip (move handle).
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonInternalKCT.InternalGripLight">
<summary>
Sets and sets the internal GripLight value.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonInternalKCT.ImageMarginGradientBegin">
<summary>
Gets the starting color of the gradient used in the image margin of a ToolStripDropDownMenu.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonInternalKCT.InternalImageMarginGradientBegin">
<summary>
Sets and sets the internal ImageMarginGradientBegin value.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonInternalKCT.ImageMarginGradientEnd">
<summary>
Gets the end color of the gradient used in the image margin of a ToolStripDropDownMenu.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonInternalKCT.InternalImageMarginGradientEnd">
<summary>
Sets and sets the internal ImageMarginGradientEnd value.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonInternalKCT.ImageMarginGradientMiddle">
<summary>
Gets the middle color of the gradient used in the image margin of a ToolStripDropDownMenu.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonInternalKCT.InternalImageMarginGradientMiddle">
<summary>
Sets and sets the internal ImageMarginGradientMiddle value.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonInternalKCT.ImageMarginRevealedGradientBegin">
<summary>
Gets the starting color of the gradient used in the image margin of a ToolStripDropDownMenu when an item is revealed.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonInternalKCT.InternalImageMarginRevealedGradientBegin">
<summary>
Sets and sets the internal ImageMarginRevealedGradientBegin value.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonInternalKCT.ImageMarginRevealedGradientEnd">
<summary>
Gets the end color of the gradient used in the image margin of a ToolStripDropDownMenu when an item is revealed.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonInternalKCT.InternalImageMarginRevealedGradientEnd">
<summary>
Sets and sets the internal ImageMarginRevealedGradientEnd value.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonInternalKCT.ImageMarginRevealedGradientMiddle">
<summary>
Gets the middle color of the gradient used in the image margin of a ToolStripDropDownMenu when an item is revealed.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonInternalKCT.InternalImageMarginRevealedGradientMiddle">
<summary>
Sets and sets the internal ImageMarginRevealedGradientMiddle value.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonInternalKCT.MenuBorder">
<summary>
Gets the color that is the border color to use on a MenuStrip.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonInternalKCT.InternalMenuBorder">
<summary>
Sets and sets the internal MenuBorder value.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonInternalKCT.MenuItemText">
<summary>
Gets the color used to draw menu item text.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonInternalKCT.InternalMenuItemText">
<summary>
Sets and sets the internal MenuItemText value.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonInternalKCT.MenuStripFont">
<summary>
Gets the font used to draw text on a status strip.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonInternalKCT.InternalMenuStripFont">
<summary>
Sets and sets the internal MenuStripFont value.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonInternalKCT.MenuItemBorder">
<summary>
Gets the border color to use with a ToolStripMenuItem.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonInternalKCT.InternalMenuItemBorder">
<summary>
Sets and sets the internal MenuItemBorder value.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonInternalKCT.MenuItemPressedGradientBegin">
<summary>
Gets the starting color of the gradient used when a top-level ToolStripMenuItem is pressed.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonInternalKCT.InternalMenuItemPressedGradientBegin">
<summary>
Sets and sets the internal MenuItemPressedGradientBegin value.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonInternalKCT.MenuItemPressedGradientEnd">
<summary>
Gets the end color of the gradient used when a top-level ToolStripMenuItem is pressed.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonInternalKCT.InternalMenuItemPressedGradientEnd">
<summary>
Sets and sets the internal MenuItemPressedGradientEnd value.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonInternalKCT.MenuItemPressedGradientMiddle">
<summary>
Gets the middle color of the gradient used when a top-level ToolStripMenuItem is pressed.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonInternalKCT.InternalMenuItemPressedGradientMiddle">
<summary>
Sets and sets the internal MenuItemPressedGradientMiddle value.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonInternalKCT.MenuItemSelected">
<summary>
Gets the solid color to use when a ToolStripMenuItem other than the top-level ToolStripMenuItem is selected.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonInternalKCT.InternalMenuItemSelected">
<summary>
Sets and sets the internal MenuItemSelected value.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonInternalKCT.MenuItemSelectedGradientBegin">
<summary>
Gets the starting color of the gradient used when the ToolStripMenuItem is selected.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonInternalKCT.InternalMenuItemSelectedGradientBegin">
<summary>
Sets and sets the internal MenuItemSelectedGradientBegin value.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonInternalKCT.MenuItemSelectedGradientEnd">
<summary>
Gets the end color of the gradient used when the ToolStripMenuItem is selected.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonInternalKCT.InternalMenuItemSelectedGradientEnd">
<summary>
Sets and sets the internal MenuItemSelectedGradientEnd value.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonInternalKCT.MenuStripText">
<summary>
Gets the color used to draw text on a menu strip.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonInternalKCT.InternalMenuStripText">
<summary>
Sets and sets the internal MenuStripText value.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonInternalKCT.MenuStripGradientBegin">
<summary>
Gets the starting color of the gradient used in the MenuStrip.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonInternalKCT.InternalMenuStripGradientBegin">
<summary>
Sets and sets the internal MenuStripGradientBegin value.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonInternalKCT.MenuStripGradientEnd">
<summary>
Gets the end color of the gradient used in the MenuStrip.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonInternalKCT.InternalMenuStripGradientEnd">
<summary>
Sets and sets the internal MenuStripGradientEnd value.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonInternalKCT.OverflowButtonGradientBegin">
<summary>
Gets the starting color of the gradient used in the ToolStripOverflowButton.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonInternalKCT.InternalOverflowButtonGradientBegin">
<summary>
Sets and sets the internal OverflowButtonGradientBegin value.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonInternalKCT.OverflowButtonGradientEnd">
<summary>
Gets the end color of the gradient used in the ToolStripOverflowButton.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonInternalKCT.InternalOverflowButtonGradientEnd">
<summary>
Sets and sets the internal OverflowButtonGradientEnd value.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonInternalKCT.OverflowButtonGradientMiddle">
<summary>
Gets the middle color of the gradient used in the ToolStripOverflowButton.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonInternalKCT.InternalOverflowButtonGradientMiddle">
<summary>
Sets and sets the internal OverflowButtonGradientMiddle value.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonInternalKCT.RaftingContainerGradientBegin">
<summary>
Gets the starting color of the gradient used in the ToolStripContainer.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonInternalKCT.InternalRaftingContainerGradientBegin">
<summary>
Sets and sets the internal RaftingContainerGradientBegin value.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonInternalKCT.RaftingContainerGradientEnd">
<summary>
Gets the end color of the gradient used in the ToolStripContainer.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonInternalKCT.InternalRaftingContainerGradientEnd">
<summary>
Sets and sets the internal RaftingContainerGradientEnd value.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonInternalKCT.SeparatorDark">
<summary>
Gets the color to use to for shadow effects on the ToolStripSeparator.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonInternalKCT.InternalSeparatorDark">
<summary>
Sets and sets the internal SeparatorDark value.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonInternalKCT.SeparatorLight">
<summary>
Gets the color to use to for highlight effects on the ToolStripSeparator.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonInternalKCT.InternalSeparatorLight">
<summary>
Sets and sets the internal SeparatorLight value.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonInternalKCT.StatusStripText">
<summary>
Gets the color used to draw text on a status strip.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonInternalKCT.InternalStatusStripText">
<summary>
Sets and sets the internal StatusStripText value.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonInternalKCT.StatusStripFont">
<summary>
Gets the font used to draw text on a status strip.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonInternalKCT.InternalStatusStripFont">
<summary>
Sets and sets the internal StatusStripFont value.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonInternalKCT.StatusStripGradientBegin">
<summary>
Gets the starting color of the gradient used on the StatusStrip.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonInternalKCT.InternalStatusStripGradientBegin">
<summary>
Sets and sets the internal StatusStripGradientBegin value.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonInternalKCT.StatusStripGradientEnd">
<summary>
Gets the end color of the gradient used on the StatusStrip.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonInternalKCT.InternalStatusStripGradientEnd">
<summary>
Sets and sets the internal StatusStripGradientEnd value.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonInternalKCT.ToolStripText">
<summary>
Gets the color used to draw text on a tool strip.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonInternalKCT.InternalToolStripText">
<summary>
Sets and sets the internal ToolStripText value.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonInternalKCT.ToolStripFont">
<summary>
Gets the font used to draw text on a tool strip.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonInternalKCT.InternalToolStripFont">
<summary>
Sets and sets the internal ToolStripFont value.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonInternalKCT.ToolStripBorder">
<summary>
Gets the border color to use on the bottom edge of the ToolStrip.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonInternalKCT.InternalToolStripBorder">
<summary>
Sets and sets the internal ToolStripBorder value.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonInternalKCT.ToolStripContentPanelGradientBegin">
<summary>
Gets the starting color of the gradient used in the ToolStripContentPanel.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonInternalKCT.InternalToolStripContentPanelGradientBegin">
<summary>
Sets and sets the internal ToolStripContentPanelGradientBegin value.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonInternalKCT.ToolStripContentPanelGradientEnd">
<summary>
Gets the end color of the gradient used in the ToolStripContentPanel.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonInternalKCT.InternalToolStripContentPanelGradientEnd">
<summary>
Sets and sets the internal ToolStripContentPanelGradientEnd value.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonInternalKCT.ToolStripDropDownBackground">
<summary>
Gets the solid background color of the ToolStripDropDown.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonInternalKCT.InternalToolStripDropDownBackground">
<summary>
Sets and sets the internal ToolStripDropDownBackground value.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonInternalKCT.ToolStripGradientBegin">
<summary>
Gets the starting color of the gradient used in the ToolStrip background.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonInternalKCT.InternalToolStripGradientBegin">
<summary>
Sets and sets the internal ToolStripGradientBegin value.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonInternalKCT.ToolStripGradientEnd">
<summary>
Gets the end color of the gradient used in the ToolStrip background.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonInternalKCT.InternalToolStripGradientEnd">
<summary>
Sets and sets the internal ToolStripGradientEnd value.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonInternalKCT.ToolStripGradientMiddle">
<summary>
Gets the middle color of the gradient used in the ToolStrip background.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonInternalKCT.InternalToolStripGradientMiddle">
<summary>
Sets and sets the internal ToolStripGradientMiddle value.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonInternalKCT.ToolStripPanelGradientBegin">
<summary>
Gets the starting color of the gradient used in the ToolStripPanel.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonInternalKCT.InternalToolStripPanelGradientBegin">
<summary>
Sets and sets the internal ToolStripPanelGradientBegin value.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonInternalKCT.ToolStripPanelGradientEnd">
<summary>
Gets the end color of the gradient used in the ToolStripPanel.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonInternalKCT.InternalToolStripPanelGradientEnd">
<summary>
Sets and sets the internal ToolStripPanelGradientEnd value.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonInternalKCT.UseRoundedEdges">
<summary>
Gets a value indicating if rounded edges are required.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonInternalKCT.InternalUseRoundedEdges">
<summary>
Sets and sets the internal UseRoundedEdges value.
</summary>
</member>
<member name="T:Krypton.Toolkit.KryptonPaletteButtonSpecBase">
<summary>
Base class for defining button specifications.
</summary>
</member>
<member name="E:Krypton.Toolkit.KryptonPaletteButtonSpecBase.ButtonSpecChanged">
<summary>
Occurs when a button spec change occurs.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonPaletteButtonSpecBase.#ctor(Krypton.Toolkit.PaletteRedirect)">
<summary>
Initialize a new instance of the KryptonPaletteButtonSpecBase class.
</summary>
<param name="redirector">Palette redirector for sourcing inherited values.</param>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteButtonSpecBase.IsDefault">
<summary>
Gets a value indicating if all values are default.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteButtonSpecBase.Redirector">
<summary>
Gets access to the redirector.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonPaletteButtonSpecBase.SetRedirector(Krypton.Toolkit.PaletteRedirect)">
<summary>
Update the redirector with new reference.
</summary>
<param name="redirect">Target redirector.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonPaletteButtonSpecBase.PopulateFromBase(Krypton.Toolkit.PaletteButtonSpecStyle)">
<summary>
Populate values from the base palette.
</summary>
<param name="style">The style of the button spec instance.</param>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteButtonSpecBase.Style">
<summary>
Gets and sets the button style.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonPaletteButtonSpecBase.ResetStyle">
<summary>
Resets the Style property to its default value.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteButtonSpecBase.Orientation">
<summary>
Gets and sets the button orientation.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonPaletteButtonSpecBase.ResetOrientation">
<summary>
Resets the Orientation property to its default value.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteButtonSpecBase.Edge">
<summary>
Gets and sets the header edge to display the button against.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonPaletteButtonSpecBase.ResetEdge">
<summary>
Resets the Edge property to its default value.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonPaletteButtonSpecBase.GetButtonSpecIcon(Krypton.Toolkit.PaletteButtonSpecStyle)">
<summary>
Gets the icon to display for the button.
</summary>
<param name="style">Style of button spec.</param>
<returns>Icon value.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonPaletteButtonSpecBase.GetButtonSpecImage(Krypton.Toolkit.PaletteButtonSpecStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the image to display for the button.
</summary>
<param name="style">Style of button spec.</param>
<param name="state">State for which image is required.</param>
<returns>Image value.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonPaletteButtonSpecBase.GetButtonSpecImageTransparentColor(Krypton.Toolkit.PaletteButtonSpecStyle)">
<summary>
Gets the image transparent color.
</summary>
<param name="style">Style of button spec.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonPaletteButtonSpecBase.GetButtonSpecShortText(Krypton.Toolkit.PaletteButtonSpecStyle)">
<summary>
Gets the short text to display for the button.
</summary>
<param name="style">Style of button spec.</param>
<returns>String value.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonPaletteButtonSpecBase.GetButtonSpecLongText(Krypton.Toolkit.PaletteButtonSpecStyle)">
<summary>
Gets the long text to display for the button.
</summary>
<param name="style">Style of button spec.</param>
<returns>String value.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonPaletteButtonSpecBase.GetButtonSpecToolTipTitle(Krypton.Toolkit.PaletteButtonSpecStyle)">
<summary>
Gets the tooltip title text to display for the button.
</summary>
<param name="style">Style of button spec.</param>
<returns>String value.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonPaletteButtonSpecBase.GetButtonSpecColorMap(Krypton.Toolkit.PaletteButtonSpecStyle)">
<summary>
Gets the color to remap from the image to the container foreground.
</summary>
<param name="style">Style of button spec.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonPaletteButtonSpecBase.GetButtonSpecStyle(Krypton.Toolkit.PaletteButtonSpecStyle)">
<summary>
Gets the button style used for drawing the button.
</summary>
<param name="style">Style of button spec.</param>
<returns>PaletteButtonStyle value.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonPaletteButtonSpecBase.GetButtonSpecLocation(Krypton.Toolkit.PaletteButtonSpecStyle)">
<summary>
Get the location for the button.
</summary>
<param name="style">Style of button spec.</param>
<returns>HeaderLocation value.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonPaletteButtonSpecBase.GetButtonSpecEdge(Krypton.Toolkit.PaletteButtonSpecStyle)">
<summary>
Gets the edge to position the button against.
</summary>
<param name="style">Style of button spec.</param>
<returns>PaletteRelativeEdgeAlign value.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonPaletteButtonSpecBase.GetButtonSpecOrientation(Krypton.Toolkit.PaletteButtonSpecStyle)">
<summary>
Gets the button orientation.
</summary>
<param name="style">Style of button spec.</param>
<returns>PaletteButtonOrientation value.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonPaletteButtonSpecBase.OnButtonSpecChanged(System.Object,System.EventArgs)">
<summary>
Raises the ButtonSpecChanged event.
</summary>
<param name="sender">Source of the event.</param>
<param name="e">An EventArgs containing event data.</param>
</member>
<member name="T:Krypton.Toolkit.KryptonPaletteButtonSpecs">
<summary>
Overrides for defining button specifications.
</summary>
</member>
<member name="E:Krypton.Toolkit.KryptonPaletteButtonSpecs.ButtonSpecChanged">
<summary>
Occurs when a button spec change occurs.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonPaletteButtonSpecs.#ctor(Krypton.Toolkit.PaletteRedirect)">
<summary>
Initialize a new instance of the KryptonPaletteButtonSpecs class.
</summary>
<param name="redirector">Palette redirector for sourcing inherited values.</param>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteButtonSpecs.IsDefault">
<summary>
Gets a value indicating if all values are default.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonPaletteButtonSpecs.PopulateFromBase">
<summary>
Populate values from the base palette.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteButtonSpecs.Common">
<summary>
Gets access to the common button specification.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteButtonSpecs.Generic">
<summary>
Gets access to the generic button specification.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteButtonSpecs.Close">
<summary>
Gets access to the close button specification.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteButtonSpecs.Context">
<summary>
Gets access to the context button specification.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteButtonSpecs.Next">
<summary>
Gets access to the next button specification.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteButtonSpecs.Previous">
<summary>
Gets access to the previous button specification.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteButtonSpecs.ArrowLeft">
<summary>
Gets access to the left arrow button specification.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteButtonSpecs.ArrowRight">
<summary>
Gets access to the right arrow button specification.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteButtonSpecs.ArrowUp">
<summary>
Gets access to the right up button specification.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteButtonSpecs.ArrowDown">
<summary>
Gets access to the right up button specification.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteButtonSpecs.DropDown">
<summary>
Gets access to the drop-down button specification.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteButtonSpecs.PinVertical">
<summary>
Gets access to the pin vertical button specification.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteButtonSpecs.PinHorizontal">
<summary>
Gets access to the pin horizontal button specification.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteButtonSpecs.FormClose">
<summary>
Gets access to the form close button specification.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteButtonSpecs.FormMin">
<summary>
Gets access to the form minimize button specification.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteButtonSpecs.FormMax">
<summary>
Gets access to the form maximize button specification.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteButtonSpecs.FormRestore">
<summary>
Gets access to the form restore button specification.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteButtonSpecs.FormHelp">
<summary>
Gets access to the form "Help" button specification.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteButtonSpecs.PendantClose">
<summary>
Gets access to the pendant close button specification.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteButtonSpecs.PendantMin">
<summary>
Gets access to the pendant minimize button specification.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteButtonSpecs.PendantRestore">
<summary>
Gets access to the pendant restore button specification.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteButtonSpecs.WorkspaceMaximize">
<summary>
Gets access to the workspace maximize button specification.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteButtonSpecs.WorkspaceRestore">
<summary>
Gets access to the workspace restore button specification.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteButtonSpecs.RibbonMinimize">
<summary>
Gets access to the ribbon minimize button specification.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteButtonSpecs.RibbonExpand">
<summary>
Gets access to the ribbon expand button specification.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonPaletteButtonSpecs.OnButtonSpecChanged(System.Object,System.EventArgs)">
<summary>
Raises the ButtonSpecChanged event.
</summary>
<param name="sender">Source of the event.</param>
<param name="e">An EventArgs containing event data.</param>
</member>
<member name="T:Krypton.Toolkit.KryptonPaletteButtonSpecTyped">
<summary>
Overrides for defining typed button specifications.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonPaletteButtonSpecTyped.#ctor(Krypton.Toolkit.PaletteRedirect)">
<summary>
Initialize a new instance of the KryptonPaletteButtonSpecCommon class.
</summary>
<param name="redirector">Palette redirector for sourcing inherited values.</param>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteButtonSpecTyped.IsDefault">
<summary>
Gets a value indicating if all values are default.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonPaletteButtonSpecTyped.PopulateFromBase(Krypton.Toolkit.PaletteButtonSpecStyle)">
<summary>
Populate values from the base palette.
</summary>
<param name="style">The style of the button spec instance.</param>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteButtonSpecTyped.Image">
<summary>
Gets and sets the button image.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonPaletteButtonSpecTyped.ResetImage">
<summary>
Resets the Image property to its default value.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteButtonSpecTyped.ImageStates">
<summary>
Gets access to the state specific images for the button.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteButtonSpecTyped.Text">
<summary>
Gets and sets the button text.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonPaletteButtonSpecTyped.ResetText">
<summary>
Resets the Text property to its default value.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteButtonSpecTyped.ExtraText">
<summary>
Gets and sets the button extra text.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonPaletteButtonSpecTyped.ResetExtraText">
<summary>
Resets the ExtraText property to its default value.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteButtonSpecTyped.ToolTipTitle">
<summary>
Gets and sets the button tooltip title text.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonPaletteButtonSpecTyped.ResetToolTipTitle">
<summary>
Resets the ToolTipTitle property to its default value.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteButtonSpecTyped.ColorMap">
<summary>
Gets and sets image color to remap to container foreground.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonPaletteButtonSpecTyped.ResetColorMap">
<summary>
Resets the ColorMap property to its default value.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteButtonSpecTyped.AllowInheritImage">
<summary>
Gets and sets if the button image be inherited if defined as null.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonPaletteButtonSpecTyped.ResetAllowInheritImage">
<summary>
Resets the AllowInheritImage property to its default value.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteButtonSpecTyped.AllowInheritText">
<summary>
Gets and sets if the button text be inherited if defined as empty.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonPaletteButtonSpecTyped.ResetAllowInheritText">
<summary>
Resets the AllowInheritText property to its default value.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteButtonSpecTyped.AllowInheritExtraText">
<summary>
Gets and sets if the button extra text be inherited if defined as empty.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonPaletteButtonSpecTyped.ResetAllowInheritExtraText">
<summary>
Resets the AllowInheritExtraText property to its default value.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteButtonSpecTyped.AllowInheritToolTipTitle">
<summary>
Gets and sets if the button tooltip title text be inherited if defined as empty.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonPaletteButtonSpecTyped.ResetAllowInheritToolTipTitle">
<summary>
Resets the AllowInheritToolTipTitle property to its default value.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonPaletteButtonSpecTyped.GetButtonSpecImage(Krypton.Toolkit.PaletteButtonSpecStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the image to display for the button.
</summary>
<param name="style">Style of button spec.</param>
<param name="state">State for which image is required.</param>
<returns>Image value.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonPaletteButtonSpecTyped.GetButtonSpecShortText(Krypton.Toolkit.PaletteButtonSpecStyle)">
<summary>
Gets the short text to display for the button.
</summary>
<param name="style">Style of button spec.</param>
<returns>String value.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonPaletteButtonSpecTyped.GetButtonSpecLongText(Krypton.Toolkit.PaletteButtonSpecStyle)">
<summary>
Gets the long text to display for the button.
</summary>
<param name="style">Style of button spec.</param>
<returns>String value.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonPaletteButtonSpecTyped.GetButtonSpecToolTipTitle(Krypton.Toolkit.PaletteButtonSpecStyle)">
<summary>
Gets the tooltip title text to display for the button.
</summary>
<param name="style">Style of button spec.</param>
<returns>String value.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonPaletteButtonSpecTyped.GetButtonSpecColorMap(Krypton.Toolkit.PaletteButtonSpecStyle)">
<summary>
Gets the color to remap from the image to the container foreground.
</summary>
<param name="style">Style of button spec.</param>
<returns>Color value.</returns>
</member>
<member name="T:Krypton.Toolkit.KryptonPaletteCalendarDay">
<summary>
Storage of palette calendar day states.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonPaletteCalendarDay.#ctor(Krypton.Toolkit.PaletteRedirect,Krypton.Toolkit.NeedPaintHandler)">
<summary>
Initialize a new instance of the KryptonPaletteCalendarDay class.
</summary>
<param name="redirect">Redirector to inherit values from.</param>
<param name="needPaint">Delegate for notifying paint requests.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonPaletteCalendarDay.SetRedirector(Krypton.Toolkit.PaletteRedirect)">
<summary>
Update the redirector with new reference.
</summary>
<param name="redirect">Target redirector.</param>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteCalendarDay.IsDefault">
<summary>
Gets a value indicating if all values are default.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonPaletteCalendarDay.PopulateFromBase">
<summary>
Populate values from the base palette.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteCalendarDay.StateCommon">
<summary>
Gets access to the common calendar day appearance that other states can override.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteCalendarDay.StateDisabled">
<summary>
Gets access to the disabled calendar day appearance entries.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteCalendarDay.StateNormal">
<summary>
Gets access to the normal calendar day appearance entries.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteCalendarDay.StateTracking">
<summary>
Gets access to the hot tracking calendar day appearance entries.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteCalendarDay.StatePressed">
<summary>
Gets access to the pressed calendar day appearance entries.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteCalendarDay.StateCheckedNormal">
<summary>
Gets access to the normal checked calendar day appearance entries.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteCalendarDay.StateCheckedTracking">
<summary>
Gets access to the hot tracking checked calendar day appearance entries.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteCalendarDay.StateCheckedPressed">
<summary>
Gets access to the pressed checked calendar day appearance entries.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteCalendarDay.OverrideFocus">
<summary>
Gets access to the calendar day appearance when it has focus.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteCalendarDay.OverrideBolded">
<summary>
Gets access to the calendar day appearance when it has bolded days.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteCalendarDay.OverrideToday">
<summary>
Gets access to the calendar day appearance when it is today.
</summary>
</member>
<member name="T:Krypton.Toolkit.KryptonPaletteCargo">
<summary>
Storage of user supplied values not used by Krypton.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonPaletteCargo.#ctor(Krypton.Toolkit.NeedPaintHandler)">
<summary>
Initialize a new instance of the KryptonPaletteCargo class.
</summary>
<param name="needPaint">Delegate for notifying paint requests.</param>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteCargo.IsDefault">
<summary>
Gets a value indicating if all values are default.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteCargo.Color1">
<summary>
Gets and sets a user supplied color value.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonPaletteCargo.ResetColor1">
<summary>
esets the Color1 property to its default value.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteCargo.Color2">
<summary>
Gets and sets a user supplied color value.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonPaletteCargo.ResetColor2">
<summary>
esets the Color2 property to its default value.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteCargo.Color3">
<summary>
Gets and sets a user supplied color value.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonPaletteCargo.ResetColor3">
<summary>
esets the Color3 property to its default value.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteCargo.Color4">
<summary>
Gets and sets a user supplied color value.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonPaletteCargo.ResetColor4">
<summary>
esets the Color4 property to its default value.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteCargo.Color5">
<summary>
Gets and sets a user supplied color value.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonPaletteCargo.ResetColor5">
<summary>
esets the Color5 property to its default value.
</summary>
</member>
<member name="T:Krypton.Toolkit.KryptonPaletteCheckButton">
<summary>
Storage of palette check button states.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonPaletteCheckButton.#ctor(Krypton.Toolkit.PaletteRedirect,Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.NeedPaintHandler)">
<summary>
Initialize a new instance of the KryptonPaletteButtonBase class.
</summary>
<param name="redirect">Redirector to inherit values from.</param>
<param name="backStyle">Background style.</param>
<param name="borderStyle">Border style.</param>
<param name="contentStyle">Content style.</param>
<param name="needPaint">Delegate for notifying paint requests.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonPaletteCheckButton.SetRedirector(Krypton.Toolkit.PaletteRedirect)">
<summary>
Update the redirector with new reference.
</summary>
<param name="redirect">Target redirector.</param>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteCheckButton.IsDefault">
<summary>
Gets a value indicating if all values are default.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonPaletteCheckButton.PopulateFromBase">
<summary>
Populate values from the base palette.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteCheckButton.StateCommon">
<summary>
Gets access to the common button appearance that other states can override.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteCheckButton.StateDisabled">
<summary>
Gets access to the disabled button appearance entries.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteCheckButton.StateNormal">
<summary>
Gets access to the normal button appearance entries.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteCheckButton.StateTracking">
<summary>
Gets access to the hot tracking button appearance entries.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteCheckButton.StatePressed">
<summary>
Gets access to the pressed button appearance entries.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteCheckButton.StateCheckedNormal">
<summary>
Gets access to the normal checked button appearance entries.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteCheckButton.StateCheckedTracking">
<summary>
Gets access to the hot tracking checked button appearance entries.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteCheckButton.StateCheckedPressed">
<summary>
Gets access to the pressed checked button appearance entries.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteCheckButton.OverrideDefault">
<summary>
Gets access to the normal button appearance when default.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteCheckButton.OverrideFocus">
<summary>
Gets access to the button appearance when it has focus.
</summary>
</member>
<member name="T:Krypton.Toolkit.KryptonPaletteCheckButtons">
<summary>
Storage for check button palette settings.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonPaletteCheckButtons.#ctor(Krypton.Toolkit.PaletteRedirect,Krypton.Toolkit.NeedPaintHandler)">
<summary>
Initialize a new instance of the KryptonPaletteButtons class.
</summary>
<param name="redirector">Palette redirector for sourcing inherited values.</param>
<param name="needPaint">Delegate for notifying paint requests.</param>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteCheckButtons.IsDefault">
<summary>
Gets a value indicating if all values are default.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonPaletteCheckButtons.PopulateFromBase(Krypton.Toolkit.KryptonPaletteCommon)">
<summary>
Populate values from the base palette.
</summary>
<param name="common">Reference to common settings.</param>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteCheckButtons.ButtonCommon">
<summary>
Gets access to the common inherited button appearance.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteCheckButtons.ButtonStandalone">
<summary>
Gets access to the Standalone appearance entries.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteCheckButtons.ButtonAlternate">
<summary>
Gets access to the Alternate appearance entries.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteCheckButtons.ButtonLowProfile">
<summary>
Gets access to the LowProfile appearance entries.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteCheckButtons.ButtonButtonSpec">
<summary>
Gets access to the ButtonSpec appearance entries.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteCheckButtons.ButtonBreadCrumb">
<summary>
Gets access to the BreadCrumb appearance entries.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteCheckButtons.ButtonCalendarDay">
<summary>
Gets access to the CalendarDay appearance entries.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteCheckButtons.ButtonCluster">
<summary>
Gets access to the ButtonCluster appearance entries.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteCheckButtons.ButtonGallery">
<summary>
Gets access to the ButtonGallery appearance entries.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteCheckButtons.ButtonNavigatorStack">
<summary>
Gets access to the ButtonNavigatorStack appearance entries.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteCheckButtons.ButtonNavigatorOverflow">
<summary>
Gets access to the ButtonNavigatorOverflow appearance entries.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteCheckButtons.ButtonNavigatorMini">
<summary>
Gets access to the ButtonNavigatorMini appearance entries.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteCheckButtons.ButtonInputControl">
<summary>
Gets access to the ButtonInputControl appearance entries.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteCheckButtons.ButtonListItem">
<summary>
Gets access to the ButtonListItem appearance entries.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteCheckButtons.ButtonForm">
<summary>
Gets access to the ButtonForm appearance entries.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteCheckButtons.ButtonFormClose">
<summary>
Gets access to the ButtonFormClose appearance entries.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteCheckButtons.ButtonCommand">
<summary>
Gets access to the ButtonCommand appearance entries.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteCheckButtons.ButtonCustom1">
<summary>
Gets access to the Custom1 appearance entries.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteCheckButtons.ButtonCustom2">
<summary>
Gets access to the Custom2 appearance entries.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteCheckButtons.ButtonCustom3">
<summary>
Gets access to the Custom3 appearance entries.
</summary>
</member>
<member name="T:Krypton.Toolkit.KryptonPaletteCommon">
<summary>
Storage for common palette settings.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonPaletteCommon.#ctor(Krypton.Toolkit.PaletteRedirect,Krypton.Toolkit.NeedPaintHandler)">
<summary>
Initialize a new instance of the KryptonPaletteCommon class.
</summary>
<param name="redirector">Palette redirector for sourcing inherited values.</param>
<param name="needPaint">Delegate for notifying paint requests.</param>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteCommon.IsDefault">
<summary>
Gets a value indicating if all values are default.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteCommon.StateCommon">
<summary>
Gets access to the all appearance entries.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteCommon.StateDisabled">
<summary>
Gets access to the disabled appearance entries.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteCommon.StateOthers">
<summary>
Gets access to the non-disabled appearance entries.
</summary>
</member>
<member name="T:Krypton.Toolkit.KryptonPaletteContextMenu">
<summary>
Settings associated with context menus.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonPaletteContextMenu.#ctor(Krypton.Toolkit.PaletteRedirect,Krypton.Toolkit.NeedPaintHandler)">
<summary>
Initialize a new instance of the KryptonPaletteContextMenu class.
</summary>
<param name="redirect">Redirector to inherit values from.</param>
<param name="needPaint">Delegate for notifying paint requests.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonPaletteContextMenu.SetRedirector(Krypton.Toolkit.PaletteRedirect)">
<summary>
Update the redirector with new reference.
</summary>
<param name="redirect">Target redirector.</param>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteContextMenu.IsDefault">
<summary>
Gets a value indicating if all values are default.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonPaletteContextMenu.PopulateFromBase(Krypton.Toolkit.KryptonPaletteCommon)">
<summary>
Populate values from the base palette.
</summary>
<param name="common">Reference to common settings.</param>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteContextMenu.StateCommon">
<summary>
Gets access to the common appearance that other states can override.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteContextMenu.StateDisabled">
<summary>
Gets access to the disabled appearance that other states can override.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteContextMenu.StateNormal">
<summary>
Gets access to the normal appearance that other states can override.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteContextMenu.StateHighlight">
<summary>
Gets access to the highlight appearance that other states can override.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteContextMenu.StateChecked">
<summary>
Gets access to the checked appearance that other states can override.
</summary>
</member>
<member name="T:Krypton.Toolkit.KryptonPaletteControl">
<summary>
Storage for palette control states.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonPaletteControl.#ctor(Krypton.Toolkit.PaletteRedirect,Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.NeedPaintHandler)">
<summary>
Initialize a new instance of the KryptonPaletteControl class.
</summary>
<param name="redirect">Redirector to inherit values from.</param>
<param name="backStyle">Background style.</param>
<param name="borderStyle">Border style.</param>
<param name="needPaint">Delegate for notifying paint requests.</param>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteControl.StateCommon">
<summary>
Gets access to the common control appearance that other states can override.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteControl.StateDisabled">
<summary>
Gets access to the disabled control appearance entries.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteControl.StateNormal">
<summary>
Gets access to the normal control appearance entries.
</summary>
</member>
<member name="T:Krypton.Toolkit.KryptonPaletteControls">
<summary>
Storage for control palette settings.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonPaletteControls.#ctor(Krypton.Toolkit.PaletteRedirect,Krypton.Toolkit.NeedPaintHandler)">
<summary>
Initialize a new instance of the KryptonPaletteControls class.
</summary>
<param name="redirector">Palette redirector for sourcing inherited values.</param>
<param name="needPaint">Delegate for notifying paint requests.</param>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteControls.IsDefault">
<summary>
Gets a value indicating if all values are default.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonPaletteControls.PopulateFromBase(Krypton.Toolkit.KryptonPaletteCommon)">
<summary>
Populate values from the base palette.
</summary>
<param name="common">Reference to common settings.</param>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteControls.ControlCommon">
<summary>
Gets access to the common control appearance.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteControls.ControlClient">
<summary>
Gets access to the client control appearance.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteControls.ControlAlternate">
<summary>
Gets access to the alternate control appearance.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteControls.ControlGroupBox">
<summary>
Gets access to the group box control appearance.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteControls.ControlToolTip">
<summary>
Gets access to the tooltip control appearance.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteControls.ControlRibbon">
<summary>
Gets access to the control ribbon style appearance.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteControls.ControlRibbonAppMenu">
<summary>
Gets access to the control ribbon application menu style appearance.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteControls.ControlCustom1">
<summary>
Gets access to the first custom control appearance.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteControls.ControlCustom2">
<summary>
Gets access to the first custom control appearance.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteControls.ControlCustom3">
<summary>
Gets access to the first custom control appearance.
</summary>
</member>
<member name="T:Krypton.Toolkit.KryptonPaletteDouble3">
<summary>
Base storage class for palette double (background/border) that expose three states.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonPaletteDouble3.#ctor(Krypton.Toolkit.PaletteRedirect,Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.NeedPaintHandler)">
<summary>
Initialize a new instance of KryptonPaletteDouble3 KryptonPaletteControl class.
</summary>
<param name="redirect">Redirector to inherit values from.</param>
<param name="backStyle">Background style.</param>
<param name="borderStyle">Border style.</param>
<param name="needPaint">Delegate for notifying paint requests.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonPaletteDouble3.SetRedirector(Krypton.Toolkit.PaletteRedirect)">
<summary>
Update the redirector with new reference.
</summary>
<param name="redirect">Target redirector.</param>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteDouble3.IsDefault">
<summary>
Gets a value indicating if all values are default.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonPaletteDouble3.PopulateFromBase">
<summary>
Populate values from the base palette.
</summary>
</member>
<member name="T:Krypton.Toolkit.KryptonPaletteFont">
<summary>Storage of user supplied font values, not used by Krypton.</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonPaletteFont.#ctor(Krypton.Toolkit.PaletteRedirect,Krypton.Toolkit.NeedPaintHandler)">
<summary>Initializes a new instance of the <see cref="T:Krypton.Toolkit.KryptonPaletteFont" /> class.</summary>
<param name="redirector">Palette redirector for sourcing inherited values</param>
<param name="needPaint">Delegate for notifying paint requests.</param>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteFont.IsDefault">
<summary>
Gets a value indicating if all values are default.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteFont.CommonLongTextFont">
<summary>
Gets and sets a user supplied font value.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonPaletteFont.ResetCommonLongTextFont">
<summary>
Resets the CommonLongTextFont property to its default value.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteFont.CommonShortTextFont">
<summary>
Gets and sets a user supplied font value.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonPaletteFont.ResetCommonShortTextFont">
<summary>
Resets the CommonShortTextFont property to its default value.
</summary>
</member>
<member name="T:Krypton.Toolkit.KryptonPaletteForm">
<summary>
Storage for palette form states.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonPaletteForm.#ctor(Krypton.Toolkit.PaletteRedirect,Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.NeedPaintHandler)">
<summary>
Initialize a new instance of the KryptonPaletteForm class.
</summary>
<param name="redirect">Redirector to inherit values from.</param>
<param name="backStyle">Background style.</param>
<param name="borderStyle">Border style.</param>
<param name="needPaint">Delegate for notifying paint requests.</param>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteForm.StateCommon">
<summary>
Gets access to the common control appearance that other states can override.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteForm.StateInactive">
<summary>
Gets access to the inactive form appearance entries.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteForm.StateActive">
<summary>
Gets access to the active form appearance entries.
</summary>
</member>
<member name="T:Krypton.Toolkit.KryptonPaletteForms">
<summary>
Storage for form palette settings.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonPaletteForms.#ctor(Krypton.Toolkit.PaletteRedirect,Krypton.Toolkit.NeedPaintHandler)">
<summary>
Initialize a new instance of the KryptonPaletteForms class.
</summary>
<param name="redirector">Palette redirector for sourcing inherited values.</param>
<param name="needPaint">Delegate for notifying paint requests.</param>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteForms.IsDefault">
<summary>
Gets a value indicating if all values are default.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonPaletteForms.PopulateFromBase(Krypton.Toolkit.KryptonPaletteCommon)">
<summary>
Populate values from the base palette.
</summary>
<param name="common">Reference to common settings.</param>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteForms.FormCommon">
<summary>
Gets access to the common form appearance.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteForms.FormMain">
<summary>
Gets access to the main form appearance.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteForms.FormCustom1">
<summary>
Gets access to the first custom form appearance.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteForms.FormCustom2">
<summary>
Gets access to the first custom form appearance.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteForms.FormCustom3">
<summary>
Gets access to the first custom form appearance.
</summary>
</member>
<member name="T:Krypton.Toolkit.KryptonPaletteGrid">
<summary>
Storage of palette grid states.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonPaletteGrid.#ctor(Krypton.Toolkit.PaletteRedirect,Krypton.Toolkit.GridStyle,Krypton.Toolkit.NeedPaintHandler)">
<summary>
Initialize a new instance of the KryptonPaletteGrid class.
</summary>
<param name="redirect">Redirector to inherit values from.</param>
<param name="gridStyle">Grid style.</param>
<param name="needPaint">Delegate for notifying paint requests.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonPaletteGrid.SetRedirector(Krypton.Toolkit.PaletteRedirect)">
<summary>
Update the redirector with new reference.
</summary>
<param name="redirect">Target redirector.</param>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteGrid.IsDefault">
<summary>
Gets a value indicating if all values are default.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonPaletteGrid.PopulateFromBase(Krypton.Toolkit.KryptonPaletteCommon,Krypton.Toolkit.GridStyle)">
<summary>
Populate values from the base palette.
</summary>
<param name="common">Reference to common settings.</param>
<param name="gridStyle">Grid style to use for populating.</param>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteGrid.StateCommon">
<summary>
Gets access to the common grid appearance that other states can override.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteGrid.StateDisabled">
<summary>
Gets access to the disabled grid appearance entries.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteGrid.StateNormal">
<summary>
Gets access to the normal grid appearance entries.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteGrid.StateTracking">
<summary>
Gets access to the hot tracking grid appearance entries.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteGrid.StatePressed">
<summary>
Gets access to the pressed grid appearance entries.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteGrid.StateSelected">
<summary>
Gets access to the selected grid appearance entries.
</summary>
</member>
<member name="T:Krypton.Toolkit.KryptonPaletteGrids">
<summary>
Storage for grids palette settings.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonPaletteGrids.#ctor(Krypton.Toolkit.PaletteRedirect,Krypton.Toolkit.NeedPaintHandler)">
<summary>
Initialize a new instance of the KryptonPaletteGrids class.
</summary>
<param name="redirector">Palette redirector for sourcing inherited values.</param>
<param name="needPaint">Delegate for notifying paint requests.</param>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteGrids.IsDefault">
<summary>
Gets a value indicating if all values are default.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonPaletteGrids.PopulateFromBase(Krypton.Toolkit.KryptonPaletteCommon)">
<summary>
Populate values from the base palette.
</summary>
<param name="common">Reference to common settings.</param>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteGrids.GridCommon">
<summary>
Gets access to the common grid appearance entries.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteGrids.GridList">
<summary>
Gets access to the list grid appearance entries.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteGrids.GridSheet">
<summary>
Gets access to the sheet grid appearance entries.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteGrids.GridCustom1">
<summary>
Gets access to the first custom grid appearance entries.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteGrids.GridCustom2">
<summary>
Gets access to the first custom grid appearance entries.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteGrids.GridCustom3">
<summary>
Gets access to the first custom grid appearance entries.
</summary>
</member>
<member name="T:Krypton.Toolkit.KryptonPaletteHeader">
<summary>
Storage for palette header states.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonPaletteHeader.#ctor(Krypton.Toolkit.PaletteRedirect,Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.NeedPaintHandler)">
<summary>
Initialize a new instance of the KryptonPaletteHeader class.
</summary>
<param name="redirect">Redirector to inherit values from.</param>
<param name="backStyle">Background style.</param>
<param name="borderStyle">Border style.</param>
<param name="contentStyle">Content style.</param>
<param name="needPaint">Delegate for notifying paint requests.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonPaletteHeader.SetRedirector(Krypton.Toolkit.PaletteRedirect)">
<summary>
Update the redirector with new reference.
</summary>
<param name="redirect">Target redirector.</param>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteHeader.IsDefault">
<summary>
Gets a value indicating if all values are default.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonPaletteHeader.PopulateFromBase">
<summary>
Populate values from the base palette.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteHeader.StateCommon">
<summary>
Gets access to the common header appearance that other states can override.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteHeader.StateDisabled">
<summary>
Gets access to the disabled header appearance entries.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteHeader.StateNormal">
<summary>
Gets access to the normal header appearance entries.
</summary>
</member>
<member name="T:Krypton.Toolkit.KryptonPaletteHeaderGroup">
<summary>
Storage for palette header group states.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonPaletteHeaderGroup.#ctor(Krypton.Toolkit.PaletteRedirect,Krypton.Toolkit.NeedPaintHandler)">
<summary>
Initialize a new instance of the KryptonPaletteHeaderGroup class.
</summary>
<param name="redirect">inheritance redirection instance.</param>
<param name="needPaint">Delegate for notifying paint requests.</param>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteHeaderGroup.IsDefault">
<summary>
Gets a value indicating if all values are default.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonPaletteHeaderGroup.PopulateFromBase">
<summary>
Populate values from the base palette.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteHeaderGroup.StateCommon">
<summary>
Gets access to the common header group appearance entries.
</summary>
</member>
<member name="T:Krypton.Toolkit.KryptonPaletteHeaderGroupState">
<summary>
Storage for header group values for a specific state.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonPaletteHeaderGroupState.#ctor(Krypton.Toolkit.PaletteRedirect,Krypton.Toolkit.NeedPaintHandler)">
<summary>
Initialize a new instance of the KryptonPaletteHeaderGroupState class.
</summary>
<param name="redirect">Redirection for inheriting values.</param>
<param name="needPaint">Delegate for notifying paint requests.</param>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteHeaderGroupState.IsDefault">
<summary>
Gets a value indicating if all values are default.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonPaletteHeaderGroupState.PopulateFromBase">
<summary>
Populate values from the base palette.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteHeaderGroupState.PrimaryHeaderPadding">
<summary>
Gets the padding used to position the primary header.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonPaletteHeaderGroupState.ResetPrimaryHeaderPadding">
<summary>
Reset the PrimaryHeaderPadding to the default value.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteHeaderGroupState.SecondaryHeaderPadding">
<summary>
Gets the padding used to position the secondary header.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonPaletteHeaderGroupState.ResetSecondaryHeaderPadding">
<summary>
Reset the SecondaryHeaderPadding to the default value.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteHeaderGroupState.DockInactiveHeaderPadding">
<summary>
Gets the padding used to position the dock inactive header.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonPaletteHeaderGroupState.ResetDockInactiveHeaderPadding">
<summary>
Reset the DockInactiveHeaderPadding to the default value.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteHeaderGroupState.DockActiveHeaderPadding">
<summary>
Gets the padding used to position the dock active header.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonPaletteHeaderGroupState.ResetDockActiveHeaderPadding">
<summary>
Reset the DockActiveHeaderPadding to the default value.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteHeaderGroupState.OverlayHeaders">
<summary>
Gets and sets a value indicating if headers should overlay the border.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonPaletteHeaderGroupState.ResetOverlayHeaders">
<summary>
Resets the OverlayHeaders property to its default value.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonPaletteHeaderGroupState.GetMetricInt(Krypton.Toolkit.KryptonForm,Krypton.Toolkit.PaletteState,Krypton.Toolkit.PaletteMetricInt)">
<summary>
Gets an integer metric value.
</summary>
<param name="owningForm"></param>
<param name="state">Palette value should be applicable to this state.</param>
<param name="metric">Requested metric.</param>
<returns>Integer value.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonPaletteHeaderGroupState.GetMetricBool(Krypton.Toolkit.PaletteState,Krypton.Toolkit.PaletteMetricBool)">
<summary>
Gets a boolean metric value.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<param name="metric">Requested metric.</param>
<returns>InheritBool value.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonPaletteHeaderGroupState.GetMetricPadding(Krypton.Toolkit.KryptonForm,Krypton.Toolkit.PaletteState,Krypton.Toolkit.PaletteMetricPadding)">
<summary>
Gets a padding metric value.
</summary>
<param name="owningForm"></param>
<param name="state">Palette value should be applicable to this state.</param>
<param name="metric">Requested metric.</param>
<returns>Padding value.</returns>
</member>
<member name="T:Krypton.Toolkit.KryptonPaletteHeaders">
<summary>
Storage for header palette settings.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonPaletteHeaders.#ctor(Krypton.Toolkit.PaletteRedirect,Krypton.Toolkit.NeedPaintHandler)">
<summary>
Initialize a new instance of the KryptonPaletteHeaders class.
</summary>
<param name="redirector">Palette redirector for sourcing inherited values.</param>
<param name="needPaint">Delegate for notifying paint requests.</param>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteHeaders.IsDefault">
<summary>
Gets a value indicating if all values are default.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonPaletteHeaders.PopulateFromBase(Krypton.Toolkit.KryptonPaletteCommon)">
<summary>
Populate values from the base palette.
</summary>
<param name="common">Reference to common settings.</param>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteHeaders.HeaderCommon">
<summary>
Gets access to the common header appearance entries.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteHeaders.HeaderPrimary">
<summary>
Gets access to the primary header appearance entries.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteHeaders.HeaderSecondary">
<summary>
Gets access to the secondary header appearance entries.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteHeaders.HeaderDockInactive">
<summary>
Gets access to the inactive dock header appearance entries.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteHeaders.HeaderDockActive">
<summary>
Gets access to the active dock header appearance entries.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteHeaders.HeaderCalendar">
<summary>
Gets access to the calendar header appearance entries.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteHeaders.HeaderForm">
<summary>
Gets access to the main form header appearance entries.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteHeaders.HeaderCustom1">
<summary>
Gets access to the first custom header appearance entries.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteHeaders.HeaderCustom2">
<summary>
Gets access to the second custom header appearance entries.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteHeaders.HeaderCustom3">
<summary>
Gets access to the second custom header appearance entries.
</summary>
</member>
<member name="T:Krypton.Toolkit.KryptonPaletteImages">
<summary>
Storage for palette image settings.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonPaletteImages.#ctor(Krypton.Toolkit.PaletteRedirect,Krypton.Toolkit.NeedPaintHandler)">
<summary>
Initialize a new instance of the KryptonPaletteImages class.
</summary>
<param name="redirector">Palette redirector for sourcing inherited values.</param>
<param name="needPaint">Delegate for notifying paint requests.</param>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteImages.IsDefault">
<summary>
Gets a value indicating if all values are default.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonPaletteImages.PopulateFromBase">
<summary>
Populate values from the base palette.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteImages.CheckBox">
<summary>
Gets access to the check box set of images.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteImages.ContextMenu">
<summary>
Gets access to the context menu set of images.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteImages.GalleryButtons">
<summary>
Gets access to the gallery button images.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteImages.RadioButton">
<summary>
Gets access to the radio button set of images.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteImages.TreeView">
<summary>
Gets access to the tree view set of images.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteImages.IntegratedToolBar">
<summary>Gets access the integrated tool bar set of images.</summary>
</member>
<member name="T:Krypton.Toolkit.KryptonPaletteImagesCheckBox">
<summary>
Storage for palette check box images.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonPaletteImagesCheckBox.#ctor(Krypton.Toolkit.PaletteRedirect,Krypton.Toolkit.NeedPaintHandler)">
<summary>
Initialize a new instance of the KryptonPaletteImagesCheckBox class.
</summary>
<param name="redirect">Redirector to inherit values from.</param>
<param name="needPaint">Delegate for notifying paint requests.</param>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteImagesCheckBox.IsDefault">
<summary>
Gets a value indicating if all values are default.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonPaletteImagesCheckBox.PopulateFromBase">
<summary>
Populate values from the base palette.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonPaletteImagesCheckBox.SetRedirector(Krypton.Toolkit.PaletteRedirect)">
<summary>
Update the redirector with new reference.
</summary>
<param name="redirect">Target redirector.</param>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteImagesCheckBox.Common">
<summary>
Gets and sets the common image that other check box images inherit from.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonPaletteImagesCheckBox.ResetCommon">
<summary>
Resets the Common property to its default value.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteImagesCheckBox.UncheckedDisabled">
<summary>
Gets and sets the image for use when the check box is not checked and disabled.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonPaletteImagesCheckBox.ResetUncheckedDisabled">
<summary>
Resets the UncheckedDisabled property to its default value.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteImagesCheckBox.UncheckedNormal">
<summary>
Gets and sets the image for use when the check box is unchecked.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonPaletteImagesCheckBox.ResetUncheckedNormal">
<summary>
Resets the UncheckedNormal property to its default value.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteImagesCheckBox.UncheckedTracking">
<summary>
Gets and sets the image for use when the check box is unchecked and hot tracking.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonPaletteImagesCheckBox.ResetUncheckedTracking">
<summary>
Resets the UncheckedTracking property to its default value.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteImagesCheckBox.UncheckedPressed">
<summary>
Gets and sets the image for use when the check box is unchecked and pressed.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonPaletteImagesCheckBox.ResetUncheckedPressed">
<summary>
Resets the UncheckedPressed property to its default value.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteImagesCheckBox.CheckedDisabled">
<summary>
Gets and sets the image for use when the check box is checked but disabled.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonPaletteImagesCheckBox.ResetCheckedDisabled">
<summary>
Resets the CheckedDisabled property to its default value.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteImagesCheckBox.CheckedNormal">
<summary>
Gets and sets the image for use when the check box is checked.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonPaletteImagesCheckBox.ResetCheckedNormal">
<summary>
Resets the CheckedNormal property to its default value.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteImagesCheckBox.CheckedTracking">
<summary>
Gets and sets the image for use when the check box is checked and hot tracking.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonPaletteImagesCheckBox.ResetCheckedTracking">
<summary>
Resets the CheckedTracking property to its default value.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteImagesCheckBox.CheckedPressed">
<summary>
Gets and sets the image for use when the check box is checked and pressed.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonPaletteImagesCheckBox.ResetCheckedPressed">
<summary>
Resets the CheckedPressed property to its default value.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteImagesCheckBox.IndeterminateDisabled">
<summary>
Gets and sets the image for use when the check box is indeterminate but disabled.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonPaletteImagesCheckBox.ResetIndeterminateDisabled">
<summary>
Resets the IndeterminateDisabled property to its default value.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteImagesCheckBox.IndeterminateNormal">
<summary>
Gets and sets the image for use when the check box is indeterminate.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonPaletteImagesCheckBox.ResetIndeterminateNormal">
<summary>
Resets the IndeterminateNormal property to its default value.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteImagesCheckBox.IndeterminateTracking">
<summary>
Gets and sets the image for use when the check box is indeterminate and hot tracking.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonPaletteImagesCheckBox.ResetIndeterminateTracking">
<summary>
Resets the IndeterminateTracking property to its default value.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteImagesCheckBox.IndeterminatePressed">
<summary>
Gets and sets the image for use when the check box is indeterminate and pressed.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonPaletteImagesCheckBox.ResetIndeterminatePressed">
<summary>
Resets the IndeterminatePressed property to its default value.
</summary>
</member>
<member name="T:Krypton.Toolkit.KryptonPaletteImagesContextMenu">
<summary>
Storage for palette context menu images.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonPaletteImagesContextMenu.#ctor(Krypton.Toolkit.PaletteRedirect,Krypton.Toolkit.NeedPaintHandler)">
<summary>
Initialize a new instance of the KryptonPaletteImagesContextMenu class.
</summary>
<param name="redirect">Redirector to inherit values from.</param>
<param name="needPaint">Delegate for notifying paint requests.</param>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteImagesContextMenu.IsDefault">
<summary>
Gets a value indicating if all values are default.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonPaletteImagesContextMenu.PopulateFromBase">
<summary>
Populate values from the base palette.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonPaletteImagesContextMenu.SetRedirector(Krypton.Toolkit.PaletteRedirect)">
<summary>
Update the redirector with new reference.
</summary>
<param name="redirect">Target redirector.</param>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteImagesContextMenu.Checked">
<summary>
Gets and sets the image for use with a checked menu item.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonPaletteImagesContextMenu.ResetChecked">
<summary>
Resets the Checked property to its default value.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteImagesContextMenu.Indeterminate">
<summary>
Gets and sets the image for use with an indeterminate menu item.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonPaletteImagesContextMenu.ResetIndeterminate">
<summary>
Resets the Indeterminate property to its default value.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteImagesContextMenu.SubMenu">
<summary>
Gets and sets an image indicating a sub-menu on a context menu item.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonPaletteImagesContextMenu.ResetSubMenu">
<summary>
Resets the SubMenu property to its default value.
</summary>
</member>
<member name="T:Krypton.Toolkit.KryptonPaletteImagesGalleryButton">
<summary>
Storage for gallery button state specific images.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonPaletteImagesGalleryButton.#ctor(Krypton.Toolkit.PaletteRibbonGalleryButton,Krypton.Toolkit.PaletteRedirect,Krypton.Toolkit.NeedPaintHandler)">
<summary>
Initialize a new instance of the KryptonPaletteImagesGalleryButton class.
</summary>
<param name="button">Which button this instance represents.</param>
<param name="redirect">Redirector to inherit values from.</param>
<param name="needPaint">Delegate for notifying paint requests.</param>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteImagesGalleryButton.IsDefault">
<summary>
Gets a value indicating if all values are default.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonPaletteImagesGalleryButton.PopulateFromBase">
<summary>
Populate values from the base palette.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonPaletteImagesGalleryButton.SetRedirector(Krypton.Toolkit.PaletteRedirect)">
<summary>
Update the redirector with new reference.
</summary>
<param name="redirect">Target redirector.</param>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteImagesGalleryButton.Common">
<summary>
Gets and sets the common image that other gallery button images inherit from.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonPaletteImagesGalleryButton.ResetCommon">
<summary>
Resets the Common property to its default value.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteImagesGalleryButton.Disabled">
<summary>
Gets and sets the image for use when the gallery button is disabled.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonPaletteImagesGalleryButton.ResetDisabled">
<summary>
Resets the Disabled property to its default value.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteImagesGalleryButton.Normal">
<summary>
Gets and sets the image for use when the gallery button is normal.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonPaletteImagesGalleryButton.ResetNormal">
<summary>
Resets the Normal property to its default value.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteImagesGalleryButton.Tracking">
<summary>
Gets and sets the image for use when the gallery button is hot tracking.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonPaletteImagesGalleryButton.ResetTracking">
<summary>
Resets the Tracking property to its default value.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteImagesGalleryButton.Pressed">
<summary>
Gets and sets the image for use when the gallery button is pressed.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonPaletteImagesGalleryButton.ResetPressed">
<summary>
Resets the Pressed property to its default value.
</summary>
</member>
<member name="T:Krypton.Toolkit.KryptonPaletteImagesGalleryButtons">
<summary>
Storage for gallery button images.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonPaletteImagesGalleryButtons.#ctor(Krypton.Toolkit.PaletteRedirect,Krypton.Toolkit.NeedPaintHandler)">
<summary>
Initialize a new instance of the KryptonPaletteImagesGalleryButtons class.
</summary>
<param name="redirector">Palette redirector for sourcing inherited values.</param>
<param name="needPaint">Delegate for notifying paint requests.</param>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteImagesGalleryButtons.IsDefault">
<summary>
Gets a value indicating if all values are default.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonPaletteImagesGalleryButtons.PopulateFromBase">
<summary>
Populate values from the base palette.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteImagesGalleryButtons.Up">
<summary>
Gallery up button images.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteImagesGalleryButtons.Down">
<summary>
Gallery down button images.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteImagesGalleryButtons.DropDown">
<summary>
Gallery drop-down button images.
</summary>
</member>
<member name="T:Krypton.Toolkit.KryptonPaletteImagesIntegratedToolBar">
<summary>Storage for palette integrated toolbar images.</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonPaletteImagesIntegratedToolBar.#ctor(Krypton.Toolkit.PaletteRedirect,Krypton.Toolkit.NeedPaintHandler)">
<summary>Initializes a new instance of the <see cref="T:Krypton.Toolkit.KryptonPaletteImagesIntegratedToolBar" /> class.</summary>
<param name="redirect">The redirect.</param>
<param name="needPaint">The need paint.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonPaletteImagesIntegratedToolBar.PopulateFromBase">
<summary>Populates values from base palette.</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonPaletteImagesIntegratedToolBar.SetRedirector(Krypton.Toolkit.PaletteRedirect)">
<summary>Update the redirector with new reference.</summary>
<param name="redirect">Target redirector.</param>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteImagesIntegratedToolBar.New">
<summary>Gets and sets new image that the integrated toolbar inherits from.</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteImagesIntegratedToolBar.Open">
<summary>Gets and sets open image that the integrated toolbar inherits from.</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteImagesIntegratedToolBar.Save">
<summary>Gets and sets save image that the integrated toolbar inherits from.</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteImagesIntegratedToolBar.SaveAs">
<summary>Gets and sets save as image that the integrated toolbar inherits from.</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteImagesIntegratedToolBar.SaveAll">
<summary>Gets and sets save all image that the integrated toolbar inherits from.</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteImagesIntegratedToolBar.Cut">
<summary>Gets and sets cut image that the integrated toolbar inherits from.</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteImagesIntegratedToolBar.Copy">
<summary>Gets and sets copy image that the integrated toolbar inherits from.</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteImagesIntegratedToolBar.Paste">
<summary>Gets and sets paste image that the integrated toolbar inherits from.</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteImagesIntegratedToolBar.Undo">
<summary>Gets and sets undo image that the integrated toolbar inherits from.</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteImagesIntegratedToolBar.Redo">
<summary>Gets and sets redo image that the integrated toolbar inherits from.</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteImagesIntegratedToolBar.PageSetup">
<summary>Gets and sets page setup image that the integrated toolbar inherits from.</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteImagesIntegratedToolBar.PrintPreview">
<summary>Gets and sets print preview image that the integrated toolbar inherits from.</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteImagesIntegratedToolBar.Print">
<summary>Gets and sets print image that the integrated toolbar inherits from.</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteImagesIntegratedToolBar.QuickPrint">
<summary>Gets and sets quick print image that the integrated toolbar inherits from.</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteImagesIntegratedToolBar.Help">
<summary>Gets and sets help image that the integrated toolbar inherits from.</summary>
</member>
<member name="T:Krypton.Toolkit.KryptonPaletteImagesRadioButton">
<summary>
Storage for palette radio button images.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonPaletteImagesRadioButton.#ctor(Krypton.Toolkit.PaletteRedirect,Krypton.Toolkit.NeedPaintHandler)">
<summary>
Initialize a new instance of the KryptonPaletteImagesRadioButton class.
</summary>
<param name="redirect">Redirector to inherit values from.</param>
<param name="needPaint">Delegate for notifying paint requests.</param>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteImagesRadioButton.IsDefault">
<summary>
Gets a value indicating if all values are default.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonPaletteImagesRadioButton.PopulateFromBase">
<summary>
Populate values from the base palette.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonPaletteImagesRadioButton.SetRedirector(Krypton.Toolkit.PaletteRedirect)">
<summary>
Update the redirector with new reference.
</summary>
<param name="redirect">Target redirector.</param>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteImagesRadioButton.Common">
<summary>
Gets and sets the common image that other check box images inherit from.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonPaletteImagesRadioButton.ResetCommon">
<summary>
Resets the Common property to its default value.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteImagesRadioButton.UncheckedDisabled">
<summary>
Gets and sets the image for use when the check box is not checked and disabled.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonPaletteImagesRadioButton.ResetUncheckedDisabled">
<summary>
Resets the UncheckedDisabled property to its default value.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteImagesRadioButton.UncheckedNormal">
<summary>
Gets and sets the image for use when the check box is unchecked.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonPaletteImagesRadioButton.ResetUncheckedNormal">
<summary>
Resets the UncheckedNormal property to its default value.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteImagesRadioButton.UncheckedTracking">
<summary>
Gets and sets the image for use when the check box is unchecked and hot tracking.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonPaletteImagesRadioButton.ResetUncheckedTracking">
<summary>
Resets the UncheckedTracking property to its default value.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteImagesRadioButton.UncheckedPressed">
<summary>
Gets and sets the image for use when the check box is unchecked and pressed.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonPaletteImagesRadioButton.ResetUncheckedPressed">
<summary>
Resets the UncheckedPressed property to its default value.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteImagesRadioButton.CheckedDisabled">
<summary>
Gets and sets the image for use when the check box is checked but disabled.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonPaletteImagesRadioButton.ResetCheckedDisabled">
<summary>
Resets the CheckedDisabled property to its default value.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteImagesRadioButton.CheckedNormal">
<summary>
Gets and sets the image for use when the check box is checked.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonPaletteImagesRadioButton.ResetCheckedNormal">
<summary>
Resets the CheckedNormal property to its default value.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteImagesRadioButton.CheckedTracking">
<summary>
Gets and sets the image for use when the check box is checked and hot tracking.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonPaletteImagesRadioButton.ResetCheckedTracking">
<summary>
Resets the CheckedTracking property to its default value.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteImagesRadioButton.CheckedPressed">
<summary>
Gets and sets the image for use when the check box is checked and pressed.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonPaletteImagesRadioButton.ResetCheckedPressed">
<summary>
Resets the CheckedPressed property to its default value.
</summary>
</member>
<member name="T:Krypton.Toolkit.KryptonPaletteImagesTreeView">
<summary>
Storage for palette tree view images.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonPaletteImagesTreeView.#ctor(Krypton.Toolkit.PaletteRedirect,Krypton.Toolkit.NeedPaintHandler)">
<summary>
Initialize a new instance of the KryptonPaletteImagesTreeView class.
</summary>
<param name="redirect">Redirector to inherit values from.</param>
<param name="needPaint">Delegate for notifying paint requests.</param>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteImagesTreeView.IsDefault">
<summary>
Gets a value indicating if all values are default.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonPaletteImagesTreeView.PopulateFromBase">
<summary>
Populate values from the base palette.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonPaletteImagesTreeView.SetRedirector(Krypton.Toolkit.PaletteRedirect)">
<summary>
Update the redirector with new reference.
</summary>
<param name="redirect">Target redirector.</param>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteImagesTreeView.Plus">
<summary>
Gets and sets the image for use when a node is collapsed.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonPaletteImagesTreeView.ResetPlus">
<summary>
Resets the Plus property to its default value.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteImagesTreeView.Minus">
<summary>
Gets and sets the image for use when a node is expanded.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonPaletteImagesTreeView.ResetMinus">
<summary>
Resets the Minus property to its default value.
</summary>
</member>
<member name="T:Krypton.Toolkit.KryptonPaletteInputControl">
<summary>
Storage for palette input control states.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonPaletteInputControl.#ctor(Krypton.Toolkit.PaletteRedirect,Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.NeedPaintHandler)">
<summary>
Initialize a new instance of the KryptonPaletteInputControl class.
</summary>
<param name="redirect">Redirector to inherit values from.</param>
<param name="backStyle">Background style.</param>
<param name="borderStyle">Border style.</param>
<param name="contentStyle">Content style.</param>
<param name="needPaint">Delegate for notifying paint requests.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonPaletteInputControl.SetRedirector(Krypton.Toolkit.PaletteRedirect)">
<summary>
Update the redirector with new reference.
</summary>
<param name="redirect">Target redirector.</param>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteInputControl.IsDefault">
<summary>
Gets a value indicating if all values are default.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonPaletteInputControl.PopulateFromBase">
<summary>
Populate values from the base palette.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteInputControl.StateCommon">
<summary>
Gets access to the common input control appearance that other states can override.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteInputControl.StateDisabled">
<summary>
Gets access to the disabled input control appearance entries.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteInputControl.StateNormal">
<summary>
Gets access to the normal input control appearance entries.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteInputControl.StateActive">
<summary>
Gets access to the active input control appearance entries.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteInputControl.StatePressed">
<summary>
Gets access to the pressed input control appearance entries.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteInputControl.StateContextNormal">
<summary>
Gets access to the context normal input control appearance entries.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteInputControl.StateContextTracking">
<summary>
Gets access to the context tracking input control appearance entries.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteInputControl.StateContextPressed">
<summary>
Gets access to the context pressed input control appearance entries.
</summary>
</member>
<member name="T:Krypton.Toolkit.KryptonPaletteInputControls">
<summary>
Storage for input control palette settings.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonPaletteInputControls.#ctor(Krypton.Toolkit.PaletteRedirect,Krypton.Toolkit.NeedPaintHandler)">
<summary>
Initialize a new instance of the KryptonPaletteInputControls class.
</summary>
<param name="redirector">Palette redirector for sourcing inherited values.</param>
<param name="needPaint">Delegate for notifying paint requests.</param>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteInputControls.IsDefault">
<summary>
Gets a value indicating if all values are default.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonPaletteInputControls.PopulateFromBase(Krypton.Toolkit.KryptonPaletteCommon)">
<summary>
Populate values from the base palette.
</summary>
<param name="common">Reference to common settings.</param>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteInputControls.InputControlCommon">
<summary>
Gets access to the common input control appearance.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteInputControls.InputControlStandalone">
<summary>
Gets access to the standalone input control appearance.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteInputControls.InputControlRibbon">
<summary>
Gets access to the input control ribbon style appearance.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteInputControls.InputControlCustom1">
<summary>
Gets access to the custom input control appearance.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteInputControls.InputControlCustom2">
<summary>
Gets access to the custom input control appearance.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteInputControls.InputControlCustom3">
<summary>
Gets access to the custom input control appearance.
</summary>
</member>
<member name="T:Krypton.Toolkit.KryptonPaletteLabel">
<summary>
Storage for palette label states.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonPaletteLabel.#ctor(Krypton.Toolkit.PaletteRedirect,Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.NeedPaintHandler)">
<summary>
Initialize a new instance of the KryptonPaletteLabel class.
</summary>
<param name="redirect">Redirector to inherit values from.</param>
<param name="contentStyle">Content style.</param>
<param name="needPaint">Delegate for notifying paint requests.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonPaletteLabel.SetRedirector(Krypton.Toolkit.PaletteRedirect)">
<summary>
Update the redirector with new reference.
</summary>
<param name="redirect">Target redirector.</param>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteLabel.IsDefault">
<summary>
Gets a value indicating if all values are default.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonPaletteLabel.PopulateFromBase">
<summary>
Populate values from the base palette.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteLabel.StateCommon">
<summary>
Gets access to the common label appearance that other states can override.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteLabel.StateDisabled">
<summary>
Gets access to the disabled label appearance entries.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteLabel.StateNormal">
<summary>
Gets access to the normal label appearance entries.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteLabel.OverrideFocus">
<summary>
Gets access to the label appearance when it has focus.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteLabel.OverrideVisited">
<summary>
Gets access to normal state modifications when label has been visited.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteLabel.OverrideNotVisited">
<summary>
Gets access to normal state modifications when label has not been visited.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteLabel.OverridePressed">
<summary>
Gets access to the pressed label appearance entries.
</summary>
</member>
<member name="T:Krypton.Toolkit.KryptonPaletteLabels">
<summary>
Storage for label palette settings.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonPaletteLabels.#ctor(Krypton.Toolkit.PaletteRedirect,Krypton.Toolkit.NeedPaintHandler)">
<summary>
Initialize a new instance of the KryptonPaletteLabels class.
</summary>
<param name="redirector">Palette redirector for sourcing inherited values.</param>
<param name="needPaint">Delegate for notifying paint requests.</param>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteLabels.IsDefault">
<summary>
Gets a value indicating if all values are default.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonPaletteLabels.PopulateFromBase(Krypton.Toolkit.KryptonPaletteCommon)">
<summary>
Populate values from the base palette.
</summary>
<param name="common">Reference to common settings.</param>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteLabels.LabelCommon">
<summary>
Gets access to the common label appearance entries.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteLabels.LabelNormalControl">
<summary>
Gets access to the normal label used for control style backgrounds.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteLabels.LabelBoldControl">
<summary>
Gets access to the bold label used for control style backgrounds.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteLabels.LabelItalicControl">
<summary>
Gets access to the italic label used for control style backgrounds.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteLabels.LabelTitleControl">
<summary>
Gets access to the title label used for control style backgrounds.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteLabels.LabelNormalPanel">
<summary>
Gets access to the normal label used for panel style backgrounds.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteLabels.LabelBoldPanel">
<summary>
Gets access to the bold label used for panel style backgrounds.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteLabels.LabelItalicPanel">
<summary>
Gets access to the italic label used for panel style backgrounds.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteLabels.LabelTitlePanel">
<summary>
Gets access to the title label used for panel style backgrounds.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteLabels.LabelCaptionPanel">
<summary>
Gets access to the caption label used for group box style backgrounds.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteLabels.LabelToolTip">
<summary>
Gets access to the tooltip label appearance entries.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteLabels.LabelSuperTip">
<summary>
Gets access to the super tooltip label appearance entries.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteLabels.LabelKeyTip">
<summary>
Gets access to the keytip label appearance entries.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteLabels.LabelCustom1">
<summary>
Gets access to the first custom label appearance entries.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteLabels.LabelCustom2">
<summary>
Gets access to the second custom label appearance entries.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteLabels.LabelCustom3">
<summary>
Gets access to the third custom label appearance entries.
</summary>
</member>
<member name="T:Krypton.Toolkit.KryptonPaletteNavigator">
<summary>
Storage for palette navigator states.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonPaletteNavigator.#ctor(Krypton.Toolkit.PaletteRedirect,Krypton.Toolkit.NeedPaintHandler)">
<summary>
Initialize a new instance of the KryptonPaletteNavigator class.
</summary>
<param name="redirect">inheritance redirection instance.</param>
<param name="needPaint">Delegate for notifying paint requests.</param>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteNavigator.IsDefault">
<summary>
Gets a value indicating if all values are default.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonPaletteNavigator.PopulateFromBase">
<summary>
Populate values from the base palette.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteNavigator.StateCommon">
<summary>
Gets access to the common navigator appearance entries.
</summary>
</member>
<member name="T:Krypton.Toolkit.KryptonPaletteNavigatorState">
<summary>
Storage for an individual navigator states.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonPaletteNavigatorState.#ctor(Krypton.Toolkit.PaletteRedirect,Krypton.Toolkit.NeedPaintHandler)">
<summary>
Initialize a new instance of the KryptonPaletteNavigatorState class.
</summary>
<param name="redirect">inheritance redirection instance.</param>
<param name="needPaint">Delegate for notifying paint requests.</param>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteNavigatorState.IsDefault">
<summary>
Gets a value indicating if all values are default.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonPaletteNavigatorState.PopulateFromBase">
<summary>
Populate values from the base palette.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteNavigatorState.Bar">
<summary>
Gets access to the navigator bar appearance entries.
</summary>
</member>
<member name="T:Krypton.Toolkit.KryptonPaletteNavigatorStateBar">
<summary>
Storage for bar values for a navigator state.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonPaletteNavigatorStateBar.#ctor(Krypton.Toolkit.PaletteRedirect,Krypton.Toolkit.NeedPaintHandler)">
<summary>
Initialize a new instance of the KryptonPaletteNavigatorStateBar class.
</summary>
<param name="redirect">Redirection for inheriting values.</param>
<param name="needPaint">Delegate for notifying paint requests.</param>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteNavigatorStateBar.IsDefault">
<summary>
Gets a value indicating if all values are default.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonPaletteNavigatorStateBar.PopulateFromBase">
<summary>
Populate values from the base palette.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteNavigatorStateBar.BarPaddingTabs">
<summary>
Gets and sets the padding used around the bar when displaying tabs.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonPaletteNavigatorStateBar.ResetBarPaddingTabs">
<summary>
Reset the BarPaddingTabs to the default value.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteNavigatorStateBar.BarPaddingInside">
<summary>
Gets and sets the padding used around the bar when placed inside the group.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonPaletteNavigatorStateBar.ResetBarPaddingInside">
<summary>
Reset the BarPaddingInside to the default value.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteNavigatorStateBar.BarPaddingOutside">
<summary>
Gets and sets the padding used around the bar when placed outside the group.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonPaletteNavigatorStateBar.ResetBarPaddingOutside">
<summary>
Reset the BarPaddingOutside to the default value.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteNavigatorStateBar.BarPaddingOnly">
<summary>
Gets and sets the padding used around the bar when placed on its own.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonPaletteNavigatorStateBar.ResetBarPaddingOnly">
<summary>
Reset the BarPaddingOnly to the default value.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteNavigatorStateBar.ButtonPadding">
<summary>
Gets and sets the padding used around each button on the button bar.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonPaletteNavigatorStateBar.ResetButtonPadding">
<summary>
Reset the ButtonPadding to the default value.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteNavigatorStateBar.ButtonEdgeOutside">
<summary>
Gets the sets how far to inset buttons from the control edge.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonPaletteNavigatorStateBar.ResetButtonEdgeOutside">
<summary>
Reset the ButtonEdgeOutside to the default value.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteNavigatorStateBar.ButtonEdgeInside">
<summary>
Gets the sets how far to inset buttons from the button bar.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonPaletteNavigatorStateBar.ResetButtonEdgeInside">
<summary>
Reset the ButtonEdgeInside to the default value.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteNavigatorStateBar.CheckButtonGap">
<summary>
Gets the sets the spacing gap between each check button.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonPaletteNavigatorStateBar.ResetCheckButtonGap">
<summary>
Reset the CheckButtonGap to the default value.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteNavigatorStateBar.RibbonTabGap">
<summary>
Gets the sets the spacing gap between each ribbon tab.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonPaletteNavigatorStateBar.ResetRibbonTabGap">
<summary>
Reset the RibbonTabGap to the default value.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonPaletteNavigatorStateBar.GetMetricInt(Krypton.Toolkit.KryptonForm,Krypton.Toolkit.PaletteState,Krypton.Toolkit.PaletteMetricInt)">
<summary>
Gets an integer metric value.
</summary>
<param name="owningForm"></param>
<param name="state">Palette value should be applicable to this state.</param>
<param name="metric">Requested metric.</param>
<returns>Integer value.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonPaletteNavigatorStateBar.GetMetricBool(Krypton.Toolkit.PaletteState,Krypton.Toolkit.PaletteMetricBool)">
<summary>
Gets a boolean metric value.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<param name="metric">Requested metric.</param>
<returns>InheritBool value.</returns>
</member>
<member name="M:Krypton.Toolkit.KryptonPaletteNavigatorStateBar.GetMetricPadding(Krypton.Toolkit.KryptonForm,Krypton.Toolkit.PaletteState,Krypton.Toolkit.PaletteMetricPadding)">
<summary>
Gets a padding metric value.
</summary>
<param name="owningForm"></param>
<param name="state">Palette value should be applicable to this state.</param>
<param name="metric">Requested metric.</param>
<returns>Padding value.</returns>
</member>
<member name="T:Krypton.Toolkit.KryptonPalettePanel">
<summary>
Storage for palette panel states.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonPalettePanel.#ctor(Krypton.Toolkit.PaletteRedirect,Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.NeedPaintHandler)">
<summary>
Initialize a new instance of the KryptonPalettePanel class.
</summary>
<param name="redirect">Redirector to inherit values from.</param>
<param name="backStyle">Back style.</param>
<param name="needPaint">Delegate for notifying paint requests.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonPalettePanel.SetRedirector(Krypton.Toolkit.PaletteRedirect)">
<summary>
Update the redirector with new reference.
</summary>
<param name="redirect">Target redirector.</param>
</member>
<member name="P:Krypton.Toolkit.KryptonPalettePanel.IsDefault">
<summary>
Gets a value indicating if all values are default.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonPalettePanel.PopulateFromBase">
<summary>
Populate values from the base palette.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPalettePanel.StateCommon">
<summary>
Gets access to the common panel appearance that other states can override.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPalettePanel.StateDisabled">
<summary>
Gets access to the disabled panel appearance entries.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPalettePanel.StateNormal">
<summary>
Gets access to the normal panel appearance entries.
</summary>
</member>
<member name="T:Krypton.Toolkit.KryptonPalettePanels">
<summary>
Storage for panel palette settings.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonPalettePanels.#ctor(Krypton.Toolkit.PaletteRedirect,Krypton.Toolkit.NeedPaintHandler)">
<summary>
Initialize a new instance of the KryptonPalettePanels class.
</summary>
<param name="redirector">Palette redirector for sourcing inherited values.</param>
<param name="needPaint">Delegate for notifying paint requests.</param>
</member>
<member name="P:Krypton.Toolkit.KryptonPalettePanels.IsDefault">
<summary>
Gets a value indicating if all values are default.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonPalettePanels.PopulateFromBase(Krypton.Toolkit.KryptonPaletteCommon)">
<summary>
Populate values from the base palette.
</summary>
<param name="common">Reference to common settings.</param>
</member>
<member name="P:Krypton.Toolkit.KryptonPalettePanels.PanelCommon">
<summary>
Gets access to the common panel appearance.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPalettePanels.PanelClient">
<summary>
Gets access to the client panel appearance.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPalettePanels.PanelAlternate">
<summary>
Gets access to the alternate panel appearance.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPalettePanels.PanelRibbonInactive">
<summary>
Gets access to the ribbon inactive panel appearance.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPalettePanels.PanelCustom1">
<summary>
Gets access to the first custom panel appearance.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPalettePanels.PanelCustom2">
<summary>
Gets access to the first custom panel appearance.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPalettePanels.PanelCustom3">
<summary>
Gets access to the first custom panel appearance.
</summary>
</member>
<member name="T:Krypton.Toolkit.KryptonPalettePropertyGrid">
<summary>
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPalettePropertyGrid.IsDefault">
<summary>
</summary>
</member>
<member name="T:Krypton.Toolkit.KryptonPaletteRibbon">
<summary>
Settings associated with ribbon control.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonPaletteRibbon.#ctor(Krypton.Toolkit.PaletteRedirect,Krypton.Toolkit.NeedPaintHandler)">
<summary>
Initialize a new instance of the KryptonPaletteRibbon class.
</summary>
<param name="redirect">Redirector to inherit values from.</param>
<param name="needPaint">Delegate for notifying paint requests.</param>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteRibbon.IsDefault">
<summary>
Gets a value indicating if all values are default.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonPaletteRibbon.PopulateFromBase">
<summary>
Populate values from the base palette.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteRibbon.RibbonAppButton">
<summary>
Get access to the application button tab settings.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteRibbon.RibbonAppMenuOuter">
<summary>
Gets access to the application button menu outer palette details.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteRibbon.RibbonAppMenuInner">
<summary>
Gets access to the application button menu inner palette details.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteRibbon.RibbonAppMenuDocs">
<summary>
Gets access to the application button menu recent docs palette details.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteRibbon.RibbonAppMenuDocsTitle">
<summary>
Gets access to the application button menu recent documents title.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteRibbon.RibbonAppMenuDocsEntry">
<summary>
Gets access to the application button menu recent documents entry.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteRibbon.RibbonGeneral">
<summary>
Get access to the general ribbon settings.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteRibbon.RibbonFileAppTab">
<summary>
Get access to the "File App Tab" ribbon settings.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteRibbon.RibbonGroupArea">
<summary>
Get access to the ribbon group area settings.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteRibbon.RibbonGroupButtonText">
<summary>
Get access to the ribbon group button text settings.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteRibbon.RibbonGroupCheckBoxText">
<summary>
Get access to the ribbon group check box text settings.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteRibbon.RibbonGroupNormalBorder">
<summary>
Get access to the ribbon group normal border settings.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteRibbon.RibbonGroupNormalTitle">
<summary>
Get access to the ribbon group normal title settings.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteRibbon.RibbonGroupCollapsedBorder">
<summary>
Get access to the ribbon group collapsed border settings.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteRibbon.RibbonGroupCollapsedBack">
<summary>
Get access to the ribbon group collapsed background settings.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteRibbon.RibbonGroupCollapsedFrameBorder">
<summary>
Get access to the ribbon group collapsed frame border settings.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteRibbon.RibbonGroupCollapsedFrameBack">
<summary>
Get access to the ribbon group collapsed frame background settings.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteRibbon.RibbonGroupCollapsedText">
<summary>
Get access to the ribbon group collapsed text settings.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteRibbon.RibbonGroupLabelText">
<summary>
Get access to the ribbon group label text settings.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteRibbon.RibbonGroupRadioButtonText">
<summary>
Get access to the ribbon radio button box text settings.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteRibbon.RibbonQATFullbar">
<summary>
Get access to the quick access toolbar full settings.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteRibbon.RibbonQATMinibar">
<summary>
Get access to the quick access toolbar mini settings.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteRibbon.RibbonQATOverflow">
<summary>
Get access to the quick access toolbar overflow settings.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteRibbon.RibbonTab">
<summary>
Get access to the ribbon tab settings.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteRibbon.RibbonGalleryBack">
<summary>
Gets access to the ribbon gallery background palette details.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteRibbon.RibbonGalleryBorder">
<summary>
Gets access to the ribbon gallery border palette details.
</summary>
</member>
<member name="T:Krypton.Toolkit.KryptonPaletteRibbonAppButton">
<summary>
Storage for palette ribbon scroller states.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonPaletteRibbonAppButton.#ctor(Krypton.Toolkit.PaletteRedirect,Krypton.Toolkit.NeedPaintHandler)">
<summary>
Initialize a new instance of the KryptonPaletteRibbonAppButton class.
</summary>
<param name="redirect">Redirector to inherit values from.</param>
<param name="needPaint">Delegate for notifying paint requests.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonPaletteRibbonAppButton.SetRedirector(Krypton.Toolkit.PaletteRedirect)">
<summary>
Update the redirector with new reference.
</summary>
<param name="redirect">Target redirector.</param>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteRibbonAppButton.IsDefault">
<summary>
Gets a value indicating if all values are default.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonPaletteRibbonAppButton.PopulateFromBase">
<summary>
Populate values from the base palette.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteRibbonAppButton.StateCommon">
<summary>
Gets access to the common ribbon application button appearance that other states can override.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteRibbonAppButton.StateNormal">
<summary>
Gets access to the normal ribbon application button appearance entries.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteRibbonAppButton.StateTracking">
<summary>
Gets access to the tracking ribbon application button appearance entries.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteRibbonAppButton.StatePressed">
<summary>
Gets access to the pressed ribbon application button appearance entries.
</summary>
</member>
<member name="T:Krypton.Toolkit.KryptonPaletteRibbonGroupArea">
<summary>
Storage for palette ribbon group area states.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonPaletteRibbonGroupArea.#ctor(Krypton.Toolkit.PaletteRedirect,Krypton.Toolkit.NeedPaintHandler)">
<summary>
Initialize a new instance of the KryptonPaletteRibbonGroupArea class.
</summary>
<param name="redirect">Redirector to inherit values from.</param>
<param name="needPaint">Delegate for notifying paint requests.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonPaletteRibbonGroupArea.SetRedirector(Krypton.Toolkit.PaletteRedirect)">
<summary>
Update the redirector with new reference.
</summary>
<param name="redirect">Target redirector.</param>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteRibbonGroupArea.IsDefault">
<summary>
Gets a value indicating if all values are default.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonPaletteRibbonGroupArea.PopulateFromBase">
<summary>
Populate values from the base palette.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteRibbonGroupArea.StateCommon">
<summary>
Gets access to the common ribbon application button appearance that other states can override.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteRibbonGroupArea.StateCheckedNormal">
<summary>
Gets access to the checked ribbon group area appearance entries.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteRibbonGroupArea.StateContextCheckedNormal">
<summary>
Gets access to the context checked ribbon group area appearance entries.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteRibbonGroupArea.StateTracking">
<summary>
Gets access to the tracking ribbon group area appearance entries.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteRibbonGroupArea.StateContextPressed">
<summary>
Gets access to the context pressed ribbon group area appearance entries.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteRibbonGroupArea.StateContextTracking">
<summary>
Gets access to the context tracking ribbon group area appearance entries.
</summary>
</member>
<member name="T:Krypton.Toolkit.KryptonPaletteRibbonGroupBaseText">
<summary>
Storage for palette ribbon group text states.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonPaletteRibbonGroupBaseText.#ctor(Krypton.Toolkit.PaletteRedirect,Krypton.Toolkit.PaletteRibbonTextStyle,Krypton.Toolkit.NeedPaintHandler)">
<summary>
Initialize a new instance of the KryptonPaletteRibbonGroupBaseText class.
</summary>
<param name="redirect">Redirector to inherit values from.</param>
<param name="textStyle">Inherit text style.</param>
<param name="needPaint">Delegate for notifying paint requests.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonPaletteRibbonGroupBaseText.SetRedirector(Krypton.Toolkit.PaletteRedirect)">
<summary>
Update the redirector with new reference.
</summary>
<param name="redirect">Target redirector.</param>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteRibbonGroupBaseText.IsDefault">
<summary>
Gets a value indicating if all values are default.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonPaletteRibbonGroupBaseText.PopulateFromBase">
<summary>
Populate values from the base palette.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteRibbonGroupBaseText.StateCommon">
<summary>
Gets access to the common ribbon group text appearance that other states can override.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteRibbonGroupBaseText.StateNormal">
<summary>
Gets access to the normal ribbon group text appearance entries.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteRibbonGroupBaseText.StateDisabled">
<summary>
Gets access to the tracking ribbon group text appearance entries.
</summary>
</member>
<member name="T:Krypton.Toolkit.KryptonPaletteRibbonGroupButtonText">
<summary>
Storage for palette ribbon group button text states.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonPaletteRibbonGroupButtonText.#ctor(Krypton.Toolkit.PaletteRedirect,Krypton.Toolkit.NeedPaintHandler)">
<summary>
Initialize a new instance of the KryptonPaletteRibbonGroupButtonText class.
</summary>
<param name="redirect">Redirector to inherit values from.</param>
<param name="needPaint">Delegate for notifying paint requests.</param>
</member>
<member name="T:Krypton.Toolkit.KryptonPaletteRibbonGroupCheckBoxText">
<summary>
Storage for palette ribbon group button text states.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonPaletteRibbonGroupCheckBoxText.#ctor(Krypton.Toolkit.PaletteRedirect,Krypton.Toolkit.NeedPaintHandler)">
<summary>
Initialize a new instance of the KryptonPaletteRibbonGroupCheckBoxText class.
</summary>
<param name="redirect">Redirector to inherit values from.</param>
<param name="needPaint">Delegate for notifying paint requests.</param>
</member>
<member name="T:Krypton.Toolkit.KryptonPaletteRibbonGroupCollapsedBack">
<summary>
Storage for palette ribbon group collapsed background states.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonPaletteRibbonGroupCollapsedBack.#ctor(Krypton.Toolkit.PaletteRedirect,Krypton.Toolkit.NeedPaintHandler)">
<summary>
Initialize a new instance of the KryptonPaletteRibbonGroupCollapsedBack class.
</summary>
<param name="redirect">Redirector to inherit values from.</param>
<param name="needPaint">Delegate for notifying paint requests.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonPaletteRibbonGroupCollapsedBack.SetRedirector(Krypton.Toolkit.PaletteRedirect)">
<summary>
Update the redirector with new reference.
</summary>
<param name="redirect">Target redirector.</param>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteRibbonGroupCollapsedBack.IsDefault">
<summary>
Gets a value indicating if all values are default.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonPaletteRibbonGroupCollapsedBack.PopulateFromBase">
<summary>
Populate values from the base palette.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteRibbonGroupCollapsedBack.StateCommon">
<summary>
Gets access to the common ribbon group collapsed border appearance that other states can override.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteRibbonGroupCollapsedBack.StateNormal">
<summary>
Gets access to the normal ribbon group collapsed border appearance entries.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteRibbonGroupCollapsedBack.StateTracking">
<summary>
Gets access to the tracking ribbon group collapsed border appearance entries.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteRibbonGroupCollapsedBack.StateContextNormal">
<summary>
Gets access to the context normal ribbon group collapsed border appearance entries.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteRibbonGroupCollapsedBack.StateContextTracking">
<summary>
Gets access to the context tracking ribbon group collapsed border appearance entries.
</summary>
</member>
<member name="T:Krypton.Toolkit.KryptonPaletteRibbonGroupCollapsedBorder">
<summary>
Storage for palette ribbon group collapsed border states.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonPaletteRibbonGroupCollapsedBorder.#ctor(Krypton.Toolkit.PaletteRedirect,Krypton.Toolkit.NeedPaintHandler)">
<summary>
Initialize a new instance of the KryptonPaletteRibbonGroupCollapsedBorder class.
</summary>
<param name="redirect">Redirector to inherit values from.</param>
<param name="needPaint">Delegate for notifying paint requests.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonPaletteRibbonGroupCollapsedBorder.SetRedirector(Krypton.Toolkit.PaletteRedirect)">
<summary>
Update the redirector with new reference.
</summary>
<param name="redirect">Target redirector.</param>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteRibbonGroupCollapsedBorder.IsDefault">
<summary>
Gets a value indicating if all values are default.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonPaletteRibbonGroupCollapsedBorder.PopulateFromBase">
<summary>
Populate values from the base palette.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteRibbonGroupCollapsedBorder.StateCommon">
<summary>
Gets access to the common ribbon group collapsed border appearance that other states can override.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteRibbonGroupCollapsedBorder.StateNormal">
<summary>
Gets access to the normal ribbon group collapsed border appearance entries.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteRibbonGroupCollapsedBorder.StateTracking">
<summary>
Gets access to the tracking ribbon group collapsed border appearance entries.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteRibbonGroupCollapsedBorder.StateContextNormal">
<summary>
Gets access to the context normal ribbon group collapsed border appearance entries.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteRibbonGroupCollapsedBorder.StateContextTracking">
<summary>
Gets access to the context tracking ribbon group collapsed border appearance entries.
</summary>
</member>
<member name="T:Krypton.Toolkit.KryptonPaletteRibbonGroupCollapsedFrameBack">
<summary>
Storage for palette ribbon group collapsed frame background states.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonPaletteRibbonGroupCollapsedFrameBack.#ctor(Krypton.Toolkit.PaletteRedirect,Krypton.Toolkit.NeedPaintHandler)">
<summary>
Initialize a new instance of the KryptonPaletteRibbonGroupCollapsedFrameBack class.
</summary>
<param name="redirect">Redirector to inherit values from.</param>
<param name="needPaint">Delegate for notifying paint requests.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonPaletteRibbonGroupCollapsedFrameBack.SetRedirector(Krypton.Toolkit.PaletteRedirect)">
<summary>
Update the redirector with new reference.
</summary>
<param name="redirect">Target redirector.</param>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteRibbonGroupCollapsedFrameBack.IsDefault">
<summary>
Gets a value indicating if all values are default.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonPaletteRibbonGroupCollapsedFrameBack.PopulateFromBase">
<summary>
Populate values from the base palette.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteRibbonGroupCollapsedFrameBack.StateCommon">
<summary>
Gets access to the common ribbon group collapsed border appearance that other states can override.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteRibbonGroupCollapsedFrameBack.StateNormal">
<summary>
Gets access to the normal ribbon group collapsed border appearance entries.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteRibbonGroupCollapsedFrameBack.StateTracking">
<summary>
Gets access to the tracking ribbon group collapsed border appearance entries.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteRibbonGroupCollapsedFrameBack.StateContextNormal">
<summary>
Gets access to the context normal ribbon group collapsed border appearance entries.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteRibbonGroupCollapsedFrameBack.StateContextTracking">
<summary>
Gets access to the context tracking ribbon group collapsed border appearance entries.
</summary>
</member>
<member name="T:Krypton.Toolkit.KryptonPaletteRibbonGroupCollapsedFrameBorder">
<summary>
Storage for palette ribbon group collapsed frame border states.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonPaletteRibbonGroupCollapsedFrameBorder.#ctor(Krypton.Toolkit.PaletteRedirect,Krypton.Toolkit.NeedPaintHandler)">
<summary>
Initialize a new instance of the KryptonPaletteRibbonGroupCollapsedFrameBorder class.
</summary>
<param name="redirect">Redirector to inherit values from.</param>
<param name="needPaint">Delegate for notifying paint requests.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonPaletteRibbonGroupCollapsedFrameBorder.SetRedirector(Krypton.Toolkit.PaletteRedirect)">
<summary>
Update the redirector with new reference.
</summary>
<param name="redirect">Target redirector.</param>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteRibbonGroupCollapsedFrameBorder.IsDefault">
<summary>
Gets a value indicating if all values are default.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonPaletteRibbonGroupCollapsedFrameBorder.PopulateFromBase">
<summary>
Populate values from the base palette.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteRibbonGroupCollapsedFrameBorder.StateCommon">
<summary>
Gets access to the common ribbon group collapsed border appearance that other states can override.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteRibbonGroupCollapsedFrameBorder.StateNormal">
<summary>
Gets access to the normal ribbon group collapsed border appearance entries.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteRibbonGroupCollapsedFrameBorder.StateTracking">
<summary>
Gets access to the tracking ribbon group collapsed border appearance entries.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteRibbonGroupCollapsedFrameBorder.StateContextNormal">
<summary>
Gets access to the context normal ribbon group collapsed border appearance entries.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteRibbonGroupCollapsedFrameBorder.StateContextTracking">
<summary>
Gets access to the context tracking ribbon group collapsed border appearance entries.
</summary>
</member>
<member name="T:Krypton.Toolkit.KryptonPaletteRibbonGroupCollapsedText">
<summary>
Storage for palette ribbon group collapsed text states.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonPaletteRibbonGroupCollapsedText.#ctor(Krypton.Toolkit.PaletteRedirect,Krypton.Toolkit.NeedPaintHandler)">
<summary>
Initialize a new instance of the KryptonPaletteRibbonGroupCollapsedText class.
</summary>
<param name="redirect">Redirector to inherit values from.</param>
<param name="needPaint">Delegate for notifying paint requests.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonPaletteRibbonGroupCollapsedText.SetRedirector(Krypton.Toolkit.PaletteRedirect)">
<summary>
Update the redirector with new reference.
</summary>
<param name="redirect">Target redirector.</param>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteRibbonGroupCollapsedText.IsDefault">
<summary>
Gets a value indicating if all values are default.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonPaletteRibbonGroupCollapsedText.PopulateFromBase">
<summary>
Populate values from the base palette.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteRibbonGroupCollapsedText.StateCommon">
<summary>
Gets access to the common ribbon group collapsed text appearance that other states can override.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteRibbonGroupCollapsedText.StateNormal">
<summary>
Gets access to the normal ribbon group collapsed text appearance entries.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteRibbonGroupCollapsedText.StateTracking">
<summary>
Gets access to the tracking ribbon group collapsed text appearance entries.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteRibbonGroupCollapsedText.StateContextNormal">
<summary>
Gets access to the context normal ribbon group collapsed text appearance entries.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteRibbonGroupCollapsedText.StateContextTracking">
<summary>
Gets access to the context tracking ribbon group collapsed text appearance entries.
</summary>
</member>
<member name="T:Krypton.Toolkit.KryptonPaletteRibbonGroupLabelText">
<summary>
Storage for palette ribbon group label text states.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonPaletteRibbonGroupLabelText.#ctor(Krypton.Toolkit.PaletteRedirect,Krypton.Toolkit.NeedPaintHandler)">
<summary>
Initialize a new instance of the KryptonPaletteRibbonGroupLabelText class.
</summary>
<param name="redirect">Redirector to inherit values from.</param>
<param name="needPaint">Delegate for notifying paint requests.</param>
</member>
<member name="T:Krypton.Toolkit.KryptonPaletteRibbonGroupNormalBorder">
<summary>
Storage for palette ribbon group normal border states.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonPaletteRibbonGroupNormalBorder.#ctor(Krypton.Toolkit.PaletteRedirect,Krypton.Toolkit.NeedPaintHandler)">
<summary>
Initialize a new instance of the KryptonPaletteRibbonGroupNormalBorder class.
</summary>
<param name="redirect">Redirector to inherit values from.</param>
<param name="needPaint">Delegate for notifying paint requests.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonPaletteRibbonGroupNormalBorder.SetRedirector(Krypton.Toolkit.PaletteRedirect)">
<summary>
Update the redirector with new reference.
</summary>
<param name="redirect">Target redirector.</param>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteRibbonGroupNormalBorder.IsDefault">
<summary>
Gets a value indicating if all values are default.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonPaletteRibbonGroupNormalBorder.PopulateFromBase">
<summary>
Populate values from the base palette.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteRibbonGroupNormalBorder.StateCommon">
<summary>
Gets access to the common ribbon group normal border appearance that other states can override.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteRibbonGroupNormalBorder.StateNormal">
<summary>
Gets access to the normal ribbon group normal border appearance entries.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteRibbonGroupNormalBorder.StateTracking">
<summary>
Gets access to the tracking ribbon group normal border appearance entries.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteRibbonGroupNormalBorder.StateContextNormal">
<summary>
Gets access to the context normal ribbon group normal border appearance entries.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteRibbonGroupNormalBorder.StateContextTracking">
<summary>
Gets access to the context tracking ribbon group normal border appearance entries.
</summary>
</member>
<member name="T:Krypton.Toolkit.KryptonPaletteRibbonGroupNormalTitle">
<summary>
Storage for palette ribbon group normal title states.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonPaletteRibbonGroupNormalTitle.#ctor(Krypton.Toolkit.PaletteRedirect,Krypton.Toolkit.NeedPaintHandler)">
<summary>
Initialize a new instance of the KryptonPaletteRibbonGroupNormalTitle class.
</summary>
<param name="redirect">Redirector to inherit values from.</param>
<param name="needPaint">Delegate for notifying paint requests.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonPaletteRibbonGroupNormalTitle.SetRedirector(Krypton.Toolkit.PaletteRedirect)">
<summary>
Update the redirector with new reference.
</summary>
<param name="redirect">Target redirector.</param>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteRibbonGroupNormalTitle.IsDefault">
<summary>
Gets a value indicating if all values are default.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonPaletteRibbonGroupNormalTitle.PopulateFromBase">
<summary>
Populate values from the base palette.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteRibbonGroupNormalTitle.StateCommon">
<summary>
Gets access to the common ribbon group normal title appearance that other states can override.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteRibbonGroupNormalTitle.StateNormal">
<summary>
Gets access to the normal ribbon group normal title appearance entries.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteRibbonGroupNormalTitle.StateTracking">
<summary>
Gets access to the tracking ribbon group normal title appearance entries.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteRibbonGroupNormalTitle.StateContextNormal">
<summary>
Gets access to the context normal ribbon group normal title appearance entries.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteRibbonGroupNormalTitle.StateContextTracking">
<summary>
Gets access to the context tracking ribbon group normal title appearance entries.
</summary>
</member>
<member name="T:Krypton.Toolkit.KryptonPaletteRibbonGroupRadioButtonText">
<summary>
Storage for palette ribbon group radio button text states.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonPaletteRibbonGroupRadioButtonText.#ctor(Krypton.Toolkit.PaletteRedirect,Krypton.Toolkit.NeedPaintHandler)">
<summary>
Initialize a new instance of the KryptonPaletteRibbonGroupRadioButtonText class.
</summary>
<param name="redirect">Redirector to inherit values from.</param>
<param name="needPaint">Delegate for notifying paint requests.</param>
</member>
<member name="T:Krypton.Toolkit.KryptonPaletteRibbonQATMinibar">
<summary>
Storage for palette ribbon quick access bar mini version.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonPaletteRibbonQATMinibar.#ctor(Krypton.Toolkit.PaletteRedirect,Krypton.Toolkit.NeedPaintHandler)">
<summary>
Initialize a new instance of the KryptonPaletteRibbonQATMinibar class.
</summary>
<param name="redirect">Redirector to inherit values from.</param>
<param name="needPaint">Delegate for notifying paint requests.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonPaletteRibbonQATMinibar.SetRedirector(Krypton.Toolkit.PaletteRedirect)">
<summary>
Update the redirector with new reference.
</summary>
<param name="redirect">Target redirector.</param>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteRibbonQATMinibar.IsDefault">
<summary>
Gets a value indicating if all values are default.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonPaletteRibbonQATMinibar.PopulateFromBase">
<summary>
Populate values from the base palette.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteRibbonQATMinibar.StateCommon">
<summary>
Gets access to the common ribbon quick access toolbar minibar values.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteRibbonQATMinibar.StateActive">
<summary>
Gets access to the active ribbon quick access toolbar minibar values.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteRibbonQATMinibar.StateInactive">
<summary>
Gets access to the inactive ribbon quick access toolbar minibar values.
</summary>
</member>
<member name="T:Krypton.Toolkit.KryptonPaletteRibbonTab">
<summary>
Storage for palette ribbon tab states.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonPaletteRibbonTab.#ctor(Krypton.Toolkit.PaletteRedirect,Krypton.Toolkit.NeedPaintHandler)">
<summary>
Initialize a new instance of the KryptonPaletteRibbonTab class.
</summary>
<param name="redirect">Redirector to inherit values from.</param>
<param name="needPaint">Delegate for notifying paint requests.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonPaletteRibbonTab.SetRedirector(Krypton.Toolkit.PaletteRedirect)">
<summary>
Update the redirector with new reference.
</summary>
<param name="redirect">Target redirector.</param>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteRibbonTab.IsDefault">
<summary>
Gets a value indicating if all values are default.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonPaletteRibbonTab.PopulateFromBase">
<summary>
Populate values from the base palette.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteRibbonTab.StateCommon">
<summary>
Gets access to the common ribbon tab appearance that other states can override.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteRibbonTab.StateNormal">
<summary>
Gets access to the normal ribbon tab appearance entries.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteRibbonTab.StateTracking">
<summary>
Gets access to the tracking ribbon tab appearance entries.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteRibbonTab.StateCheckedNormal">
<summary>
Gets access to the checked normal ribbon tab appearance entries.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteRibbonTab.StateCheckedTracking">
<summary>
Gets access to the checked tracking ribbon tab appearance entries.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteRibbonTab.StateContextTracking">
<summary>
Gets access to the context tracking ribbon tab appearance entries.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteRibbonTab.StateContextCheckedNormal">
<summary>
Gets access to the checked normal ribbon tab appearance entries.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteRibbonTab.StateContextCheckedTracking">
<summary>
Gets access to the context checked tracking ribbon tab appearance entries.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteRibbonTab.OverrideFocus">
<summary>
Gets access to the focus overrides for ribbon tab appearance entries.
</summary>
</member>
<member name="T:Krypton.Toolkit.KryptonPaletteSeparator">
<summary>
Storage for palette separator states.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonPaletteSeparator.#ctor(Krypton.Toolkit.PaletteRedirect,Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.NeedPaintHandler)">
<summary>
Initialize a new instance of the KryptonPaletteSeparator class.
</summary>
<param name="redirect">Redirector to inherit values from.</param>
<param name="backStyle">Background style.</param>
<param name="borderStyle">Border style.</param>
<param name="needPaint">Delegate for notifying paint requests.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonPaletteSeparator.SetRedirector(Krypton.Toolkit.PaletteRedirect)">
<summary>
Update the redirector with new reference.
</summary>
<param name="redirect">Target redirector.</param>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteSeparator.IsDefault">
<summary>
Gets a value indicating if all values are default.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonPaletteSeparator.PopulateFromBase(Krypton.Toolkit.PaletteMetricPadding)">
<summary>
Populate values from the base palette.
</summary>
<param name="metric">Which metric should be used for padding.</param>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteSeparator.StateCommon">
<summary>
Gets access to the common separator appearance that other states can override.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteSeparator.StateDisabled">
<summary>
Gets access to the disabled separator appearance entries.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteSeparator.StateNormal">
<summary>
Gets access to the normal separator appearance entries.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteSeparator.StateTracking">
<summary>
Gets access to the hot tracking separator appearance entries.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteSeparator.StatePressed">
<summary>
Gets access to the pressed separator appearance entries.
</summary>
</member>
<member name="T:Krypton.Toolkit.KryptonPaletteSeparators">
<summary>
Storage for separator palette settings.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonPaletteSeparators.#ctor(Krypton.Toolkit.PaletteRedirect,Krypton.Toolkit.NeedPaintHandler)">
<summary>
Initialize a new instance of the KryptonPaletteSeparators class.
</summary>
<param name="redirector">Palette redirector for sourcing inherited values.</param>
<param name="needPaint">Delegate for notifying paint requests.</param>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteSeparators.IsDefault">
<summary>
Gets a value indicating if all values are default.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonPaletteSeparators.PopulateFromBase(Krypton.Toolkit.KryptonPaletteCommon)">
<summary>
Populate values from the base palette.
</summary>
<param name="common">Reference to common settings.</param>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteSeparators.SeparatorCommon">
<summary>
Gets access to the common separator appearance entries.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteSeparators.SeparatorLowProfile">
<summary>
Gets access to the low profile separator appearance entries.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteSeparators.SeparatorHighProfile">
<summary>
Gets access to the high profile separator appearance entries.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteSeparators.SeparatorHighInternalProfile">
<summary>
Gets access to the high profile for internal separator appearance entries.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteSeparators.SeparatorCustom1">
<summary>
Gets access to the first custom separator appearance entries.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteSeparators.SeparatorCustom2">
<summary>
Gets access to the first custom separator appearance entries.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteSeparators.SeparatorCustom3">
<summary>
Gets access to the first custom separator appearance entries.
</summary>
</member>
<member name="T:Krypton.Toolkit.KryptonPaletteTabButton">
<summary>
Storage of palette tab button states.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonPaletteTabButton.#ctor(Krypton.Toolkit.PaletteRedirect,Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.NeedPaintHandler)">
<summary>
Initialize a new instance of the KryptonPaletteTabButton class.
</summary>
<param name="redirect">Redirector to inherit values from.</param>
<param name="backStyle">Background style.</param>
<param name="borderStyle">Border style.</param>
<param name="contentStyle">Content style.</param>
<param name="needPaint">Delegate for notifying paint requests.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonPaletteTabButton.SetRedirector(Krypton.Toolkit.PaletteRedirect)">
<summary>
Update the redirector with new reference.
</summary>
<param name="redirect">Target redirector.</param>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteTabButton.IsDefault">
<summary>
Gets a value indicating if all values are default.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonPaletteTabButton.PopulateFromBase">
<summary>
Populate values from the base palette.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteTabButton.StateCommon">
<summary>
Gets access to the common tab appearance that other states can override.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteTabButton.StateDisabled">
<summary>
Gets access to the disabled tab appearance entries.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteTabButton.StateNormal">
<summary>
Gets access to the normal tab appearance entries.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteTabButton.StateTracking">
<summary>
Gets access to the hot tracking tab appearance entries.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteTabButton.StatePressed">
<summary>
Gets access to the pressed tab appearance entries.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteTabButton.StateSelected">
<summary>
Gets access to the normal tab appearance entries.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteTabButton.OverrideFocus">
<summary>
Gets access to the tab appearance when it has focus.
</summary>
</member>
<member name="T:Krypton.Toolkit.KryptonPaletteTabButtons">
<summary>
Storage for tab button palette settings.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonPaletteTabButtons.#ctor(Krypton.Toolkit.PaletteRedirect,Krypton.Toolkit.NeedPaintHandler)">
<summary>
Initialize a new instance of the KryptonPaletteTabButtons class.
</summary>
<param name="redirector">Palette redirector for sourcing inherited values.</param>
<param name="needPaint">Delegate for notifying paint requests.</param>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteTabButtons.IsDefault">
<summary>
Gets a value indicating if all values are default.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonPaletteTabButtons.PopulateFromBase(Krypton.Toolkit.KryptonPaletteCommon)">
<summary>
Populate values from the base palette.
</summary>
<param name="common">Reference to common settings.</param>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteTabButtons.TabCommon">
<summary>
Gets access to the common appearance entries.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteTabButtons.TabHighProfile">
<summary>
Gets access to the High Profile appearance entries.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteTabButtons.TabStandardProfile">
<summary>
Gets access to the Standard Profile appearance entries.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteTabButtons.TabLowProfile">
<summary>
Gets access to the LowProfile appearance entries.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteTabButtons.TabDock">
<summary>
Gets access to the Dock appearance entries.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteTabButtons.TabDockAutoHidden">
<summary>
Gets access to the Dock AutoHidden appearance entries.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteTabButtons.TabOneNote">
<summary>
Gets access to the OneNote appearance entries.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteTabButtons.TabCustom1">
<summary>
Gets access to the Custom1 appearance entries.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteTabButtons.TabCustom2">
<summary>
Gets access to the Custom2 appearance entries.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteTabButtons.TabCustom3">
<summary>
Gets access to the Custom3 appearance entries.
</summary>
</member>
<member name="T:Krypton.Toolkit.KryptonPaletteTMS">
<summary>
Colors associated with menus and tool strip.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonPaletteTMS.#ctor(Krypton.Toolkit.PaletteBase,Krypton.Toolkit.KryptonColorTable,Krypton.Toolkit.NeedPaintHandler)">
<summary>
Initialize a new instance of the KryptonPaletteKCT class.
</summary>
<param name="palette">Associated palette instance.</param>
<param name="baseKCT">Initial base KCT to inherit values from.</param>
<param name="needPaint">Delegate for notifying paint requests.</param>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteTMS.IsDefault">
<summary>
Gets a value indicating if all values are default.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonPaletteTMS.PopulateFromBase">
<summary>
Populate values from the base palette.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteTMS.Button">
<summary>
Get access to the button colors.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteTMS.Grip">
<summary>
Get access to the grip colors.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteTMS.Menu">
<summary>
Get access to the menu colors.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteTMS.Rafting">
<summary>
Get access to the rafting colors.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteTMS.MenuStrip">
<summary>
Get access to the menu strip colors.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteTMS.Separator">
<summary>
Get access to the separator colors.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteTMS.StatusStrip">
<summary>
Get access to the status strip colors.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteTMS.ToolStrip">
<summary>
Get access to the tool strip colors.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteTMS.UseRoundedEdges">
<summary>
Gets and sets the use of rounded or square edges when rendering.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonPaletteTMS.ResetUseRoundedEdges">
<summary>
esets the UseRoundedEdges property to its default value.
</summary>
</member>
<member name="T:Krypton.Toolkit.KryptonPaletteTMSBase">
<summary>
Base class for the palette TMS storage classes to derive from.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonPaletteTMSBase.#ctor(Krypton.Toolkit.KryptonInternalKCT,Krypton.Toolkit.NeedPaintHandler)">
<summary>
Initialize a new instance of the KryptonPaletteKCTBase class.
</summary>
<param name="internalKCT">Reference to inherited values.</param>
<param name="needPaint">Delegate for notifying paint requests.</param>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteTMSBase.InternalKCT">
<summary>
Gets access to the internal class used to inherit values.
</summary>
</member>
<member name="T:Krypton.Toolkit.KryptonPaletteTMSButton">
<summary>
Storage for button entries of the professional color table.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonPaletteTMSButton.#ctor(Krypton.Toolkit.KryptonInternalKCT,Krypton.Toolkit.NeedPaintHandler)">
<summary>
Initialize a new instance of the KryptonPaletteKCTButton class.
</summary>
<param name="internalKCT">Reference to inherited values.</param>
<param name="needPaint">Delegate for notifying paint requests.</param>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteTMSButton.IsDefault">
<summary>
Gets a value indicating if all values are default.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonPaletteTMSButton.PopulateFromBase">
<summary>
Populate values from the base palette.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteTMSButton.ButtonCheckedGradientBegin">
<summary>
Gets and sets the starting color of the gradient used when the button is checked.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonPaletteTMSButton.ResetButtonCheckedGradientBegin">
<summary>
Resets the ButtonCheckedGradientBegin property to its default value.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteTMSButton.ButtonCheckedGradientEnd">
<summary>
Gets and sets the ending color of the gradient used when the button is checked.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonPaletteTMSButton.ResetButtonCheckedGradientEnd">
<summary>
Resets the ButtonCheckedGradientEnd property to its default value.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteTMSButton.ButtonCheckedGradientMiddle">
<summary>
Gets and sets the middle color of the gradient used when the button is checked.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonPaletteTMSButton.ResetButtonCheckedGradientMiddle">
<summary>
Resets the ButtonCheckedGradientMiddle property to its default value.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteTMSButton.ButtonCheckedHighlight">
<summary>
Gets and sets the highlight color used when the button is checked.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonPaletteTMSButton.ResetButtonCheckedHighlight">
<summary>
Resets the ButtonCheckedHighlight property to its default value.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteTMSButton.ButtonCheckedHighlightBorder">
<summary>
Gets and sets the border color to use with ButtonCheckedHighlight.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonPaletteTMSButton.ResetButtonCheckedHighlightBorder">
<summary>
Resets the ButtonCheckedHighlightBorder property to its default value.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteTMSButton.ButtonPressedBorder">
<summary>
Gets and sets the border color to use with the ButtonPressedGradientBegin, ButtonPressedGradientMiddle, and ButtonPressedGradientEnd colors.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonPaletteTMSButton.ResetButtonPressedBorder">
<summary>
Resets the ButtonPressedBorder property to its default value.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteTMSButton.ButtonPressedGradientBegin">
<summary>
Gets and sets the starting color of the gradient used when the button is pressed.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonPaletteTMSButton.ResetButtonPressedGradientBegin">
<summary>
Resets the ButtonPressedGradientBegin property to its default value.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteTMSButton.ButtonPressedGradientEnd">
<summary>
Gets and sets the ending color of the gradient used when the button is pressed.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonPaletteTMSButton.ResetButtonPressedGradientEnd">
<summary>
Resets the ButtonPressedGradientEnd property to its default value.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteTMSButton.ButtonPressedGradientMiddle">
<summary>
Gets and sets the middle color of the gradient used when the button is pressed.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonPaletteTMSButton.ResetButtonPressedGradientMiddle">
<summary>
Resets the ButtonPressedGradientMiddle property to its default value.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteTMSButton.ButtonPressedHighlight">
<summary>
Gets and sets the solid color used when the button is pressed.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonPaletteTMSButton.ResetButtonPressedHighlight">
<summary>
Resets the ButtonPressedHighlight property to its default value.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteTMSButton.ButtonPressedHighlightBorder">
<summary>
Gets and sets the border color to use with ButtonPressedHighlight.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonPaletteTMSButton.ResetButtonPressedHighlightBorder">
<summary>
Resets the ButtonPressedHighlightBorder property to its default value.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteTMSButton.ButtonSelectedBorder">
<summary>
Gets and sets the border color to use with the ButtonSelectedGradientBegin, ButtonSelectedGradientMiddle, and ButtonSelectedGradientEnd colors.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonPaletteTMSButton.ResetButtonSelectedBorder">
<summary>
Resets the ButtonSelectedBorder property to its default value.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteTMSButton.ButtonSelectedGradientBegin">
<summary>
Gets and sets the starting color of the gradient used when the button is selected.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonPaletteTMSButton.ResetButtonSelectedGradientBegin">
<summary>
Resets the ButtonSelectedGradientBegin property to its default value.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteTMSButton.ButtonSelectedGradientEnd">
<summary>
Gets and sets the ending color of the gradient used when the button is selected.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonPaletteTMSButton.ResetButtonSelectedGradientEnd">
<summary>
Resets the ButtonSelectedGradientEnd property to its default value.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteTMSButton.ButtonSelectedGradientMiddle">
<summary>
Gets and sets the middle color of the gradient used when the button is selected.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonPaletteTMSButton.ResetButtonSelectedGradientMiddle">
<summary>
Resets the ButtonSelectedGradientMiddle property to its default value.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteTMSButton.ButtonSelectedHighlight">
<summary>
Gets and sets the solid color used when the button is selected.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonPaletteTMSButton.ResetButtonSelectedHighlight">
<summary>
Resets the ButtonSelectedHighlight property to its default value.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteTMSButton.ButtonSelectedHighlightBorder">
<summary>
Gets and sets the border color to use with ButtonSelectedHighlight.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonPaletteTMSButton.ResetButtonSelectedHighlightBorder">
<summary>
Resets the ButtonSelectedHighlightBorder property to its default value.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteTMSButton.CheckBackground">
<summary>
Gets and sets the solid color to use when the button is checked and gradients are being used.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonPaletteTMSButton.ResetCheckBackground">
<summary>
esets the CheckBackground property to its default value.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteTMSButton.CheckPressedBackground">
<summary>
Gets and sets the solid color to use when the button is checked and selected and gradients are being used.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonPaletteTMSButton.ResetCheckPressedBackground">
<summary>
esets the CheckPressedBackground property to its default value.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteTMSButton.CheckSelectedBackground">
<summary>
Gets and sets the solid color to use when the button is checked and selected and gradients are being used.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonPaletteTMSButton.ResetCheckSelectedBackground">
<summary>
esets the CheckSelectedBackground property to its default value.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteTMSButton.OverflowButtonGradientBegin">
<summary>
Gets and sets the starting color of the gradient used in the ToolStripOverflowButton.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonPaletteTMSButton.ResetOverflowButtonGradientBegin">
<summary>
esets the OverflowButtonGradientBegin property to its default value.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteTMSButton.OverflowButtonGradientEnd">
<summary>
Gets and sets the ending color of the gradient used in the ToolStripOverflowButton.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonPaletteTMSButton.ResetOverflowButtonGradientEnd">
<summary>
esets the OverflowButtonGradientEnd property to its default value.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteTMSButton.OverflowButtonGradientMiddle">
<summary>
Gets and sets the middle color of the gradient used in the ToolStripOverflowButton.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonPaletteTMSButton.ResetOverflowButtonGradientMiddle">
<summary>
esets the OverflowButtonGradientMiddle property to its default value.
</summary>
</member>
<member name="T:Krypton.Toolkit.KryptonPaletteTMSGrip">
<summary>
Storage for grip entries of the professional color table.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonPaletteTMSGrip.#ctor(Krypton.Toolkit.KryptonInternalKCT,Krypton.Toolkit.NeedPaintHandler)">
<summary>
Initialize a new instance of the KryptonPaletteKCTGrip class.
</summary>
<param name="internalKCT">Reference to inherited values.</param>
<param name="needPaint">Delegate for notifying paint requests.</param>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteTMSGrip.IsDefault">
<summary>
Gets a value indicating if all values are default.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonPaletteTMSGrip.PopulateFromBase">
<summary>
Populate values from the base palette.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteTMSGrip.GripDark">
<summary>
Gets and sets the color to use for shadow effects on the grip (move handle).
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonPaletteTMSGrip.ResetGripDark">
<summary>
esets the GripDark property to its default value.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteTMSGrip.GripLight">
<summary>
Gets and sets the color to use for highlight effects on the grip (move handle).
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonPaletteTMSGrip.ResetGripLight">
<summary>
esets the GripLight property to its default value.
</summary>
</member>
<member name="T:Krypton.Toolkit.KryptonPaletteTMSMenu">
<summary>
Storage for menu entries of the professional color table.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonPaletteTMSMenu.#ctor(Krypton.Toolkit.KryptonInternalKCT,Krypton.Toolkit.NeedPaintHandler)">
<summary>
Initialize a new instance of the KryptonPaletteKCTMenu class.
</summary>
<param name="internalKCT">Reference to inherited values.</param>
<param name="needPaint">Delegate for notifying paint requests.</param>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteTMSMenu.IsDefault">
<summary>
Gets a value indicating if all values are default.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonPaletteTMSMenu.PopulateFromBase">
<summary>
Populate values from the base palette.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteTMSMenu.ImageMarginGradientBegin">
<summary>
Gets and sets the starting color of the gradient used in the image margin of a ToolStripDropDownMenu.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonPaletteTMSMenu.ResetImageMarginGradientBegin">
<summary>
Resets the ImageMarginGradientBegin property to its default value.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteTMSMenu.ImageMarginGradientEnd">
<summary>
Gets and sets the ending color of the gradient used in the image margin of a ToolStripDropDownMenu.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonPaletteTMSMenu.ResetImageMarginGradientEnd">
<summary>
esets the ImageMarginGradientEnd property to its default value.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteTMSMenu.ImageMarginGradientMiddle">
<summary>
Gets and sets the middle color color of the gradient used in the image margin of a ToolStripDropDownMenu.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonPaletteTMSMenu.ResetImageMarginGradientMiddle">
<summary>
esets the ImageMarginGradientMiddle property to its default value.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteTMSMenu.ImageMarginRevealedGradientBegin">
<summary>
Gets and sets the starting color of the gradient used in the image margin of a ToolStripDropDownMenu when an item is revealed.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonPaletteTMSMenu.ResetImageMarginRevealedGradientBegin">
<summary>
esets the ImageMarginRevealedGradientBegin property to its default value.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteTMSMenu.ImageMarginRevealedGradientEnd">
<summary>
Gets and sets the ending color of the gradient used in the image margin of a ToolStripDropDownMenu when an item is revealed.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonPaletteTMSMenu.ResetImageMarginRevealedGradientEnd">
<summary>
esets the ImageMarginRevealedGradientEnd property to its default value.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteTMSMenu.ImageMarginRevealedGradientMiddle">
<summary>
Gets and sets the middle color of the gradient used in the image margin of a ToolStripDropDownMenu when an item is revealed.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonPaletteTMSMenu.ResetImageMarginRevealedGradientMiddle">
<summary>
esets the ImageMarginRevealedGradientMiddle property to its default value.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteTMSMenu.MenuBorder">
<summary>
Gets and sets the color that is the border color to use on a MenuStrip.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonPaletteTMSMenu.ResetMenuBorder">
<summary>
esets the MenuBorder property to its default value.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteTMSMenu.MenuItemText">
<summary>
Gets and sets the color to draw text for individual menu items.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonPaletteTMSMenu.ResetMenuItemText">
<summary>
esets the MenuItemText property to its default value.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteTMSMenu.MenuItemBorder">
<summary>
Gets and sets the border color to use with a ToolStripMenuItem.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonPaletteTMSMenu.ResetMenuItemBorder">
<summary>
esets the MenuItemBorder property to its default value.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteTMSMenu.MenuItemPressedGradientBegin">
<summary>
Gets and sets the starting color of the gradient used when a top-level ToolStripMenuItem is pressed.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonPaletteTMSMenu.ResetMenuItemPressedGradientBegin">
<summary>
esets the MenuItemPressedGradientBegin property to its default value.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteTMSMenu.MenuItemPressedGradientEnd">
<summary>
Gets and sets the ending color of the gradient used when a top-level ToolStripMenuItem is pressed.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonPaletteTMSMenu.ResetMenuItemPressedGradientEnd">
<summary>
esets the MenuItemPressedGradientEnd property to its default value.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteTMSMenu.MenuItemPressedGradientMiddle">
<summary>
Gets and sets the middle color of the gradient used when a top-level ToolStripMenuItem is pressed.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonPaletteTMSMenu.ResetMenuItemPressedGradientMiddle">
<summary>
esets the MenuItemPressedGradientMiddle property to its default value.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteTMSMenu.MenuItemSelected">
<summary>
Gets and sets the solid color to use when a ToolStripMenuItem other than the top-level ToolStripMenuItem is selected.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonPaletteTMSMenu.ResetMenuItemSelected">
<summary>
esets the MenuItemSelected property to its default value.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteTMSMenu.MenuItemSelectedGradientBegin">
<summary>
Gets and sets the starting color of the gradient used when the ToolStripMenuItem is selected.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonPaletteTMSMenu.ResetMenuItemSelectedGradientBegin">
<summary>
esets the MenuItemSelectedGradientBegin property to its default value.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteTMSMenu.MenuItemSelectedGradientEnd">
<summary>
Gets and sets the ending color of the gradient used when the ToolStripMenuItem is selected.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonPaletteTMSMenu.ResetMenuItemSelectedGradientEnd">
<summary>
esets the MenuItemSelectedGradientEnd property to its default value.
</summary>
</member>
<member name="T:Krypton.Toolkit.KryptonPaletteTMSMenuStrip">
<summary>
Storage for menu strip entries of the professional color table.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonPaletteTMSMenuStrip.#ctor(Krypton.Toolkit.KryptonInternalKCT,Krypton.Toolkit.NeedPaintHandler)">
<summary>
Initialize a new instance of the KryptonPaletteKCTMenuStrip class.
</summary>
<param name="internalKCT">Reference to inherited values.</param>
<param name="needPaint">Delegate for notifying paint requests.</param>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteTMSMenuStrip.IsDefault">
<summary>
Gets a value indicating if all values are default.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonPaletteTMSMenuStrip.PopulateFromBase">
<summary>
Populate values from the base palette.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteTMSMenuStrip.MenuStripText">
<summary>
Gets and sets the color to draw text on the menu strip.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonPaletteTMSMenuStrip.ResetMenuStripText">
<summary>
esets the MenuStripText property to its default value.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteTMSMenuStrip.MenuStripFont">
<summary>
Gets and sets the font to draw text on the menu strip.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonPaletteTMSMenuStrip.ResetMenuStripFont">
<summary>
esets the MenuStripFont property to its default value.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteTMSMenuStrip.MenuStripGradientBegin">
<summary>
Gets and sets the starting color of the gradient used in the MenuStrip..
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonPaletteTMSMenuStrip.ResetMenuStripGradientBegin">
<summary>
esets the MenuStripGradientBegin property to its default value.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteTMSMenuStrip.MenuStripGradientEnd">
<summary>
Gets and sets the ending color of the gradient used in the MenuStrip..
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonPaletteTMSMenuStrip.ResetMenuStripGradientEnd">
<summary>
esets the MenuStripGradientEnd property to its default value.
</summary>
</member>
<member name="T:Krypton.Toolkit.KryptonPaletteTMSRafting">
<summary>
Storage for rafting entries of the professional color table.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonPaletteTMSRafting.#ctor(Krypton.Toolkit.KryptonInternalKCT,Krypton.Toolkit.NeedPaintHandler)">
<summary>
Initialize a new instance of the KryptonPaletteKCTRafting class.
</summary>
<param name="internalKCT">Reference to inherited values.</param>
<param name="needPaint">Delegate for notifying paint requests.</param>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteTMSRafting.IsDefault">
<summary>
Gets a value indicating if all values are default.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonPaletteTMSRafting.PopulateFromBase">
<summary>
Populate values from the base palette.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteTMSRafting.RaftingContainerGradientBegin">
<summary>
Gets and sets the starting color of the gradient used in the ToolStripContainer.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonPaletteTMSRafting.ResetRaftingContainerGradientBegin">
<summary>
esets the RaftingContainerGradientBegin property to its default value.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteTMSRafting.RaftingContainerGradientEnd">
<summary>
Gets and sets the ending color of the gradient used in the ToolStripContainer.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonPaletteTMSRafting.ResetRaftingContainerGradientEnd">
<summary>
esets the RaftingContainerGradientEnd property to its default value.
</summary>
</member>
<member name="T:Krypton.Toolkit.KryptonPaletteTMSSeparator">
<summary>
Storage for separator entries of the professional color table.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonPaletteTMSSeparator.#ctor(Krypton.Toolkit.KryptonInternalKCT,Krypton.Toolkit.NeedPaintHandler)">
<summary>
Initialize a new instance of the KryptonPaletteKCTSeparator class.
</summary>
<param name="internalKCT">Reference to inherited values.</param>
<param name="needPaint">Delegate for notifying paint requests.</param>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteTMSSeparator.IsDefault">
<summary>
Gets a value indicating if all values are default.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonPaletteTMSSeparator.PopulateFromBase">
<summary>
Populate values from the base palette.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteTMSSeparator.SeparatorDark">
<summary>
Gets and sets the color to use for shadow effects on the ToolStripSeparator.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonPaletteTMSSeparator.ResetSeparatorDark">
<summary>
Resets the SeparatorDark property to its default value.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteTMSSeparator.SeparatorLight">
<summary>
Gets and sets the color to use for highlight effects on the ToolStripSeparator.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonPaletteTMSSeparator.ResetSeparatorLight">
<summary>
Resets the SeparatorLight property to its default value.
</summary>
</member>
<member name="T:Krypton.Toolkit.KryptonPaletteTMSStatusStrip">
<summary>
Storage for status strip entries of the professional color table.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonPaletteTMSStatusStrip.#ctor(Krypton.Toolkit.KryptonInternalKCT,Krypton.Toolkit.NeedPaintHandler)">
<summary>
Initialize a new instance of the KryptonPaletteKCTStatusStrip class.
</summary>
<param name="internalKCT">Reference to inherited values.</param>
<param name="needPaint">Delegate for notifying paint requests.</param>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteTMSStatusStrip.IsDefault">
<summary>
Gets a value indicating if all values are default.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonPaletteTMSStatusStrip.PopulateFromBase">
<summary>
Populate values from the base palette.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteTMSStatusStrip.StatusStripText">
<summary>
Gets and sets the color to draw text on the status strip.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonPaletteTMSStatusStrip.ResetStatusStripText">
<summary>
Resets the StatusStripText property to its default value.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteTMSStatusStrip.StatusStripFont">
<summary>
Gets and sets the font to draw text on the status strip.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonPaletteTMSStatusStrip.ResetStatusStripFont">
<summary>
Resets the StatusStripFont property to its default value.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteTMSStatusStrip.StatusStripGradientBegin">
<summary>
Gets and sets the starting color of the gradient used on the StatusStrip.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonPaletteTMSStatusStrip.ResetStatusStripGradientBegin">
<summary>
Resets the StatusStripGradientBegin property to its default value.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteTMSStatusStrip.StatusStripGradientEnd">
<summary>
Gets and sets the ending color of the gradient used on the StatusStrip.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonPaletteTMSStatusStrip.ResetStatusStripGradientEnd">
<summary>
Resets the StatusStripGradientEnd property to its default value.
</summary>
</member>
<member name="T:Krypton.Toolkit.KryptonPaletteTMSToolStrip">
<summary>
Storage for tool strip entries of the professional color table.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonPaletteTMSToolStrip.#ctor(Krypton.Toolkit.KryptonInternalKCT,Krypton.Toolkit.NeedPaintHandler)">
<summary>
Initialize a new instance of the KryptonPaletteKCTToolStrip class.
</summary>
<param name="internalKCT">Reference to inherited values.</param>
<param name="needPaint">Delegate for notifying paint requests.</param>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteTMSToolStrip.IsDefault">
<summary>
Gets a value indicating if all values are default.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonPaletteTMSToolStrip.PopulateFromBase">
<summary>
Populate values from the base palette.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteTMSToolStrip.ToolStripText">
<summary>
Gets and sets the color to draw text on the tool strip.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonPaletteTMSToolStrip.ResetToolStripText">
<summary>
esets the ToolStripText property to its default value.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteTMSToolStrip.ToolStripFont">
<summary>
Gets and sets the font to draw text on the tool strip.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonPaletteTMSToolStrip.ResetToolStripFont">
<summary>
esets the ToolStripFont property to its default value.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteTMSToolStrip.ToolStripBorder">
<summary>
Gets and sets the border color to use on the bottom edge of the ToolStrip.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonPaletteTMSToolStrip.ResetToolStripBorder">
<summary>
esets the ToolStripBorder property to its default value.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteTMSToolStrip.ToolStripContentPanelGradientBegin">
<summary>
Gets and sets the starting color of the gradient used in the ToolStripContentPanel..
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonPaletteTMSToolStrip.ResetToolStripContentPanelGradientBegin">
<summary>
esets the ToolStripContentPanelGradientBegin property to its default value.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteTMSToolStrip.ToolStripContentPanelGradientEnd">
<summary>
Gets and sets the ending color of the gradient used in the ToolStripContentPanel.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonPaletteTMSToolStrip.ResetToolStripContentPanelGradientEnd">
<summary>
esets the ToolStripContentPanelGradientEnd property to its default value.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteTMSToolStrip.ToolStripDropDownBackground">
<summary>
Gets and sets the solid background color of the ToolStripDropDown..
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonPaletteTMSToolStrip.ResetToolStripDropDownBackground">
<summary>
esets the ToolStripDropDownBackground property to its default value.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteTMSToolStrip.ToolStripGradientBegin">
<summary>
Gets and sets the starting color of the gradient used in the ToolStrip background..
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonPaletteTMSToolStrip.ResetToolStripGradientBegin">
<summary>
esets the ToolStripGradientBegin property to its default value.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteTMSToolStrip.ToolStripGradientEnd">
<summary>
Gets and sets the ending color of the gradient used in the ToolStrip background..
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonPaletteTMSToolStrip.ResetToolStripGradientEnd">
<summary>
esets the ToolStripGradientEnd property to its default value.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteTMSToolStrip.ToolStripGradientMiddle">
<summary>
Gets and sets the ending color of the gradient used in the ToolStrip background..
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonPaletteTMSToolStrip.ResetToolStripGradientMiddle">
<summary>
esets the ToolStripGradientMiddle property to its default value.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteTMSToolStrip.ToolStripPanelGradientBegin">
<summary>
Gets and sets the starting color of the gradient used in the ToolStripPanel..
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonPaletteTMSToolStrip.ResetToolStripPanelGradientBegin">
<summary>
esets the ToolStripPanelGradientBegin property to its default value.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteTMSToolStrip.ToolStripPanelGradientEnd">
<summary>
Gets and sets the ending color of the gradient used in the ToolStripPanel..
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonPaletteTMSToolStrip.ResetToolStripPanelGradientEnd">
<summary>
esets the ToolStripPanelGradientEnd property to its default value.
</summary>
</member>
<member name="T:Krypton.Toolkit.KryptonPaletteTrackBar">
<summary>
Storage for palette track bar states.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonPaletteTrackBar.#ctor(Krypton.Toolkit.PaletteRedirect,Krypton.Toolkit.NeedPaintHandler)">
<summary>
Initialize a new instance of the KryptonPaletteTrackbar class.
</summary>
<param name="redirect">Redirector to inherit values from.</param>
<param name="needPaint">Delegate for notifying paint requests.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonPaletteTrackBar.SetRedirector(Krypton.Toolkit.PaletteRedirect)">
<summary>
Update the redirector with new reference.
</summary>
<param name="redirect">Target redirector.</param>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteTrackBar.IsDefault">
<summary>
Gets a value indicating if all values are default.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonPaletteTrackBar.PopulateFromBase">
<summary>
Populate values from the base palette.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteTrackBar.StateCommon">
<summary>
Gets access to the common track bar appearance that other states can override.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteTrackBar.StateDisabled">
<summary>
Gets access to the disabled track bar appearance entries.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteTrackBar.StateNormal">
<summary>
Gets access to the normal track bar appearance entries.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteTrackBar.StateTracking">
<summary>
Gets access to the tracking track bar appearance entries.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteTrackBar.StatePressed">
<summary>
Gets access to the pressed track bar appearance entries.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPaletteTrackBar.OverrideFocus">
<summary>
Gets access to the track bar appearance when it has focus.
</summary>
</member>
<member name="T:Krypton.Toolkit.KryptonColorTable">
<summary>
Extend the ProfessionalColorTable with some Krypton specific properties.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonColorTable.#ctor(Krypton.Toolkit.PaletteBase)">
<summary>
Creates a new instance of the KryptonColorTable class.
</summary>
<param name="palette">Reference to associated palette.</param>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable.Palette">
<summary>
Gets the associated palette instance.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable.UseRoundedEdges">
<summary>
Gets a value indicating if rounded edges are required.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable.MenuItemText">
<summary>
Gets the text color used on the menu items.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable.MenuStripText">
<summary>
Gets the text color used on the menu strip.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable.ToolStripText">
<summary>
Gets the text color used on the tool strip.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable.StatusStripText">
<summary>
Gets the text color used on the status strip.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable.MenuStripFont">
<summary>
Gets the font used on the menu strip.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable.ToolStripFont">
<summary>
Gets the font used on the tool strip.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable.StatusStripFont">
<summary>
Gets the font used on the status strip.
</summary>
</member>
<member name="T:Krypton.Toolkit.KryptonColorTable2007">
<summary>
Provide KryptonColorTable2007 values using an array of Color values as the source.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonColorTable2007.#ctor(System.Drawing.Color[],Krypton.Toolkit.InheritBool,Krypton.Toolkit.PaletteBase)">
<summary>
Initialize a new instance of the KryptonColorTable2007 class.
</summary>
<param name="colors">Source of </param>
<param name="roundedEdges">Should have rounded edges.</param>
<param name="palette">Associated palette instance.</param>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007.Colors">
<summary>
Gets the raw set of colors.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007.UseRoundedEdges">
<summary>
Gets a value indicating if rounded edges are required.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007.ButtonPressedBorder">
<summary>
Gets the border color for a button being pressed.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007.ButtonPressedGradientBegin">
<summary>
Gets the background starting color for a button being pressed.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007.ButtonPressedGradientMiddle">
<summary>
Gets the background middle color for a button being pressed.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007.ButtonPressedGradientEnd">
<summary>
Gets the background ending color for a button being pressed.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007.ButtonPressedHighlight">
<summary>
Gets the highlight background for a pressed button.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007.ButtonPressedHighlightBorder">
<summary>
Gets the highlight border for a pressed button.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007.ButtonSelectedBorder">
<summary>
Gets the border color for a button being selected.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007.ButtonSelectedGradientBegin">
<summary>
Gets the background starting color for a button being selected.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007.ButtonSelectedGradientMiddle">
<summary>
Gets the background middle color for a button being selected.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007.ButtonSelectedGradientEnd">
<summary>
Gets the background ending color for a button being selected.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007.ButtonSelectedHighlight">
<summary>
Gets the highlight background for a selected button.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007.ButtonSelectedHighlightBorder">
<summary>
Gets the highlight border for a selected button.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007.ButtonCheckedGradientBegin">
<summary>
Gets the background starting color for a checked button.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007.ButtonCheckedGradientMiddle">
<summary>
Gets the background middle color for a checked button.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007.ButtonCheckedGradientEnd">
<summary>
Gets the background ending color for a checked button.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007.ButtonCheckedHighlight">
<summary>
Gets the highlight background for a checked button.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007.ButtonCheckedHighlightBorder">
<summary>
Gets the highlight border for a checked button.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007.CheckBackground">
<summary>
Get background of the check mark area.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007.CheckPressedBackground">
<summary>
Get background of a pressed check mark area.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007.CheckSelectedBackground">
<summary>
Get background of a selected check mark area.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007.GripLight">
<summary>
Gets the light color used to draw grips.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007.GripDark">
<summary>
Gets the dark color used to draw grips.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007.ImageMarginGradientBegin">
<summary>
Gets the starting color for the context menu margin.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007.ImageMarginGradientMiddle">
<summary>
Gets the middle color for the context menu margin.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007.ImageMarginGradientEnd">
<summary>
Gets the ending color for the context menu margin.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007.ImageMarginRevealedGradientBegin">
<summary>
Gets the starting color for the context menu margin revealed.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007.ImageMarginRevealedGradientMiddle">
<summary>
Gets the middle color for the context menu margin revealed.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007.ImageMarginRevealedGradientEnd">
<summary>
Gets the ending color for the context menu margin revealed.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007.MenuBorder">
<summary>
Gets the color of the border around menus.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007.MenuItemBorder">
<summary>
Gets the border color for around the menu item.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007.MenuItemSelected">
<summary>
Gets the color of a selected menu item.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007.MenuItemPressedGradientBegin">
<summary>
Gets the starting color of the gradient used when a top-level ToolStripMenuItem is pressed down.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007.MenuItemPressedGradientEnd">
<summary>
Gets the end color of the gradient used when a top-level ToolStripMenuItem is pressed down.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007.MenuItemPressedGradientMiddle">
<summary>
Gets the middle color of the gradient used when a top-level ToolStripMenuItem is pressed down.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007.MenuItemSelectedGradientBegin">
<summary>
Gets the starting color of the gradient used when the ToolStripMenuItem is selected.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007.MenuItemSelectedGradientEnd">
<summary>
Gets the end color of the gradient used when the ToolStripMenuItem is selected.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007.MenuStripGradientBegin">
<summary>
Gets the starting color of the gradient used in the MenuStrip.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007.MenuStripGradientEnd">
<summary>
Gets the end color of the gradient used in the MenuStrip.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007.OverflowButtonGradientBegin">
<summary>
Gets the starting color of the gradient used in the ToolStripOverflowButton.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007.OverflowButtonGradientEnd">
<summary>
Gets the end color of the gradient used in the ToolStripOverflowButton.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007.OverflowButtonGradientMiddle">
<summary>
Gets the middle color of the gradient used in the ToolStripOverflowButton.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007.RaftingContainerGradientBegin">
<summary>
Gets the starting color of the gradient used in the ToolStripContainer.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007.RaftingContainerGradientEnd">
<summary>
Gets the end color of the gradient used in the ToolStripContainer.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007.SeparatorLight">
<summary>
Gets the light separator color.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007.SeparatorDark">
<summary>
Gets the dark separator color.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007.StatusStripGradientBegin">
<summary>
Gets the starting color for the status strip background.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007.StatusStripGradientEnd">
<summary>
Gets the ending color for the status strip background.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007.MenuItemText">
<summary>
Gets the text color used on the menu items.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007.MenuStripText">
<summary>
Gets the text color used on the menu strip.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007.ToolStripText">
<summary>
Gets the text color used on the tool strip.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007.StatusStripText">
<summary>
Gets the text color used on the status strip.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007.MenuStripFont">
<summary>
Gets the font used on the menu strip.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007.ToolStripFont">
<summary>
Gets the font used on the tool strip.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007.StatusStripFont">
<summary>
Gets the font used on the status strip.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007.ToolStripBorder">
<summary>
Gets the border color to use on the bottom edge of the ToolStrip.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007.ToolStripContentPanelGradientBegin">
<summary>
Gets the starting color for the content panel background.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007.ToolStripContentPanelGradientEnd">
<summary>
Gets the ending color for the content panel background.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007.ToolStripDropDownBackground">
<summary>
Gets the background color for drop-down menus.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007.ToolStripGradientBegin">
<summary>
Gets the starting color of the gradient used in the ToolStrip background.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007.ToolStripGradientEnd">
<summary>
Gets the end color of the gradient used in the ToolStrip background.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007.ToolStripGradientMiddle">
<summary>
Gets the middle color of the gradient used in the ToolStrip background.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007.ToolStripPanelGradientBegin">
<summary>
Gets the starting color of the gradient used in the ToolStripPanel.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2007.ToolStripPanelGradientEnd">
<summary>
Gets the end color of the gradient used in the ToolStripPanel.
</summary>
</member>
<member name="T:Krypton.Toolkit.KryptonColorTable2010White">
<summary>
Provide KryptonColorTable2010 values using an array of Color values as the source.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonColorTable2010White.#ctor(System.Drawing.Color[],Krypton.Toolkit.InheritBool,Krypton.Toolkit.PaletteBase)">
<summary>
Initialize a new instance of the KryptonColorTable2010White class.
</summary>
<param name="colors">Source of </param>
<param name="roundedEdges">Should have rounded edges.</param>
<param name="palette">Associated palette instance.</param>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010White.MenuStripText">
<summary>
MenuStripText
</summary>
</member>
<member name="T:Krypton.Toolkit.KryptonColorTable2010">
<summary>
Provide KryptonColorTable2010 values using an array of Color values as the source.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonColorTable2010.#ctor(System.Drawing.Color[],Krypton.Toolkit.InheritBool,Krypton.Toolkit.PaletteBase)">
<summary>
Initialize a new instance of the KryptonColorTable2010 class.
</summary>
<param name="colors">Source of </param>
<param name="roundedEdges">Should have rounded edges.</param>
<param name="palette">Associated palette instance.</param>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010.Colors">
<summary>
Gets the raw set of colors.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010.UseRoundedEdges">
<summary>
Gets a value indicating if rounded edges are required.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010.ButtonPressedBorder">
<summary>
Gets the border color for a button being pressed.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010.ButtonPressedGradientBegin">
<summary>
Gets the background starting color for a button being pressed.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010.ButtonPressedGradientMiddle">
<summary>
Gets the background middle color for a button being pressed.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010.ButtonPressedGradientEnd">
<summary>
Gets the background ending color for a button being pressed.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010.ButtonPressedHighlight">
<summary>
Gets the highlight background for a pressed button.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010.ButtonPressedHighlightBorder">
<summary>
Gets the highlight border for a pressed button.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010.ButtonSelectedBorder">
<summary>
Gets the border color for a button being selected.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010.ButtonSelectedGradientBegin">
<summary>
Gets the background starting color for a button being selected.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010.ButtonSelectedGradientMiddle">
<summary>
Gets the background middle color for a button being selected.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010.ButtonSelectedGradientEnd">
<summary>
Gets the background ending color for a button being selected.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010.ButtonSelectedHighlight">
<summary>
Gets the highlight background for a selected button.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010.ButtonSelectedHighlightBorder">
<summary>
Gets the highlight border for a selected button.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010.ButtonCheckedGradientBegin">
<summary>
Gets the background starting color for a checked button.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010.ButtonCheckedGradientMiddle">
<summary>
Gets the background middle color for a checked button.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010.ButtonCheckedGradientEnd">
<summary>
Gets the background ending color for a checked button.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010.ButtonCheckedHighlight">
<summary>
Gets the highlight background for a checked button.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010.ButtonCheckedHighlightBorder">
<summary>
Gets the highlight border for a checked button.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010.CheckBackground">
<summary>
Get background of the check mark area.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010.CheckPressedBackground">
<summary>
Get background of a pressed check mark area.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010.CheckSelectedBackground">
<summary>
Get background of a selected check mark area.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010.GripLight">
<summary>
Gets the light color used to draw grips.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010.GripDark">
<summary>
Gets the dark color used to draw grips.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010.ImageMarginGradientBegin">
<summary>
Gets the starting color for the context menu margin.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010.ImageMarginGradientMiddle">
<summary>
Gets the middle color for the context menu margin.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010.ImageMarginGradientEnd">
<summary>
Gets the ending color for the context menu margin.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010.ImageMarginRevealedGradientBegin">
<summary>
Gets the starting color for the context menu margin revealed.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010.ImageMarginRevealedGradientMiddle">
<summary>
Gets the middle color for the context menu margin revealed.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010.ImageMarginRevealedGradientEnd">
<summary>
Gets the ending color for the context menu margin revealed.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010.MenuBorder">
<summary>
Gets the color of the border around menus.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010.MenuItemBorder">
<summary>
Gets the border color for around the menu item.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010.MenuItemSelected">
<summary>
Gets the color of a selected menu item.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010.MenuItemPressedGradientBegin">
<summary>
Gets the starting color of the gradient used when a top-level ToolStripMenuItem is pressed down.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010.MenuItemPressedGradientEnd">
<summary>
Gets the end color of the gradient used when a top-level ToolStripMenuItem is pressed down.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010.MenuItemPressedGradientMiddle">
<summary>
Gets the middle color of the gradient used when a top-level ToolStripMenuItem is pressed down.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010.MenuItemSelectedGradientBegin">
<summary>
Gets the starting color of the gradient used when the ToolStripMenuItem is selected.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010.MenuItemSelectedGradientEnd">
<summary>
Gets the end color of the gradient used when the ToolStripMenuItem is selected.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010.MenuStripGradientBegin">
<summary>
Gets the starting color of the gradient used in the MenuStrip.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010.MenuStripGradientEnd">
<summary>
Gets the end color of the gradient used in the MenuStrip.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010.OverflowButtonGradientBegin">
<summary>
Gets the starting color of the gradient used in the ToolStripOverflowButton.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010.OverflowButtonGradientEnd">
<summary>
Gets the end color of the gradient used in the ToolStripOverflowButton.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010.OverflowButtonGradientMiddle">
<summary>
Gets the middle color of the gradient used in the ToolStripOverflowButton.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010.RaftingContainerGradientBegin">
<summary>
Gets the starting color of the gradient used in the ToolStripContainer.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010.RaftingContainerGradientEnd">
<summary>
Gets the end color of the gradient used in the ToolStripContainer.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010.SeparatorLight">
<summary>
Gets the light separator color.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010.SeparatorDark">
<summary>
Gets the dark separator color.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010.StatusStripGradientBegin">
<summary>
Gets the starting color for the status strip background.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010.StatusStripGradientEnd">
<summary>
Gets the ending color for the status strip background.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010.MenuItemText">
<summary>
Gets the text color used on the menu items.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010.MenuStripText">
<summary>
Gets the text color used on the menu strip.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010.ToolStripText">
<summary>
Gets the text color used on the tool strip.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010.StatusStripText">
<summary>
Gets the text color used on the status strip.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010.MenuStripFont">
<summary>
Gets the font used on the menu strip.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010.ToolStripFont">
<summary>
Gets the font used on the tool strip.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010.StatusStripFont">
<summary>
Gets the font used on the status strip.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010.ToolStripBorder">
<summary>
Gets the border color to use on the bottom edge of the ToolStrip.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010.ToolStripContentPanelGradientBegin">
<summary>
Gets the starting color for the content panel background.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010.ToolStripContentPanelGradientEnd">
<summary>
Gets the ending color for the content panel background.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010.ToolStripDropDownBackground">
<summary>
Gets the background color for drop-down menus.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010.ToolStripGradientBegin">
<summary>
Gets the starting color of the gradient used in the ToolStrip background.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010.ToolStripGradientEnd">
<summary>
Gets the end color of the gradient used in the ToolStrip background.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010.ToolStripGradientMiddle">
<summary>
Gets the middle color of the gradient used in the ToolStrip background.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010.ToolStripPanelGradientBegin">
<summary>
Gets the starting color of the gradient used in the ToolStripPanel.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2010.ToolStripPanelGradientEnd">
<summary>
Gets the end color of the gradient used in the ToolStripPanel.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonColorTable2010.DefineFonts">
<summary>DefineFonts</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonColorTable2010.OnUserPreferenceChanged(System.Object,Microsoft.Win32.UserPreferenceChangedEventArgs)">
<summary>OnUserPreferenceChanged</summary>
<param name="sender"></param>
<param name="e"></param>
</member>
<member name="T:Krypton.Toolkit.KryptonColorTable2013White">
<summary>
Provide KryptonColorTable2013White values using an array of Color values as the source.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonColorTable2013White.#ctor(System.Drawing.Color[],Krypton.Toolkit.InheritBool,Krypton.Toolkit.PaletteBase)">
<summary>
Initialize a new instance of the KryptonColorTable2013White class.
</summary>
<param name="colors">Source of </param>
<param name="roundedEdges">Should have rounded edges.</param>
<param name="palette">Associated palette instance.</param>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2013White.MenuStripText">
<summary>
MenuStripText
</summary>
</member>
<member name="T:Krypton.Toolkit.KryptonColorTable2013">
<summary>
Provide KryptonColorTable2013 values using an array of Color values as the source.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonColorTable2013.#ctor(System.Drawing.Color[],Krypton.Toolkit.InheritBool,Krypton.Toolkit.PaletteBase)">
<summary>
Initialize a new instance of the KryptonColorTable2010 class.
</summary>
<param name="colors">Source of </param>
<param name="roundedEdges">Should have rounded edges.</param>
<param name="palette">Associated palette instance.</param>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2013.Colors">
<summary>
Gets the raw set of colors.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2013.UseRoundedEdges">
<summary>
Gets a value indicating if rounded edges are required.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2013.ButtonPressedBorder">
<summary>
Gets the border color for a button being pressed.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2013.ButtonPressedGradientBegin">
<summary>
Gets the background starting color for a button being pressed.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2013.ButtonPressedGradientMiddle">
<summary>
Gets the background middle color for a button being pressed.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2013.ButtonPressedGradientEnd">
<summary>
Gets the background ending color for a button being pressed.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2013.ButtonPressedHighlight">
<summary>
Gets the highlight background for a pressed button.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2013.ButtonPressedHighlightBorder">
<summary>
Gets the highlight border for a pressed button.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2013.ButtonSelectedBorder">
<summary>
Gets the border color for a button being selected.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2013.ButtonSelectedGradientBegin">
<summary>
Gets the background starting color for a button being selected.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2013.ButtonSelectedGradientMiddle">
<summary>
Gets the background middle color for a button being selected.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2013.ButtonSelectedGradientEnd">
<summary>
Gets the background ending color for a button being selected.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2013.ButtonSelectedHighlight">
<summary>
Gets the highlight background for a selected button.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2013.ButtonSelectedHighlightBorder">
<summary>
Gets the highlight border for a selected button.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2013.ButtonCheckedGradientBegin">
<summary>
Gets the background starting color for a checked button.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2013.ButtonCheckedGradientMiddle">
<summary>
Gets the background middle color for a checked button.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2013.ButtonCheckedGradientEnd">
<summary>
Gets the background ending color for a checked button.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2013.ButtonCheckedHighlight">
<summary>
Gets the highlight background for a checked button.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2013.ButtonCheckedHighlightBorder">
<summary>
Gets the highlight border for a checked button.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2013.CheckBackground">
<summary>
Get background of the check mark area.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2013.CheckPressedBackground">
<summary>
Get background of a pressed check mark area.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2013.CheckSelectedBackground">
<summary>
Get background of a selected check mark area.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2013.GripLight">
<summary>
Gets the light color used to draw grips.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2013.GripDark">
<summary>
Gets the dark color used to draw grips.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2013.ImageMarginGradientBegin">
<summary>
Gets the starting color for the context menu margin.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2013.ImageMarginGradientMiddle">
<summary>
Gets the middle color for the context menu margin.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2013.ImageMarginGradientEnd">
<summary>
Gets the ending color for the context menu margin.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2013.ImageMarginRevealedGradientBegin">
<summary>
Gets the starting color for the context menu margin revealed.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2013.ImageMarginRevealedGradientMiddle">
<summary>
Gets the middle color for the context menu margin revealed.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2013.ImageMarginRevealedGradientEnd">
<summary>
Gets the ending color for the context menu margin revealed.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2013.MenuBorder">
<summary>
Gets the color of the border around menus.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2013.MenuItemBorder">
<summary>
Gets the border color for around the menu item.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2013.MenuItemSelected">
<summary>
Gets the color of a selected menu item.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2013.MenuItemPressedGradientBegin">
<summary>
Gets the starting color of the gradient used when a top-level ToolStripMenuItem is pressed down.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2013.MenuItemPressedGradientEnd">
<summary>
Gets the end color of the gradient used when a top-level ToolStripMenuItem is pressed down.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2013.MenuItemPressedGradientMiddle">
<summary>
Gets the middle color of the gradient used when a top-level ToolStripMenuItem is pressed down.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2013.MenuItemSelectedGradientBegin">
<summary>
Gets the starting color of the gradient used when the ToolStripMenuItem is selected.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2013.MenuItemSelectedGradientEnd">
<summary>
Gets the end color of the gradient used when the ToolStripMenuItem is selected.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2013.MenuStripGradientBegin">
<summary>
Gets the starting color of the gradient used in the MenuStrip.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2013.MenuStripGradientEnd">
<summary>
Gets the end color of the gradient used in the MenuStrip.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2013.OverflowButtonGradientBegin">
<summary>
Gets the starting color of the gradient used in the ToolStripOverflowButton.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2013.OverflowButtonGradientEnd">
<summary>
Gets the end color of the gradient used in the ToolStripOverflowButton.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2013.OverflowButtonGradientMiddle">
<summary>
Gets the middle color of the gradient used in the ToolStripOverflowButton.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2013.RaftingContainerGradientBegin">
<summary>
Gets the starting color of the gradient used in the ToolStripContainer.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2013.RaftingContainerGradientEnd">
<summary>
Gets the end color of the gradient used in the ToolStripContainer.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2013.SeparatorLight">
<summary>
Gets the light separator color.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2013.SeparatorDark">
<summary>
Gets the dark separator color.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2013.StatusStripGradientBegin">
<summary>
Gets the starting color for the status strip background.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2013.StatusStripGradientEnd">
<summary>
Gets the ending color for the status strip background.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2013.MenuItemText">
<summary>
Gets the text color used on the menu items.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2013.MenuStripText">
<summary>
Gets the text color used on the menu strip.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2013.ToolStripText">
<summary>
Gets the text color used on the tool strip.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2013.StatusStripText">
<summary>
Gets the text color used on the status strip.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2013.MenuStripFont">
<summary>
Gets the font used on the menu strip.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2013.ToolStripFont">
<summary>
Gets the font used on the tool strip.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2013.StatusStripFont">
<summary>
Gets the font used on the status strip.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2013.ToolStripBorder">
<summary>
Gets the border color to use on the bottom edge of the ToolStrip.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2013.ToolStripContentPanelGradientBegin">
<summary>
Gets the starting color for the content panel background.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2013.ToolStripContentPanelGradientEnd">
<summary>
Gets the ending color for the content panel background.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2013.ToolStripDropDownBackground">
<summary>
Gets the background color for drop-down menus.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2013.ToolStripGradientBegin">
<summary>
Gets the starting color of the gradient used in the ToolStrip background.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2013.ToolStripGradientEnd">
<summary>
Gets the end color of the gradient used in the ToolStrip background.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2013.ToolStripGradientMiddle">
<summary>
Gets the middle color of the gradient used in the ToolStrip background.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2013.ToolStripPanelGradientBegin">
<summary>
Gets the starting color of the gradient used in the ToolStripPanel.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable2013.ToolStripPanelGradientEnd">
<summary>
Gets the end color of the gradient used in the ToolStripPanel.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonColorTable2013.DefineFonts">
<summary>DefineFonts</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonColorTable2013.OnUserPreferenceChanged(System.Object,Microsoft.Win32.UserPreferenceChangedEventArgs)">
<summary>OnUserPreferenceChanged</summary>
<param name="sender"></param>
<param name="e"></param>
</member>
<member name="T:Krypton.Toolkit.KryptonColorTable365White">
<summary>
Provide KryptonColorTable2013White values using an array of Color values as the source.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonColorTable365White.#ctor(System.Drawing.Color[],Krypton.Toolkit.InheritBool,Krypton.Toolkit.PaletteBase)">
<summary>
Initialize a new instance of the KryptonColorTable365White class.
</summary>
<param name="colors">Source of </param>
<param name="roundedEdges">Should have rounded edges.</param>
<param name="palette">Associated palette instance.</param>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365White.MenuStripText">
<summary>
MenuStripText
</summary>
</member>
<member name="T:Krypton.Toolkit.KryptonColorTable365">
<summary>
Provide KryptonColorTable365 values using an array of Color values as the source.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonColorTable365.#ctor(System.Drawing.Color[],Krypton.Toolkit.InheritBool,Krypton.Toolkit.PaletteBase)">
<summary>
Initialize a new instance of the KryptonColorTable2010 class.
</summary>
<param name="colors">Source of </param>
<param name="roundedEdges">Should have rounded edges.</param>
<param name="palette">Associated palette instance.</param>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365.Colors">
<summary>
Gets the raw set of colors.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365.UseRoundedEdges">
<summary>
Gets a value indicating if rounded edges are required.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365.ButtonPressedBorder">
<summary>
Gets the border color for a button being pressed.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365.ButtonPressedGradientBegin">
<summary>
Gets the background starting color for a button being pressed.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365.ButtonPressedGradientMiddle">
<summary>
Gets the background middle color for a button being pressed.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365.ButtonPressedGradientEnd">
<summary>
Gets the background ending color for a button being pressed.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365.ButtonPressedHighlight">
<summary>
Gets the highlight background for a pressed button.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365.ButtonPressedHighlightBorder">
<summary>
Gets the highlight border for a pressed button.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365.ButtonSelectedBorder">
<summary>
Gets the border color for a button being selected.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365.ButtonSelectedGradientBegin">
<summary>
Gets the background starting color for a button being selected.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365.ButtonSelectedGradientMiddle">
<summary>
Gets the background middle color for a button being selected.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365.ButtonSelectedGradientEnd">
<summary>
Gets the background ending color for a button being selected.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365.ButtonSelectedHighlight">
<summary>
Gets the highlight background for a selected button.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365.ButtonSelectedHighlightBorder">
<summary>
Gets the highlight border for a selected button.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365.ButtonCheckedGradientBegin">
<summary>
Gets the background starting color for a checked button.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365.ButtonCheckedGradientMiddle">
<summary>
Gets the background middle color for a checked button.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365.ButtonCheckedGradientEnd">
<summary>
Gets the background ending color for a checked button.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365.ButtonCheckedHighlight">
<summary>
Gets the highlight background for a checked button.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365.ButtonCheckedHighlightBorder">
<summary>
Gets the highlight border for a checked button.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365.CheckBackground">
<summary>
Get background of the check mark area.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365.CheckPressedBackground">
<summary>
Get background of a pressed check mark area.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365.CheckSelectedBackground">
<summary>
Get background of a selected check mark area.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365.GripLight">
<summary>
Gets the light color used to draw grips.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365.GripDark">
<summary>
Gets the dark color used to draw grips.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365.ImageMarginGradientBegin">
<summary>
Gets the starting color for the context menu margin.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365.ImageMarginGradientMiddle">
<summary>
Gets the middle color for the context menu margin.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365.ImageMarginGradientEnd">
<summary>
Gets the ending color for the context menu margin.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365.ImageMarginRevealedGradientBegin">
<summary>
Gets the starting color for the context menu margin revealed.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365.ImageMarginRevealedGradientMiddle">
<summary>
Gets the middle color for the context menu margin revealed.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365.ImageMarginRevealedGradientEnd">
<summary>
Gets the ending color for the context menu margin revealed.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365.MenuBorder">
<summary>
Gets the color of the border around menus.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365.MenuItemBorder">
<summary>
Gets the border color for around the menu item.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365.MenuItemSelected">
<summary>
Gets the color of a selected menu item.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365.MenuItemPressedGradientBegin">
<summary>
Gets the starting color of the gradient used when a top-level ToolStripMenuItem is pressed down.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365.MenuItemPressedGradientEnd">
<summary>
Gets the end color of the gradient used when a top-level ToolStripMenuItem is pressed down.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365.MenuItemPressedGradientMiddle">
<summary>
Gets the middle color of the gradient used when a top-level ToolStripMenuItem is pressed down.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365.MenuItemSelectedGradientBegin">
<summary>
Gets the starting color of the gradient used when the ToolStripMenuItem is selected.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365.MenuItemSelectedGradientEnd">
<summary>
Gets the end color of the gradient used when the ToolStripMenuItem is selected.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365.MenuStripGradientBegin">
<summary>
Gets the starting color of the gradient used in the MenuStrip.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365.MenuStripGradientEnd">
<summary>
Gets the end color of the gradient used in the MenuStrip.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365.OverflowButtonGradientBegin">
<summary>
Gets the starting color of the gradient used in the ToolStripOverflowButton.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365.OverflowButtonGradientEnd">
<summary>
Gets the end color of the gradient used in the ToolStripOverflowButton.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365.OverflowButtonGradientMiddle">
<summary>
Gets the middle color of the gradient used in the ToolStripOverflowButton.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365.RaftingContainerGradientBegin">
<summary>
Gets the starting color of the gradient used in the ToolStripContainer.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365.RaftingContainerGradientEnd">
<summary>
Gets the end color of the gradient used in the ToolStripContainer.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365.SeparatorLight">
<summary>
Gets the light separator color.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365.SeparatorDark">
<summary>
Gets the dark separator color.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365.StatusStripGradientBegin">
<summary>
Gets the starting color for the status strip background.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365.StatusStripGradientEnd">
<summary>
Gets the ending color for the status strip background.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365.MenuItemText">
<summary>
Gets the text color used on the menu items.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365.MenuStripText">
<summary>
Gets the text color used on the menu strip.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365.ToolStripText">
<summary>
Gets the text color used on the tool strip.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365.StatusStripText">
<summary>
Gets the text color used on the status strip.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365.MenuStripFont">
<summary>
Gets the font used on the menu strip.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365.ToolStripFont">
<summary>
Gets the font used on the tool strip.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365.StatusStripFont">
<summary>
Gets the font used on the status strip.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365.ToolStripBorder">
<summary>
Gets the border color to use on the bottom edge of the ToolStrip.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365.ToolStripContentPanelGradientBegin">
<summary>
Gets the starting color for the content panel background.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365.ToolStripContentPanelGradientEnd">
<summary>
Gets the ending color for the content panel background.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365.ToolStripDropDownBackground">
<summary>
Gets the background color for drop-down menus.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365.ToolStripGradientBegin">
<summary>
Gets the starting color of the gradient used in the ToolStrip background.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365.ToolStripGradientEnd">
<summary>
Gets the end color of the gradient used in the ToolStrip background.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365.ToolStripGradientMiddle">
<summary>
Gets the middle color of the gradient used in the ToolStrip background.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365.ToolStripPanelGradientBegin">
<summary>
Gets the starting color of the gradient used in the ToolStripPanel.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTable365.ToolStripPanelGradientEnd">
<summary>
Gets the end color of the gradient used in the ToolStripPanel.
</summary>
</member>
<member name="T:Krypton.Toolkit.KryptonColorTableMicrosoft365">
<summary>
Provide KryptonColorTableMicrosoft365 values using an array of Color values as the source.
</summary>
<seealso cref="T:Krypton.Toolkit.KryptonColorTable" />
</member>
<member name="M:Krypton.Toolkit.KryptonColorTableMicrosoft365.#ctor(System.Drawing.Color[],Krypton.Toolkit.InheritBool,Krypton.Toolkit.PaletteBase)">
<summary>
Initialize a new instance of the KryptonColorTable2010 class.
</summary>
<param name="colors">Source of </param>
<param name="roundedEdges">Should have rounded edges.</param>
<param name="palette">Associated palette instance.</param>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTableMicrosoft365.Colors">
<summary>
Gets the raw set of colors.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTableMicrosoft365.UseRoundedEdges">
<summary>
Gets a value indicating if rounded edges are required.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTableMicrosoft365.ButtonPressedBorder">
<summary>
Gets the border color for a button being pressed.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTableMicrosoft365.ButtonPressedGradientBegin">
<summary>
Gets the background starting color for a button being pressed.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTableMicrosoft365.ButtonPressedGradientMiddle">
<summary>
Gets the background middle color for a button being pressed.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTableMicrosoft365.ButtonPressedGradientEnd">
<summary>
Gets the background ending color for a button being pressed.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTableMicrosoft365.ButtonPressedHighlight">
<summary>
Gets the highlight background for a pressed button.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTableMicrosoft365.ButtonPressedHighlightBorder">
<summary>
Gets the highlight border for a pressed button.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTableMicrosoft365.ButtonSelectedBorder">
<summary>
Gets the border color for a button being selected.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTableMicrosoft365.ButtonSelectedGradientBegin">
<summary>
Gets the background starting color for a button being selected.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTableMicrosoft365.ButtonSelectedGradientMiddle">
<summary>
Gets the background middle color for a button being selected.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTableMicrosoft365.ButtonSelectedGradientEnd">
<summary>
Gets the background ending color for a button being selected.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTableMicrosoft365.ButtonSelectedHighlight">
<summary>
Gets the highlight background for a selected button.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTableMicrosoft365.ButtonSelectedHighlightBorder">
<summary>
Gets the highlight border for a selected button.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTableMicrosoft365.ButtonCheckedGradientBegin">
<summary>
Gets the background starting color for a checked button.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTableMicrosoft365.ButtonCheckedGradientMiddle">
<summary>
Gets the background middle color for a checked button.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTableMicrosoft365.ButtonCheckedGradientEnd">
<summary>
Gets the background ending color for a checked button.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTableMicrosoft365.ButtonCheckedHighlight">
<summary>
Gets the highlight background for a checked button.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTableMicrosoft365.ButtonCheckedHighlightBorder">
<summary>
Gets the highlight border for a checked button.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTableMicrosoft365.CheckBackground">
<summary>
Get background of the check mark area.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTableMicrosoft365.CheckPressedBackground">
<summary>
Get background of a pressed check mark area.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTableMicrosoft365.CheckSelectedBackground">
<summary>
Get background of a selected check mark area.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTableMicrosoft365.GripLight">
<summary>
Gets the light color used to draw grips.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTableMicrosoft365.GripDark">
<summary>
Gets the dark color used to draw grips.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTableMicrosoft365.ImageMarginGradientBegin">
<summary>
Gets the starting color for the context menu margin.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTableMicrosoft365.ImageMarginGradientMiddle">
<summary>
Gets the middle color for the context menu margin.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTableMicrosoft365.ImageMarginGradientEnd">
<summary>
Gets the ending color for the context menu margin.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTableMicrosoft365.ImageMarginRevealedGradientBegin">
<summary>
Gets the starting color for the context menu margin revealed.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTableMicrosoft365.ImageMarginRevealedGradientMiddle">
<summary>
Gets the middle color for the context menu margin revealed.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTableMicrosoft365.ImageMarginRevealedGradientEnd">
<summary>
Gets the ending color for the context menu margin revealed.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTableMicrosoft365.MenuBorder">
<summary>
Gets the color of the border around menus.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTableMicrosoft365.MenuItemBorder">
<summary>
Gets the border color for around the menu item.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTableMicrosoft365.MenuItemSelected">
<summary>
Gets the color of a selected menu item.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTableMicrosoft365.MenuItemPressedGradientBegin">
<summary>
Gets the starting color of the gradient used when a top-level ToolStripMenuItem is pressed down.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTableMicrosoft365.MenuItemPressedGradientEnd">
<summary>
Gets the end color of the gradient used when a top-level ToolStripMenuItem is pressed down.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTableMicrosoft365.MenuItemPressedGradientMiddle">
<summary>
Gets the middle color of the gradient used when a top-level ToolStripMenuItem is pressed down.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTableMicrosoft365.MenuItemSelectedGradientBegin">
<summary>
Gets the starting color of the gradient used when the ToolStripMenuItem is selected.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTableMicrosoft365.MenuItemSelectedGradientEnd">
<summary>
Gets the end color of the gradient used when the ToolStripMenuItem is selected.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTableMicrosoft365.MenuStripGradientBegin">
<summary>
Gets the starting color of the gradient used in the MenuStrip.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTableMicrosoft365.MenuStripGradientEnd">
<summary>
Gets the end color of the gradient used in the MenuStrip.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTableMicrosoft365.OverflowButtonGradientBegin">
<summary>
Gets the starting color of the gradient used in the ToolStripOverflowButton.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTableMicrosoft365.OverflowButtonGradientEnd">
<summary>
Gets the end color of the gradient used in the ToolStripOverflowButton.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTableMicrosoft365.OverflowButtonGradientMiddle">
<summary>
Gets the middle color of the gradient used in the ToolStripOverflowButton.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTableMicrosoft365.RaftingContainerGradientBegin">
<summary>
Gets the starting color of the gradient used in the ToolStripContainer.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTableMicrosoft365.RaftingContainerGradientEnd">
<summary>
Gets the end color of the gradient used in the ToolStripContainer.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTableMicrosoft365.SeparatorLight">
<summary>
Gets the light separator color.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTableMicrosoft365.SeparatorDark">
<summary>
Gets the dark separator color.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTableMicrosoft365.StatusStripGradientBegin">
<summary>
Gets the starting color for the status strip background.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTableMicrosoft365.StatusStripGradientEnd">
<summary>
Gets the ending color for the status strip background.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTableMicrosoft365.MenuItemText">
<summary>
Gets the text color used on the menu items.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTableMicrosoft365.MenuStripText">
<summary>
Gets the text color used on the menu strip.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTableMicrosoft365.ToolStripText">
<summary>
Gets the text color used on the tool strip.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTableMicrosoft365.StatusStripText">
<summary>
Gets the text color used on the status strip.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTableMicrosoft365.MenuStripFont">
<summary>
Gets the font used on the menu strip.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTableMicrosoft365.ToolStripFont">
<summary>
Gets the font used on the tool strip.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTableMicrosoft365.StatusStripFont">
<summary>
Gets the font used on the status strip.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTableMicrosoft365.ToolStripBorder">
<summary>
Gets the border color to use on the bottom edge of the ToolStrip.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTableMicrosoft365.ToolStripContentPanelGradientBegin">
<summary>
Gets the starting color for the content panel background.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTableMicrosoft365.ToolStripContentPanelGradientEnd">
<summary>
Gets the ending color for the content panel background.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTableMicrosoft365.ToolStripDropDownBackground">
<summary>
Gets the background color for drop-down menus.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTableMicrosoft365.ToolStripGradientBegin">
<summary>
Gets the starting color of the gradient used in the ToolStrip background.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTableMicrosoft365.ToolStripGradientEnd">
<summary>
Gets the end color of the gradient used in the ToolStrip background.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTableMicrosoft365.ToolStripGradientMiddle">
<summary>
Gets the middle color of the gradient used in the ToolStrip background.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTableMicrosoft365.ToolStripPanelGradientBegin">
<summary>
Gets the starting color of the gradient used in the ToolStripPanel.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTableMicrosoft365.ToolStripPanelGradientEnd">
<summary>
Gets the end color of the gradient used in the ToolStripPanel.
</summary>
</member>
<member name="T:Krypton.Toolkit.KryptonColorTableSparkle">
<summary>
Provide KryptonColorTable values using an array of Color values as the source.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonColorTableSparkle.#ctor(System.Drawing.Color[],System.Drawing.Color[],Krypton.Toolkit.InheritBool,Krypton.Toolkit.PaletteBase)">
<summary>
Initialize a new instance of the KryptonColorTableSparkle class.
</summary>
<param name="colors">Source of ribbon colors.</param>
<param name="sparkleColors">Source of sparkle colors.</param>
<param name="roundedEdges">Should have rounded edges.</param>
<param name="palette">Associated palette instance.</param>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTableSparkle.UseRoundedEdges">
<summary>
Gets a value indicating if rounded edges are required.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTableSparkle.ButtonPressedBorder">
<summary>
Gets the border color for a button being pressed.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTableSparkle.ButtonPressedGradientBegin">
<summary>
Gets the background starting color for a button being pressed.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTableSparkle.ButtonPressedGradientMiddle">
<summary>
Gets the background middle color for a button being pressed.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTableSparkle.ButtonPressedGradientEnd">
<summary>
Gets the background ending color for a button being pressed.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTableSparkle.ButtonPressedHighlight">
<summary>
Gets the highlight background for a pressed button.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTableSparkle.ButtonPressedHighlightBorder">
<summary>
Gets the highlight border for a pressed button.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTableSparkle.ButtonSelectedBorder">
<summary>
Gets the border color for a button being selected.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTableSparkle.ButtonSelectedGradientBegin">
<summary>
Gets the background starting color for a button being selected.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTableSparkle.ButtonSelectedGradientMiddle">
<summary>
Gets the background middle color for a button being selected.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTableSparkle.ButtonSelectedGradientEnd">
<summary>
Gets the background ending color for a button being selected.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTableSparkle.ButtonSelectedHighlight">
<summary>
Gets the highlight background for a selected button.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTableSparkle.ButtonSelectedHighlightBorder">
<summary>
Gets the highlight border for a selected button.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTableSparkle.ButtonCheckedGradientBegin">
<summary>
Gets the background starting color for a checked button.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTableSparkle.ButtonCheckedGradientMiddle">
<summary>
Gets the background middle color for a checked button.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTableSparkle.ButtonCheckedGradientEnd">
<summary>
Gets the background ending color for a checked button.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTableSparkle.ButtonCheckedHighlight">
<summary>
Gets the highlight background for a checked button.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTableSparkle.ButtonCheckedHighlightBorder">
<summary>
Gets the highlight border for a checked button.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTableSparkle.CheckBackground">
<summary>
Get background of the check mark area.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTableSparkle.CheckPressedBackground">
<summary>
Get background of a pressed check mark area.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTableSparkle.CheckSelectedBackground">
<summary>
Get background of a selected check mark area.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTableSparkle.GripLight">
<summary>
Gets the light color used to draw grips.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTableSparkle.GripDark">
<summary>
Gets the dark color used to draw grips.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTableSparkle.ImageMarginGradientBegin">
<summary>
Gets the starting color for the context menu margin.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTableSparkle.ImageMarginGradientMiddle">
<summary>
Gets the middle color for the context menu margin.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTableSparkle.ImageMarginGradientEnd">
<summary>
Gets the ending color for the context menu margin.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTableSparkle.ImageMarginRevealedGradientBegin">
<summary>
Gets the starting color for the context menu margin revealed.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTableSparkle.ImageMarginRevealedGradientMiddle">
<summary>
Gets the middle color for the context menu margin revealed.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTableSparkle.ImageMarginRevealedGradientEnd">
<summary>
Gets the ending color for the context menu margin revealed.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTableSparkle.MenuBorder">
<summary>
Gets the color of the border around menus.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTableSparkle.MenuItemBorder">
<summary>
Gets the border color for around the menu item.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTableSparkle.MenuItemSelected">
<summary>
Gets the color of a selected menu item.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTableSparkle.MenuItemPressedGradientBegin">
<summary>
Gets the starting color of the gradient used when a top-level ToolStripMenuItem is pressed down.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTableSparkle.MenuItemPressedGradientEnd">
<summary>
Gets the end color of the gradient used when a top-level ToolStripMenuItem is pressed down.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTableSparkle.MenuItemPressedGradientMiddle">
<summary>
Gets the middle color of the gradient used when a top-level ToolStripMenuItem is pressed down.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTableSparkle.MenuItemSelectedGradientBegin">
<summary>
Gets the starting color of the gradient used when the ToolStripMenuItem is selected.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTableSparkle.MenuItemSelectedGradientEnd">
<summary>
Gets the end color of the gradient used when the ToolStripMenuItem is selected.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTableSparkle.MenuStripGradientBegin">
<summary>
Gets the starting color of the gradient used in the MenuStrip.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTableSparkle.MenuStripGradientEnd">
<summary>
Gets the end color of the gradient used in the MenuStrip.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTableSparkle.OverflowButtonGradientBegin">
<summary>
Gets the starting color of the gradient used in the ToolStripOverflowButton.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTableSparkle.OverflowButtonGradientEnd">
<summary>
Gets the end color of the gradient used in the ToolStripOverflowButton.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTableSparkle.OverflowButtonGradientMiddle">
<summary>
Gets the middle color of the gradient used in the ToolStripOverflowButton.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTableSparkle.RaftingContainerGradientBegin">
<summary>
Gets the starting color of the gradient used in the ToolStripContainer.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTableSparkle.RaftingContainerGradientEnd">
<summary>
Gets the end color of the gradient used in the ToolStripContainer.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTableSparkle.SeparatorLight">
<summary>
Gets the light separator color.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTableSparkle.SeparatorDark">
<summary>
Gets the dark separator color.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTableSparkle.StatusStripGradientBegin">
<summary>
Gets the starting color for the status strip background.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTableSparkle.StatusStripGradientEnd">
<summary>
Gets the ending color for the status strip background.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTableSparkle.MenuItemText">
<summary>
Gets the text color used on the menu items.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTableSparkle.MenuStripText">
<summary>
Gets the text color used on the menu strip.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTableSparkle.ToolStripText">
<summary>
Gets the text color used on the tool strip.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTableSparkle.StatusStripText">
<summary>
Gets the text color used on the status strip.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTableSparkle.MenuStripFont">
<summary>
Gets the font used on the menu strip.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTableSparkle.ToolStripFont">
<summary>
Gets the font used on the tool strip.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTableSparkle.StatusStripFont">
<summary>
Gets the font used on the status strip.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTableSparkle.ToolStripBorder">
<summary>
Gets the border color to use on the bottom edge of the ToolStrip.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTableSparkle.ToolStripContentPanelGradientBegin">
<summary>
Gets the starting color for the content panel background.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTableSparkle.ToolStripContentPanelGradientEnd">
<summary>
Gets the ending color for the content panel background.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTableSparkle.ToolStripDropDownBackground">
<summary>
Gets the background color for drop-down menus.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTableSparkle.ToolStripGradientBegin">
<summary>
Gets the starting color of the gradient used in the ToolStrip background.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTableSparkle.ToolStripGradientEnd">
<summary>
Gets the end color of the gradient used in the ToolStrip background.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTableSparkle.ToolStripGradientMiddle">
<summary>
Gets the middle color of the gradient used in the ToolStrip background.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTableSparkle.ToolStripPanelGradientBegin">
<summary>
Gets the starting color of the gradient used in the ToolStripPanel.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTableSparkle.ToolStripPanelGradientEnd">
<summary>
Gets the end color of the gradient used in the ToolStripPanel.
</summary>
</member>
<member name="T:Krypton.Toolkit.KryptonColorTableVisualStudio">
<summary>Provide KryptonColorTableVisualStudio values using an array of Color values as the source.</summary>
<seealso cref="T:Krypton.Toolkit.KryptonColorTable" />
</member>
<member name="M:Krypton.Toolkit.KryptonColorTableVisualStudio.#ctor(System.Drawing.Color[],Krypton.Toolkit.InheritBool,Krypton.Toolkit.PaletteBase)">
<summary>
Initialize a new instance of the KryptonColorTable2010 class.
</summary>
<param name="colors">Source of </param>
<param name="roundedEdges">Should have rounded edges.</param>
<param name="palette">Associated palette instance.</param>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTableVisualStudio.Colors">
<summary>
Gets the raw set of colors.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTableVisualStudio.UseRoundedEdges">
<summary>
Gets a value indicating if rounded edges are required.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTableVisualStudio.ButtonPressedBorder">
<summary>
Gets the border color for a button being pressed.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTableVisualStudio.ButtonPressedGradientBegin">
<summary>
Gets the background starting color for a button being pressed.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTableVisualStudio.ButtonPressedGradientMiddle">
<summary>
Gets the background middle color for a button being pressed.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTableVisualStudio.ButtonPressedGradientEnd">
<summary>
Gets the background ending color for a button being pressed.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTableVisualStudio.ButtonPressedHighlight">
<summary>
Gets the highlight background for a pressed button.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTableVisualStudio.ButtonPressedHighlightBorder">
<summary>
Gets the highlight border for a pressed button.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTableVisualStudio.ButtonSelectedBorder">
<summary>
Gets the border color for a button being selected.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTableVisualStudio.ButtonSelectedGradientBegin">
<summary>
Gets the background starting color for a button being selected.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTableVisualStudio.ButtonSelectedGradientMiddle">
<summary>
Gets the background middle color for a button being selected.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTableVisualStudio.ButtonSelectedGradientEnd">
<summary>
Gets the background ending color for a button being selected.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTableVisualStudio.ButtonSelectedHighlight">
<summary>
Gets the highlight background for a selected button.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTableVisualStudio.ButtonSelectedHighlightBorder">
<summary>
Gets the highlight border for a selected button.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTableVisualStudio.ButtonCheckedGradientBegin">
<summary>
Gets the background starting color for a checked button.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTableVisualStudio.ButtonCheckedGradientMiddle">
<summary>
Gets the background middle color for a checked button.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTableVisualStudio.ButtonCheckedGradientEnd">
<summary>
Gets the background ending color for a checked button.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTableVisualStudio.ButtonCheckedHighlight">
<summary>
Gets the highlight background for a checked button.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTableVisualStudio.ButtonCheckedHighlightBorder">
<summary>
Gets the highlight border for a checked button.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTableVisualStudio.CheckBackground">
<summary>
Get background of the check mark area.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTableVisualStudio.CheckPressedBackground">
<summary>
Get background of a pressed check mark area.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTableVisualStudio.CheckSelectedBackground">
<summary>
Get background of a selected check mark area.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTableVisualStudio.GripLight">
<summary>
Gets the light color used to draw grips.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTableVisualStudio.GripDark">
<summary>
Gets the dark color used to draw grips.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTableVisualStudio.ImageMarginGradientBegin">
<summary>
Gets the starting color for the context menu margin.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTableVisualStudio.ImageMarginGradientMiddle">
<summary>
Gets the middle color for the context menu margin.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTableVisualStudio.ImageMarginGradientEnd">
<summary>
Gets the ending color for the context menu margin.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTableVisualStudio.ImageMarginRevealedGradientBegin">
<summary>
Gets the starting color for the context menu margin revealed.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTableVisualStudio.ImageMarginRevealedGradientMiddle">
<summary>
Gets the middle color for the context menu margin revealed.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTableVisualStudio.ImageMarginRevealedGradientEnd">
<summary>
Gets the ending color for the context menu margin revealed.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTableVisualStudio.MenuBorder">
<summary>
Gets the color of the border around menus.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTableVisualStudio.MenuItemBorder">
<summary>
Gets the border color for around the menu item.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTableVisualStudio.MenuItemSelected">
<summary>
Gets the color of a selected menu item.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTableVisualStudio.MenuItemPressedGradientBegin">
<summary>
Gets the starting color of the gradient used when a top-level ToolStripMenuItem is pressed down.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTableVisualStudio.MenuItemPressedGradientEnd">
<summary>
Gets the end color of the gradient used when a top-level ToolStripMenuItem is pressed down.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTableVisualStudio.MenuItemPressedGradientMiddle">
<summary>
Gets the middle color of the gradient used when a top-level ToolStripMenuItem is pressed down.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTableVisualStudio.MenuItemSelectedGradientBegin">
<summary>
Gets the starting color of the gradient used when the ToolStripMenuItem is selected.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTableVisualStudio.MenuItemSelectedGradientEnd">
<summary>
Gets the end color of the gradient used when the ToolStripMenuItem is selected.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTableVisualStudio.MenuStripGradientBegin">
<summary>
Gets the starting color of the gradient used in the MenuStrip.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTableVisualStudio.MenuStripGradientEnd">
<summary>
Gets the end color of the gradient used in the MenuStrip.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTableVisualStudio.OverflowButtonGradientBegin">
<summary>
Gets the starting color of the gradient used in the ToolStripOverflowButton.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTableVisualStudio.OverflowButtonGradientEnd">
<summary>
Gets the end color of the gradient used in the ToolStripOverflowButton.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTableVisualStudio.OverflowButtonGradientMiddle">
<summary>
Gets the middle color of the gradient used in the ToolStripOverflowButton.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTableVisualStudio.RaftingContainerGradientBegin">
<summary>
Gets the starting color of the gradient used in the ToolStripContainer.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTableVisualStudio.RaftingContainerGradientEnd">
<summary>
Gets the end color of the gradient used in the ToolStripContainer.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTableVisualStudio.SeparatorLight">
<summary>
Gets the light separator color.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTableVisualStudio.SeparatorDark">
<summary>
Gets the dark separator color.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTableVisualStudio.StatusStripGradientBegin">
<summary>
Gets the starting color for the status strip background.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTableVisualStudio.StatusStripGradientEnd">
<summary>
Gets the ending color for the status strip background.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTableVisualStudio.MenuItemText">
<summary>
Gets the text color used on the menu items.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTableVisualStudio.MenuStripText">
<summary>
Gets the text color used on the menu strip.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTableVisualStudio.ToolStripText">
<summary>
Gets the text color used on the tool strip.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTableVisualStudio.StatusStripText">
<summary>
Gets the text color used on the status strip.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTableVisualStudio.MenuStripFont">
<summary>
Gets the font used on the menu strip.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTableVisualStudio.ToolStripFont">
<summary>
Gets the font used on the tool strip.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTableVisualStudio.StatusStripFont">
<summary>
Gets the font used on the status strip.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTableVisualStudio.ToolStripBorder">
<summary>
Gets the border color to use on the bottom edge of the ToolStrip.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTableVisualStudio.ToolStripContentPanelGradientBegin">
<summary>
Gets the starting color for the content panel background.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTableVisualStudio.ToolStripContentPanelGradientEnd">
<summary>
Gets the ending color for the content panel background.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTableVisualStudio.ToolStripDropDownBackground">
<summary>
Gets the background color for drop-down menus.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTableVisualStudio.ToolStripGradientBegin">
<summary>
Gets the starting color of the gradient used in the ToolStrip background.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTableVisualStudio.ToolStripGradientEnd">
<summary>
Gets the end color of the gradient used in the ToolStrip background.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTableVisualStudio.ToolStripGradientMiddle">
<summary>
Gets the middle color of the gradient used in the ToolStrip background.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTableVisualStudio.ToolStripPanelGradientBegin">
<summary>
Gets the starting color of the gradient used in the ToolStripPanel.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonColorTableVisualStudio.ToolStripPanelGradientEnd">
<summary>
Gets the end color of the gradient used in the ToolStripPanel.
</summary>
</member>
<member name="T:Krypton.Toolkit.DataGridViewStyles">
<summary>
Storage for data grid view display styles.
</summary>
</member>
<member name="M:Krypton.Toolkit.DataGridViewStyles.#ctor(Krypton.Toolkit.KryptonDataGridView)">
<summary>
Initialize a new instance of the DataGridViewStyles class.
</summary>
<param name="dataGridView">Reference to owning control.</param>
</member>
<member name="P:Krypton.Toolkit.DataGridViewStyles.IsDefault">
<summary>
Gets a value indicating if all values are default.
</summary>
</member>
<member name="P:Krypton.Toolkit.DataGridViewStyles.Style">
<summary>
Gets and sets the overall grid style.
</summary>
</member>
<member name="P:Krypton.Toolkit.DataGridViewStyles.StyleColumn">
<summary>
Gets and sets the header column grid style.
</summary>
</member>
<member name="P:Krypton.Toolkit.DataGridViewStyles.StyleRow">
<summary>
Gets and sets the header row grid style.
</summary>
</member>
<member name="P:Krypton.Toolkit.DataGridViewStyles.StyleDataCells">
<summary>
Gets and sets the data cell grid style.
</summary>
</member>
<member name="P:Krypton.Toolkit.DataGridViewStyles.StyleBackground">
<summary>
Gets and sets the data cell grid style.
</summary>
</member>
<member name="T:Krypton.Toolkit.KryptonPersistAttribute">
<summary>
Attribute that marks properties for persistence inside the Krypton palette.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonPersistAttribute.#ctor">
<summary>
Initialize a new instance of the KryptonPersistAttribute class.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonPersistAttribute.#ctor(System.Boolean)">
<summary>
Initialize a new instance of the KryptonPersistAttribute class.
</summary>
<param name="navigate">Should persistence navigate down the property.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonPersistAttribute.#ctor(System.Boolean,System.Boolean)">
<summary>
Initialize a new instance of the KryptonPersistAttribute class.
</summary>
<param name="navigate">Should persistence navigate down the property.</param>
<param name="populate">Should property be reset as part of a populate operation.</param>
</member>
<member name="P:Krypton.Toolkit.KryptonPersistAttribute.Navigate">
<summary>
Gets and sets a value indicating if the persistence should navigate the property.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonPersistAttribute.Populate">
<summary>
Gets and sets a value indicating if the property should be reset as part of a populate operation.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonProfessionalCustomKCT.#ctor(System.Drawing.Color[],System.Drawing.Color[],System.Boolean,Krypton.Toolkit.PaletteBase)">
<summary>
Initialize a new instance of the KryptonProfessionalCustomKCT class.
</summary>
<param name="headerColors">Set of header colors to customize with.</param>
<param name="colorTableColors">Set of ColorTable colors to customize with.</param>
<param name="useSystemColors">Should be forced to use system colors.</param>
<param name="palette">Associated palette instance.</param>
</member>
<member name="P:Krypton.Toolkit.KryptonProfessionalCustomKCT.ButtonCheckedGradientBegin">
<summary>
Gets the starting color of the gradient used when the button is checked.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonProfessionalCustomKCT.ButtonCheckedGradientEnd">
<summary>
Gets the end color of the gradient used when the button is checked.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonProfessionalCustomKCT.ButtonCheckedGradientMiddle">
<summary>
Gets the middle color of the gradient used when the button is checked.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonProfessionalCustomKCT.ButtonCheckedHighlight">
<summary>
Gets the solid color used when the button is checked.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonProfessionalCustomKCT.ButtonCheckedHighlightBorder">
<summary>
Gets the border color to use with ButtonCheckedHighlight.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonProfessionalCustomKCT.ButtonPressedBorder">
<summary>
Gets the border color to use with the ButtonPressedGradientBegin, ButtonPressedGradientMiddle, and ButtonPressedGradientEnd colors.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonProfessionalCustomKCT.ButtonPressedGradientBegin">
<summary>
Gets the starting color of the gradient used when the button is pressed.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonProfessionalCustomKCT.ButtonPressedGradientEnd">
<summary>
Gets the end color of the gradient used when the button is pressed.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonProfessionalCustomKCT.ButtonPressedGradientMiddle">
<summary>
Gets the middle color of the gradient used when the button is pressed.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonProfessionalCustomKCT.ButtonPressedHighlight">
<summary>
Gets the solid color used when the button is pressed.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonProfessionalCustomKCT.ButtonPressedHighlightBorder">
<summary>
Gets the border color to use with ButtonPressedHighlight.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonProfessionalCustomKCT.ButtonSelectedBorder">
<summary>
Gets the border color to use with the ButtonSelectedGradientBegin, ButtonSelectedGradientMiddle, and ButtonSelectedGradientEnd colors.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonProfessionalCustomKCT.ButtonSelectedGradientBegin">
<summary>
Gets the starting color of the gradient used when the button is selected.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonProfessionalCustomKCT.ButtonSelectedGradientEnd">
<summary>
Gets the end color of the gradient used when the button is selected.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonProfessionalCustomKCT.ButtonSelectedGradientMiddle">
<summary>
Gets the middle color of the gradient used when the button is selected.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonProfessionalCustomKCT.ButtonSelectedHighlight">
<summary>
Gets the solid color used when the button is selected.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonProfessionalCustomKCT.ButtonSelectedHighlightBorder">
<summary>
Gets the border color to use with ButtonSelectedHighlight.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonProfessionalCustomKCT.CheckBackground">
<summary>
Gets the solid color to use when the button is checked and gradients are being used.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonProfessionalCustomKCT.CheckPressedBackground">
<summary>
Gets the solid color to use when the button is checked and selected and gradients are being used.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonProfessionalCustomKCT.CheckSelectedBackground">
<summary>
Gets the solid color to use when the button is checked and selected and gradients are being used.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonProfessionalCustomKCT.GripDark">
<summary>
Gets the color to use for shadow effects on the grip (move handle).
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonProfessionalCustomKCT.GripLight">
<summary>
Gets the color to use for highlight effects on the grip (move handle).
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonProfessionalCustomKCT.ImageMarginGradientBegin">
<summary>
Gets the starting color of the gradient used in the image margin of a ToolStripDropDownMenu.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonProfessionalCustomKCT.ImageMarginGradientEnd">
<summary>
Gets the end color of the gradient used in the image margin of a ToolStripDropDownMenu.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonProfessionalCustomKCT.ImageMarginGradientMiddle">
<summary>
Gets the middle color of the gradient used in the image margin of a ToolStripDropDownMenu.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonProfessionalCustomKCT.ImageMarginRevealedGradientBegin">
<summary>
Gets the starting color of the gradient used in the image margin of a ToolStripDropDownMenu when an item is revealed.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonProfessionalCustomKCT.ImageMarginRevealedGradientEnd">
<summary>
Gets the end color of the gradient used in the image margin of a ToolStripDropDownMenu when an item is revealed.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonProfessionalCustomKCT.ImageMarginRevealedGradientMiddle">
<summary>
Gets the middle color of the gradient used in the image margin of a ToolStripDropDownMenu when an item is revealed.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonProfessionalCustomKCT.MenuBorder">
<summary>
Gets the color that is the border color to use on a MenuStrip.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonProfessionalCustomKCT.MenuItemText">
<summary>
Gets the color used to draw menu item text.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonProfessionalCustomKCT.MenuItemBorder">
<summary>
Gets the border color to use with a ToolStripMenuItem.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonProfessionalCustomKCT.MenuItemPressedGradientBegin">
<summary>
Gets the starting color of the gradient used when a top-level ToolStripMenuItem is pressed.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonProfessionalCustomKCT.MenuItemPressedGradientEnd">
<summary>
Gets the end color of the gradient used when a top-level ToolStripMenuItem is pressed.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonProfessionalCustomKCT.MenuItemPressedGradientMiddle">
<summary>
Gets the middle color of the gradient used when a top-level ToolStripMenuItem is pressed.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonProfessionalCustomKCT.MenuItemSelected">
<summary>
Gets the solid color to use when a ToolStripMenuItem other than the top-level ToolStripMenuItem is selected.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonProfessionalCustomKCT.MenuItemSelectedGradientBegin">
<summary>
Gets the starting color of the gradient used when the ToolStripMenuItem is selected.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonProfessionalCustomKCT.MenuItemSelectedGradientEnd">
<summary>
Gets the end color of the gradient used when the ToolStripMenuItem is selected.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonProfessionalCustomKCT.MenuStripText">
<summary>
Gets the color used to draw text on a menu strip.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonProfessionalCustomKCT.MenuStripGradientBegin">
<summary>
Gets the starting color of the gradient used in the MenuStrip.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonProfessionalCustomKCT.MenuStripGradientEnd">
<summary>
Gets the end color of the gradient used in the MenuStrip.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonProfessionalCustomKCT.OverflowButtonGradientBegin">
<summary>
Gets the starting color of the gradient used in the ToolStripOverflowButton.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonProfessionalCustomKCT.OverflowButtonGradientEnd">
<summary>
Gets the end color of the gradient used in the ToolStripOverflowButton.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonProfessionalCustomKCT.OverflowButtonGradientMiddle">
<summary>
Gets the middle color of the gradient used in the ToolStripOverflowButton.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonProfessionalCustomKCT.RaftingContainerGradientBegin">
<summary>
Gets the starting color of the gradient used in the ToolStripContainer.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonProfessionalCustomKCT.RaftingContainerGradientEnd">
<summary>
Gets the end color of the gradient used in the ToolStripContainer.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonProfessionalCustomKCT.SeparatorDark">
<summary>
Gets the color to use to for shadow effects on the ToolStripSeparator.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonProfessionalCustomKCT.SeparatorLight">
<summary>
Gets the color to use to for highlight effects on the ToolStripSeparator.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonProfessionalCustomKCT.StatusStripText">
<summary>
Gets the color used to draw text on a status strip.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonProfessionalCustomKCT.StatusStripGradientBegin">
<summary>
Gets the starting color of the gradient used on the StatusStrip.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonProfessionalCustomKCT.StatusStripGradientEnd">
<summary>
Gets the end color of the gradient used on the StatusStrip.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonProfessionalCustomKCT.ToolStripText">
<summary>
Gets the color used to draw text on a tool strip.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonProfessionalCustomKCT.ToolStripBorder">
<summary>
Gets the border color to use on the bottom edge of the ToolStrip.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonProfessionalCustomKCT.ToolStripContentPanelGradientBegin">
<summary>
Gets the starting color of the gradient used in the ToolStripContentPanel.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonProfessionalCustomKCT.ToolStripContentPanelGradientEnd">
<summary>
Gets the end color of the gradient used in the ToolStripContentPanel.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonProfessionalCustomKCT.ToolStripDropDownBackground">
<summary>
Gets the solid background color of the ToolStripDropDown.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonProfessionalCustomKCT.ToolStripGradientBegin">
<summary>
Gets the starting color of the gradient used in the ToolStrip background.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonProfessionalCustomKCT.ToolStripGradientEnd">
<summary>
Gets the end color of the gradient used in the ToolStrip background.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonProfessionalCustomKCT.ToolStripGradientMiddle">
<summary>
Gets the middle color of the gradient used in the ToolStrip background.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonProfessionalCustomKCT.ToolStripPanelGradientBegin">
<summary>
Gets the starting color of the gradient used in the ToolStripPanel.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonProfessionalCustomKCT.ToolStripPanelGradientEnd">
<summary>
Gets the end color of the gradient used in the ToolStripPanel.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonProfessionalKCT.#ctor(System.Drawing.Color[],System.Boolean,Krypton.Toolkit.PaletteBase)">
<summary>
Initialize a new instance of the KryptonProfessionalKCT class.
</summary>
<param name="colors">Set of colors to customize with.</param>
<param name="useSystemColors">Should be forced to use system colors.</param>
<param name="palette">Reference to associated palette.</param>
</member>
<member name="P:Krypton.Toolkit.KryptonProfessionalKCT.Header1Begin">
<summary>
Gets the starting color of the gradient used in the Header1.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonProfessionalKCT.Header1End">
<summary>
Gets the end color of the gradient used in the Header1.
</summary>
</member>
<member name="T:Krypton.Toolkit.KryptonVisualStudio2010With2007ColorTable">
<summary>
Provide KryptonVisualStudio2010With2007ColorTable values using an array of Color values as the source.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonVisualStudio2010With2007ColorTable.#ctor(System.Drawing.Color[],Krypton.Toolkit.InheritBool,Krypton.Toolkit.PaletteBase)">
<summary>
Initialize a new instance of the KryptonVisualStudio2010With2007ColorTable class.
</summary>
<param name="colors">Source of </param>
<param name="roundedEdges">Should have rounded edges.</param>
<param name="palette">Associated palette instance.</param>
</member>
<member name="P:Krypton.Toolkit.KryptonVisualStudio2010With2007ColorTable.Colors">
<summary>
Gets the raw set of colors.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonVisualStudio2010With2007ColorTable.UseRoundedEdges">
<summary>
Gets a value indicating if rounded edges are required.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonVisualStudio2010With2007ColorTable.ButtonPressedBorder">
<summary>
Gets the border color for a button being pressed.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonVisualStudio2010With2007ColorTable.ButtonPressedGradientBegin">
<summary>
Gets the background starting color for a button being pressed.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonVisualStudio2010With2007ColorTable.ButtonPressedGradientMiddle">
<summary>
Gets the background middle color for a button being pressed.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonVisualStudio2010With2007ColorTable.ButtonPressedGradientEnd">
<summary>
Gets the background ending color for a button being pressed.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonVisualStudio2010With2007ColorTable.ButtonPressedHighlight">
<summary>
Gets the highlight background for a pressed button.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonVisualStudio2010With2007ColorTable.ButtonPressedHighlightBorder">
<summary>
Gets the highlight border for a pressed button.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonVisualStudio2010With2007ColorTable.ButtonSelectedBorder">
<summary>
Gets the border color for a button being selected.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonVisualStudio2010With2007ColorTable.ButtonSelectedGradientBegin">
<summary>
Gets the background starting color for a button being selected.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonVisualStudio2010With2007ColorTable.ButtonSelectedGradientMiddle">
<summary>
Gets the background middle color for a button being selected.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonVisualStudio2010With2007ColorTable.ButtonSelectedGradientEnd">
<summary>
Gets the background ending color for a button being selected.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonVisualStudio2010With2007ColorTable.ButtonSelectedHighlight">
<summary>
Gets the highlight background for a selected button.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonVisualStudio2010With2007ColorTable.ButtonSelectedHighlightBorder">
<summary>
Gets the highlight border for a selected button.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonVisualStudio2010With2007ColorTable.ButtonCheckedGradientBegin">
<summary>
Gets the background starting color for a checked button.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonVisualStudio2010With2007ColorTable.ButtonCheckedGradientMiddle">
<summary>
Gets the background middle color for a checked button.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonVisualStudio2010With2007ColorTable.ButtonCheckedGradientEnd">
<summary>
Gets the background ending color for a checked button.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonVisualStudio2010With2007ColorTable.ButtonCheckedHighlight">
<summary>
Gets the highlight background for a checked button.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonVisualStudio2010With2007ColorTable.ButtonCheckedHighlightBorder">
<summary>
Gets the highlight border for a checked button.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonVisualStudio2010With2007ColorTable.CheckBackground">
<summary>
Get background of the check mark area.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonVisualStudio2010With2007ColorTable.CheckPressedBackground">
<summary>
Get background of a pressed check mark area.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonVisualStudio2010With2007ColorTable.CheckSelectedBackground">
<summary>
Get background of a selected check mark area.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonVisualStudio2010With2007ColorTable.GripLight">
<summary>
Gets the light color used to draw grips.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonVisualStudio2010With2007ColorTable.GripDark">
<summary>
Gets the dark color used to draw grips.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonVisualStudio2010With2007ColorTable.ImageMarginGradientBegin">
<summary>
Gets the starting color for the context menu margin.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonVisualStudio2010With2007ColorTable.ImageMarginGradientMiddle">
<summary>
Gets the middle color for the context menu margin.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonVisualStudio2010With2007ColorTable.ImageMarginGradientEnd">
<summary>
Gets the ending color for the context menu margin.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonVisualStudio2010With2007ColorTable.ImageMarginRevealedGradientBegin">
<summary>
Gets the starting color for the context menu margin revealed.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonVisualStudio2010With2007ColorTable.ImageMarginRevealedGradientMiddle">
<summary>
Gets the middle color for the context menu margin revealed.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonVisualStudio2010With2007ColorTable.ImageMarginRevealedGradientEnd">
<summary>
Gets the ending color for the context menu margin revealed.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonVisualStudio2010With2007ColorTable.MenuBorder">
<summary>
Gets the color of the border around menus.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonVisualStudio2010With2007ColorTable.MenuItemBorder">
<summary>
Gets the border color for around the menu item.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonVisualStudio2010With2007ColorTable.MenuItemSelected">
<summary>
Gets the color of a selected menu item.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonVisualStudio2010With2007ColorTable.MenuItemPressedGradientBegin">
<summary>
Gets the starting color of the gradient used when a top-level ToolStripMenuItem is pressed down.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonVisualStudio2010With2007ColorTable.MenuItemPressedGradientEnd">
<summary>
Gets the end color of the gradient used when a top-level ToolStripMenuItem is pressed down.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonVisualStudio2010With2007ColorTable.MenuItemPressedGradientMiddle">
<summary>
Gets the middle color of the gradient used when a top-level ToolStripMenuItem is pressed down.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonVisualStudio2010With2007ColorTable.MenuItemSelectedGradientBegin">
<summary>
Gets the starting color of the gradient used when the ToolStripMenuItem is selected.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonVisualStudio2010With2007ColorTable.MenuItemSelectedGradientEnd">
<summary>
Gets the end color of the gradient used when the ToolStripMenuItem is selected.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonVisualStudio2010With2007ColorTable.MenuStripGradientBegin">
<summary>
Gets the starting color of the gradient used in the MenuStrip.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonVisualStudio2010With2007ColorTable.MenuStripGradientEnd">
<summary>
Gets the end color of the gradient used in the MenuStrip.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonVisualStudio2010With2007ColorTable.OverflowButtonGradientBegin">
<summary>
Gets the starting color of the gradient used in the ToolStripOverflowButton.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonVisualStudio2010With2007ColorTable.OverflowButtonGradientEnd">
<summary>
Gets the end color of the gradient used in the ToolStripOverflowButton.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonVisualStudio2010With2007ColorTable.OverflowButtonGradientMiddle">
<summary>
Gets the middle color of the gradient used in the ToolStripOverflowButton.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonVisualStudio2010With2007ColorTable.RaftingContainerGradientBegin">
<summary>
Gets the starting color of the gradient used in the ToolStripContainer.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonVisualStudio2010With2007ColorTable.RaftingContainerGradientEnd">
<summary>
Gets the end color of the gradient used in the ToolStripContainer.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonVisualStudio2010With2007ColorTable.SeparatorLight">
<summary>
Gets the light separator color.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonVisualStudio2010With2007ColorTable.SeparatorDark">
<summary>
Gets the dark separator color.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonVisualStudio2010With2007ColorTable.StatusStripGradientBegin">
<summary>
Gets the starting color for the status strip background.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonVisualStudio2010With2007ColorTable.StatusStripGradientEnd">
<summary>
Gets the ending color for the status strip background.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonVisualStudio2010With2007ColorTable.MenuItemText">
<summary>
Gets the text color used on the menu items.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonVisualStudio2010With2007ColorTable.MenuStripText">
<summary>
Gets the text color used on the menu strip.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonVisualStudio2010With2007ColorTable.ToolStripText">
<summary>
Gets the text color used on the tool strip.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonVisualStudio2010With2007ColorTable.StatusStripText">
<summary>
Gets the text color used on the status strip.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonVisualStudio2010With2007ColorTable.MenuStripFont">
<summary>
Gets the font used on the menu strip.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonVisualStudio2010With2007ColorTable.ToolStripFont">
<summary>
Gets the font used on the tool strip.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonVisualStudio2010With2007ColorTable.StatusStripFont">
<summary>
Gets the font used on the status strip.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonVisualStudio2010With2007ColorTable.ToolStripBorder">
<summary>
Gets the border color to use on the bottom edge of the ToolStrip.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonVisualStudio2010With2007ColorTable.ToolStripContentPanelGradientBegin">
<summary>
Gets the starting color for the content panel background.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonVisualStudio2010With2007ColorTable.ToolStripContentPanelGradientEnd">
<summary>
Gets the ending color for the content panel background.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonVisualStudio2010With2007ColorTable.ToolStripDropDownBackground">
<summary>
Gets the background color for drop-down menus.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonVisualStudio2010With2007ColorTable.ToolStripGradientBegin">
<summary>
Gets the starting color of the gradient used in the ToolStrip background.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonVisualStudio2010With2007ColorTable.ToolStripGradientEnd">
<summary>
Gets the end color of the gradient used in the ToolStrip background.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonVisualStudio2010With2007ColorTable.ToolStripGradientMiddle">
<summary>
Gets the middle color of the gradient used in the ToolStrip background.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonVisualStudio2010With2007ColorTable.ToolStripPanelGradientBegin">
<summary>
Gets the starting color of the gradient used in the ToolStripPanel.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonVisualStudio2010With2007ColorTable.ToolStripPanelGradientEnd">
<summary>
Gets the end color of the gradient used in the ToolStripPanel.
</summary>
</member>
<member name="T:Krypton.Toolkit.KryptonVisualStudio2010With2010ColorTable">
<summary>
Provide KryptonVisualStudio2010With2010ColorTable values using an array of Color values as the source.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonVisualStudio2010With2010ColorTable.#ctor(System.Drawing.Color[],Krypton.Toolkit.InheritBool,Krypton.Toolkit.PaletteBase)">
<summary>
Initialize a new instance of the KryptonVisualStudio2010With2010ColorTable class.
</summary>
<param name="colors">Source of </param>
<param name="roundedEdges">Should have rounded edges.</param>
<param name="palette">Associated palette instance.</param>
</member>
<member name="P:Krypton.Toolkit.KryptonVisualStudio2010With2010ColorTable.Colors">
<summary>
Gets the raw set of colors.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonVisualStudio2010With2010ColorTable.UseRoundedEdges">
<summary>
Gets a value indicating if rounded edges are required.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonVisualStudio2010With2010ColorTable.ButtonPressedBorder">
<summary>
Gets the border color for a button being pressed.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonVisualStudio2010With2010ColorTable.ButtonPressedGradientBegin">
<summary>
Gets the background starting color for a button being pressed.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonVisualStudio2010With2010ColorTable.ButtonPressedGradientMiddle">
<summary>
Gets the background middle color for a button being pressed.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonVisualStudio2010With2010ColorTable.ButtonPressedGradientEnd">
<summary>
Gets the background ending color for a button being pressed.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonVisualStudio2010With2010ColorTable.ButtonPressedHighlight">
<summary>
Gets the highlight background for a pressed button.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonVisualStudio2010With2010ColorTable.ButtonPressedHighlightBorder">
<summary>
Gets the highlight border for a pressed button.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonVisualStudio2010With2010ColorTable.ButtonSelectedBorder">
<summary>
Gets the border color for a button being selected.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonVisualStudio2010With2010ColorTable.ButtonSelectedGradientBegin">
<summary>
Gets the background starting color for a button being selected.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonVisualStudio2010With2010ColorTable.ButtonSelectedGradientMiddle">
<summary>
Gets the background middle color for a button being selected.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonVisualStudio2010With2010ColorTable.ButtonSelectedGradientEnd">
<summary>
Gets the background ending color for a button being selected.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonVisualStudio2010With2010ColorTable.ButtonSelectedHighlight">
<summary>
Gets the highlight background for a selected button.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonVisualStudio2010With2010ColorTable.ButtonSelectedHighlightBorder">
<summary>
Gets the highlight border for a selected button.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonVisualStudio2010With2010ColorTable.ButtonCheckedGradientBegin">
<summary>
Gets the background starting color for a checked button.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonVisualStudio2010With2010ColorTable.ButtonCheckedGradientMiddle">
<summary>
Gets the background middle color for a checked button.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonVisualStudio2010With2010ColorTable.ButtonCheckedGradientEnd">
<summary>
Gets the background ending color for a checked button.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonVisualStudio2010With2010ColorTable.ButtonCheckedHighlight">
<summary>
Gets the highlight background for a checked button.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonVisualStudio2010With2010ColorTable.ButtonCheckedHighlightBorder">
<summary>
Gets the highlight border for a checked button.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonVisualStudio2010With2010ColorTable.CheckBackground">
<summary>
Get background of the check mark area.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonVisualStudio2010With2010ColorTable.CheckPressedBackground">
<summary>
Get background of a pressed check mark area.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonVisualStudio2010With2010ColorTable.CheckSelectedBackground">
<summary>
Get background of a selected check mark area.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonVisualStudio2010With2010ColorTable.GripLight">
<summary>
Gets the light color used to draw grips.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonVisualStudio2010With2010ColorTable.GripDark">
<summary>
Gets the dark color used to draw grips.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonVisualStudio2010With2010ColorTable.ImageMarginGradientBegin">
<summary>
Gets the starting color for the context menu margin.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonVisualStudio2010With2010ColorTable.ImageMarginGradientMiddle">
<summary>
Gets the middle color for the context menu margin.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonVisualStudio2010With2010ColorTable.ImageMarginGradientEnd">
<summary>
Gets the ending color for the context menu margin.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonVisualStudio2010With2010ColorTable.ImageMarginRevealedGradientBegin">
<summary>
Gets the starting color for the context menu margin revealed.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonVisualStudio2010With2010ColorTable.ImageMarginRevealedGradientMiddle">
<summary>
Gets the middle color for the context menu margin revealed.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonVisualStudio2010With2010ColorTable.ImageMarginRevealedGradientEnd">
<summary>
Gets the ending color for the context menu margin revealed.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonVisualStudio2010With2010ColorTable.MenuBorder">
<summary>
Gets the color of the border around menus.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonVisualStudio2010With2010ColorTable.MenuItemBorder">
<summary>
Gets the border color for around the menu item.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonVisualStudio2010With2010ColorTable.MenuItemSelected">
<summary>
Gets the color of a selected menu item.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonVisualStudio2010With2010ColorTable.MenuItemPressedGradientBegin">
<summary>
Gets the starting color of the gradient used when a top-level ToolStripMenuItem is pressed down.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonVisualStudio2010With2010ColorTable.MenuItemPressedGradientEnd">
<summary>
Gets the end color of the gradient used when a top-level ToolStripMenuItem is pressed down.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonVisualStudio2010With2010ColorTable.MenuItemPressedGradientMiddle">
<summary>
Gets the middle color of the gradient used when a top-level ToolStripMenuItem is pressed down.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonVisualStudio2010With2010ColorTable.MenuItemSelectedGradientBegin">
<summary>
Gets the starting color of the gradient used when the ToolStripMenuItem is selected.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonVisualStudio2010With2010ColorTable.MenuItemSelectedGradientEnd">
<summary>
Gets the end color of the gradient used when the ToolStripMenuItem is selected.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonVisualStudio2010With2010ColorTable.MenuStripGradientBegin">
<summary>
Gets the starting color of the gradient used in the MenuStrip.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonVisualStudio2010With2010ColorTable.MenuStripGradientEnd">
<summary>
Gets the end color of the gradient used in the MenuStrip.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonVisualStudio2010With2010ColorTable.OverflowButtonGradientBegin">
<summary>
Gets the starting color of the gradient used in the ToolStripOverflowButton.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonVisualStudio2010With2010ColorTable.OverflowButtonGradientEnd">
<summary>
Gets the end color of the gradient used in the ToolStripOverflowButton.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonVisualStudio2010With2010ColorTable.OverflowButtonGradientMiddle">
<summary>
Gets the middle color of the gradient used in the ToolStripOverflowButton.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonVisualStudio2010With2010ColorTable.RaftingContainerGradientBegin">
<summary>
Gets the starting color of the gradient used in the ToolStripContainer.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonVisualStudio2010With2010ColorTable.RaftingContainerGradientEnd">
<summary>
Gets the end color of the gradient used in the ToolStripContainer.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonVisualStudio2010With2010ColorTable.SeparatorLight">
<summary>
Gets the light separator color.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonVisualStudio2010With2010ColorTable.SeparatorDark">
<summary>
Gets the dark separator color.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonVisualStudio2010With2010ColorTable.StatusStripGradientBegin">
<summary>
Gets the starting color for the status strip background.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonVisualStudio2010With2010ColorTable.StatusStripGradientEnd">
<summary>
Gets the ending color for the status strip background.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonVisualStudio2010With2010ColorTable.MenuItemText">
<summary>
Gets the text color used on the menu items.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonVisualStudio2010With2010ColorTable.MenuStripText">
<summary>
Gets the text color used on the menu strip.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonVisualStudio2010With2010ColorTable.ToolStripText">
<summary>
Gets the text color used on the tool strip.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonVisualStudio2010With2010ColorTable.StatusStripText">
<summary>
Gets the text color used on the status strip.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonVisualStudio2010With2010ColorTable.MenuStripFont">
<summary>
Gets the font used on the menu strip.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonVisualStudio2010With2010ColorTable.ToolStripFont">
<summary>
Gets the font used on the tool strip.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonVisualStudio2010With2010ColorTable.StatusStripFont">
<summary>
Gets the font used on the status strip.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonVisualStudio2010With2010ColorTable.ToolStripBorder">
<summary>
Gets the border color to use on the bottom edge of the ToolStrip.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonVisualStudio2010With2010ColorTable.ToolStripContentPanelGradientBegin">
<summary>
Gets the starting color for the content panel background.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonVisualStudio2010With2010ColorTable.ToolStripContentPanelGradientEnd">
<summary>
Gets the ending color for the content panel background.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonVisualStudio2010With2010ColorTable.ToolStripDropDownBackground">
<summary>
Gets the background color for drop-down menus.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonVisualStudio2010With2010ColorTable.ToolStripGradientBegin">
<summary>
Gets the starting color of the gradient used in the ToolStrip background.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonVisualStudio2010With2010ColorTable.ToolStripGradientEnd">
<summary>
Gets the end color of the gradient used in the ToolStrip background.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonVisualStudio2010With2010ColorTable.ToolStripGradientMiddle">
<summary>
Gets the middle color of the gradient used in the ToolStrip background.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonVisualStudio2010With2010ColorTable.ToolStripPanelGradientBegin">
<summary>
Gets the starting color of the gradient used in the ToolStripPanel.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonVisualStudio2010With2010ColorTable.ToolStripPanelGradientEnd">
<summary>
Gets the end color of the gradient used in the ToolStripPanel.
</summary>
</member>
<member name="T:Krypton.Toolkit.KryptonVisualStudio2010With2013ColorTable">
<summary>
Provide KryptonVisualStudio2010With2013ColorTable values using an array of Color values as the source.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonVisualStudio2010With2013ColorTable.#ctor(System.Drawing.Color[],Krypton.Toolkit.InheritBool,Krypton.Toolkit.PaletteBase)">
<summary>
Initialize a new instance of the KryptonColorTable2010 class.
</summary>
<param name="colors">Source of </param>
<param name="roundedEdges">Should have rounded edges.</param>
<param name="palette">Associated palette instance.</param>
</member>
<member name="P:Krypton.Toolkit.KryptonVisualStudio2010With2013ColorTable.Colors">
<summary>
Gets the raw set of colors.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonVisualStudio2010With2013ColorTable.UseRoundedEdges">
<summary>
Gets a value indicating if rounded edges are required.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonVisualStudio2010With2013ColorTable.ButtonPressedBorder">
<summary>
Gets the border color for a button being pressed.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonVisualStudio2010With2013ColorTable.ButtonPressedGradientBegin">
<summary>
Gets the background starting color for a button being pressed.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonVisualStudio2010With2013ColorTable.ButtonPressedGradientMiddle">
<summary>
Gets the background middle color for a button being pressed.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonVisualStudio2010With2013ColorTable.ButtonPressedGradientEnd">
<summary>
Gets the background ending color for a button being pressed.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonVisualStudio2010With2013ColorTable.ButtonPressedHighlight">
<summary>
Gets the highlight background for a pressed button.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonVisualStudio2010With2013ColorTable.ButtonPressedHighlightBorder">
<summary>
Gets the highlight border for a pressed button.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonVisualStudio2010With2013ColorTable.ButtonSelectedBorder">
<summary>
Gets the border color for a button being selected.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonVisualStudio2010With2013ColorTable.ButtonSelectedGradientBegin">
<summary>
Gets the background starting color for a button being selected.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonVisualStudio2010With2013ColorTable.ButtonSelectedGradientMiddle">
<summary>
Gets the background middle color for a button being selected.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonVisualStudio2010With2013ColorTable.ButtonSelectedGradientEnd">
<summary>
Gets the background ending color for a button being selected.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonVisualStudio2010With2013ColorTable.ButtonSelectedHighlight">
<summary>
Gets the highlight background for a selected button.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonVisualStudio2010With2013ColorTable.ButtonSelectedHighlightBorder">
<summary>
Gets the highlight border for a selected button.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonVisualStudio2010With2013ColorTable.ButtonCheckedGradientBegin">
<summary>
Gets the background starting color for a checked button.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonVisualStudio2010With2013ColorTable.ButtonCheckedGradientMiddle">
<summary>
Gets the background middle color for a checked button.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonVisualStudio2010With2013ColorTable.ButtonCheckedGradientEnd">
<summary>
Gets the background ending color for a checked button.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonVisualStudio2010With2013ColorTable.ButtonCheckedHighlight">
<summary>
Gets the highlight background for a checked button.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonVisualStudio2010With2013ColorTable.ButtonCheckedHighlightBorder">
<summary>
Gets the highlight border for a checked button.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonVisualStudio2010With2013ColorTable.CheckBackground">
<summary>
Get background of the check mark area.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonVisualStudio2010With2013ColorTable.CheckPressedBackground">
<summary>
Get background of a pressed check mark area.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonVisualStudio2010With2013ColorTable.CheckSelectedBackground">
<summary>
Get background of a selected check mark area.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonVisualStudio2010With2013ColorTable.GripLight">
<summary>
Gets the light color used to draw grips.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonVisualStudio2010With2013ColorTable.GripDark">
<summary>
Gets the dark color used to draw grips.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonVisualStudio2010With2013ColorTable.ImageMarginGradientBegin">
<summary>
Gets the starting color for the context menu margin.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonVisualStudio2010With2013ColorTable.ImageMarginGradientMiddle">
<summary>
Gets the middle color for the context menu margin.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonVisualStudio2010With2013ColorTable.ImageMarginGradientEnd">
<summary>
Gets the ending color for the context menu margin.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonVisualStudio2010With2013ColorTable.ImageMarginRevealedGradientBegin">
<summary>
Gets the starting color for the context menu margin revealed.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonVisualStudio2010With2013ColorTable.ImageMarginRevealedGradientMiddle">
<summary>
Gets the middle color for the context menu margin revealed.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonVisualStudio2010With2013ColorTable.ImageMarginRevealedGradientEnd">
<summary>
Gets the ending color for the context menu margin revealed.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonVisualStudio2010With2013ColorTable.MenuBorder">
<summary>
Gets the color of the border around menus.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonVisualStudio2010With2013ColorTable.MenuItemBorder">
<summary>
Gets the border color for around the menu item.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonVisualStudio2010With2013ColorTable.MenuItemSelected">
<summary>
Gets the color of a selected menu item.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonVisualStudio2010With2013ColorTable.MenuItemPressedGradientBegin">
<summary>
Gets the starting color of the gradient used when a top-level ToolStripMenuItem is pressed down.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonVisualStudio2010With2013ColorTable.MenuItemPressedGradientEnd">
<summary>
Gets the end color of the gradient used when a top-level ToolStripMenuItem is pressed down.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonVisualStudio2010With2013ColorTable.MenuItemPressedGradientMiddle">
<summary>
Gets the middle color of the gradient used when a top-level ToolStripMenuItem is pressed down.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonVisualStudio2010With2013ColorTable.MenuItemSelectedGradientBegin">
<summary>
Gets the starting color of the gradient used when the ToolStripMenuItem is selected.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonVisualStudio2010With2013ColorTable.MenuItemSelectedGradientEnd">
<summary>
Gets the end color of the gradient used when the ToolStripMenuItem is selected.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonVisualStudio2010With2013ColorTable.MenuStripGradientBegin">
<summary>
Gets the starting color of the gradient used in the MenuStrip.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonVisualStudio2010With2013ColorTable.MenuStripGradientEnd">
<summary>
Gets the end color of the gradient used in the MenuStrip.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonVisualStudio2010With2013ColorTable.OverflowButtonGradientBegin">
<summary>
Gets the starting color of the gradient used in the ToolStripOverflowButton.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonVisualStudio2010With2013ColorTable.OverflowButtonGradientEnd">
<summary>
Gets the end color of the gradient used in the ToolStripOverflowButton.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonVisualStudio2010With2013ColorTable.OverflowButtonGradientMiddle">
<summary>
Gets the middle color of the gradient used in the ToolStripOverflowButton.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonVisualStudio2010With2013ColorTable.RaftingContainerGradientBegin">
<summary>
Gets the starting color of the gradient used in the ToolStripContainer.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonVisualStudio2010With2013ColorTable.RaftingContainerGradientEnd">
<summary>
Gets the end color of the gradient used in the ToolStripContainer.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonVisualStudio2010With2013ColorTable.SeparatorLight">
<summary>
Gets the light separator color.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonVisualStudio2010With2013ColorTable.SeparatorDark">
<summary>
Gets the dark separator color.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonVisualStudio2010With2013ColorTable.StatusStripGradientBegin">
<summary>
Gets the starting color for the status strip background.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonVisualStudio2010With2013ColorTable.StatusStripGradientEnd">
<summary>
Gets the ending color for the status strip background.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonVisualStudio2010With2013ColorTable.MenuItemText">
<summary>
Gets the text color used on the menu items.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonVisualStudio2010With2013ColorTable.MenuStripText">
<summary>
Gets the text color used on the menu strip.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonVisualStudio2010With2013ColorTable.ToolStripText">
<summary>
Gets the text color used on the tool strip.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonVisualStudio2010With2013ColorTable.StatusStripText">
<summary>
Gets the text color used on the status strip.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonVisualStudio2010With2013ColorTable.MenuStripFont">
<summary>
Gets the font used on the menu strip.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonVisualStudio2010With2013ColorTable.ToolStripFont">
<summary>
Gets the font used on the tool strip.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonVisualStudio2010With2013ColorTable.StatusStripFont">
<summary>
Gets the font used on the status strip.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonVisualStudio2010With2013ColorTable.ToolStripBorder">
<summary>
Gets the border color to use on the bottom edge of the ToolStrip.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonVisualStudio2010With2013ColorTable.ToolStripContentPanelGradientBegin">
<summary>
Gets the starting color for the content panel background.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonVisualStudio2010With2013ColorTable.ToolStripContentPanelGradientEnd">
<summary>
Gets the ending color for the content panel background.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonVisualStudio2010With2013ColorTable.ToolStripDropDownBackground">
<summary>
Gets the background color for drop-down menus.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonVisualStudio2010With2013ColorTable.ToolStripGradientBegin">
<summary>
Gets the starting color of the gradient used in the ToolStrip background.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonVisualStudio2010With2013ColorTable.ToolStripGradientEnd">
<summary>
Gets the end color of the gradient used in the ToolStrip background.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonVisualStudio2010With2013ColorTable.ToolStripGradientMiddle">
<summary>
Gets the middle color of the gradient used in the ToolStrip background.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonVisualStudio2010With2013ColorTable.ToolStripPanelGradientBegin">
<summary>
Gets the starting color of the gradient used in the ToolStripPanel.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonVisualStudio2010With2013ColorTable.ToolStripPanelGradientEnd">
<summary>
Gets the end color of the gradient used in the ToolStripPanel.
</summary>
</member>
<member name="T:Krypton.Toolkit.KryptonVisualStudio2010WithMicrosoft365ColorTable">
<summary>
Provide KryptonVisualStudio2010WithMicrosoft365ColorTable values using an array of Color values as the source.
</summary>
<seealso cref="T:Krypton.Toolkit.KryptonColorTable" />
</member>
<member name="M:Krypton.Toolkit.KryptonVisualStudio2010WithMicrosoft365ColorTable.#ctor(System.Drawing.Color[],Krypton.Toolkit.InheritBool,Krypton.Toolkit.PaletteBase)">
<summary>
Initialize a new instance of the KryptonColorTable2010 class.
</summary>
<param name="colors">Source of </param>
<param name="roundedEdges">Should have rounded edges.</param>
<param name="palette">Associated palette instance.</param>
</member>
<member name="P:Krypton.Toolkit.KryptonVisualStudio2010WithMicrosoft365ColorTable.Colors">
<summary>
Gets the raw set of colors.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonVisualStudio2010WithMicrosoft365ColorTable.UseRoundedEdges">
<summary>
Gets a value indicating if rounded edges are required.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonVisualStudio2010WithMicrosoft365ColorTable.ButtonPressedBorder">
<summary>
Gets the border color for a button being pressed.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonVisualStudio2010WithMicrosoft365ColorTable.ButtonPressedGradientBegin">
<summary>
Gets the background starting color for a button being pressed.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonVisualStudio2010WithMicrosoft365ColorTable.ButtonPressedGradientMiddle">
<summary>
Gets the background middle color for a button being pressed.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonVisualStudio2010WithMicrosoft365ColorTable.ButtonPressedGradientEnd">
<summary>
Gets the background ending color for a button being pressed.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonVisualStudio2010WithMicrosoft365ColorTable.ButtonPressedHighlight">
<summary>
Gets the highlight background for a pressed button.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonVisualStudio2010WithMicrosoft365ColorTable.ButtonPressedHighlightBorder">
<summary>
Gets the highlight border for a pressed button.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonVisualStudio2010WithMicrosoft365ColorTable.ButtonSelectedBorder">
<summary>
Gets the border color for a button being selected.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonVisualStudio2010WithMicrosoft365ColorTable.ButtonSelectedGradientBegin">
<summary>
Gets the background starting color for a button being selected.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonVisualStudio2010WithMicrosoft365ColorTable.ButtonSelectedGradientMiddle">
<summary>
Gets the background middle color for a button being selected.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonVisualStudio2010WithMicrosoft365ColorTable.ButtonSelectedGradientEnd">
<summary>
Gets the background ending color for a button being selected.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonVisualStudio2010WithMicrosoft365ColorTable.ButtonSelectedHighlight">
<summary>
Gets the highlight background for a selected button.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonVisualStudio2010WithMicrosoft365ColorTable.ButtonSelectedHighlightBorder">
<summary>
Gets the highlight border for a selected button.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonVisualStudio2010WithMicrosoft365ColorTable.ButtonCheckedGradientBegin">
<summary>
Gets the background starting color for a checked button.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonVisualStudio2010WithMicrosoft365ColorTable.ButtonCheckedGradientMiddle">
<summary>
Gets the background middle color for a checked button.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonVisualStudio2010WithMicrosoft365ColorTable.ButtonCheckedGradientEnd">
<summary>
Gets the background ending color for a checked button.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonVisualStudio2010WithMicrosoft365ColorTable.ButtonCheckedHighlight">
<summary>
Gets the highlight background for a checked button.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonVisualStudio2010WithMicrosoft365ColorTable.ButtonCheckedHighlightBorder">
<summary>
Gets the highlight border for a checked button.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonVisualStudio2010WithMicrosoft365ColorTable.CheckBackground">
<summary>
Get background of the check mark area.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonVisualStudio2010WithMicrosoft365ColorTable.CheckPressedBackground">
<summary>
Get background of a pressed check mark area.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonVisualStudio2010WithMicrosoft365ColorTable.CheckSelectedBackground">
<summary>
Get background of a selected check mark area.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonVisualStudio2010WithMicrosoft365ColorTable.GripLight">
<summary>
Gets the light color used to draw grips.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonVisualStudio2010WithMicrosoft365ColorTable.GripDark">
<summary>
Gets the dark color used to draw grips.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonVisualStudio2010WithMicrosoft365ColorTable.ImageMarginGradientBegin">
<summary>
Gets the starting color for the context menu margin.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonVisualStudio2010WithMicrosoft365ColorTable.ImageMarginGradientMiddle">
<summary>
Gets the middle color for the context menu margin.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonVisualStudio2010WithMicrosoft365ColorTable.ImageMarginGradientEnd">
<summary>
Gets the ending color for the context menu margin.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonVisualStudio2010WithMicrosoft365ColorTable.ImageMarginRevealedGradientBegin">
<summary>
Gets the starting color for the context menu margin revealed.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonVisualStudio2010WithMicrosoft365ColorTable.ImageMarginRevealedGradientMiddle">
<summary>
Gets the middle color for the context menu margin revealed.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonVisualStudio2010WithMicrosoft365ColorTable.ImageMarginRevealedGradientEnd">
<summary>
Gets the ending color for the context menu margin revealed.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonVisualStudio2010WithMicrosoft365ColorTable.MenuBorder">
<summary>
Gets the color of the border around menus.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonVisualStudio2010WithMicrosoft365ColorTable.MenuItemBorder">
<summary>
Gets the border color for around the menu item.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonVisualStudio2010WithMicrosoft365ColorTable.MenuItemSelected">
<summary>
Gets the color of a selected menu item.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonVisualStudio2010WithMicrosoft365ColorTable.MenuItemPressedGradientBegin">
<summary>
Gets the starting color of the gradient used when a top-level ToolStripMenuItem is pressed down.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonVisualStudio2010WithMicrosoft365ColorTable.MenuItemPressedGradientEnd">
<summary>
Gets the end color of the gradient used when a top-level ToolStripMenuItem is pressed down.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonVisualStudio2010WithMicrosoft365ColorTable.MenuItemPressedGradientMiddle">
<summary>
Gets the middle color of the gradient used when a top-level ToolStripMenuItem is pressed down.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonVisualStudio2010WithMicrosoft365ColorTable.MenuItemSelectedGradientBegin">
<summary>
Gets the starting color of the gradient used when the ToolStripMenuItem is selected.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonVisualStudio2010WithMicrosoft365ColorTable.MenuItemSelectedGradientEnd">
<summary>
Gets the end color of the gradient used when the ToolStripMenuItem is selected.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonVisualStudio2010WithMicrosoft365ColorTable.MenuStripGradientBegin">
<summary>
Gets the starting color of the gradient used in the MenuStrip.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonVisualStudio2010WithMicrosoft365ColorTable.MenuStripGradientEnd">
<summary>
Gets the end color of the gradient used in the MenuStrip.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonVisualStudio2010WithMicrosoft365ColorTable.OverflowButtonGradientBegin">
<summary>
Gets the starting color of the gradient used in the ToolStripOverflowButton.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonVisualStudio2010WithMicrosoft365ColorTable.OverflowButtonGradientEnd">
<summary>
Gets the end color of the gradient used in the ToolStripOverflowButton.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonVisualStudio2010WithMicrosoft365ColorTable.OverflowButtonGradientMiddle">
<summary>
Gets the middle color of the gradient used in the ToolStripOverflowButton.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonVisualStudio2010WithMicrosoft365ColorTable.RaftingContainerGradientBegin">
<summary>
Gets the starting color of the gradient used in the ToolStripContainer.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonVisualStudio2010WithMicrosoft365ColorTable.RaftingContainerGradientEnd">
<summary>
Gets the end color of the gradient used in the ToolStripContainer.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonVisualStudio2010WithMicrosoft365ColorTable.SeparatorLight">
<summary>
Gets the light separator color.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonVisualStudio2010WithMicrosoft365ColorTable.SeparatorDark">
<summary>
Gets the dark separator color.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonVisualStudio2010WithMicrosoft365ColorTable.StatusStripGradientBegin">
<summary>
Gets the starting color for the status strip background.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonVisualStudio2010WithMicrosoft365ColorTable.StatusStripGradientEnd">
<summary>
Gets the ending color for the status strip background.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonVisualStudio2010WithMicrosoft365ColorTable.MenuItemText">
<summary>
Gets the text color used on the menu items.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonVisualStudio2010WithMicrosoft365ColorTable.MenuStripText">
<summary>
Gets the text color used on the menu strip.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonVisualStudio2010WithMicrosoft365ColorTable.ToolStripText">
<summary>
Gets the text color used on the tool strip.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonVisualStudio2010WithMicrosoft365ColorTable.StatusStripText">
<summary>
Gets the text color used on the status strip.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonVisualStudio2010WithMicrosoft365ColorTable.MenuStripFont">
<summary>
Gets the font used on the menu strip.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonVisualStudio2010WithMicrosoft365ColorTable.ToolStripFont">
<summary>
Gets the font used on the tool strip.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonVisualStudio2010WithMicrosoft365ColorTable.StatusStripFont">
<summary>
Gets the font used on the status strip.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonVisualStudio2010WithMicrosoft365ColorTable.ToolStripBorder">
<summary>
Gets the border color to use on the bottom edge of the ToolStrip.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonVisualStudio2010WithMicrosoft365ColorTable.ToolStripContentPanelGradientBegin">
<summary>
Gets the starting color for the content panel background.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonVisualStudio2010WithMicrosoft365ColorTable.ToolStripContentPanelGradientEnd">
<summary>
Gets the ending color for the content panel background.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonVisualStudio2010WithMicrosoft365ColorTable.ToolStripDropDownBackground">
<summary>
Gets the background color for drop-down menus.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonVisualStudio2010WithMicrosoft365ColorTable.ToolStripGradientBegin">
<summary>
Gets the starting color of the gradient used in the ToolStrip background.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonVisualStudio2010WithMicrosoft365ColorTable.ToolStripGradientEnd">
<summary>
Gets the end color of the gradient used in the ToolStrip background.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonVisualStudio2010WithMicrosoft365ColorTable.ToolStripGradientMiddle">
<summary>
Gets the middle color of the gradient used in the ToolStrip background.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonVisualStudio2010WithMicrosoft365ColorTable.ToolStripPanelGradientBegin">
<summary>
Gets the starting color of the gradient used in the ToolStripPanel.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonVisualStudio2010WithMicrosoft365ColorTable.ToolStripPanelGradientEnd">
<summary>
Gets the end color of the gradient used in the ToolStripPanel.
</summary>
</member>
<member name="M:Krypton.Toolkit.LinkLabelBehaviorInherit.#ctor(Krypton.Toolkit.IPaletteContent,Krypton.Toolkit.KryptonLinkBehavior)">
<summary>
Initialize a new instance of the LinkLabelBehaviorInherit class.
</summary>
<param name="inherit">Palette to inherit from.</param>
<param name="linkBehavior">Link behavior to use.</param>
</member>
<member name="P:Krypton.Toolkit.LinkLabelBehaviorInherit.LinkBehavior">
<summary>
Gets and sets the link behavior.
</summary>
</member>
<member name="M:Krypton.Toolkit.LinkLabelBehaviorInherit.GetContentDraw(Krypton.Toolkit.PaletteState)">
<summary>
Gets a value indicating if content should be drawn.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>InheritBool value.</returns>
</member>
<member name="M:Krypton.Toolkit.LinkLabelBehaviorInherit.GetContentDrawFocus(Krypton.Toolkit.PaletteState)">
<summary>
Gets a value indicating if content should be drawn with focus indication.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>InheritBool value.</returns>
</member>
<member name="M:Krypton.Toolkit.LinkLabelBehaviorInherit.GetContentImageH(Krypton.Toolkit.PaletteState)">
<summary>
Gets the horizontal relative alignment of the image.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.LinkLabelBehaviorInherit.GetContentImageV(Krypton.Toolkit.PaletteState)">
<summary>
Gets the vertical relative alignment of the image.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.LinkLabelBehaviorInherit.GetContentImageEffect(Krypton.Toolkit.PaletteState)">
<summary>
Gets the effect applied to drawing of the image.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteImageEffect value.</returns>
</member>
<member name="M:Krypton.Toolkit.LinkLabelBehaviorInherit.GetContentImageColorMap(Krypton.Toolkit.PaletteState)">
<summary>
Gets the image color to remap into another color.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.LinkLabelBehaviorInherit.GetContentImageColorTo(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color to use in place of the image map color.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.LinkLabelBehaviorInherit.GetContentShortTextFont(Krypton.Toolkit.PaletteState)">
<summary>
Gets the font for the short text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Font value.</returns>
</member>
<member name="M:Krypton.Toolkit.LinkLabelBehaviorInherit.GetContentShortTextNewFont(Krypton.Toolkit.PaletteState)">
<summary>
Gets the font for the long text by generating a new font instance.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Font value.</returns>
</member>
<member name="M:Krypton.Toolkit.LinkLabelBehaviorInherit.GetContentShortTextHint(Krypton.Toolkit.PaletteState)">
<summary>
Gets the rendering hint for the short text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteTextHint value.</returns>
</member>
<member name="M:Krypton.Toolkit.LinkLabelBehaviorInherit.GetContentShortTextPrefix(Krypton.Toolkit.PaletteState)">
<summary>
Gets the prefix drawing setting for short text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteTextPrefix value.</returns>
</member>
<member name="M:Krypton.Toolkit.LinkLabelBehaviorInherit.GetContentShortTextMultiLine(Krypton.Toolkit.PaletteState)">
<summary>
Gets the flag indicating if multiline text is allowed for short text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>InheritBool value.</returns>
</member>
<member name="M:Krypton.Toolkit.LinkLabelBehaviorInherit.GetContentShortTextTrim(Krypton.Toolkit.PaletteState)">
<summary>
Gets the text trimming to use for short text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteTextTrim value.</returns>
</member>
<member name="M:Krypton.Toolkit.LinkLabelBehaviorInherit.GetContentShortTextH(Krypton.Toolkit.PaletteState)">
<summary>
Gets the horizontal relative alignment of the short text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.LinkLabelBehaviorInherit.GetContentShortTextV(Krypton.Toolkit.PaletteState)">
<summary>
Gets the vertical relative alignment of the short text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.LinkLabelBehaviorInherit.GetContentShortTextMultiLineH(Krypton.Toolkit.PaletteState)">
<summary>
Gets the vertical relative alignment of the short text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.LinkLabelBehaviorInherit.GetContentShortTextColor1(Krypton.Toolkit.PaletteState)">
<summary>
Gets the first back color for the short text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.LinkLabelBehaviorInherit.GetContentShortTextColor2(Krypton.Toolkit.PaletteState)">
<summary>
Gets the second back color for the short text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.LinkLabelBehaviorInherit.GetContentShortTextColorStyle(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color drawing style for the short text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color drawing style.</returns>
</member>
<member name="M:Krypton.Toolkit.LinkLabelBehaviorInherit.GetContentShortTextColorAlign(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color alignment for the short text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.LinkLabelBehaviorInherit.GetContentShortTextColorAngle(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color background angle for the short text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Angle used for color drawing.</returns>
</member>
<member name="M:Krypton.Toolkit.LinkLabelBehaviorInherit.GetContentShortTextImage(Krypton.Toolkit.PaletteState)">
<summary>
Gets a background image for the short text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image instance.</returns>
</member>
<member name="M:Krypton.Toolkit.LinkLabelBehaviorInherit.GetContentShortTextImageStyle(Krypton.Toolkit.PaletteState)">
<summary>
Gets the background image style.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image style value.</returns>
</member>
<member name="M:Krypton.Toolkit.LinkLabelBehaviorInherit.GetContentShortTextImageAlign(Krypton.Toolkit.PaletteState)">
<summary>
Gets the image alignment for the short text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.LinkLabelBehaviorInherit.GetContentLongTextFont(Krypton.Toolkit.PaletteState)">
<summary>
Gets the font for the long text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Font value.</returns>
</member>
<member name="M:Krypton.Toolkit.LinkLabelBehaviorInherit.GetContentLongTextNewFont(Krypton.Toolkit.PaletteState)">
<summary>
Gets the font for the long text by generating a new font instance.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Font value.</returns>
</member>
<member name="M:Krypton.Toolkit.LinkLabelBehaviorInherit.GetContentLongTextHint(Krypton.Toolkit.PaletteState)">
<summary>
Gets the rendering hint for the long text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteTextHint value.</returns>
</member>
<member name="M:Krypton.Toolkit.LinkLabelBehaviorInherit.GetContentLongTextPrefix(Krypton.Toolkit.PaletteState)">
<summary>
Gets the prefix drawing setting for long text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteTextPrefix value.</returns>
</member>
<member name="M:Krypton.Toolkit.LinkLabelBehaviorInherit.GetContentLongTextMultiLine(Krypton.Toolkit.PaletteState)">
<summary>
Gets the flag indicating if multiline text is allowed for long text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>InheritBool value.</returns>
</member>
<member name="M:Krypton.Toolkit.LinkLabelBehaviorInherit.GetContentLongTextTrim(Krypton.Toolkit.PaletteState)">
<summary>
Gets the text trimming to use for long text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteTextTrim value.</returns>
</member>
<member name="M:Krypton.Toolkit.LinkLabelBehaviorInherit.GetContentLongTextH(Krypton.Toolkit.PaletteState)">
<summary>
Gets the horizontal relative alignment of the long text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.LinkLabelBehaviorInherit.GetContentLongTextV(Krypton.Toolkit.PaletteState)">
<summary>
Gets the vertical relative alignment of the long text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.LinkLabelBehaviorInherit.GetContentLongTextMultiLineH(Krypton.Toolkit.PaletteState)">
<summary>
Gets the vertical relative alignment of the long text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.LinkLabelBehaviorInherit.GetContentLongTextColor1(Krypton.Toolkit.PaletteState)">
<summary>
Gets the first back color for the long text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.LinkLabelBehaviorInherit.GetContentLongTextColor2(Krypton.Toolkit.PaletteState)">
<summary>
Gets the second back color for the long text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.LinkLabelBehaviorInherit.GetContentLongTextColorStyle(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color drawing style for the long text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color drawing style.</returns>
</member>
<member name="M:Krypton.Toolkit.LinkLabelBehaviorInherit.GetContentLongTextColorAlign(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color alignment for the long text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.LinkLabelBehaviorInherit.GetContentLongTextColorAngle(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color background angle for the long text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Angle used for color drawing.</returns>
</member>
<member name="M:Krypton.Toolkit.LinkLabelBehaviorInherit.GetContentLongTextImage(Krypton.Toolkit.PaletteState)">
<summary>
Gets a background image for the long text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image instance.</returns>
</member>
<member name="M:Krypton.Toolkit.LinkLabelBehaviorInherit.GetContentLongTextImageStyle(Krypton.Toolkit.PaletteState)">
<summary>
Gets the background image style for the long text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image style value.</returns>
</member>
<member name="M:Krypton.Toolkit.LinkLabelBehaviorInherit.GetContentLongTextImageAlign(Krypton.Toolkit.PaletteState)">
<summary>
Gets the image alignment for the long text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.LinkLabelBehaviorInherit.GetBorderContentPadding(Krypton.Toolkit.KryptonForm,Krypton.Toolkit.PaletteState)">
<summary>
Gets the padding between the border and content drawing.
</summary>
<param name="owningForm"></param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Padding value.</returns>
</member>
<member name="M:Krypton.Toolkit.LinkLabelBehaviorInherit.GetContentAdjacentGap(Krypton.Toolkit.PaletteState)">
<summary>
Gets the padding between adjacent content items.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Integer value.</returns>
</member>
<member name="M:Krypton.Toolkit.LinkLabelBehaviorInherit.GetContentStyle">
<summary>
Gets the style appropriate for this content.
</summary>
<returns>Content style.</returns>
</member>
<member name="T:Krypton.Toolkit.PaletteBackInheritNode">
<summary>
Allow the background values to be forced to node provided values.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteBackInheritNode.#ctor(Krypton.Toolkit.IPaletteBack)">
<summary>
Initialize a new instance of the PaletteBackInheritNode class.
</summary>
<param name="inherit">Background palette to inherit from.</param>
</member>
<member name="P:Krypton.Toolkit.PaletteBackInheritNode.TreeNode">
<summary>
Set the tree node to use for sourcing values.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteBackInheritNode.GetBackDraw(Krypton.Toolkit.PaletteState)">
<summary>
Gets a value indicating if background should be drawn.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>InheritBool value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteBackInheritNode.GetBackGraphicsHint(Krypton.Toolkit.PaletteState)">
<summary>
Gets the graphics drawing hint.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteGraphicsHint value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteBackInheritNode.GetBackColor1(Krypton.Toolkit.PaletteState)">
<summary>
Gets the first background color.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteBackInheritNode.GetBackColor2(Krypton.Toolkit.PaletteState)">
<summary>
Gets the second back color.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteBackInheritNode.GetBackColorStyle(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color drawing style.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color drawing style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteBackInheritNode.GetBackColorAlign(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color alignment style.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteBackInheritNode.GetBackColorAngle(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color background angle.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Angle used for color drawing.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteBackInheritNode.GetBackImage(Krypton.Toolkit.PaletteState)">
<summary>
Gets a background image.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image instance.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteBackInheritNode.GetBackImageStyle(Krypton.Toolkit.PaletteState)">
<summary>
Gets the background image style.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image style value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteBackInheritNode.GetBackImageAlign(Krypton.Toolkit.PaletteState)">
<summary>
Gets the image alignment style.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image alignment style.</returns>
</member>
<member name="T:Krypton.Toolkit.PaletteBorderEdge">
<summary>
Implement storage for palette border edge details.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteBorderEdge.#ctor(Krypton.Toolkit.PaletteBorderEdgeRedirect,Krypton.Toolkit.NeedPaintHandler)">
<summary>
Initialize a new instance of the PaletteBorderEdge class.
</summary>
<param name="inherit">Source for inheriting defaulted values.</param>
<param name="needPaint">Delegate for notifying paint requests.</param>
</member>
<member name="P:Krypton.Toolkit.PaletteBorderEdge.IsDefault">
<summary>
Gets a value indicating if all values are default.
</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteBorderEdge.Width">
<summary>
Gets and sets the border width.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteBorderEdge.GetBorderWidth(Krypton.Toolkit.PaletteState)">
<summary>
Gets the border width.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Border width.</returns>
</member>
<member name="T:Krypton.Toolkit.PaletteBorderEdgeRedirect">
<summary>
Implement storage for palette border edge details.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteBorderEdgeRedirect.BackToBorder.#ctor(Krypton.Toolkit.IPaletteBorder)">
<summary>
Initialize a new instance of the BackToBorder class.
</summary>
<param name="parent">Parent to get border values from.</param>
</member>
<member name="M:Krypton.Toolkit.PaletteBorderEdgeRedirect.BackToBorder.GetBackDraw(Krypton.Toolkit.PaletteState)">
<summary>
Gets the actual background draw value.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>InheritBool value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteBorderEdgeRedirect.BackToBorder.GetBackGraphicsHint(Krypton.Toolkit.PaletteState)">
<summary>
Gets the actual background graphics hint value.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteGraphicsHint value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteBorderEdgeRedirect.BackToBorder.GetBackColor1(Krypton.Toolkit.PaletteState)">
<summary>
Gets the first background color.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteBorderEdgeRedirect.BackToBorder.GetBackColor2(Krypton.Toolkit.PaletteState)">
<summary>
Gets the second back color.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteBorderEdgeRedirect.BackToBorder.GetBackColorStyle(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color drawing style.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color drawing style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteBorderEdgeRedirect.BackToBorder.GetBackColorAlign(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color alignment style.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteBorderEdgeRedirect.BackToBorder.GetBackColorAngle(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color background angle.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Angle used for color drawing.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteBorderEdgeRedirect.BackToBorder.GetBackImage(Krypton.Toolkit.PaletteState)">
<summary>
Gets a background image.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image instance.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteBorderEdgeRedirect.BackToBorder.GetBackImageStyle(Krypton.Toolkit.PaletteState)">
<summary>
Gets the background image style.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image style value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteBorderEdgeRedirect.BackToBorder.GetBackImageAlign(Krypton.Toolkit.PaletteState)">
<summary>
Gets the image alignment style.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteBorderEdgeRedirect.#ctor(Krypton.Toolkit.IPaletteBorder,Krypton.Toolkit.NeedPaintHandler)">
<summary>
Initialize a new instance of the PaletteBorderEdge class.
</summary>
<param name="inherit">Source for inheriting defaulted values.</param>
<param name="needPaint">Delegate for notifying paint requests.</param>
</member>
<member name="P:Krypton.Toolkit.PaletteBorderEdgeRedirect.IsDefault">
<summary>
Gets a value indicating if all values are default.
</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteBorderEdgeRedirect.Width">
<summary>
Gets and sets the border width.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteBorderEdgeRedirect.SetPalette(Krypton.Toolkit.IPaletteBorder)">
<summary>
Update the source palettes for drawing.
</summary>
<param name="paletteBorder">Palette source for the border.</param>
</member>
<member name="M:Krypton.Toolkit.PaletteBorderEdgeRedirect.GetBorderDraw(Krypton.Toolkit.PaletteState)">
<summary>
Gets the actual border draw value.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>InheritBool value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteBorderEdgeRedirect.GetBorderDrawBorders(Krypton.Toolkit.PaletteState)">
<summary>
Gets the actual borders to draw value.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteDrawBorders value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteBorderEdgeRedirect.GetBorderGraphicsHint(Krypton.Toolkit.PaletteState)">
<summary>
Gets the actual border graphics hint value.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteGraphicsHint value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteBorderEdgeRedirect.GetBorderColor1(Krypton.Toolkit.PaletteState)">
<summary>
Gets the actual first border color.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteBorderEdgeRedirect.GetBorderColor2(Krypton.Toolkit.PaletteState)">
<summary>
Gets the second border color.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteBorderEdgeRedirect.GetBorderColorStyle(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color drawing style.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color drawing style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteBorderEdgeRedirect.GetBorderColorAlign(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color alignment style.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteBorderEdgeRedirect.GetBorderColorAngle(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color border angle.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Angle used for color drawing.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteBorderEdgeRedirect.GetBorderWidth(Krypton.Toolkit.PaletteState)">
<summary>
Gets the border width.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Border width.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteBorderEdgeRedirect.GetBorderRounding(Krypton.Toolkit.PaletteState)">
<summary>
Gets the border rounding.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Border rounding.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteBorderEdgeRedirect.GetBorderImage(Krypton.Toolkit.PaletteState)">
<summary>
Gets a border image.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image instance.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteBorderEdgeRedirect.GetBorderImageStyle(Krypton.Toolkit.PaletteState)">
<summary>
Gets the border image style.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image style value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteBorderEdgeRedirect.GetBorderImageAlign(Krypton.Toolkit.PaletteState)">
<summary>
Gets the image alignment style.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image alignment style.</returns>
</member>
<member name="T:Krypton.Toolkit.PaletteBreadCrumbDoubleState">
<summary>
Implement storage for bread crumb appearance states.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteBreadCrumbDoubleState.#ctor(Krypton.Toolkit.PaletteBreadCrumbRedirect,Krypton.Toolkit.NeedPaintHandler)">
<summary>
Initialize a new instance of the PaletteBreadCrumbDoubleState class.
</summary>
<param name="redirect">inheritance redirection instance.</param>
<param name="needPaint">Delegate for notifying paint requests.</param>
</member>
<member name="P:Krypton.Toolkit.PaletteBreadCrumbDoubleState.IsDefault">
<summary>
Gets a value indicating if all values are default.
</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteBreadCrumbDoubleState.BreadCrumb">
<summary>
Gets access to the bread crumb appearance entries.
</summary>
</member>
<member name="T:Krypton.Toolkit.PaletteBreadCrumbRedirect">
<summary>
Implement redirected storage for common bread crumb appearance.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteBreadCrumbRedirect.#ctor(Krypton.Toolkit.PaletteRedirect,Krypton.Toolkit.NeedPaintHandler)">
<summary>
Initialize a new instance of the PaletteBreadCrumbRedirect class.
</summary>
<param name="redirect">inheritance redirection for bread crumb level.</param>
<param name="needPaint">Delegate for notifying paint requests.</param>
</member>
<member name="P:Krypton.Toolkit.PaletteBreadCrumbRedirect.IsDefault">
<summary>
Gets a value indicating if all values are default.
</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteBreadCrumbRedirect.BreadCrumb">
<summary>
Gets access to the bread crumb appearance entries.
</summary>
</member>
<member name="T:Krypton.Toolkit.PaletteBreadCrumbState">
<summary>
Implement storage for bread crumb appearance states.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteBreadCrumbState.#ctor(Krypton.Toolkit.PaletteBreadCrumbRedirect,Krypton.Toolkit.NeedPaintHandler)">
<summary>
Initialize a new instance of the PaletteBreadCrumbState class.
</summary>
<param name="redirect">inheritance redirection instance.</param>
<param name="needPaint">Delegate for notifying paint requests.</param>
</member>
<member name="P:Krypton.Toolkit.PaletteBreadCrumbState.IsDefault">
<summary>
Gets a value indicating if all values are default.
</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteBreadCrumbState.BreadCrumb">
<summary>
Gets access to the bread crumb appearance entries.
</summary>
</member>
<member name="T:Krypton.Toolkit.PaletteColorButtonStrings">
<summary>
Storage for color button string properties.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteColorButtonStrings.#ctor">
<summary>
Initialize a new instance of the PaletteColorButtonStrings class.
</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteColorButtonStrings.IsDefault">
<summary>
Gets a value indicating if all values are default.
</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteColorButtonStrings.MoreColors">
<summary>
Gets and sets the menu string for a 'more colors' entry.
</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteColorButtonStrings.NoColor">
<summary>
Gets and sets the menu string for a 'no color' entry.
</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteColorButtonStrings.RecentColors">
<summary>
Gets and sets the title for the recent colors section of the color button menu.
</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteColorButtonStrings.StandardColors">
<summary>
Gets and sets the title for the standard colors section of the application menu.
</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteColorButtonStrings.ThemeColors">
<summary>
Gets and sets the title for the theme colors section of the application menu.
</summary>
</member>
<member name="T:Krypton.Toolkit.PaletteComboBoxJustComboStates">
<summary>
Implement storage for just the combo part of a combo box state.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteComboBoxJustComboStates.#ctor(Krypton.Toolkit.IPaletteTriple,Krypton.Toolkit.NeedPaintHandler)">
<summary>
Initialize a new instance of the PaletteComboBoxJustComboStates class.
</summary>
<param name="inheritComboBox">Source for inheriting combo box values.</param>
<param name="needPaint">Delegate for notifying paint requests.</param>
</member>
<member name="P:Krypton.Toolkit.PaletteComboBoxJustComboStates.IsDefault">
<summary>
Gets a value indicating if all values are default.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteComboBoxJustComboStates.SetInherit(Krypton.Toolkit.IPaletteTriple)">
<summary>
Sets the inheritance parent.
</summary>
<param name="inheritComboBox">Source for inheriting combo box values.</param>
</member>
<member name="M:Krypton.Toolkit.PaletteComboBoxJustComboStates.PopulateFromBase(Krypton.Toolkit.PaletteState)">
<summary>
Populate values from the base palette.
</summary>
<param name="state">Palette state to use when populating.</param>
</member>
<member name="P:Krypton.Toolkit.PaletteComboBoxJustComboStates.ComboBox">
<summary>
Gets access to the combo box appearance.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteComboBoxJustComboStates.OnNeedPaint(System.Object,System.Boolean)">
<summary>
Handle a change event from palette source.
</summary>
<param name="sender">Source of the event.</param>
<param name="needLayout">True if a layout is also needed.</param>
</member>
<member name="T:Krypton.Toolkit.PaletteComboBoxJustItemStates">
<summary>
Implement storage for just the item part of a combo box state.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteComboBoxJustItemStates.#ctor(Krypton.Toolkit.IPaletteTriple,Krypton.Toolkit.NeedPaintHandler)">
<summary>
Initialize a new instance of the PaletteComboBoxJustItemStates class.
</summary>
<param name="inheritItem">Source for inheriting item values.</param>
<param name="needPaint">Delegate for notifying paint requests.</param>
</member>
<member name="P:Krypton.Toolkit.PaletteComboBoxJustItemStates.IsDefault">
<summary>
Gets a value indicating if all values are default.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteComboBoxJustItemStates.SetInherit(Krypton.Toolkit.IPaletteTriple)">
<summary>
Sets the inheritance parent.
</summary>
<param name="inheritItem">Source for inheriting item values.</param>
</member>
<member name="M:Krypton.Toolkit.PaletteComboBoxJustItemStates.PopulateFromBase(Krypton.Toolkit.PaletteState)">
<summary>
Populate values from the base palette.
</summary>
<param name="state">Palette state to use when populating.</param>
</member>
<member name="P:Krypton.Toolkit.PaletteComboBoxJustItemStates.Item">
<summary>
Gets access to the item appearance.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteComboBoxJustItemStates.OnNeedPaint(System.Object,System.Boolean)">
<summary>
Handle a change event from palette source.
</summary>
<param name="sender">Source of the event.</param>
<param name="needLayout">True if a layout is also needed.</param>
</member>
<member name="T:Krypton.Toolkit.PaletteComboBoxRedirect">
<summary>
Implement storage for a combo box state.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteComboBoxRedirect.#ctor(Krypton.Toolkit.PaletteRedirect,Krypton.Toolkit.NeedPaintHandler)">
<summary>
Initialize a new instance of the PaletteComboBoxRedirect class.
</summary>
<param name="redirect">inheritance redirection instance.</param>
<param name="needPaint">Delegate for notifying paint requests.</param>
</member>
<member name="P:Krypton.Toolkit.PaletteComboBoxRedirect.IsDefault">
<summary>
Gets a value indicating if all values are default.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteComboBoxRedirect.SetRedirector(Krypton.Toolkit.PaletteRedirect)">
<summary>
Update the redirector with new reference.
</summary>
<param name="redirect">Target redirector.</param>
</member>
<member name="M:Krypton.Toolkit.PaletteComboBoxRedirect.SetStyles(Krypton.Toolkit.InputControlStyle)">
<summary>
Update the combo box input control style.
</summary>
<param name="style">New input control style.</param>
</member>
<member name="M:Krypton.Toolkit.PaletteComboBoxRedirect.SetStyles(Krypton.Toolkit.ButtonStyle)">
<summary>
Update the combo box item style.
</summary>
<param name="style">New item style.</param>
</member>
<member name="M:Krypton.Toolkit.PaletteComboBoxRedirect.SetStyles(Krypton.Toolkit.PaletteBackStyle)">
<summary>
Update the combo box drop background style.
</summary>
<param name="style">New drop background style.</param>
</member>
<member name="M:Krypton.Toolkit.PaletteComboBoxRedirect.PopulateFromBase(Krypton.Toolkit.PaletteState)">
<summary>
Populate values from the base palette.
</summary>
<param name="state">Palette state to use when populating.</param>
</member>
<member name="P:Krypton.Toolkit.PaletteComboBoxRedirect.ComboBox">
<summary>
Gets access to the combo box appearance.
</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteComboBoxRedirect.Item">
<summary>
Gets access to the item appearance.
</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteComboBoxRedirect.DropBack">
<summary>
Gets access to the dropdown background appearance.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteComboBoxRedirect.OnNeedPaint(System.Object,System.Boolean)">
<summary>
Handle a change event from palette source.
</summary>
<param name="sender">Source of the event.</param>
<param name="needLayout">True if a layout is also needed.</param>
</member>
<member name="T:Krypton.Toolkit.PaletteComboBoxStates">
<summary>
Implement storage for just the combo part of a combo box state.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteComboBoxStates.#ctor(Krypton.Toolkit.IPaletteTriple,Krypton.Toolkit.IPaletteTriple,Krypton.Toolkit.NeedPaintHandler)">
<summary>
Initialize a new instance of the PaletteComboBoxStates class.
</summary>
<param name="inheritComboBox">Source for inheriting combo box values.</param>
<param name="inheritItem">Source for inheriting item values.</param>
<param name="needPaint">Delegate for notifying paint requests.</param>
</member>
<member name="P:Krypton.Toolkit.PaletteComboBoxStates.IsDefault">
<summary>
Gets a value indicating if all values are default.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteComboBoxStates.SetInherit(Krypton.Toolkit.IPaletteTriple,Krypton.Toolkit.IPaletteTriple)">
<summary>
Sets the inheritance parent.
</summary>
<param name="inheritComboBox">Source for inheriting combo box values.</param>
<param name="inheritItem">Source for inheriting item values.</param>
</member>
<member name="M:Krypton.Toolkit.PaletteComboBoxStates.PopulateFromBase(Krypton.Toolkit.PaletteState)">
<summary>
Populate values from the base palette.
</summary>
<param name="state">Palette state to use when populating.</param>
</member>
<member name="P:Krypton.Toolkit.PaletteComboBoxStates.ComboBox">
<summary>
Gets access to the combo box appearance.
</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteComboBoxStates.Item">
<summary>
Gets access to the item appearance.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteComboBoxStates.OnNeedPaint(System.Object,System.Boolean)">
<summary>
Handle a change event from palette source.
</summary>
<param name="sender">Source of the event.</param>
<param name="needLayout">True if a layout is also needed.</param>
</member>
<member name="T:Krypton.Toolkit.PaletteContentInheritNode">
<summary>
Allow the content values to be provided by a tree node.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteContentInheritNode.#ctor(Krypton.Toolkit.IPaletteContent)">
<summary>
Initialize a new instance of the PaletteContentInheritNode class.
</summary>
<param name="inherit">Border palette to inherit from.</param>
</member>
<member name="P:Krypton.Toolkit.PaletteContentInheritNode.TreeNode">
<summary>
Set the tree node to use for sourcing values.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteContentInheritNode.GetContentDraw(Krypton.Toolkit.PaletteState)">
<summary>
Gets a value indicating if content should be drawn.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>InheritBool value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteContentInheritNode.GetContentDrawFocus(Krypton.Toolkit.PaletteState)">
<summary>
Gets a value indicating if content should be drawn with focus indication.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>InheritBool value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteContentInheritNode.GetContentImageH(Krypton.Toolkit.PaletteState)">
<summary>
Gets the horizontal relative alignment of the image.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteContentInheritNode.GetContentImageV(Krypton.Toolkit.PaletteState)">
<summary>
Gets the vertical relative alignment of the image.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteContentInheritNode.GetContentImageEffect(Krypton.Toolkit.PaletteState)">
<summary>
Gets the effect applied to drawing of the image.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteImageEffect value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteContentInheritNode.GetContentImageColorMap(Krypton.Toolkit.PaletteState)">
<summary>
Gets the image color to remap into another color.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteContentInheritNode.GetContentImageColorTo(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color to use in place of the image map color.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteContentInheritNode.GetContentShortTextFont(Krypton.Toolkit.PaletteState)">
<summary>
Gets the font for the short text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Font value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteContentInheritNode.GetContentShortTextNewFont(Krypton.Toolkit.PaletteState)">
<summary>
Gets the font for the short text by generating a new font instance.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Font value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteContentInheritNode.GetContentShortTextHint(Krypton.Toolkit.PaletteState)">
<summary>
Gets the rendering hint for the short text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteTextHint value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteContentInheritNode.GetContentShortTextPrefix(Krypton.Toolkit.PaletteState)">
<summary>
Gets the prefix drawing setting for short text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteTextPrefix value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteContentInheritNode.GetContentShortTextMultiLine(Krypton.Toolkit.PaletteState)">
<summary>
Gets the flag indicating if multiline text is allowed for short text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>InheritBool value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteContentInheritNode.GetContentShortTextTrim(Krypton.Toolkit.PaletteState)">
<summary>
Gets the text trimming to use for short text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteTextTrim value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteContentInheritNode.GetContentShortTextH(Krypton.Toolkit.PaletteState)">
<summary>
Gets the horizontal relative alignment of the short text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteContentInheritNode.GetContentShortTextV(Krypton.Toolkit.PaletteState)">
<summary>
Gets the vertical relative alignment of the short text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteContentInheritNode.GetContentShortTextMultiLineH(Krypton.Toolkit.PaletteState)">
<summary>
Gets the vertical relative alignment of the short text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteContentInheritNode.GetContentShortTextColor1(Krypton.Toolkit.PaletteState)">
<summary>
Gets the first back color for the short text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteContentInheritNode.GetContentShortTextColor2(Krypton.Toolkit.PaletteState)">
<summary>
Gets the second back color for the short text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteContentInheritNode.GetContentShortTextColorStyle(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color drawing style for the short text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color drawing style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteContentInheritNode.GetContentShortTextColorAlign(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color alignment for the short text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteContentInheritNode.GetContentShortTextColorAngle(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color background angle for the short text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Angle used for color drawing.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteContentInheritNode.GetContentShortTextImage(Krypton.Toolkit.PaletteState)">
<summary>
Gets a background image for the short text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image instance.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteContentInheritNode.GetContentShortTextImageStyle(Krypton.Toolkit.PaletteState)">
<summary>
Gets the background image style.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image style value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteContentInheritNode.GetContentShortTextImageAlign(Krypton.Toolkit.PaletteState)">
<summary>
Gets the image alignment for the short text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteContentInheritNode.GetContentLongTextFont(Krypton.Toolkit.PaletteState)">
<summary>
Gets the font for the long text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Font value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteContentInheritNode.GetContentLongTextNewFont(Krypton.Toolkit.PaletteState)">
<summary>
Gets the font for the long text by generating a new font instance.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Font value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteContentInheritNode.GetContentLongTextHint(Krypton.Toolkit.PaletteState)">
<summary>
Gets the rendering hint for the long text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteTextHint value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteContentInheritNode.GetContentLongTextPrefix(Krypton.Toolkit.PaletteState)">
<summary>
Gets the prefix drawing setting for long text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteTextPrefix value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteContentInheritNode.GetContentLongTextMultiLine(Krypton.Toolkit.PaletteState)">
<summary>
Gets the flag indicating if multiline text is allowed for long text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>InheritBool value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteContentInheritNode.GetContentLongTextTrim(Krypton.Toolkit.PaletteState)">
<summary>
Gets the text trimming to use for long text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteTextTrim value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteContentInheritNode.GetContentLongTextH(Krypton.Toolkit.PaletteState)">
<summary>
Gets the horizontal relative alignment of the long text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteContentInheritNode.GetContentLongTextV(Krypton.Toolkit.PaletteState)">
<summary>
Gets the vertical relative alignment of the long text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteContentInheritNode.GetContentLongTextMultiLineH(Krypton.Toolkit.PaletteState)">
<summary>
Gets the vertical relative alignment of the long text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteContentInheritNode.GetContentLongTextColor1(Krypton.Toolkit.PaletteState)">
<summary>
Gets the first back color for the long text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteContentInheritNode.GetContentLongTextColor2(Krypton.Toolkit.PaletteState)">
<summary>
Gets the second back color for the long text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteContentInheritNode.GetContentLongTextColorStyle(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color drawing style for the long text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color drawing style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteContentInheritNode.GetContentLongTextColorAlign(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color alignment for the long text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteContentInheritNode.GetContentLongTextColorAngle(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color background angle for the long text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Angle used for color drawing.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteContentInheritNode.GetContentLongTextImage(Krypton.Toolkit.PaletteState)">
<summary>
Gets a background image for the long text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image instance.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteContentInheritNode.GetContentLongTextImageStyle(Krypton.Toolkit.PaletteState)">
<summary>
Gets the background image style for the long text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image style value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteContentInheritNode.GetContentLongTextImageAlign(Krypton.Toolkit.PaletteState)">
<summary>
Gets the image alignment for the long text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteContentInheritNode.GetBorderContentPadding(Krypton.Toolkit.KryptonForm,Krypton.Toolkit.PaletteState)">
<summary>
Gets the padding between the border and content drawing.
</summary>
<param name="owningForm"></param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Padding value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteContentInheritNode.GetContentAdjacentGap(Krypton.Toolkit.PaletteState)">
<summary>
Gets the padding between adjacent content items.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Integer value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteContentInheritNode.GetContentStyle">
<summary>
Gets the style appropriate for this content.
</summary>
<returns>Content style.</returns>
</member>
<member name="T:Krypton.Toolkit.PaletteContextMenuItemState">
<summary>
Storage for KryptonContextMenuItem state values.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteContextMenuItemState.#ctor(Krypton.Toolkit.PaletteContextMenuRedirect)">
<summary>
Initialize a new instance of the PaletteContextMenuItemState class.
</summary>
<param name="redirect">Redirector for inheriting values.</param>
</member>
<member name="M:Krypton.Toolkit.PaletteContextMenuItemState.#ctor(Krypton.Toolkit.PaletteContextMenuItemStateRedirect)">
<summary>
Initialize a new instance of the PaletteContextMenuItemState class.
</summary>
<param name="redirect">Redirector for inheriting values.</param>
</member>
<member name="M:Krypton.Toolkit.PaletteContextMenuItemState.#ctor(Krypton.Toolkit.PaletteDoubleMetricRedirect,Krypton.Toolkit.PaletteTripleJustImageRedirect,Krypton.Toolkit.PaletteContentInheritRedirect,Krypton.Toolkit.PaletteDoubleRedirect,Krypton.Toolkit.PaletteContentInheritRedirect,Krypton.Toolkit.PaletteContentInheritRedirect)">
<summary>
Initialize a new instance of the PaletteContextMenuItemState class.
</summary>
<param name="redirectItemHighlight">Redirector for ItemHighlight.</param>
<param name="redirectItemImage">Redirector for ItemImage.</param>
<param name="redirectItemShortcutText">Redirector for ItemShortcutText.</param>
<param name="redirectItemSplit">Redirector for ItemSplit.</param>
<param name="redirectItemTextAlternate">Redirector for ItemTextStandard.</param>
<param name="redirectItemTextStandard">Redirector for ItemTextAlternate.</param>
</member>
<member name="P:Krypton.Toolkit.PaletteContextMenuItemState.IsDefault">
<summary>
Gets a value indicating if all values are default.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteContextMenuItemState.PopulateFromBase(Krypton.Toolkit.KryptonPaletteCommon,Krypton.Toolkit.PaletteState)">
<summary>
Populate values from the base palette.
</summary>
<param name="common">Reference to common settings.</param>
<param name="state">State to inherit.</param>
</member>
<member name="P:Krypton.Toolkit.PaletteContextMenuItemState.ItemHighlight">
<summary>
Gets access to the item highlight appearance entries.
</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteContextMenuItemState.ItemImage">
<summary>
Gets access to the item image appearance entries.
</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteContextMenuItemState.ItemShortcutText">
<summary>
Gets access to the item shortcut text appearance entries.
</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteContextMenuItemState.ItemSplit">
<summary>
Gets access to the item split appearance entries.
</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteContextMenuItemState.ItemTextAlternate">
<summary>
Gets access to the alternate item text appearance entries.
</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteContextMenuItemState.ItemTextStandard">
<summary>
Gets access to the standard item text appearance entries.
</summary>
</member>
<member name="T:Krypton.Toolkit.PaletteContextMenuItemStateChecked">
<summary>
Storage for KryptonContextMenuItem checked state values.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteContextMenuItemStateChecked.#ctor(Krypton.Toolkit.PaletteContextMenuRedirect)">
<summary>
Initialize a new instance of the PaletteContextMenuItemStateChecked class.
</summary>
<param name="redirect">Redirector for inheriting values.</param>
</member>
<member name="M:Krypton.Toolkit.PaletteContextMenuItemStateChecked.#ctor(Krypton.Toolkit.PaletteContextMenuItemStateRedirect)">
<summary>
Initialize a new instance of the PaletteContextMenuItemStateChecked class.
</summary>
<param name="redirect">Redirector for inheriting values.</param>
</member>
<member name="M:Krypton.Toolkit.PaletteContextMenuItemStateChecked.#ctor(Krypton.Toolkit.PaletteTripleJustImageRedirect)">
<summary>
Initialize a new instance of the PaletteContextMenuItemStateChecked class.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteContextMenuItemStateChecked.PopulateFromBase(Krypton.Toolkit.KryptonPaletteCommon,Krypton.Toolkit.PaletteState)">
<summary>
Populate values from the base palette.
</summary>
<param name="common">Reference to common settings.</param>
<param name="state">State to inherit.</param>
</member>
<member name="P:Krypton.Toolkit.PaletteContextMenuItemStateChecked.IsDefault">
<summary>
Gets a value indicating if all values are default.
</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteContextMenuItemStateChecked.ItemImage">
<summary>
Gets access to the item image appearance entries.
</summary>
</member>
<member name="T:Krypton.Toolkit.PaletteContextMenuItemStateHighlight">
<summary>
Storage for KryptonContextMenuItem highlight state values.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteContextMenuItemStateHighlight.#ctor(Krypton.Toolkit.PaletteContextMenuRedirect)">
<summary>
Initialize a new instance of the PaletteContextMenuItemStateHighlight class.
</summary>
<param name="redirect">Redirector for inheriting values.</param>
</member>
<member name="M:Krypton.Toolkit.PaletteContextMenuItemStateHighlight.#ctor(Krypton.Toolkit.PaletteContextMenuItemStateRedirect)">
<summary>
Initialize a new instance of the PaletteContextMenuItemStateHighlight class.
</summary>
<param name="redirect">Redirector for inheriting values.</param>
</member>
<member name="M:Krypton.Toolkit.PaletteContextMenuItemStateHighlight.#ctor(Krypton.Toolkit.PaletteDoubleMetricRedirect,Krypton.Toolkit.PaletteDoubleRedirect)">
<summary>
Initialize a new instance of the PaletteContextMenuItemStateHighlight class.
</summary>
<param name="redirectItemHighlight">Redirector for the ItemHighlight.</param>
<param name="redirectItemSplit">Redirector for the ItemSplit.</param>
</member>
<member name="P:Krypton.Toolkit.PaletteContextMenuItemStateHighlight.IsDefault">
<summary>
Gets a value indicating if all values are default.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteContextMenuItemStateHighlight.PopulateFromBase(Krypton.Toolkit.KryptonPaletteCommon,Krypton.Toolkit.PaletteState)">
<summary>
Populate values from the base palette.
</summary>
<param name="common">Reference to common settings.</param>
<param name="state">State to inherit.</param>
</member>
<member name="P:Krypton.Toolkit.PaletteContextMenuItemStateHighlight.ItemHighlight">
<summary>
Gets access to the item highlight appearance entries.
</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteContextMenuItemStateHighlight.ItemSplit">
<summary>
Gets access to the item split appearance entries.
</summary>
</member>
<member name="T:Krypton.Toolkit.PaletteContextMenuItemStateRedirect">
<summary>
Redirection for KryptonContextMenuItem state values.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteContextMenuItemStateRedirect.#ctor">
<summary>
Initialize a new instance of the PaletteContextMenuItemStateRedirect class.
</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteContextMenuItemStateRedirect.IsDefault">
<summary>
Gets a value indicating if all values are default.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteContextMenuItemStateRedirect.SetRedirector(Krypton.Toolkit.IContextMenuProvider)">
<summary>
Update the redirector with new reference.
</summary>
<param name="provider">Provider for acquiring context menu information.</param>
</member>
<member name="P:Krypton.Toolkit.PaletteContextMenuItemStateRedirect.ItemHighlight">
<summary>
Gets access to the item image highlight entries.
</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteContextMenuItemStateRedirect.ItemImage">
<summary>
Gets access to the item image appearance entries.
</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteContextMenuItemStateRedirect.ItemShortcutText">
<summary>
Gets access to the item shortcut text appearance entries.
</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteContextMenuItemStateRedirect.ItemSplit">
<summary>
Gets access to the item split appearance entries.
</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteContextMenuItemStateRedirect.ItemTextAlternate">
<summary>
Gets access to the alternate item text appearance entries.
</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteContextMenuItemStateRedirect.ItemTextStandard">
<summary>
Gets access to the standard item text appearance entries.
</summary>
</member>
<member name="T:Krypton.Toolkit.PaletteContextMenuRedirect">
<summary>
Redirect storage for KryptonContextMenu common values.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteContextMenuRedirect.#ctor(Krypton.Toolkit.PaletteRedirect,Krypton.Toolkit.NeedPaintHandler)">
<summary>
Initialize a new instance of the PaletteContextMenuRedirect class.
</summary>
<param name="redirect">inheritance redirection.</param>
<param name="needPaint">Delegate for notifying paint requests.</param>
</member>
<member name="P:Krypton.Toolkit.PaletteContextMenuRedirect.IsDefault">
<summary>
Gets a value indicating if all values are default.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteContextMenuRedirect.PopulateFromBase(Krypton.Toolkit.KryptonPaletteCommon,Krypton.Toolkit.PaletteState)">
<summary>
Populate values from the base palette.
</summary>
<param name="common">Reference to common settings.</param>
<param name="state">State to inherit.</param>
</member>
<member name="M:Krypton.Toolkit.PaletteContextMenuRedirect.SetRedirector(Krypton.Toolkit.PaletteRedirect)">
<summary>
Update the redirector with new reference.
</summary>
<param name="redirect">Target redirector.</param>
</member>
<member name="P:Krypton.Toolkit.PaletteContextMenuRedirect.ControlInner">
<summary>
Gets access to the inner control window appearance entries.
</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteContextMenuRedirect.ControlOuter">
<summary>
Gets access to the outer control window appearance entries.
</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteContextMenuRedirect.HasShadow">
<summary>
Gets access to the outer control window appearance entries.
</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteContextMenuRedirect.Heading">
<summary>
Gets access to the heading entry appearance entries.
</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteContextMenuRedirect.ItemHighlight">
<summary>
Gets access to the item highlight appearance entries.
</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteContextMenuRedirect.ItemImage">
<summary>
Gets access to the item image appearance entries.
</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteContextMenuRedirect.ItemImageColumn">
<summary>
Gets access to the item image column appearance entries.
</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteContextMenuRedirect.ItemShortcutText">
<summary>
Gets access to the item shortcut text appearance entries.
</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteContextMenuRedirect.ItemSplit">
<summary>
Gets access to the item split appearance entries.
</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteContextMenuRedirect.ItemTextAlternate">
<summary>
Gets access to the alternate item text appearance entries.
</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteContextMenuRedirect.ItemTextStandard">
<summary>
Gets access to the standard item text appearance entries.
</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteContextMenuRedirect.Separator">
<summary>
Gets access to the separator items appearance entries.
</summary>
</member>
<member name="T:Krypton.Toolkit.PaletteCueHintText">
<summary>
Initialize a new instance of the PaletteCueHintText class.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteCueHintText.#ctor(Krypton.Toolkit.PaletteRedirect,Krypton.Toolkit.NeedPaintHandler)">
<summary>
Initialize a new instance of the PaletteCueHintText class.
</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteCueHintText.CueHintText">
<summary>
Set a watermark/prompt message for the user.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteCueHintText.ResetCueHintText">
<summary>
Resets the Image property to its default value.
</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteCueHintText.Hint">
<summary>
Gets the text rendering hint for the text.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteCueHintText.ResetHint">
<summary>
Resets the Image property to its default value.
</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteCueHintText.IsDefault">
<inheritdoc/>
</member>
<member name="M:Krypton.Toolkit.PaletteCueHintText.GetContentDraw(Krypton.Toolkit.PaletteState)">
<summary>
Gets the actual content draw value.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>InheritBool value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteCueHintText.GetContentShortTextNewFont(Krypton.Toolkit.PaletteState)">
<summary>
Gets the font for the short text by generating a new font instance.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Font value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteCueHintText.GetContentShortTextColor1(Krypton.Toolkit.PaletteState)">
<summary>
Gets the first color for the short text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="P:Krypton.Toolkit.PaletteCueHintText.TextV">
<summary>
Gets and sets the horizontal Content text alignment for the text.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteCueHintText.GetContentShortTextV(Krypton.Toolkit.PaletteState)">
<summary>
Gets the actual content short text vertical alignment value.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>RelativeAlignment value.</returns>
</member>
<member name="T:Krypton.Toolkit.PaletteDataGridViewAll">
<summary>
Implement storage for a KryptonDataGridView normal state.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteDataGridViewAll.#ctor(Krypton.Toolkit.PaletteDataGridViewRedirect,Krypton.Toolkit.NeedPaintHandler)">
<summary>
Initialize a new instance of the PaletteDataGridViewAll class.
</summary>
<param name="inherit">Source for inheriting values.</param>
<param name="needPaint">Delegate for notifying paint requests.</param>
</member>
<member name="P:Krypton.Toolkit.PaletteDataGridViewAll.IsDefault">
<summary>
Gets a value indicating if all values are default.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteDataGridViewAll.PopulateFromBase(Krypton.Toolkit.KryptonPaletteCommon,Krypton.Toolkit.PaletteState,Krypton.Toolkit.GridStyle)">
<summary>
Populate values from the base palette.
</summary>
<param name="state">The palette state to populate with.</param>
<param name="common">Reference to common settings.</param>
<param name="gridStyle">Grid style to use for populating.</param>
</member>
<member name="M:Krypton.Toolkit.PaletteDataGridViewAll.SetInherit(Krypton.Toolkit.PaletteDataGridViewRedirect)">
<summary>
Sets the inheritance parent.
</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteDataGridViewAll.Background">
<summary>
Gets access to the data grid view background palette details.
</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteDataGridViewAll.PaletteBorder">
<summary>
Gets access to the data grid view background palette details.
</summary>
</member>
<member name="T:Krypton.Toolkit.PaletteDataGridViewBackInherit">
<summary>
Provide inheritance of palette back properties.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteDataGridViewBackInherit.SetInherit(Krypton.Toolkit.IPaletteBack,System.Windows.Forms.DataGridViewCellStyle)">
<summary>
Defines the interface to inherit from.
</summary>
<param name="inherit">Palette to inherit values from.</param>
<param name="cellStyle">Cell style to recover values from.</param>
</member>
<member name="M:Krypton.Toolkit.PaletteDataGridViewBackInherit.GetBackDraw(Krypton.Toolkit.PaletteState)">
<summary>
Gets a value indicating if background should be drawn.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>InheritBool value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteDataGridViewBackInherit.GetBackGraphicsHint(Krypton.Toolkit.PaletteState)">
<summary>
Gets the graphics drawing hint.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteGraphicsHint value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteDataGridViewBackInherit.GetBackColor1(Krypton.Toolkit.PaletteState)">
<summary>
Gets the first background color.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteDataGridViewBackInherit.GetBackColor2(Krypton.Toolkit.PaletteState)">
<summary>
Gets the second back color.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteDataGridViewBackInherit.GetBackColorStyle(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color drawing style.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color drawing style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteDataGridViewBackInherit.GetBackColorAlign(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color alignment style.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteDataGridViewBackInherit.GetBackColorAngle(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color background angle.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Angle used for color drawing.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteDataGridViewBackInherit.GetBackImage(Krypton.Toolkit.PaletteState)">
<summary>
Gets a background image.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image instance.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteDataGridViewBackInherit.GetBackImageStyle(Krypton.Toolkit.PaletteState)">
<summary>
Gets the background image style.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image style value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteDataGridViewBackInherit.GetBackImageAlign(Krypton.Toolkit.PaletteState)">
<summary>
Gets the image alignment style.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image alignment style.</returns>
</member>
<member name="T:Krypton.Toolkit.PaletteDataGridViewCells">
<summary>
Implement storage for a KryptonDataGridView tracking/pressed/selected states.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteDataGridViewCells.#ctor(Krypton.Toolkit.PaletteDataGridViewRedirect,Krypton.Toolkit.NeedPaintHandler)">
<summary>
Initialize a new instance of the PaletteDataGridViewCells class.
</summary>
<param name="inherit">Source for inheriting values.</param>
<param name="needPaint">Delegate for notifying paint requests.</param>
</member>
<member name="P:Krypton.Toolkit.PaletteDataGridViewCells.IsDefault">
<summary>
Gets a value indicating if all values are default.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteDataGridViewCells.PopulateFromBase(Krypton.Toolkit.KryptonPaletteCommon,Krypton.Toolkit.PaletteState,Krypton.Toolkit.GridStyle)">
<summary>
Populate values from the base palette.
</summary>
<param name="state">The palette state to populate with.</param>
<param name="common">Reference to common settings.</param>
<param name="gridStyle">Grid style to use for populating.</param>
</member>
<member name="M:Krypton.Toolkit.PaletteDataGridViewCells.SetInherit(Krypton.Toolkit.PaletteDataGridViewRedirect)">
<summary>
Sets the inheritance parent.
</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteDataGridViewCells.DataCell">
<summary>
Gets access to the data cell palette details.
</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteDataGridViewCells.HeaderColumn">
<summary>
Gets access to the header column cell palette details.
</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteDataGridViewCells.HeaderRow">
<summary>
Gets access to the header row cell palette details.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteDataGridViewCells.OnNeedPaint(System.Object,System.Boolean)">
<summary>
Handle a change event from palette source.
</summary>
<param name="sender">Source of the event.</param>
<param name="needLayout">True if a layout is also needed.</param>
</member>
<member name="T:Krypton.Toolkit.PaletteDataGridViewContentCommon">
<summary>
Implement storage for data grid view palette content details.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteDataGridViewContentCommon.#ctor(Krypton.Toolkit.IPaletteContent,Krypton.Toolkit.NeedPaintHandler)">
<summary>
Initialize a new instance of the PaletteDataGridViewContentCommon class.
</summary>
<param name="inherit">Source for inheriting defaulted values.</param>
<param name="needPaint">Delegate for notifying paint requests.</param>
</member>
<member name="P:Krypton.Toolkit.PaletteDataGridViewContentCommon.IsDefault">
<summary>
Gets a value indicating if all values are default.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteDataGridViewContentCommon.PopulateFromBase(Krypton.Toolkit.PaletteState)">
<summary>
Populate values from the base palette.
</summary>
<param name="state">Palette state to use when populating.</param>
</member>
<member name="P:Krypton.Toolkit.PaletteDataGridViewContentCommon.Font">
<summary>
Gets the font for the text.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteDataGridViewContentCommon.GetContentShortTextFont(Krypton.Toolkit.PaletteState)">
<summary>
Gets the actual content short text font value.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Font value.</returns>
</member>
<member name="P:Krypton.Toolkit.PaletteDataGridViewContentCommon.TextH">
<summary>
Gets the horizontal relative alignment of the text.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteDataGridViewContentCommon.GetContentShortTextH(Krypton.Toolkit.PaletteState)">
<summary>
Gets the actual content short text horizontal alignment value.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>RelativeAlignment value.</returns>
</member>
<member name="P:Krypton.Toolkit.PaletteDataGridViewContentCommon.TextV">
<summary>
Gets the vertical relative alignment of the text.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteDataGridViewContentCommon.GetContentShortTextV(Krypton.Toolkit.PaletteState)">
<summary>
Gets the actual content short text vertical alignment value.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>RelativeAlignment value.</returns>
</member>
<member name="P:Krypton.Toolkit.PaletteDataGridViewContentCommon.Padding">
<summary>
Gets the padding between the border and content drawing.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteDataGridViewContentCommon.ResetPadding">
<summary>
Reset the Padding to the default value.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteDataGridViewContentCommon.GetBorderContentPadding(Krypton.Toolkit.KryptonForm,Krypton.Toolkit.PaletteState)">
<summary>
Gets the actual padding between the border and content drawing.
</summary>
<param name="owningForm"></param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Padding value.</returns>
</member>
<member name="T:Krypton.Toolkit.PaletteDataGridViewContentInherit">
<summary>
Provide inheritance of palette content properties.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteDataGridViewContentInherit.SetInherit(Krypton.Toolkit.IPaletteContent,System.Windows.Forms.DataGridViewCellStyle)">
<summary>
Defines the interface to inherit from.
</summary>
<param name="inherit">Palette to inherit values from.</param>
<param name="cellStyle">Cell style to recover values from.</param>
</member>
<member name="M:Krypton.Toolkit.PaletteDataGridViewContentInherit.GetContentDraw(Krypton.Toolkit.PaletteState)">
<summary>
Gets a value indicating if content should be drawn.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>InheritBool value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteDataGridViewContentInherit.GetContentDrawFocus(Krypton.Toolkit.PaletteState)">
<summary>
Gets a value indicating if content should be drawn with focus indication.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>InheritBool value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteDataGridViewContentInherit.GetContentImageH(Krypton.Toolkit.PaletteState)">
<summary>
Gets the horizontal relative alignment of the image.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteDataGridViewContentInherit.GetContentImageV(Krypton.Toolkit.PaletteState)">
<summary>
Gets the vertical relative alignment of the image.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteDataGridViewContentInherit.GetContentImageEffect(Krypton.Toolkit.PaletteState)">
<summary>
Gets the effect applied to drawing of the image.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteImageEffect value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteDataGridViewContentInherit.GetContentImageColorMap(Krypton.Toolkit.PaletteState)">
<summary>
Gets the image color to remap into another color.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteDataGridViewContentInherit.GetContentImageColorTo(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color to use in place of the image map color.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteDataGridViewContentInherit.GetContentShortTextFont(Krypton.Toolkit.PaletteState)">
<summary>
Gets the font for the short text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Font value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteDataGridViewContentInherit.GetContentShortTextNewFont(Krypton.Toolkit.PaletteState)">
<summary>
Gets the font for the short text by generating a new font instance.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Font value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteDataGridViewContentInherit.GetContentShortTextHint(Krypton.Toolkit.PaletteState)">
<summary>
Gets the rendering hint for the short text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteTextHint value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteDataGridViewContentInherit.GetContentShortTextPrefix(Krypton.Toolkit.PaletteState)">
<summary>
Gets the prefix drawing setting for short text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteTextPrefix value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteDataGridViewContentInherit.GetContentShortTextMultiLine(Krypton.Toolkit.PaletteState)">
<summary>
Gets the flag indicating if multiline text is allowed for short text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>InheritBool value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteDataGridViewContentInherit.GetContentShortTextTrim(Krypton.Toolkit.PaletteState)">
<summary>
Gets the text trimming to use for short text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteTextTrim value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteDataGridViewContentInherit.GetContentShortTextH(Krypton.Toolkit.PaletteState)">
<summary>
Gets the horizontal relative alignment of the short text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteDataGridViewContentInherit.GetContentShortTextV(Krypton.Toolkit.PaletteState)">
<summary>
Gets the vertical relative alignment of the short text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteDataGridViewContentInherit.GetContentShortTextMultiLineH(Krypton.Toolkit.PaletteState)">
<summary>
Gets the vertical relative alignment of the short text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteDataGridViewContentInherit.GetContentShortTextColor1(Krypton.Toolkit.PaletteState)">
<summary>
Gets the first back color for the short text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteDataGridViewContentInherit.GetContentShortTextColor2(Krypton.Toolkit.PaletteState)">
<summary>
Gets the second back color for the short text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteDataGridViewContentInherit.GetContentShortTextColorStyle(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color drawing style for the short text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color drawing style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteDataGridViewContentInherit.GetContentShortTextColorAlign(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color alignment for the short text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteDataGridViewContentInherit.GetContentShortTextColorAngle(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color background angle for the short text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Angle used for color drawing.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteDataGridViewContentInherit.GetContentShortTextImage(Krypton.Toolkit.PaletteState)">
<summary>
Gets a background image for the short text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image instance.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteDataGridViewContentInherit.GetContentShortTextImageStyle(Krypton.Toolkit.PaletteState)">
<summary>
Gets the background image style.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image style value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteDataGridViewContentInherit.GetContentShortTextImageAlign(Krypton.Toolkit.PaletteState)">
<summary>
Gets the image alignment for the short text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteDataGridViewContentInherit.GetContentLongTextFont(Krypton.Toolkit.PaletteState)">
<summary>
Gets the font for the long text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Font value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteDataGridViewContentInherit.GetContentLongTextNewFont(Krypton.Toolkit.PaletteState)">
<summary>
Gets the font for the long text by generating a new font instance.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Font value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteDataGridViewContentInherit.GetContentLongTextHint(Krypton.Toolkit.PaletteState)">
<summary>
Gets the rendering hint for the long text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteTextHint value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteDataGridViewContentInherit.GetContentLongTextPrefix(Krypton.Toolkit.PaletteState)">
<summary>
Gets the prefix drawing setting for long text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteTextPrefix value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteDataGridViewContentInherit.GetContentLongTextMultiLine(Krypton.Toolkit.PaletteState)">
<summary>
Gets the flag indicating if multiline text is allowed for long text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>InheritBool value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteDataGridViewContentInherit.GetContentLongTextTrim(Krypton.Toolkit.PaletteState)">
<summary>
Gets the text trimming to use for long text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteTextTrim value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteDataGridViewContentInherit.GetContentLongTextH(Krypton.Toolkit.PaletteState)">
<summary>
Gets the horizontal relative alignment of the long text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteDataGridViewContentInherit.GetContentLongTextV(Krypton.Toolkit.PaletteState)">
<summary>
Gets the vertical relative alignment of the long text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteDataGridViewContentInherit.GetContentLongTextMultiLineH(Krypton.Toolkit.PaletteState)">
<summary>
Gets the vertical relative alignment of the long text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteDataGridViewContentInherit.GetContentLongTextColor1(Krypton.Toolkit.PaletteState)">
<summary>
Gets the first back color for the long text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteDataGridViewContentInherit.GetContentLongTextColor2(Krypton.Toolkit.PaletteState)">
<summary>
Gets the second back color for the long text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteDataGridViewContentInherit.GetContentLongTextColorStyle(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color drawing style for the long text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color drawing style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteDataGridViewContentInherit.GetContentLongTextColorAlign(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color alignment for the long text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteDataGridViewContentInherit.GetContentLongTextColorAngle(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color background angle for the long text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Angle used for color drawing.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteDataGridViewContentInherit.GetContentLongTextImage(Krypton.Toolkit.PaletteState)">
<summary>
Gets a background image for the long text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image instance.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteDataGridViewContentInherit.GetContentLongTextImageStyle(Krypton.Toolkit.PaletteState)">
<summary>
Gets the background image style for the long text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image style value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteDataGridViewContentInherit.GetContentLongTextImageAlign(Krypton.Toolkit.PaletteState)">
<summary>
Gets the image alignment for the long text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteDataGridViewContentInherit.GetBorderContentPadding(Krypton.Toolkit.KryptonForm,Krypton.Toolkit.PaletteState)">
<summary>
Gets the padding between the border and content drawing.
</summary>
<param name="owningForm"></param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Padding value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteDataGridViewContentInherit.GetContentAdjacentGap(Krypton.Toolkit.PaletteState)">
<summary>
Gets the padding between adjacent content items.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Integer value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteDataGridViewContentInherit.GetContentStyle">
<summary>
Gets the style appropriate for this content.
</summary>
<returns>Content style.</returns>
</member>
<member name="T:Krypton.Toolkit.PaletteDataGridViewContentStates">
<summary>
Implement storage for data grid view palette content details.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteDataGridViewContentStates.#ctor(Krypton.Toolkit.IPaletteContent,Krypton.Toolkit.NeedPaintHandler)">
<summary>
Initialize a new instance of the PaletteDataGridViewContentStates class.
</summary>
<param name="inherit">Source for inheriting defaulted values.</param>
<param name="needPaint">Delegate for notifying paint requests.</param>
</member>
<member name="E:Krypton.Toolkit.PaletteDataGridViewContentStates.SyncPropertyChanged">
<summary>
Occurs when a property that needs syncing with the KryptonDataGridView is modified.
</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteDataGridViewContentStates.IsDefault">
<summary>
Gets a value indicating if all values are default.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteDataGridViewContentStates.SetInherit(Krypton.Toolkit.IPaletteContent)">
<summary>
Sets the inheritance parent.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteDataGridViewContentStates.PopulateFromBase(Krypton.Toolkit.PaletteState)">
<summary>
Populate values from the base palette.
</summary>
<param name="state">Palette state to use when populating.</param>
</member>
<member name="P:Krypton.Toolkit.PaletteDataGridViewContentStates.Draw">
<summary>
Gets a value indicating if content should be drawn.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteDataGridViewContentStates.GetContentDraw(Krypton.Toolkit.PaletteState)">
<summary>
Gets the actual content draw value.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>InheritBool value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteDataGridViewContentStates.GetContentDrawFocus(Krypton.Toolkit.PaletteState)">
<summary>
Gets the actual content draw with focus value.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>InheritBool value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteDataGridViewContentStates.GetContentImageH(Krypton.Toolkit.PaletteState)">
<summary>
Gets the actual content image horizontal alignment value.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteDataGridViewContentStates.GetContentImageV(Krypton.Toolkit.PaletteState)">
<summary>
Gets the actual content image vertical alignment value.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteDataGridViewContentStates.GetContentImageEffect(Krypton.Toolkit.PaletteState)">
<summary>
Gets the actual image drawing effect value.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteImageEffect value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteDataGridViewContentStates.GetContentImageColorMap(Krypton.Toolkit.PaletteState)">
<summary>
Gets the image color to remap into another color.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteDataGridViewContentStates.GetContentImageColorTo(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color to use in place of the image map color.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteDataGridViewContentStates.GetContentShortTextFont(Krypton.Toolkit.PaletteState)">
<summary>
Gets the actual content short text font value.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Font value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteDataGridViewContentStates.GetContentShortTextNewFont(Krypton.Toolkit.PaletteState)">
<summary>
Gets the font for the short text by generating a new font instance.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Font value.</returns>
</member>
<member name="P:Krypton.Toolkit.PaletteDataGridViewContentStates.Hint">
<summary>
Gets the text rendering hint for the text.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteDataGridViewContentStates.GetContentShortTextHint(Krypton.Toolkit.PaletteState)">
<summary>
Gets the actual text rendering hint for short text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteTextHint value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteDataGridViewContentStates.GetContentShortTextPrefix(Krypton.Toolkit.PaletteState)">
<summary>
Gets the prefix drawing setting for short text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteTextPrefix value.</returns>
</member>
<member name="P:Krypton.Toolkit.PaletteDataGridViewContentStates.Trim">
<summary>
Gets the text trimming for the text.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteDataGridViewContentStates.GetContentShortTextTrim(Krypton.Toolkit.PaletteState)">
<summary>
Gets the actual text trimming for the short text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteTextTrim value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteDataGridViewContentStates.GetContentShortTextH(Krypton.Toolkit.PaletteState)">
<summary>
Gets the actual content short text horizontal alignment value.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteDataGridViewContentStates.GetContentShortTextV(Krypton.Toolkit.PaletteState)">
<summary>
Gets the actual content short text vertical alignment value.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>RelativeAlignment value.</returns>
</member>
<member name="P:Krypton.Toolkit.PaletteDataGridViewContentStates.MultiLineH">
<summary>
Gets the relative horizontal alignment of multiline content text.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteDataGridViewContentStates.GetContentShortTextMultiLineH(Krypton.Toolkit.PaletteState)">
<summary>
Gets the actual content short text horizontal multiline alignment value.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>RelativeAlignment value.</returns>
</member>
<member name="P:Krypton.Toolkit.PaletteDataGridViewContentStates.MultiLine">
<summary>
Gets the flag indicating if multiline text is allowed.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteDataGridViewContentStates.GetContentShortTextMultiLine(Krypton.Toolkit.PaletteState)">
<summary>
Gets the flag indicating if multiline text is allowed for short text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>InheritBool value.</returns>
</member>
<member name="P:Krypton.Toolkit.PaletteDataGridViewContentStates.Color1">
<summary>
Gets and sets the first color for the text.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteDataGridViewContentStates.GetContentShortTextColor1(Krypton.Toolkit.PaletteState)">
<summary>
Gets the first color for the short text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="P:Krypton.Toolkit.PaletteDataGridViewContentStates.Color2">
<summary>
Gets and sets the second color for the text.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteDataGridViewContentStates.GetContentShortTextColor2(Krypton.Toolkit.PaletteState)">
<summary>
Gets the second back color for the short text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="P:Krypton.Toolkit.PaletteDataGridViewContentStates.ColorStyle">
<summary>
Gets and sets the color drawing style for the text.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteDataGridViewContentStates.GetContentShortTextColorStyle(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color drawing style for the short text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color drawing style.</returns>
</member>
<member name="P:Krypton.Toolkit.PaletteDataGridViewContentStates.ColorAlign">
<summary>
Gets and set the color alignment for the text.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteDataGridViewContentStates.GetContentShortTextColorAlign(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color alignment style for the short text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color alignment style.</returns>
</member>
<member name="P:Krypton.Toolkit.PaletteDataGridViewContentStates.ColorAngle">
<summary>
Gets and sets the color angle for the text.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteDataGridViewContentStates.GetContentShortTextColorAngle(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color angle for the short text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Angle used for color drawing.</returns>
</member>
<member name="P:Krypton.Toolkit.PaletteDataGridViewContentStates.Image">
<summary>
Gets and sets the image for the text.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteDataGridViewContentStates.GetContentShortTextImage(Krypton.Toolkit.PaletteState)">
<summary>
Gets an image for the short text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image instance.</returns>
</member>
<member name="P:Krypton.Toolkit.PaletteDataGridViewContentStates.ImageStyle">
<summary>
Gets and sets the image style for the text.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteDataGridViewContentStates.GetContentShortTextImageStyle(Krypton.Toolkit.PaletteState)">
<summary>
Gets the image style for the short text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image style value.</returns>
</member>
<member name="P:Krypton.Toolkit.PaletteDataGridViewContentStates.ImageAlign">
<summary>
Gets and set the image alignment for the text.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteDataGridViewContentStates.GetContentShortTextImageAlign(Krypton.Toolkit.PaletteState)">
<summary>
Gets the image alignment style for the short text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteDataGridViewContentStates.GetContentLongTextFont(Krypton.Toolkit.PaletteState)">
<summary>
Gets the actual content long text font value.
</summary>
<returns>Font value.</returns>
<param name="state">Palette value should be applicable to this state.</param>
</member>
<member name="M:Krypton.Toolkit.PaletteDataGridViewContentStates.GetContentLongTextNewFont(Krypton.Toolkit.PaletteState)">
<summary>
Gets the font for the long text by generating a new font instance.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Font value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteDataGridViewContentStates.GetContentLongTextHint(Krypton.Toolkit.PaletteState)">
<summary>
Gets the actual text rendering hint for long text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteTextHint value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteDataGridViewContentStates.GetContentLongTextPrefix(Krypton.Toolkit.PaletteState)">
<summary>
Gets the prefix drawing setting for long text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteTextPrefix value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteDataGridViewContentStates.GetContentLongTextTrim(Krypton.Toolkit.PaletteState)">
<summary>
Gets the actual text trimming for the long text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteTextTrim value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteDataGridViewContentStates.GetContentLongTextH(Krypton.Toolkit.PaletteState)">
<summary>
Gets the actual content long text horizontal alignment value.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteDataGridViewContentStates.GetContentLongTextV(Krypton.Toolkit.PaletteState)">
<summary>
Gets the actual content long text vertical alignment value.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteDataGridViewContentStates.GetContentLongTextMultiLineH(Krypton.Toolkit.PaletteState)">
<summary>
Gets the actual content long text horizontal multiline alignment value.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteDataGridViewContentStates.GetContentLongTextMultiLine(Krypton.Toolkit.PaletteState)">
<summary>
Gets the flag indicating if multiline text is allowed for long text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>InheritBool value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteDataGridViewContentStates.GetContentLongTextColor1(Krypton.Toolkit.PaletteState)">
<summary>
Gets the first color for the long text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteDataGridViewContentStates.GetContentLongTextColor2(Krypton.Toolkit.PaletteState)">
<summary>
Gets the second back color for the long text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteDataGridViewContentStates.GetContentLongTextColorStyle(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color drawing style for the long text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color drawing style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteDataGridViewContentStates.GetContentLongTextColorAlign(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color alignment style for the long text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteDataGridViewContentStates.GetContentLongTextColorAngle(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color angle for the long text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Angle used for color drawing.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteDataGridViewContentStates.GetContentLongTextImage(Krypton.Toolkit.PaletteState)">
<summary>
Gets an image for the long text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image instance.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteDataGridViewContentStates.GetContentLongTextImageStyle(Krypton.Toolkit.PaletteState)">
<summary>
Gets the image style for the long text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image style value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteDataGridViewContentStates.GetContentLongTextImageAlign(Krypton.Toolkit.PaletteState)">
<summary>
Gets the image alignment style for the long text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteDataGridViewContentStates.GetBorderContentPadding(Krypton.Toolkit.KryptonForm,Krypton.Toolkit.PaletteState)">
<summary>
Gets the actual padding between the border and content drawing.
</summary>
<param name="owningForm"></param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Padding value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteDataGridViewContentStates.GetContentAdjacentGap(Krypton.Toolkit.PaletteState)">
<summary>
Gets the actual padding between adjacent content items.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Integer value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteDataGridViewContentStates.GetContentStyle">
<summary>
Gets the style appropriate for this content.
</summary>
<returns>Content style.</returns>
</member>
<member name="P:Krypton.Toolkit.PaletteDataGridViewContentStates.Inherit">
<summary>
Gets the inheritance parent.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteDataGridViewContentStates.OnSyncPropertyChanged(System.EventArgs)">
<summary>
Raises the SyncPropertyChanged event.
</summary>
<param name="e">An EventArgs containing the event data.</param>
</member>
<member name="T:Krypton.Toolkit.PaletteDataGridViewHeaders">
<summary>
Implement storage for a KryptonDataGridView states with header cells.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteDataGridViewHeaders.#ctor(Krypton.Toolkit.PaletteDataGridViewRedirect,Krypton.Toolkit.NeedPaintHandler)">
<summary>
Initialize a new instance of the PaletteDataGridViewHeaders class.
</summary>
<param name="inherit">Source for inheriting values.</param>
<param name="needPaint">Delegate for notifying paint requests.</param>
</member>
<member name="P:Krypton.Toolkit.PaletteDataGridViewHeaders.IsDefault">
<summary>
Gets a value indicating if all values are default.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteDataGridViewHeaders.PopulateFromBase(Krypton.Toolkit.KryptonPaletteCommon,Krypton.Toolkit.PaletteState,Krypton.Toolkit.GridStyle)">
<summary>
Populate values from the base palette.
</summary>
<param name="state">The palette state to populate with.</param>
<param name="common">Reference to common settings.</param>
<param name="gridStyle">Grid style to use for populating.</param>
</member>
<member name="M:Krypton.Toolkit.PaletteDataGridViewHeaders.SetInherit(Krypton.Toolkit.PaletteDataGridViewRedirect)">
<summary>
Sets the inheritance parent.
</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteDataGridViewHeaders.HeaderColumn">
<summary>
Gets access to the header column cell palette details.
</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteDataGridViewHeaders.HeaderRow">
<summary>
Gets access to the header row cell palette details.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteDataGridViewHeaders.OnNeedPaint(System.Object,System.Boolean)">
<summary>
Handle a change event from palette source.
</summary>
<param name="sender">Source of the event.</param>
<param name="needLayout">True if a layout is also needed.</param>
</member>
<member name="T:Krypton.Toolkit.PaletteDataGridViewRedirect">
<summary>
Implement storage and redirection for a KryptonDataGridView state.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteDataGridViewRedirect.#ctor(Krypton.Toolkit.PaletteRedirect,Krypton.Toolkit.NeedPaintHandler)">
<summary>
Initialize a new instance of the PaletteDataGridViewRedirect class.
</summary>
<param name="redirect">Source for inheriting values.</param>
<param name="needPaint">Delegate for notifying paint requests.</param>
</member>
<member name="P:Krypton.Toolkit.PaletteDataGridViewRedirect.IsDefault">
<summary>
Gets a value indicating if all values are default.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteDataGridViewRedirect.SetRedirector(Krypton.Toolkit.PaletteRedirect)">
<summary>
Update the redirector with new reference.
</summary>
<param name="redirect">Target redirector.</param>
</member>
<member name="P:Krypton.Toolkit.PaletteDataGridViewRedirect.BackStyle">
<summary>
Gets and sets the back style.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteDataGridViewRedirect.SetGridStyles(Krypton.Toolkit.GridStyle,Krypton.Toolkit.GridStyle,Krypton.Toolkit.GridStyle)">
<summary>
Update the styles of the headers and data cells.
</summary>
<param name="headerColumn">Style for the column headers.</param>
<param name="headerRow">Style for the row headers.</param>
<param name="dataCell">Style for the data cells.</param>
</member>
<member name="P:Krypton.Toolkit.PaletteDataGridViewRedirect.Background">
<summary>
Gets access to the data grid view background palette details.
</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteDataGridViewRedirect.DataCell">
<summary>
Gets access to the data cell palette details.
</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteDataGridViewRedirect.HeaderColumn">
<summary>
Gets access to the header column cell palette details.
</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteDataGridViewRedirect.HeaderRow">
<summary>
Gets access to the header row cell palette details.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteDataGridViewRedirect.OnNeedPaint(System.Object,System.Boolean)">
<summary>
Handle a change event from palette source.
</summary>
<param name="sender">Source of the event.</param>
<param name="needLayout">True if a layout is also needed.</param>
</member>
<member name="T:Krypton.Toolkit.PaletteDataGridViewTripleCommon">
<summary>
Implement storage for palette border, background and content for the data grid view common state.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteDataGridViewTripleCommon.#ctor(Krypton.Toolkit.IPaletteTriple,Krypton.Toolkit.NeedPaintHandler)">
<summary>
Initialize a new instance of the PaletteDataGridViewTripleCommon class.
</summary>
<param name="inherit">Source for inheriting values.</param>
<param name="needPaint">Delegate for notifying paint requests.</param>
</member>
<member name="P:Krypton.Toolkit.PaletteDataGridViewTripleCommon.IsDefault">
<summary>
Gets a value indicating if all values are default.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteDataGridViewTripleCommon.SetInherit(Krypton.Toolkit.IPaletteTriple)">
<summary>
Sets the inheritance parent.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteDataGridViewTripleCommon.PopulateFromBase(Krypton.Toolkit.PaletteState)">
<summary>
Populate values from the base palette.
</summary>
<param name="state">Palette state to use when populating.</param>
</member>
<member name="P:Krypton.Toolkit.PaletteDataGridViewTripleCommon.Back">
<summary>
Gets access to the background palette details.
</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteDataGridViewTripleCommon.PaletteBack">
<summary>
Gets the background palette.
</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteDataGridViewTripleCommon.Border">
<summary>
Gets access to the border palette details.
</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteDataGridViewTripleCommon.PaletteBorder">
<summary>
Gets the border palette.
</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteDataGridViewTripleCommon.Content">
<summary>
Gets access to the content palette details.
</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteDataGridViewTripleCommon.PaletteContent">
<summary>
Gets the content palette.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteDataGridViewTripleCommon.OnNeedPaint(System.Object,System.Boolean)">
<summary>
Handle a change event from palette source.
</summary>
<param name="sender">Source of the event.</param>
<param name="needLayout">True if a layout is also needed.</param>
</member>
<member name="T:Krypton.Toolkit.PaletteDataGridViewTripleRedirect">
<summary>
Implement storage for palette border, background and content for data grid view common state.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteDataGridViewTripleRedirect.#ctor(Krypton.Toolkit.PaletteRedirect,Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.NeedPaintHandler)">
<summary>
Initialize a new instance of the PaletteDataGridViewTripleRedirect class.
</summary>
<param name="redirect">inheritance redirection instance.</param>
<param name="backStyle">Initial background style.</param>
<param name="borderStyle">Initial border style.</param>
<param name="contentStyle">Initial content style.</param>
<param name="needPaint">Delegate for notifying paint requests.</param>
</member>
<member name="P:Krypton.Toolkit.PaletteDataGridViewTripleRedirect.IsDefault">
<summary>
Gets a value indicating if all values are default.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteDataGridViewTripleRedirect.SetRedirector(Krypton.Toolkit.PaletteRedirect)">
<summary>
Update the redirector with new reference.
</summary>
<param name="redirect">Target redirector.</param>
</member>
<member name="M:Krypton.Toolkit.PaletteDataGridViewTripleRedirect.SetStyles(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteContentStyle)">
<summary>
Update each individual style.
</summary>
<param name="backStyle">New background style.</param>
<param name="borderStyle">New border style.</param>
<param name="contentStyle">New content style.</param>
</member>
<member name="M:Krypton.Toolkit.PaletteDataGridViewTripleRedirect.SetStyles(Krypton.Toolkit.ButtonStyle)">
<summary>
Update the palette styles using a button style.
</summary>
<param name="buttonStyle">New button style.</param>
</member>
<member name="M:Krypton.Toolkit.PaletteDataGridViewTripleRedirect.SetStyles(Krypton.Toolkit.HeaderStyle)">
<summary>
Update the palette styles using a header style.
</summary>
<param name="headerStyle">New header style.</param>
</member>
<member name="M:Krypton.Toolkit.PaletteDataGridViewTripleRedirect.PopulateFromBase(Krypton.Toolkit.PaletteState)">
<summary>
Populate values from the base palette.
</summary>
<param name="state">Palette state to use when populating.</param>
</member>
<member name="P:Krypton.Toolkit.PaletteDataGridViewTripleRedirect.Back">
<summary>
Gets access to the background palette details.
</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteDataGridViewTripleRedirect.PaletteBack">
<summary>
Gets the background palette.
</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteDataGridViewTripleRedirect.BackStyle">
<summary>
Gets and sets the back palette style.
</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteDataGridViewTripleRedirect.Border">
<summary>
Gets access to the border palette details.
</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteDataGridViewTripleRedirect.PaletteBorder">
<summary>
Gets the border palette.
</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteDataGridViewTripleRedirect.BorderStyle">
<summary>
Gets and sets the border palette style.
</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteDataGridViewTripleRedirect.Content">
<summary>
Gets access to the content palette details.
</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteDataGridViewTripleRedirect.PaletteContent">
<summary>
Gets the content palette.
</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteDataGridViewTripleRedirect.ContentStyle">
<summary>
Gets and sets the content palette style.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteDataGridViewTripleRedirect.OnNeedPaint(System.Object,System.Boolean)">
<summary>
Handle a change event from palette source.
</summary>
<param name="sender">Source of the event.</param>
<param name="needLayout">True if a layout is also needed.</param>
</member>
<member name="T:Krypton.Toolkit.PaletteDataGridViewTripleStates">
<summary>
Implement storage for palette border, background and content for the data grid view states.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteDataGridViewTripleStates.#ctor(Krypton.Toolkit.IPaletteTriple,Krypton.Toolkit.NeedPaintHandler)">
<summary>
Initialize a new instance of the PaletteDataGridViewTripleStates class.
</summary>
<param name="inherit">Source for inheriting values.</param>
<param name="needPaint">Delegate for notifying paint requests.</param>
</member>
<member name="P:Krypton.Toolkit.PaletteDataGridViewTripleStates.IsDefault">
<summary>
Gets a value indicating if all values are default.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteDataGridViewTripleStates.SetInherit(Krypton.Toolkit.IPaletteTriple)">
<summary>
Sets the inheritance parent.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteDataGridViewTripleStates.PopulateFromBase(Krypton.Toolkit.PaletteState)">
<summary>
Populate values from the base palette.
</summary>
<param name="state">Palette state to use when populating.</param>
</member>
<member name="P:Krypton.Toolkit.PaletteDataGridViewTripleStates.Back">
<summary>
Gets access to the background palette details.
</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteDataGridViewTripleStates.PaletteBack">
<summary>
Gets the background palette.
</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteDataGridViewTripleStates.Border">
<summary>
Gets access to the border palette details.
</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteDataGridViewTripleStates.PaletteBorder">
<summary>
Gets the border palette.
</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteDataGridViewTripleStates.Content">
<summary>
Gets access to the content palette details.
</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteDataGridViewTripleStates.PaletteContent">
<summary>
Gets the content palette.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteDataGridViewTripleStates.OnNeedPaint(System.Object,System.Boolean)">
<summary>
Handle a change event from palette source.
</summary>
<param name="sender">Source of the event.</param>
<param name="needLayout">True if a layout is also needed.</param>
</member>
<member name="T:Krypton.Toolkit.PaletteForm">
<summary>
Implement storage for PaletteForm states.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteForm.#ctor(Krypton.Toolkit.PaletteFormRedirect,Krypton.Toolkit.PaletteTripleMetricRedirect,Krypton.Toolkit.NeedPaintHandler)">
<summary>
Initialize a new instance of the PaletteForm class.
</summary>
<param name="inheritForm">Source for inheriting palette defaulted values.</param>
<param name="inheritHeader">Source for inheriting header defaulted values.</param>
<param name="needPaint">Delegate for notifying paint requests.</param>
</member>
<member name="P:Krypton.Toolkit.PaletteForm.IsDefault">
<summary>
Gets a value indicating if all values are default.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteForm.SetInherit(Krypton.Toolkit.PaletteForm)">
<summary>
Sets the inheritance parent.
</summary>
<param name="inheritHeader">Source for inheriting.</param>
</member>
<member name="P:Krypton.Toolkit.PaletteForm.Header">
<summary>
Gets access to the header appearance entries.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteForm.GetMetricInt(Krypton.Toolkit.KryptonForm,Krypton.Toolkit.PaletteState,Krypton.Toolkit.PaletteMetricInt)">
<summary>
Gets an integer metric value.
</summary>
<param name="owningForm"></param>
<param name="state">Palette value should be applicable to this state.</param>
<param name="metric">Requested metric.</param>
<returns>Integer value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteForm.GetMetricBool(Krypton.Toolkit.PaletteState,Krypton.Toolkit.PaletteMetricBool)">
<summary>
Gets a boolean metric value.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<param name="metric">Requested metric.</param>
<returns>InheritBool value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteForm.GetMetricPadding(Krypton.Toolkit.KryptonForm,Krypton.Toolkit.PaletteState,Krypton.Toolkit.PaletteMetricPadding)">
<summary>
Gets a padding metric value.
</summary>
<param name="owningForm"></param>
<param name="state">Palette value should be applicable to this state.</param>
<param name="metric">Requested metric.</param>
<returns>Padding value.</returns>
</member>
<member name="T:Krypton.Toolkit.PaletteFormRedirect">
<summary>
Redirect storage for PaletteForm states.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteFormRedirect.#ctor(Krypton.Toolkit.PaletteRedirect,Krypton.Toolkit.NeedPaintHandler,Krypton.Toolkit.VisualForm)">
<summary>
Initialize a new instance of the PaletteFormRedirect class.
</summary>
<param name="redirect">inheritance redirection instance.</param>
<param name="needPaint">Delegate for notifying paint requests.</param>
<param name="ownerForm"></param>
</member>
<member name="M:Krypton.Toolkit.PaletteFormRedirect.#ctor(Krypton.Toolkit.PaletteRedirect,Krypton.Toolkit.PaletteRedirect,Krypton.Toolkit.NeedPaintHandler,Krypton.Toolkit.VisualForm)">
<summary>
Initialize a new instance of the PaletteFormRedirect class.
</summary>
<param name="redirectForm">inheritance redirection for form group.</param>
<param name="redirectHeader">inheritance redirection for header.</param>
<param name="needPaint">Delegate for notifying paint requests.</param>
<param name="ownerForm"></param>
</member>
<member name="P:Krypton.Toolkit.PaletteFormRedirect.IsDefault">
<summary>
Gets a value indicating if all values are default.
</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteFormRedirect.Header">
<summary>
Gets access to the header appearance entries.
</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteFormRedirect.OverlayHeaders">
<summary>
Gets and sets a value indicating if headers should overlay the border.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteFormRedirect.GetMetricInt(Krypton.Toolkit.KryptonForm,Krypton.Toolkit.PaletteState,Krypton.Toolkit.PaletteMetricInt)">
<summary>
Gets an integer metric value.
</summary>
<param name="owningForm"></param>
<param name="state">Palette value should be applicable to this state.</param>
<param name="metric">Requested metric.</param>
<returns>Integer value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteFormRedirect.GetMetricBool(Krypton.Toolkit.PaletteState,Krypton.Toolkit.PaletteMetricBool)">
<summary>
Gets a boolean metric value.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<param name="metric">Requested metric.</param>
<returns>InheritBool value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteFormRedirect.GetMetricPadding(Krypton.Toolkit.KryptonForm,Krypton.Toolkit.PaletteState,Krypton.Toolkit.PaletteMetricPadding)">
<summary>
Gets a padding metric value.
</summary>
<param name="owningForm"></param>
<param name="state">Palette value should be applicable to this state.</param>
<param name="metric">Requested metric.</param>
<returns>Padding value.</returns>
</member>
<member name="T:Krypton.Toolkit.PaletteGroupBox">
<summary>
Implement storage for GroupBox states.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteGroupBox.#ctor(Krypton.Toolkit.PaletteGroupBoxRedirect,Krypton.Toolkit.NeedPaintHandler)">
<summary>
Initialize a new instance of the PaletteGroupBox class.
</summary>
<param name="inherit">Source for inheriting palette defaulted values.</param>
<param name="needPaint">Delegate for notifying paint requests.</param>
</member>
<member name="P:Krypton.Toolkit.PaletteGroupBox.Content">
<summary>
Gets access to the content palette details.
</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteGroupBox.PaletteContent">
<summary>
Gets the content palette.
</summary>
</member>
<member name="T:Krypton.Toolkit.PaletteGroupBoxRedirect">
<summary>
Redirect storage for GroupBox states.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteGroupBoxRedirect.#ctor(Krypton.Toolkit.PaletteRedirect,Krypton.Toolkit.NeedPaintHandler)">
<summary>
Initialize a new instance of the PaletteGroupBoxRedirect class.
</summary>
<param name="redirect">inheritance redirection instance.</param>
<param name="needPaint">Delegate for notifying paint requests.</param>
</member>
<member name="M:Krypton.Toolkit.PaletteGroupBoxRedirect.#ctor(Krypton.Toolkit.PaletteRedirect,Krypton.Toolkit.PaletteRedirect,Krypton.Toolkit.NeedPaintHandler)">
<summary>
Initialize a new instance of the PaletteGroupBoxRedirect class.
</summary>
<param name="redirectDouble">inheritance redirection for group border/background.</param>
<param name="redirectContent">inheritance redirection for group header.</param>
<param name="needPaint">Delegate for notifying paint requests.</param>
</member>
<member name="P:Krypton.Toolkit.PaletteGroupBoxRedirect.IsDefault">
<summary>
Gets a value indicating if all values are default.
</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteGroupBoxRedirect.Content">
<summary>
Gets access to the content palette details.
</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteGroupBoxRedirect.PaletteContent">
<summary>
Gets the content palette.
</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteGroupBoxRedirect.ContentStyle">
<summary>
Gets and sets the content palette style.
</summary>
</member>
<member name="T:Krypton.Toolkit.PaletteHeaderButtonRedirect">
<summary>
Redirect storage for button metrics.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteHeaderButtonRedirect.#ctor(Krypton.Toolkit.PaletteRedirect,Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.NeedPaintHandler)">
<summary>
Initialize a new instance of the PaletteHeaderButtonRedirect class.
</summary>
<param name="redirect">inheritance redirection instance.</param>
<param name="backStyle">Initial background style.</param>
<param name="borderStyle">Initial border style.</param>
<param name="contentStyle">Initial content style.</param>
<param name="needPaint">Delegate for notifying paint requests.</param>
</member>
<member name="P:Krypton.Toolkit.PaletteHeaderButtonRedirect.IsDefault">
<summary>
Gets a value indicating if all values are default.
</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteHeaderButtonRedirect.ButtonEdgeInset">
<summary>
Gets the sets how far to inset buttons from the header edge.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteHeaderButtonRedirect.ResetButtonEdgeInset">
<summary>
Reset the ButtonEdgeInset to the default value.
</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteHeaderButtonRedirect.ButtonPadding">
<summary>
Gets and sets the padding used around each button on the header.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteHeaderButtonRedirect.ResetButtonPadding">
<summary>
Reset the ButtonPadding to the default value.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteHeaderButtonRedirect.GetMetricInt(Krypton.Toolkit.KryptonForm,Krypton.Toolkit.PaletteState,Krypton.Toolkit.PaletteMetricInt)">
<summary>
Gets an integer metric value.
</summary>
<param name="owningForm"></param>
<param name="state">Palette value should be applicable to this state.</param>
<param name="metric">Requested metric.</param>
<returns>Integer value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteHeaderButtonRedirect.GetMetricBool(Krypton.Toolkit.PaletteState,Krypton.Toolkit.PaletteMetricBool)">
<summary>
Gets a boolean metric value.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<param name="metric">Requested metric.</param>
<returns>InheritBool value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteHeaderButtonRedirect.GetMetricPadding(Krypton.Toolkit.KryptonForm,Krypton.Toolkit.PaletteState,Krypton.Toolkit.PaletteMetricPadding)">
<summary>
Gets a padding metric value.
</summary>
<param name="owningForm"></param>
<param name="state">Palette value should be applicable to this state.</param>
<param name="metric">Requested metric.</param>
<returns>Padding value.</returns>
</member>
<member name="T:Krypton.Toolkit.PaletteHeaderGroup">
<summary>
Implement storage for HeaderGroup states.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteHeaderGroup.#ctor(Krypton.Toolkit.PaletteHeaderGroupRedirect,Krypton.Toolkit.PaletteHeaderPaddingRedirect,Krypton.Toolkit.PaletteHeaderPaddingRedirect,Krypton.Toolkit.NeedPaintHandler)">
<summary>
Initialize a new instance of the PaletteHeaderGroup class.
</summary>
<param name="inheritHeaderGroup">Source for inheriting palette defaulted values.</param>
<param name="inheritHeaderPrimary">Source for inheriting primary header defaulted values.</param>
<param name="inheritHeaderSecondary">Source for inheriting secondary header defaulted values.</param>
<param name="needPaint">Delegate for notifying paint requests.</param>
</member>
<member name="P:Krypton.Toolkit.PaletteHeaderGroup.IsDefault">
<summary>
Gets a value indicating if all values are default.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteHeaderGroup.SetInherit(Krypton.Toolkit.PaletteHeaderGroup)">
<summary>
Sets the inheritance parent.
</summary>
<param name="inheritHeaderGroup">Source for inheriting.</param>
</member>
<member name="P:Krypton.Toolkit.PaletteHeaderGroup.HeaderPrimary">
<summary>
Gets access to the primary header appearance entries.
</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteHeaderGroup.HeaderSecondary">
<summary>
Gets access to the secondary header appearance entries.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteHeaderGroup.GetMetricInt(Krypton.Toolkit.KryptonForm,Krypton.Toolkit.PaletteState,Krypton.Toolkit.PaletteMetricInt)">
<summary>
Gets an integer metric value.
</summary>
<param name="owningForm"></param>
<param name="state">Palette value should be applicable to this state.</param>
<param name="metric">Requested metric.</param>
<returns>Integer value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteHeaderGroup.GetMetricBool(Krypton.Toolkit.PaletteState,Krypton.Toolkit.PaletteMetricBool)">
<summary>
Gets a boolean metric value.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<param name="metric">Requested metric.</param>
<returns>InheritBool value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteHeaderGroup.GetMetricPadding(Krypton.Toolkit.KryptonForm,Krypton.Toolkit.PaletteState,Krypton.Toolkit.PaletteMetricPadding)">
<summary>
Gets a padding metric value.
</summary>
<param name="owningForm"></param>
<param name="state">Palette value should be applicable to this state.</param>
<param name="metric">Requested metric.</param>
<returns>Padding value.</returns>
</member>
<member name="T:Krypton.Toolkit.PaletteHeaderGroupRedirect">
<summary>
Redirect storage for HeaderGroup states.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteHeaderGroupRedirect.#ctor(Krypton.Toolkit.PaletteRedirect,Krypton.Toolkit.NeedPaintHandler)">
<summary>
Initialize a new instance of the PaletteHeaderGroupRedirect class.
</summary>
<param name="redirect">inheritance redirection instance.</param>
<param name="needPaint">Delegate for notifying paint requests.</param>
</member>
<member name="M:Krypton.Toolkit.PaletteHeaderGroupRedirect.#ctor(Krypton.Toolkit.PaletteRedirect,Krypton.Toolkit.PaletteRedirect,Krypton.Toolkit.PaletteRedirect,Krypton.Toolkit.NeedPaintHandler)">
<summary>
Initialize a new instance of the PaletteHeaderGroupRedirect class.
</summary>
<param name="redirectHeaderGroup">inheritance redirection for header group.</param>
<param name="redirectHeaderPrimary">inheritance redirection for primary header.</param>
<param name="redirectHeaderSecondary">inheritance redirection for secondary header.</param>
<param name="needPaint">Delegate for notifying paint requests.</param>
</member>
<member name="P:Krypton.Toolkit.PaletteHeaderGroupRedirect.IsDefault">
<summary>
Gets a value indicating if all values are default.
</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteHeaderGroupRedirect.HeaderPrimary">
<summary>
Gets access to the primary header appearance entries.
</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteHeaderGroupRedirect.HeaderSecondary">
<summary>
Gets access to the secondary header appearance entries.
</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteHeaderGroupRedirect.OverlayHeaders">
<summary>
Gets and sets a value indicating if headers should overlay the border.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteHeaderGroupRedirect.GetMetricInt(Krypton.Toolkit.KryptonForm,Krypton.Toolkit.PaletteState,Krypton.Toolkit.PaletteMetricInt)">
<summary>
Gets an integer metric value.
</summary>
<param name="owningForm"></param>
<param name="state">Palette value should be applicable to this state.</param>
<param name="metric">Requested metric.</param>
<returns>Integer value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteHeaderGroupRedirect.GetMetricBool(Krypton.Toolkit.PaletteState,Krypton.Toolkit.PaletteMetricBool)">
<summary>
Gets a boolean metric value.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<param name="metric">Requested metric.</param>
<returns>InheritBool value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteHeaderGroupRedirect.GetMetricPadding(Krypton.Toolkit.KryptonForm,Krypton.Toolkit.PaletteState,Krypton.Toolkit.PaletteMetricPadding)">
<summary>
Gets a padding metric value.
</summary>
<param name="owningForm"></param>
<param name="state">Palette value should be applicable to this state.</param>
<param name="metric">Requested metric.</param>
<returns>Padding value.</returns>
</member>
<member name="T:Krypton.Toolkit.PaletteHeaderPaddingRedirect">
<summary>
Redirect storage for headers within a HeaderGroup state.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteHeaderPaddingRedirect.#ctor(Krypton.Toolkit.PaletteRedirect,Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.NeedPaintHandler)">
<summary>
Initialize a new instance of the PaletteHeaderPaddingRedirect class.
</summary>
<param name="redirect">inheritance redirection instance.</param>
<param name="backStyle">Initial background style.</param>
<param name="borderStyle">Initial border style.</param>
<param name="contentStyle">Initial content style.</param>
<param name="needPaint">Delegate for notifying paint requests.</param>
</member>
<member name="P:Krypton.Toolkit.PaletteHeaderPaddingRedirect.IsDefault">
<summary>
Gets a value indicating if all values are default.
</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteHeaderPaddingRedirect.HeaderPadding">
<summary>
Gets and sets the padding used to inset the header within the HeaderGroup
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteHeaderPaddingRedirect.ResetHeaderPadding">
<summary>
Reset the HeaderPadding to the default value.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteHeaderPaddingRedirect.GetMetricPadding(Krypton.Toolkit.KryptonForm,Krypton.Toolkit.PaletteState,Krypton.Toolkit.PaletteMetricPadding)">
<summary>
Gets a padding metric value.
</summary>
<param name="owningForm"></param>
<param name="state">Palette value should be applicable to this state.</param>
<param name="metric">Requested metric.</param>
<returns>Padding value.</returns>
</member>
<member name="T:Krypton.Toolkit.PaletteHeaderRedirect">
<summary>
Redirect storage for a header state.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteHeaderRedirect.#ctor(Krypton.Toolkit.PaletteRedirect,Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.NeedPaintHandler)">
<summary>
Initialize a new instance of the PaletteHeaderRedirect class.
</summary>
<param name="redirect">inheritance redirection instance.</param>
<param name="backStyle">Style for the background.</param>
<param name="borderStyle">Style for the border.</param>
<param name="contentStyle">Style for the content.</param>
<param name="needPaint">Delegate for notifying paint requests.</param>
</member>
<member name="M:Krypton.Toolkit.PaletteHeaderRedirect.SetRedirector(Krypton.Toolkit.PaletteRedirect)">
<summary>
Update the redirector with new reference.
</summary>
<param name="redirect">Target redirector.</param>
</member>
<member name="P:Krypton.Toolkit.PaletteHeaderRedirect.IsDefault">
<summary>
Gets a value indicating if all values are default.
</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteHeaderRedirect.ButtonEdgeInset">
<summary>
Gets the sets how far to inset buttons from the header edge.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteHeaderRedirect.ResetButtonEdgeInset">
<summary>
Reset the ButtonEdgeInset to the default value.
</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteHeaderRedirect.ButtonPadding">
<summary>
Gets and sets the padding used around each button on the header.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteHeaderRedirect.ResetButtonPadding">
<summary>
Reset the ButtonPadding to the default value.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteHeaderRedirect.GetMetricInt(Krypton.Toolkit.KryptonForm,Krypton.Toolkit.PaletteState,Krypton.Toolkit.PaletteMetricInt)">
<summary>
Gets an integer metric value.
</summary>
<param name="owningForm"></param>
<param name="state">Palette value should be applicable to this state.</param>
<param name="metric">Requested metric.</param>
<returns>Integer value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteHeaderRedirect.GetMetricBool(Krypton.Toolkit.PaletteState,Krypton.Toolkit.PaletteMetricBool)">
<summary>
Gets a boolean metric value.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<param name="metric">Requested metric.</param>
<returns>InheritBool value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteHeaderRedirect.GetMetricPadding(Krypton.Toolkit.KryptonForm,Krypton.Toolkit.PaletteState,Krypton.Toolkit.PaletteMetricPadding)">
<summary>
Gets a padding metric value.
</summary>
<param name="owningForm"></param>
<param name="state">Palette value should be applicable to this state.</param>
<param name="metric">Requested metric.</param>
<returns>Padding value.</returns>
</member>
<member name="T:Krypton.Toolkit.PaletteInputControlBackStates">
<summary>
Implement storage for input control palette background details.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteInputControlBackStates.#ctor(Krypton.Toolkit.IPaletteBack,Krypton.Toolkit.NeedPaintHandler)">
<summary>
Initialize a new instance of the PaletteInputControlBackStates class.
</summary>
<param name="inherit">Source for inheriting defaulted values.</param>
<param name="needPaint">Delegate for notifying paint requests.</param>
</member>
<member name="P:Krypton.Toolkit.PaletteInputControlBackStates.IsDefault">
<summary>
Gets a value indicating if all values are default.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteInputControlBackStates.SetInherit(Krypton.Toolkit.IPaletteBack)">
<summary>
Sets the inheritance parent.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteInputControlBackStates.PopulateFromBase(Krypton.Toolkit.PaletteState)">
<summary>
Populate values from the base palette.
</summary>
<param name="state">Palette state to use when populating.</param>
</member>
<member name="M:Krypton.Toolkit.PaletteInputControlBackStates.GetBackDraw(Krypton.Toolkit.PaletteState)">
<summary>
Gets the actual background draw value.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>InheritBool value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteInputControlBackStates.GetBackGraphicsHint(Krypton.Toolkit.PaletteState)">
<summary>
Gets the actual background graphics hint value.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteGraphicsHint value.</returns>
</member>
<member name="P:Krypton.Toolkit.PaletteInputControlBackStates.Color1">
<summary>
Gets and sets the first background color.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteInputControlBackStates.GetBackColor1(Krypton.Toolkit.PaletteState)">
<summary>
Gets the first background color.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteInputControlBackStates.GetBackColor2(Krypton.Toolkit.PaletteState)">
<summary>
Gets the second back color.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteInputControlBackStates.GetBackColorStyle(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color drawing style.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color drawing style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteInputControlBackStates.GetBackColorAlign(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color alignment style.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteInputControlBackStates.GetBackColorAngle(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color background angle.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Angle used for color drawing.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteInputControlBackStates.GetBackImage(Krypton.Toolkit.PaletteState)">
<summary>
Gets a background image.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image instance.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteInputControlBackStates.GetBackImageStyle(Krypton.Toolkit.PaletteState)">
<summary>
Gets the background image style.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image style value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteInputControlBackStates.GetBackImageAlign(Krypton.Toolkit.PaletteState)">
<summary>
Gets the image alignment style.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image alignment style.</returns>
</member>
<member name="P:Krypton.Toolkit.PaletteInputControlBackStates.Inherit">
<summary>
Gets the inheritance parent.
</summary>
</member>
<member name="T:Krypton.Toolkit.PaletteInputControlContentStates">
<summary>
Implement storage for input control palette content details.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteInputControlContentStates.#ctor(Krypton.Toolkit.IPaletteContent,Krypton.Toolkit.NeedPaintHandler)">
<summary>
Initialize a new instance of the PaletteInputControlContentStates class.
</summary>
<param name="inherit">Source for inheriting defaulted values.</param>
<param name="needPaint">Delegate for notifying paint requests.</param>
</member>
<member name="P:Krypton.Toolkit.PaletteInputControlContentStates.IsDefault">
<summary>
Gets a value indicating if all values are default.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteInputControlContentStates.SetInherit(Krypton.Toolkit.IPaletteContent)">
<summary>
Sets the inheritance parent.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteInputControlContentStates.PopulateFromBase(Krypton.Toolkit.PaletteState)">
<summary>
Populate values from the base palette.
</summary>
<param name="state">Palette state to use when populating.</param>
</member>
<member name="M:Krypton.Toolkit.PaletteInputControlContentStates.GetContentDraw(Krypton.Toolkit.PaletteState)">
<summary>
Gets the actual content draw value.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>InheritBool value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteInputControlContentStates.GetContentDrawFocus(Krypton.Toolkit.PaletteState)">
<summary>
Gets the actual content draw with focus value.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>InheritBool value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteInputControlContentStates.GetContentImageH(Krypton.Toolkit.PaletteState)">
<summary>
Gets the actual content image horizontal alignment value.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteInputControlContentStates.GetContentImageV(Krypton.Toolkit.PaletteState)">
<summary>
Gets the actual content image vertical alignment value.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteInputControlContentStates.GetContentImageEffect(Krypton.Toolkit.PaletteState)">
<summary>
Gets the actual image drawing effect value.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteImageEffect value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteInputControlContentStates.GetContentImageColorMap(Krypton.Toolkit.PaletteState)">
<summary>
Gets the image color to remap into another color.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteInputControlContentStates.GetContentImageColorTo(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color to use in place of the image map color.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="P:Krypton.Toolkit.PaletteInputControlContentStates.Font">
<summary>
Gets the font for the text.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteInputControlContentStates.GetContentShortTextFont(Krypton.Toolkit.PaletteState)">
<summary>
Gets the actual content short text font value.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Font value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteInputControlContentStates.GetContentShortTextNewFont(Krypton.Toolkit.PaletteState)">
<summary>
Gets the font for the short text by generating a new font instance.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Font value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteInputControlContentStates.GetContentShortTextHint(Krypton.Toolkit.PaletteState)">
<summary>
Gets the actual text rendering hint for short text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteTextHint value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteInputControlContentStates.GetContentShortTextPrefix(Krypton.Toolkit.PaletteState)">
<summary>
Gets the prefix drawing setting for short text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteTextPrefix value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteInputControlContentStates.GetContentShortTextTrim(Krypton.Toolkit.PaletteState)">
<summary>
Gets the actual text trimming for the short text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteTextTrim value.</returns>
</member>
<member name="P:Krypton.Toolkit.PaletteInputControlContentStates.TextH">
<summary>
Gets and sets the horizontal Content text alignment for the text.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteInputControlContentStates.GetContentShortTextH(Krypton.Toolkit.PaletteState)">
<summary>
Gets the actual content short text horizontal alignment value.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteInputControlContentStates.GetContentShortTextV(Krypton.Toolkit.PaletteState)">
<summary>
Gets the actual content short text vertical alignment value.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteInputControlContentStates.GetContentShortTextMultiLineH(Krypton.Toolkit.PaletteState)">
<summary>
Gets the actual content short text horizontal multiline alignment value.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteInputControlContentStates.GetContentShortTextMultiLine(Krypton.Toolkit.PaletteState)">
<summary>
Gets the flag indicating if multiline text is allowed for short text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>InheritBool value.</returns>
</member>
<member name="P:Krypton.Toolkit.PaletteInputControlContentStates.Color1">
<summary>
Gets and sets the color for the text.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteInputControlContentStates.GetContentShortTextColor1(Krypton.Toolkit.PaletteState)">
<summary>
Gets the first color for the short text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteInputControlContentStates.GetContentShortTextColor2(Krypton.Toolkit.PaletteState)">
<summary>
Gets the second back color for the short text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteInputControlContentStates.GetContentShortTextColorStyle(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color drawing style for the short text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color drawing style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteInputControlContentStates.GetContentShortTextColorAlign(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color alignment style for the short text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteInputControlContentStates.GetContentShortTextColorAngle(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color angle for the short text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Angle used for color drawing.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteInputControlContentStates.GetContentShortTextImage(Krypton.Toolkit.PaletteState)">
<summary>
Gets an image for the short text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image instance.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteInputControlContentStates.GetContentShortTextImageStyle(Krypton.Toolkit.PaletteState)">
<summary>
Gets the image style for the short text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image style value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteInputControlContentStates.GetContentShortTextImageAlign(Krypton.Toolkit.PaletteState)">
<summary>
Gets the image alignment style for the short text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteInputControlContentStates.GetContentLongTextFont(Krypton.Toolkit.PaletteState)">
<summary>
Gets the actual content long text font value.
</summary>
<returns>Font value.</returns>
<param name="state">Palette value should be applicable to this state.</param>
</member>
<member name="M:Krypton.Toolkit.PaletteInputControlContentStates.GetContentLongTextNewFont(Krypton.Toolkit.PaletteState)">
<summary>
Gets the font for the long text by generating a new font instance.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Font value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteInputControlContentStates.GetContentLongTextHint(Krypton.Toolkit.PaletteState)">
<summary>
Gets the actual text rendering hint for long text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteTextHint value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteInputControlContentStates.GetContentLongTextPrefix(Krypton.Toolkit.PaletteState)">
<summary>
Gets the prefix drawing setting for long text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteTextPrefix value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteInputControlContentStates.GetContentLongTextTrim(Krypton.Toolkit.PaletteState)">
<summary>
Gets the actual text trimming for the long text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteTextTrim value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteInputControlContentStates.GetContentLongTextH(Krypton.Toolkit.PaletteState)">
<summary>
Gets the actual content long text horizontal alignment value.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteInputControlContentStates.GetContentLongTextV(Krypton.Toolkit.PaletteState)">
<summary>
Gets the actual content long text vertical alignment value.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteInputControlContentStates.GetContentLongTextMultiLineH(Krypton.Toolkit.PaletteState)">
<summary>
Gets the actual content long text horizontal multiline alignment value.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteInputControlContentStates.GetContentLongTextMultiLine(Krypton.Toolkit.PaletteState)">
<summary>
Gets the flag indicating if multiline text is allowed for long text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>InheritBool value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteInputControlContentStates.GetContentLongTextColor1(Krypton.Toolkit.PaletteState)">
<summary>
Gets the first color for the long text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteInputControlContentStates.GetContentLongTextColor2(Krypton.Toolkit.PaletteState)">
<summary>
Gets the second back color for the long text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteInputControlContentStates.GetContentLongTextColorStyle(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color drawing style for the long text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color drawing style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteInputControlContentStates.GetContentLongTextColorAlign(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color alignment style for the long text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteInputControlContentStates.GetContentLongTextColorAngle(Krypton.Toolkit.PaletteState)">
<summary>
Gets the color angle for the long text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Angle used for color drawing.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteInputControlContentStates.GetContentLongTextImage(Krypton.Toolkit.PaletteState)">
<summary>
Gets an image for the long text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image instance.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteInputControlContentStates.GetContentLongTextImageStyle(Krypton.Toolkit.PaletteState)">
<summary>
Gets the image style for the long text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image style value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteInputControlContentStates.GetContentLongTextImageAlign(Krypton.Toolkit.PaletteState)">
<summary>
Gets the image alignment style for the long text.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image alignment style.</returns>
</member>
<member name="P:Krypton.Toolkit.PaletteInputControlContentStates.Padding">
<summary>
Gets the padding between the border and content drawing.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteInputControlContentStates.ResetPadding">
<summary>
Resets the Image property to its default value.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteInputControlContentStates.GetBorderContentPadding(Krypton.Toolkit.KryptonForm,Krypton.Toolkit.PaletteState)">
<summary>
Gets the actual padding between the border and content drawing.
</summary>
<param name="owningForm"></param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Padding value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteInputControlContentStates.GetContentAdjacentGap(Krypton.Toolkit.PaletteState)">
<summary>
Gets the actual padding between adjacent content items.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Integer value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteInputControlContentStates.GetContentStyle">
<summary>
Gets the style appropriate for this content.
</summary>
<returns>Content style.</returns>
</member>
<member name="P:Krypton.Toolkit.PaletteInputControlContentStates.Inherit">
<summary>
Gets the inheritance parent.
</summary>
</member>
<member name="T:Krypton.Toolkit.PaletteInputControlTripleRedirect">
<summary>
Implement storage for palette border, background and content for input control common state.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteInputControlTripleRedirect.#ctor(Krypton.Toolkit.PaletteRedirect,Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.NeedPaintHandler)">
<summary>
Initialize a new instance of the PaletteInputControlTripleRedirect class.
</summary>
<param name="redirect">inheritance redirection instance.</param>
<param name="backStyle">Initial background style.</param>
<param name="borderStyle">Initial border style.</param>
<param name="contentStyle">Initial content style.</param>
<param name="needPaint">Delegate for notifying paint requests.</param>
</member>
<member name="P:Krypton.Toolkit.PaletteInputControlTripleRedirect.IsDefault">
<summary>
Gets a value indicating if all values are default.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteInputControlTripleRedirect.SetRedirector(Krypton.Toolkit.PaletteRedirect)">
<summary>
Update the redirector with new reference.
</summary>
<param name="redirect">Target redirector.</param>
</member>
<member name="M:Krypton.Toolkit.PaletteInputControlTripleRedirect.SetStyles(Krypton.Toolkit.InputControlStyle)">
<summary>
Update each individual style based on the input control style.
</summary>
<param name="style">New input control style.</param>
</member>
<member name="M:Krypton.Toolkit.PaletteInputControlTripleRedirect.SetStyles(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteContentStyle)">
<summary>
Update each individual style.
</summary>
<param name="backStyle">New background style.</param>
<param name="borderStyle">New border style.</param>
<param name="contentStyle">New content style.</param>
</member>
<member name="M:Krypton.Toolkit.PaletteInputControlTripleRedirect.PopulateFromBase(Krypton.Toolkit.PaletteState)">
<summary>
Populate values from the base palette.
</summary>
<param name="state">Palette state to use when populating.</param>
</member>
<member name="P:Krypton.Toolkit.PaletteInputControlTripleRedirect.Back">
<summary>
Gets access to the background palette details.
</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteInputControlTripleRedirect.PaletteBack">
<summary>
Gets the background palette.
</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteInputControlTripleRedirect.BackStyle">
<summary>
Gets and sets the back palette style.
</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteInputControlTripleRedirect.Border">
<summary>
Gets access to the border palette details.
</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteInputControlTripleRedirect.PaletteBorder">
<summary>
Gets the border palette.
</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteInputControlTripleRedirect.BorderStyle">
<summary>
Gets and sets the border palette style.
</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteInputControlTripleRedirect.Content">
<summary>
Gets access to the content palette details.
</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteInputControlTripleRedirect.PaletteContent">
<summary>
Gets the content palette.
</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteInputControlTripleRedirect.ContentStyle">
<summary>
Gets and sets the content palette style.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteInputControlTripleRedirect.GetMetricInt(Krypton.Toolkit.KryptonForm,Krypton.Toolkit.PaletteState,Krypton.Toolkit.PaletteMetricInt)">
<summary>
Gets an integer metric value.
</summary>
<param name="owningForm"></param>
<param name="state">Palette value should be applicable to this state.</param>
<param name="metric">Requested metric.</param>
<returns>Integer value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteInputControlTripleRedirect.GetMetricBool(Krypton.Toolkit.PaletteState,Krypton.Toolkit.PaletteMetricBool)">
<summary>
Gets a boolean metric value.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<param name="metric">Requested metric.</param>
<returns>InheritBool value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteInputControlTripleRedirect.GetMetricPadding(Krypton.Toolkit.KryptonForm,Krypton.Toolkit.PaletteState,Krypton.Toolkit.PaletteMetricPadding)">
<summary>
Gets a padding metric value.
</summary>
<param name="owningForm"></param>
<param name="state">Palette value should be applicable to this state.</param>
<param name="metric">Requested metric.</param>
<returns>Padding value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteInputControlTripleRedirect.OnNeedPaint(System.Object,System.Boolean)">
<summary>
Handle a change event from palette source.
</summary>
<param name="sender">Source of the event.</param>
<param name="needLayout">True if a layout is also needed.</param>
</member>
<member name="T:Krypton.Toolkit.PaletteInputControlTripleStates">
<summary>
Implement storage for palette border, background and content for input control states.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteInputControlTripleStates.#ctor(Krypton.Toolkit.IPaletteTriple,Krypton.Toolkit.NeedPaintHandler)">
<summary>
Initialize a new instance of the PaletteInputControlTripleStates class.
</summary>
<param name="inherit">Source for inheriting values.</param>
<param name="needPaint">Delegate for notifying paint requests.</param>
</member>
<member name="P:Krypton.Toolkit.PaletteInputControlTripleStates.IsDefault">
<summary>
Gets a value indicating if all values are default.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteInputControlTripleStates.SetInherit(Krypton.Toolkit.IPaletteTriple)">
<summary>
Sets the inheritance parent.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteInputControlTripleStates.PopulateFromBase(Krypton.Toolkit.PaletteState)">
<summary>
Populate values from the base palette.
</summary>
<param name="state">Palette state to use when populating.</param>
</member>
<member name="P:Krypton.Toolkit.PaletteInputControlTripleStates.Back">
<summary>
Gets access to the background palette details.
</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteInputControlTripleStates.PaletteBack">
<summary>
Gets the background palette.
</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteInputControlTripleStates.Border">
<summary>
Gets access to the border palette details.
</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteInputControlTripleStates.PaletteBorder">
<summary>
Gets the border palette.
</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteInputControlTripleStates.Content">
<summary>
Gets access to the content palette details.
</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteInputControlTripleStates.PaletteContent">
<summary>
Gets the content palette.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteInputControlTripleStates.OnNeedPaint(System.Object,System.Boolean)">
<summary>
Handle a change event from palette source.
</summary>
<param name="sender">Source of the event.</param>
<param name="needLayout">True if a layout is also needed.</param>
</member>
<member name="T:Krypton.Toolkit.PaletteListItemTriple">
<summary>
Implement storage for a list item triple.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteListItemTriple.#ctor(Krypton.Toolkit.PaletteTripleRedirect,Krypton.Toolkit.NeedPaintHandler)">
<summary>
Initialize a new instance of the PaletteListItemTriple class.
</summary>
<param name="inherit">Source for inheriting values.</param>
<param name="needPaint">Delegate for notifying paint requests.</param>
</member>
<member name="P:Krypton.Toolkit.PaletteListItemTriple.IsDefault">
<summary>
Gets a value indicating if all values are default.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteListItemTriple.PopulateFromBase(Krypton.Toolkit.PaletteState)">
<summary>
Populate values from the base palette.
</summary>
<param name="state">The palette state to populate with.</param>
</member>
<member name="M:Krypton.Toolkit.PaletteListItemTriple.SetInherit(Krypton.Toolkit.PaletteTripleRedirect)">
<summary>
Sets the inheritance parent.
</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteListItemTriple.Item">
<summary>
Gets access to the item palette details.
</summary>
</member>
<member name="T:Krypton.Toolkit.PaletteListItemTripleRedirect">
<summary>
Implement storage for a list item triple.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteListItemTripleRedirect.#ctor(Krypton.Toolkit.PaletteRedirect,Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.NeedPaintHandler)">
<summary>
Initialize a new instance of the PaletteListItemTripleRedirect class.
</summary>
<param name="redirect">inheritance redirection instance.</param>
<param name="backStyle">Initial background style.</param>
<param name="borderStyle">Initial border style.</param>
<param name="contentStyle">Initial content style.</param>
<param name="needPaint">Delegate for notifying paint requests.</param>
</member>
<member name="P:Krypton.Toolkit.PaletteListItemTripleRedirect.IsDefault">
<summary>
Gets a value indicating if all values are default.
</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteListItemTripleRedirect.Item">
<summary>
Gets the item appearance overrides.
</summary>
</member>
<member name="T:Krypton.Toolkit.PaletteListState">
<summary>
Implement storage for border,background and contained triple.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteListState.#ctor(Krypton.Toolkit.PaletteListStateRedirect,Krypton.Toolkit.NeedPaintHandler)">
<summary>
Initialize a new instance of the PaletteListState class.
</summary>
<param name="inherit">Source for inheriting values.</param>
<param name="needPaint">Delegate for notifying paint requests.</param>
</member>
<member name="P:Krypton.Toolkit.PaletteListState.IsDefault">
<summary>
Gets a value indicating if all values are default.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteListState.PopulateFromBase(Krypton.Toolkit.PaletteState)">
<summary>
Populate values from the base palette.
</summary>
<param name="state">Which state to populate from.</param>
</member>
<member name="P:Krypton.Toolkit.PaletteListState.Item">
<summary>
Gets the item appearance overrides.
</summary>
</member>
<member name="T:Krypton.Toolkit.PaletteListStateRedirect">
<summary>
Implement storage for list box specific values.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteListStateRedirect.#ctor(Krypton.Toolkit.PaletteRedirect,Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.NeedPaintHandler)">
<summary>
Initialize a new instance of the PaletteListStateRedirect class.
</summary>
<param name="redirect">inheritance redirection instance.</param>
<param name="backStyle">Initial background style.</param>
<param name="borderStyle">Initial border style.</param>
<param name="needPaint">Delegate for notifying paint requests.</param>
</member>
<member name="P:Krypton.Toolkit.PaletteListStateRedirect.IsDefault">
<summary>
Gets a value indicating if all values are default.
</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteListStateRedirect.Item">
<summary>
Gets the item appearance overrides.
</summary>
</member>
<member name="T:Krypton.Toolkit.PaletteMonthCalendarDoubleState">
<summary>
Implement storage for month calendar appearance states.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteMonthCalendarDoubleState.#ctor(Krypton.Toolkit.PaletteMonthCalendarRedirect)">
<summary>
Initialize a new instance of the PaletteMonthCalendarDoubleState class.
</summary>
<param name="redirect">inheritance redirection instance.</param>
</member>
<member name="M:Krypton.Toolkit.PaletteMonthCalendarDoubleState.#ctor(Krypton.Toolkit.PaletteMonthCalendarRedirect,Krypton.Toolkit.NeedPaintHandler)">
<summary>
Initialize a new instance of the PaletteMonthCalendarDoubleState class.
</summary>
<param name="redirect">inheritance redirection instance.</param>
<param name="needPaint">Delegate for notifying paint requests.</param>
</member>
<member name="P:Krypton.Toolkit.PaletteMonthCalendarDoubleState.IsDefault">
<summary>
Gets a value indicating if all values are default.
</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteMonthCalendarDoubleState.Header">
<summary>
Gets access to the month/year header appearance entries.
</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteMonthCalendarDoubleState.Day">
<summary>
Gets access to the day appearance entries.
</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteMonthCalendarDoubleState.DayOfWeek">
<summary>
Gets access to the day of week appearance entries.
</summary>
</member>
<member name="T:Krypton.Toolkit.PaletteMonthCalendarRedirect">
<summary>
Implement redirected storage for common month calendar appearance.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteMonthCalendarRedirect.#ctor">
<summary>
Initialize a new instance of the PaletteMonthCalendarRedirect class.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteMonthCalendarRedirect.#ctor(Krypton.Toolkit.PaletteRedirect,Krypton.Toolkit.NeedPaintHandler)">
<summary>
Initialize a new instance of the PaletteMonthCalendarRedirect class.
</summary>
<param name="redirect">inheritance redirection for bread crumb level.</param>
<param name="needPaint">Delegate for notifying paint requests.</param>
</member>
<member name="P:Krypton.Toolkit.PaletteMonthCalendarRedirect.IsDefault">
<summary>
Gets a value indicating if all values are default.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteMonthCalendarRedirect.SetRedirector(Krypton.Toolkit.PaletteRedirect)">
<summary>
Update the redirector with new reference.
</summary>
<param name="redirect">Target redirector.</param>
</member>
<member name="P:Krypton.Toolkit.PaletteMonthCalendarRedirect.Header">
<summary>
Gets access to the month/year header appearance entries.
</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteMonthCalendarRedirect.Day">
<summary>
Gets access to the day appearance entries.
</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteMonthCalendarRedirect.DayOfWeek">
<summary>
Gets access to the day of week appearance entries.
</summary>
</member>
<member name="T:Krypton.Toolkit.PaletteMonthCalendarState">
<summary>
Implement storage for month calendar appearance states.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteMonthCalendarState.#ctor(Krypton.Toolkit.PaletteMonthCalendarRedirect)">
<summary>
Initialize a new instance of the PaletteMonthCalendarState class.
</summary>
<param name="redirect">inheritance redirection instance.</param>
</member>
<member name="M:Krypton.Toolkit.PaletteMonthCalendarState.#ctor(Krypton.Toolkit.PaletteMonthCalendarRedirect,Krypton.Toolkit.NeedPaintHandler)">
<summary>
Initialize a new instance of the PaletteMonthCalendarState class.
</summary>
<param name="redirect">inheritance redirection instance.</param>
<param name="needPaint">Delegate for notifying paint requests.</param>
</member>
<member name="P:Krypton.Toolkit.PaletteMonthCalendarState.IsDefault">
<summary>
Gets a value indicating if all values are default.
</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteMonthCalendarState.Day">
<summary>
Gets access to the day appearance entries.
</summary>
</member>
<member name="T:Krypton.Toolkit.PaletteMonthCalendarStateRedirect">
<summary>
Implement storage for month calendar appearance states.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteMonthCalendarStateRedirect.#ctor">
<summary>
Initialize a new instance of the PaletteMonthCalendarStateRedirect class.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteMonthCalendarStateRedirect.#ctor(Krypton.Toolkit.PaletteRedirect,Krypton.Toolkit.NeedPaintHandler)">
<summary>
Initialize a new instance of the PaletteMonthCalendarStateRedirect class.
</summary>
<param name="redirect">inheritance redirection instance.</param>
<param name="needPaint">Delegate for notifying paint requests.</param>
</member>
<member name="P:Krypton.Toolkit.PaletteMonthCalendarStateRedirect.IsDefault">
<summary>
Gets a value indicating if all values are default.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteMonthCalendarStateRedirect.SetRedirector(Krypton.Toolkit.PaletteRedirect)">
<summary>
Update the redirector with new reference.
</summary>
<param name="redirect">Target redirector.</param>
</member>
<member name="P:Krypton.Toolkit.PaletteMonthCalendarStateRedirect.Day">
<summary>
Gets access to the day appearance entries.
</summary>
</member>
<member name="T:Krypton.Toolkit.PaletteNodeOverride">
<summary>
Allow some palette values to be overridden.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteNodeOverride.#ctor(Krypton.Toolkit.IPaletteTriple)">
<summary>
Initialize a new instance of the PaletteNodeOverride class.
</summary>
<param name="triple">Palette to use.</param>
<exception cref="T:System.ArgumentNullException"></exception>
</member>
<member name="P:Krypton.Toolkit.PaletteNodeOverride.TreeNode">
<summary>
Set the tree node to use for sourcing values.
</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteNodeOverride.PaletteBack">
<summary>
Gets the background palette.
</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteNodeOverride.PaletteBorder">
<summary>
Gets the border palette.
</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteNodeOverride.PaletteContent">
<summary>
Gets the border palette.
</summary>
</member>
<member name="T:Krypton.Toolkit.PaletteRedirectBreadCrumb">
<summary>
Redirect back/border/content based on the incoming grid state and style.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectBreadCrumb.#ctor(Krypton.Toolkit.PaletteBase)">
<summary>
Initialize a new instance of the PaletteRedirectBreadCrumb class.
</summary>
<param name="target">Initial palette target for redirection.</param>
</member>
<member name="P:Krypton.Toolkit.PaletteRedirectBreadCrumb.Left">
<summary>
Gets and sets if the left border should be removed.
</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteRedirectBreadCrumb.Right">
<summary>
Gets and sets if the right border should be removed.
</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteRedirectBreadCrumb.TopBottom">
<summary>
Gets and sets if the top and bottom borders should be removed.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectBreadCrumb.GetBorderDrawBorders(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets a value indicating which borders to draw.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteDrawBorders value.</returns>
</member>
<member name="T:Krypton.Toolkit.PaletteRedirectCheckBox">
<summary>
Redirects requests for check box images from the CheckBoxImages instance.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectCheckBox.#ctor(Krypton.Toolkit.CheckBoxImages)">
<summary>
Initialize a new instance of the PaletteRedirectCheckBox class.
</summary>
<param name="images">Reference to source of check box images.</param>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectCheckBox.#ctor(Krypton.Toolkit.PaletteBase,Krypton.Toolkit.CheckBoxImages)">
<summary>
Initialize a new instance of the PaletteRedirectCheckBox class.
</summary>
<param name="target">Initial palette target for redirection.</param>
<param name="images">Reference to source of check box images.</param>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectCheckBox.GetCheckBoxImage(System.Boolean,System.Windows.Forms.CheckState,System.Boolean,System.Boolean)">
<summary>
Gets a check box image appropriate for the provided state.
</summary>
<param name="enabled">Is the check box enabled.</param>
<param name="checkState">Is the check box checked/unchecked/indeterminate.</param>
<param name="tracking">Is the check box being hot tracked.</param>
<param name="pressed">Is the check box being pressed.</param>
<returns>Appropriate image for drawing; otherwise null.</returns>
</member>
<member name="T:Krypton.Toolkit.PaletteRedirectCommon">
<summary>
Redirect back/border/content based on the enabled/disabled state.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectCommon.#ctor(Krypton.Toolkit.PaletteBase,Krypton.Toolkit.IPaletteTriple,Krypton.Toolkit.IPaletteTriple)">
<summary>
Initialize a new instance of the PaletteRedirectCommon class.
</summary>
<param name="target">Initial palette target for redirection.</param>
<param name="disabled">Redirection for disabled state requests.</param>
<param name="others">Redirection for all other state requests.</param>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectCommon.GetBackDraw(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets a value indicating if background should be drawn.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>InheritBool value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectCommon.GetBackGraphicsHint(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the graphics drawing hint for the background.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteGraphicsHint value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectCommon.GetBackColor1(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the first background color.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectCommon.GetBackColor2(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the second back color.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectCommon.GetBackColorStyle(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color background drawing style.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color drawing style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectCommon.GetBackColorAlign(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color alignment.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectCommon.GetBackColorAngle(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color background angle.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Angle used for color drawing.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectCommon.GetBackImage(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets a background image.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image instance.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectCommon.GetBackImageStyle(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the background image style.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image style value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectCommon.GetBackImageAlign(Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the image alignment.
</summary>
<param name="style">Background style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectCommon.GetBorderDraw(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets a value indicating if border should be drawn.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>InheritBool value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectCommon.GetBorderDrawBorders(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets a value indicating which borders to draw.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteDrawBorders value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectCommon.GetBorderGraphicsHint(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the graphics drawing hint for the border.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteGraphicsHint value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectCommon.GetBorderColor1(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the first border color.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectCommon.GetBorderColor2(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the second border color.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectCommon.GetBorderColorStyle(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color border drawing style.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color drawing style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectCommon.GetBorderColorAlign(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color border alignment.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectCommon.GetBorderColorAngle(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color border angle.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Angle used for color drawing.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectCommon.GetBorderWidth(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the border width.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Integer width.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectCommon.GetBorderRounding(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the border corner rounding.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Float rounding.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectCommon.GetBorderImage(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets a border image.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image instance.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectCommon.GetBorderImageStyle(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the border image style.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image style value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectCommon.GetBorderImageAlign(Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the image border alignment.
</summary>
<param name="style">Border style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectCommon.GetContentDraw(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets a value indicating if content should be drawn.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>InheritBool value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectCommon.GetContentDrawFocus(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets a value indicating if content should be drawn with focus indication.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>InheritBool value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectCommon.GetContentImageH(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the horizontal relative alignment of the image.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectCommon.GetContentImageV(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the vertical relative alignment of the image.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectCommon.GetContentImageEffect(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the effect applied to drawing of the image.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteImageEffect value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectCommon.GetContentShortTextFont(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the font for the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Font value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectCommon.GetContentShortTextHint(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the rendering hint for the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteTextHint value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectCommon.GetContentShortTextPrefix(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the prefix drawing setting for short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteTextPrefix value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectCommon.GetContentShortTextMultiLine(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the flag indicating if multiline text is allowed for short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>InheritBool value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectCommon.GetContentShortTextTrim(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the text trimming to use for short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteTextTrim value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectCommon.GetContentShortTextH(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the horizontal relative alignment of the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectCommon.GetContentShortTextV(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the vertical relative alignment of the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectCommon.GetContentShortTextMultiLineH(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the horizontal relative alignment of multiline short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectCommon.GetContentShortTextColor1(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the first back color for the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectCommon.GetContentShortTextColor2(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the second back color for the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectCommon.GetContentShortTextColorStyle(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color drawing style for the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color drawing style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectCommon.GetContentShortTextColorAlign(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color alignment for the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectCommon.GetContentShortTextColorAngle(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color background angle for the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Angle used for color drawing.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectCommon.GetContentShortTextImage(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets a background image for the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image instance.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectCommon.GetContentShortTextImageStyle(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the background image style.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image style value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectCommon.GetContentShortTextImageAlign(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the image alignment for the short text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectCommon.GetContentLongTextFont(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the font for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Font value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectCommon.GetContentLongTextHint(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the rendering hint for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteTextHint value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectCommon.GetContentLongTextMultiLine(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the flag indicating if multiline text is allowed for long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>InheritBool value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectCommon.GetContentLongTextTrim(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the text trimming to use for long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteTextTrim value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectCommon.GetContentLongTextPrefix(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the prefix drawing setting for long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>PaletteTextPrefix value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectCommon.GetContentLongTextH(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the horizontal relative alignment of the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectCommon.GetContentLongTextV(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the vertical relative alignment of the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectCommon.GetContentLongTextMultiLineH(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the horizontal relative alignment of multiline long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>RelativeAlignment value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectCommon.GetContentLongTextColor1(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the first back color for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectCommon.GetContentLongTextColor2(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the second back color for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectCommon.GetContentLongTextColorStyle(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color drawing style for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color drawing style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectCommon.GetContentLongTextColorAlign(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color alignment for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Color alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectCommon.GetContentLongTextColorAngle(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the color background angle for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Angle used for color drawing.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectCommon.GetContentLongTextImage(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets a background image for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image instance.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectCommon.GetContentLongTextImageStyle(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the background image style for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image style value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectCommon.GetContentLongTextImageAlign(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the image alignment for the long text.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Image alignment style.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectCommon.GetBorderContentPadding(Krypton.Toolkit.KryptonForm,Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the padding between the border and content drawing.
</summary>
<param name="owningForm"></param>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Padding value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectCommon.GetContentAdjacentGap(Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.PaletteState)">
<summary>
Gets the padding between adjacent content items.
</summary>
<param name="style">Content style.</param>
<param name="state">Palette value should be applicable to this state.</param>
<returns>Integer value.</returns>
</member>
<member name="T:Krypton.Toolkit.PaletteRedirectContextMenu">
<summary>
Redirects requests for context menu images from the ContextMenuImages instance.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectContextMenu.#ctor(Krypton.Toolkit.PaletteBase,Krypton.Toolkit.ContextMenuImages)">
<summary>
Initialize a new instance of the PaletteRedirectContextMenu class.
</summary>
<param name="target">Initial palette target for redirection.</param>
<param name="images">Reference to source of context menu images.</param>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectContextMenu.GetContextMenuCheckedImage">
<summary>
Gets a checked image appropriate for a context menu item.
</summary>
<returns>Appropriate image for drawing; otherwise null.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectContextMenu.GetContextMenuIndeterminateImage">
<summary>
Gets a indeterminate image appropriate for a context menu item.
</summary>
<returns>Appropriate image for drawing; otherwise null.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectContextMenu.GetContextMenuSubMenuImage">
<summary>
Gets an image indicating a sub-menu on a context menu item.
</summary>
<returns>Appropriate image for drawing; otherwise null.</returns>
</member>
<member name="T:Krypton.Toolkit.PaletteRedirectRadioButton">
<summary>
Redirects requests for radio button images from the RadioButtonImages instance.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectRadioButton.#ctor(Krypton.Toolkit.RadioButtonImages)">
<summary>
Initialize a new instance of the PaletteRedirectRadioButton class.
</summary>
<param name="images">Reference to source of radio button images.</param>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectRadioButton.#ctor(Krypton.Toolkit.PaletteBase,Krypton.Toolkit.RadioButtonImages)">
<summary>
Initialize a new instance of the PaletteRedirectRadioButton class.
</summary>
<param name="target">Initial palette target for redirection.</param>
<param name="images">Reference to source of radio button images.</param>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectRadioButton.GetRadioButtonImage(System.Boolean,System.Boolean,System.Boolean,System.Boolean)">
<summary>
Gets a radio button image appropriate for the provided state.
</summary>
<param name="enabled">Is the radio button enabled.</param>
<param name="checkState">Is the radio button checked/unchecked/indeterminate.</param>
<param name="tracking">Is the radio button being hot tracked.</param>
<param name="pressed">Is the radio button being pressed.</param>
<returns>Appropriate image for drawing; otherwise null.</returns>
</member>
<member name="T:Krypton.Toolkit.PaletteRedirectTreeView">
<summary>
Redirects requests for tree view images from the TreeViewImages instance.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectTreeView.#ctor(Krypton.Toolkit.TreeViewImages,Krypton.Toolkit.CheckBoxImages)">
<summary>
Initialize a new instance of the PaletteRedirectTreeView class.
</summary>
<param name="plusMinusImages">Reference to source of tree view images.</param>
<param name="checkBoxImages">Reference to source of check box images.</param>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectTreeView.#ctor(Krypton.Toolkit.PaletteBase,Krypton.Toolkit.TreeViewImages,Krypton.Toolkit.CheckBoxImages)">
<summary>
Initialize a new instance of the PaletteRedirectTreeView class.
</summary>
<param name="target">Initial palette target for redirection.</param>
<param name="plusMinusImages">Reference to source of tree view images.</param>
<param name="checkBoxImages">Reference to source of check box images.</param>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectTreeView.GetTreeViewImage(System.Boolean)">
<summary>
Gets a tree view image appropriate for the provided state.
</summary>
<param name="expanded">Is the node expanded</param>
<returns>Appropriate image for drawing; otherwise null.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteRedirectTreeView.GetCheckBoxImage(System.Boolean,System.Windows.Forms.CheckState,System.Boolean,System.Boolean)">
<summary>
Gets a check box image appropriate for the provided state.
</summary>
<param name="enabled">Is the check box enabled.</param>
<param name="checkState">Is the check box checked/unchecked/indeterminate.</param>
<param name="tracking">Is the check box being hot tracked.</param>
<param name="pressed">Is the check box being pressed.</param>
<returns>Appropriate image for drawing; otherwise null.</returns>
</member>
<member name="T:Krypton.Toolkit.PaletteSeparatorPadding">
<summary>
Implement storage for palette border,background and separator padding.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteSeparatorPadding.#ctor(Krypton.Toolkit.IPaletteDouble,Krypton.Toolkit.IPaletteMetric,Krypton.Toolkit.NeedPaintHandler)">
<summary>
Initialize a new instance of the PaletteSeparatorPadding class.
</summary>
<param name="inheritDouble">Source for inheriting border and background values.</param>
<param name="inheritMetric">Source for inheriting metric values.</param>
<param name="needPaint">Delegate for notifying paint requests.</param>
</member>
<member name="P:Krypton.Toolkit.PaletteSeparatorPadding.IsDefault">
<summary>
Gets a value indicating if all values are default.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteSeparatorPadding.PopulateFromBase(Krypton.Toolkit.PaletteState,Krypton.Toolkit.PaletteMetricPadding)">
<summary>
Populate values from the base palette.
</summary>
<param name="state">Which state to populate from.</param>
<param name="metric">Which metric should be used for padding.</param>
</member>
<member name="P:Krypton.Toolkit.PaletteSeparatorPadding.Border">
<summary>
Gets access to the border palette details.
</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteSeparatorPadding.Padding">
<summary>
Gets the padding used to position the separator.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteSeparatorPadding.ResetPadding">
<summary>
Reset the Padding to the default value.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteSeparatorPadding.GetMetricInt(Krypton.Toolkit.KryptonForm,Krypton.Toolkit.PaletteState,Krypton.Toolkit.PaletteMetricInt)">
<summary>
Gets an integer metric value.
</summary>
<param name="owningForm"></param>
<param name="state">Palette value should be applicable to this state.</param>
<param name="metric">Requested metric.</param>
<returns>Integer value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteSeparatorPadding.GetMetricBool(Krypton.Toolkit.PaletteState,Krypton.Toolkit.PaletteMetricBool)">
<summary>
Gets a boolean metric value.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<param name="metric">Requested metric.</param>
<returns>InheritBool value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteSeparatorPadding.GetMetricPadding(Krypton.Toolkit.KryptonForm,Krypton.Toolkit.PaletteState,Krypton.Toolkit.PaletteMetricPadding)">
<summary>
Gets a padding metric value.
</summary>
<param name="owningForm"></param>
<param name="state">Palette value should be applicable to this state.</param>
<param name="metric">Requested metric.</param>
<returns>Padding value.</returns>
</member>
<member name="T:Krypton.Toolkit.PaletteSeparatorPaddingRedirect">
<summary>
Implement storage for palette border,background and separator padding.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteSeparatorPaddingRedirect.#ctor(Krypton.Toolkit.PaletteRedirect,Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.NeedPaintHandler)">
<summary>
Initialize a new instance of the PaletteSeparatorPaddingRedirect class.
</summary>
<param name="redirect">inheritance redirection instance.</param>
<param name="backStyle">Initial background style.</param>
<param name="borderStyle">Initial border style.</param>
<param name="needPaint">Delegate for notifying paint requests.</param>
</member>
<member name="P:Krypton.Toolkit.PaletteSeparatorPaddingRedirect.IsDefault">
<summary>
Gets a value indicating if all values are default.
</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteSeparatorPaddingRedirect.Padding">
<summary>
Gets the padding used to position the separator.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteSeparatorPaddingRedirect.ResetPadding">
<summary>
Reset the Padding to the default value.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteSeparatorPaddingRedirect.GetMetricInt(Krypton.Toolkit.KryptonForm,Krypton.Toolkit.PaletteState,Krypton.Toolkit.PaletteMetricInt)">
<summary>
Gets an integer metric value.
</summary>
<param name="owningForm"></param>
<param name="state">Palette value should be applicable to this state.</param>
<param name="metric">Requested metric.</param>
<returns>Integer value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteSeparatorPaddingRedirect.GetMetricBool(Krypton.Toolkit.PaletteState,Krypton.Toolkit.PaletteMetricBool)">
<summary>
Gets a boolean metric value.
</summary>
<param name="state">Palette value should be applicable to this state.</param>
<param name="metric">Requested metric.</param>
<returns>InheritBool value.</returns>
</member>
<member name="M:Krypton.Toolkit.PaletteSeparatorPaddingRedirect.GetMetricPadding(Krypton.Toolkit.KryptonForm,Krypton.Toolkit.PaletteState,Krypton.Toolkit.PaletteMetricPadding)">
<summary>
Gets a padding metric value.
</summary>
<param name="owningForm"></param>
<param name="state">Palette value should be applicable to this state.</param>
<param name="metric">Requested metric.</param>
<returns>Padding value.</returns>
</member>
<member name="T:Krypton.Toolkit.PaletteSplitContainer">
<summary>
Extend storage for the split container with background and border information combined with separator information.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteSplitContainer.#ctor(Krypton.Toolkit.IPaletteDouble,Krypton.Toolkit.IPaletteDouble,Krypton.Toolkit.IPaletteMetric,Krypton.Toolkit.NeedPaintHandler)">
<summary>
Initialize a new instance of the PaletteSplitContainer class.
</summary>
<param name="inheritSplitContainer">Source for inheriting back/border defaulted values.</param>
<param name="inheritSeparator">Source for inheriting separator defaulted values.</param>
<param name="inheritMetric">Source for inheriting separator metric values.</param>
<param name="needPaint">Delegate for notifying paint requests.</param>
</member>
<member name="P:Krypton.Toolkit.PaletteSplitContainer.IsDefault">
<summary>
Gets a value indicating if all values are default.
</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteSplitContainer.Border">
<summary>
Gets access to the border palette details.
</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteSplitContainer.Separator">
<summary>
Get access to the overrides for defining separator appearance.
</summary>
</member>
<member name="T:Krypton.Toolkit.PaletteSplitContainerRedirect">
<summary>
Extend storage for the split container with background and border information combined with separator information.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteSplitContainerRedirect.#ctor(Krypton.Toolkit.PaletteRedirect,Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.NeedPaintHandler)">
<summary>
Initialize a new instance of the PaletteSplitContainerRedirect class.
</summary>
<param name="redirect">inheritance redirection instance.</param>
<param name="backContainerStyle">Initial split container background style.</param>
<param name="borderContainerStyle">Initial split container border style.</param>
<param name="backSeparatorStyle">Initial separator background style.</param>
<param name="borderSeparatorStyle">Initial separator border style.</param>
<param name="needPaint">Delegate for notifying paint requests.</param>
</member>
<member name="P:Krypton.Toolkit.PaletteSplitContainerRedirect.IsDefault">
<summary>
Gets a value indicating if all values are default.
</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteSplitContainerRedirect.Border">
<summary>
Gets access to the border palette details.
</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteSplitContainerRedirect.Separator">
<summary>
Get access to the overrides for defining separator appearance.
</summary>
</member>
<member name="T:Krypton.Toolkit.PaletteTrackBarPositionStates">
<summary>
Implement storage for a track bar position only states.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteTrackBarPositionStates.#ctor(Krypton.Toolkit.PaletteTrackBarRedirect,Krypton.Toolkit.NeedPaintHandler)">
<summary>
Initialize a new instance of the PaletteTrackBarPositionStates class.
</summary>
<param name="redirect">Source for inheriting values.</param>
<param name="needPaint">Delegate for notifying paint requests.</param>
</member>
<member name="M:Krypton.Toolkit.PaletteTrackBarPositionStates.#ctor(Krypton.Toolkit.IPaletteElementColor,Krypton.Toolkit.NeedPaintHandler)">
<summary>
Initialize a new instance of the PaletteTrackBarPositionStates class.
</summary>
<param name="inheritPosition">Source for inheriting position values.</param>
<param name="needPaint">Delegate for notifying paint requests.</param>
</member>
<member name="P:Krypton.Toolkit.PaletteTrackBarPositionStates.IsDefault">
<summary>
Gets a value indicating if all values are default.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteTrackBarPositionStates.SetInherit(Krypton.Toolkit.IPaletteElementColor)">
<summary>
Sets the inheritance parent.
</summary>
<param name="inheritPosition">Source for inheriting position values.</param>
</member>
<member name="M:Krypton.Toolkit.PaletteTrackBarPositionStates.PopulateFromBase(Krypton.Toolkit.PaletteState)">
<summary>
Populate values from the base palette.
</summary>
<param name="state">Palette state to use when populating.</param>
</member>
<member name="P:Krypton.Toolkit.PaletteTrackBarPositionStates.Position">
<summary>
Gets access to the position appearance.
</summary>
</member>
<member name="T:Krypton.Toolkit.PaletteTrackBarPositionStatesOverride">
<summary>
Implement storage for a track bar position only states.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteTrackBarPositionStatesOverride.#ctor(Krypton.Toolkit.PaletteTrackBarRedirect,Krypton.Toolkit.PaletteTrackBarPositionStates,Krypton.Toolkit.PaletteState)">
<summary>
Initialize a new instance of the PaletteTrackBarPositionStatesOverride class.
</summary>
<param name="normalStates">Normal state values.</param>
<param name="overrideStates">Override state values.</param>
<param name="overrideState">State to override.</param>
<exception cref="T:System.ArgumentNullException"></exception>
</member>
<member name="M:Krypton.Toolkit.PaletteTrackBarPositionStatesOverride.SetPalettes(Krypton.Toolkit.PaletteTrackBarRedirect,Krypton.Toolkit.PaletteTrackBarPositionStates)">
<summary>
Update the the normal and override palettes.
</summary>
<param name="normalStates">New normal palette.</param>
<param name="overrideStates">New override palette.</param>
</member>
<member name="P:Krypton.Toolkit.PaletteTrackBarPositionStatesOverride.Apply">
<summary>
Gets and sets a value indicating if override should be applied.
</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteTrackBarPositionStatesOverride.Override">
<summary>
Gets and sets a value indicating if override state should be applied.
</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteTrackBarPositionStatesOverride.OverrideState">
<summary>
Gets and sets the override palette state to use.
</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteTrackBarPositionStatesOverride.Position">
<summary>
Gets access to the position appearance.
</summary>
</member>
<member name="T:Krypton.Toolkit.PaletteTrackBarRedirect">
<summary>
Implement storage for a track bar state.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteTrackBarRedirect.#ctor(Krypton.Toolkit.PaletteRedirect,Krypton.Toolkit.NeedPaintHandler)">
<summary>
Initialize a new instance of the PaletteTrackBarRedirect class.
</summary>
<param name="redirect">inheritance redirection instance.</param>
<param name="needPaint">Delegate for notifying paint requests.</param>
</member>
<member name="P:Krypton.Toolkit.PaletteTrackBarRedirect.IsDefault">
<summary>
Gets a value indicating if all values are default.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteTrackBarRedirect.SetRedirector(Krypton.Toolkit.PaletteRedirect)">
<summary>
Update the redirector with new reference.
</summary>
<param name="redirect">Target redirector.</param>
</member>
<member name="M:Krypton.Toolkit.PaletteTrackBarRedirect.PopulateFromBase(Krypton.Toolkit.PaletteState)">
<summary>
Populate values from the base palette.
</summary>
<param name="state">Palette state to use when populating.</param>
</member>
<member name="P:Krypton.Toolkit.PaletteTrackBarRedirect.Tick">
<summary>
Gets access to the tick appearance.
</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteTrackBarRedirect.Track">
<summary>
Gets access to the track appearance.
</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteTrackBarRedirect.Position">
<summary>
Gets access to the position marker appearance.
</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteTrackBarRedirect.Back">
<summary>
Gets access to the background appearance.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteTrackBarRedirect.OnNeedPaint(System.Object,System.Boolean)">
<summary>
Handle a change event from palette source.
</summary>
<param name="sender">Source of the event.</param>
<param name="needLayout">True if a layout is also needed.</param>
</member>
<member name="T:Krypton.Toolkit.PaletteTrackBarStates">
<summary>
Implement storage for a track bar state.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteTrackBarStates.#ctor(Krypton.Toolkit.PaletteTrackBarRedirect,Krypton.Toolkit.NeedPaintHandler)">
<summary>
Initialize a new instance of the PaletteTrackBarStates class.
</summary>
<param name="redirect">Source for inheriting values.</param>
<param name="needPaint">Delegate for notifying paint requests.</param>
</member>
<member name="M:Krypton.Toolkit.PaletteTrackBarStates.#ctor(Krypton.Toolkit.IPaletteElementColor,Krypton.Toolkit.IPaletteElementColor,Krypton.Toolkit.IPaletteElementColor,Krypton.Toolkit.NeedPaintHandler)">
<summary>
Initialize a new instance of the PaletteTrackBarStates class.
</summary>
<param name="inheritTick">Source for inheriting tick values.</param>
<param name="inheritTrack">Source for inheriting track values.</param>
<param name="inheritPosition">Source for inheriting position values.</param>
<param name="needPaint">Delegate for notifying paint requests.</param>
</member>
<member name="P:Krypton.Toolkit.PaletteTrackBarStates.IsDefault">
<summary>
Gets a value indicating if all values are default.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteTrackBarStates.SetInherit(Krypton.Toolkit.IPaletteElementColor,Krypton.Toolkit.IPaletteElementColor,Krypton.Toolkit.IPaletteElementColor)">
<summary>
Sets the inheritance parent.
</summary>
<param name="inheritTick">Source for inheriting tick values.</param>
<param name="inheritTrack">Source for inheriting track values.</param>
<param name="inheritPosition">Source for inheriting position values.</param>
</member>
<member name="M:Krypton.Toolkit.PaletteTrackBarStates.PopulateFromBase(Krypton.Toolkit.PaletteState)">
<summary>
Populate values from the base palette.
</summary>
<param name="state">Palette state to use when populating.</param>
</member>
<member name="P:Krypton.Toolkit.PaletteTrackBarStates.Tick">
<summary>
Gets access to the tick appearance.
</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteTrackBarStates.Track">
<summary>
Gets access to the track appearance.
</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteTrackBarStates.Position">
<summary>
Gets access to the position appearance.
</summary>
</member>
<member name="T:Krypton.Toolkit.PaletteTrackBarStatesOverride">
<summary>
Allow the palette to be overriden optionally.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteTrackBarStatesOverride.#ctor(Krypton.Toolkit.PaletteTrackBarRedirect,Krypton.Toolkit.PaletteTrackBarStates,Krypton.Toolkit.PaletteState)">
<summary>
Initialize a new instance of the PaletteTrackBarStatesOverride class.
</summary>
<param name="normalStates">Normal state values.</param>
<param name="overrideStates">Override state values.</param>
<param name="overrideState">State to override.</param>
<exception cref="T:System.ArgumentNullException"></exception>
</member>
<member name="M:Krypton.Toolkit.PaletteTrackBarStatesOverride.SetPalettes(Krypton.Toolkit.PaletteTrackBarRedirect,Krypton.Toolkit.PaletteTrackBarStates)">
<summary>
Update the the normal and override palettes.
</summary>
<param name="normalStates">New normal palette.</param>
<param name="overrideStates">New override palette.</param>
</member>
<member name="P:Krypton.Toolkit.PaletteTrackBarStatesOverride.Apply">
<summary>
Gets and sets a value indicating if override should be applied.
</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteTrackBarStatesOverride.Override">
<summary>
Gets and sets a value indicating if override state should be applied.
</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteTrackBarStatesOverride.OverrideState">
<summary>
Gets and sets the override palette state to use.
</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteTrackBarStatesOverride.Back">
<summary>
Gets access to the back appearance.
</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteTrackBarStatesOverride.Tick">
<summary>
Gets access to the tick appearance.
</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteTrackBarStatesOverride.Track">
<summary>
Gets access to the track appearance.
</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteTrackBarStatesOverride.Position">
<summary>
Gets access to the position appearance.
</summary>
</member>
<member name="T:Krypton.Toolkit.PaletteTreeNodeTriple">
<summary>
Implement storage for storage for a tree node triple.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteTreeNodeTriple.#ctor(Krypton.Toolkit.PaletteTripleRedirect,Krypton.Toolkit.NeedPaintHandler)">
<summary>
Initialize a new instance of the PaletteTreeNodeTriple class.
</summary>
<param name="inherit">Source for inheriting values.</param>
<param name="needPaint">Delegate for notifying paint requests.</param>
</member>
<member name="P:Krypton.Toolkit.PaletteTreeNodeTriple.IsDefault">
<summary>
Gets a value indicating if all values are default.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteTreeNodeTriple.PopulateFromBase(Krypton.Toolkit.PaletteState)">
<summary>
Populate values from the base palette.
</summary>
<param name="state">The palette state to populate with.</param>
</member>
<member name="M:Krypton.Toolkit.PaletteTreeNodeTriple.SetInherit(Krypton.Toolkit.PaletteTripleRedirect)">
<summary>
Sets the inheritance parent.
</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteTreeNodeTriple.Node">
<summary>
Gets access to the node palette details.
</summary>
</member>
<member name="T:Krypton.Toolkit.PaletteTreeNodeTripleRedirect">
<summary>
Implement storage for a tree node triple.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteTreeNodeTripleRedirect.#ctor(Krypton.Toolkit.PaletteRedirect,Krypton.Toolkit.PaletteBackStyle,Krypton.Toolkit.PaletteBorderStyle,Krypton.Toolkit.PaletteContentStyle,Krypton.Toolkit.NeedPaintHandler)">
<summary>
Initialize a new instance of the PaletteTreeNodeTripleRedirect class.
</summary>
<param name="redirect">inheritance redirection instance.</param>
<param name="backStyle">Initial background style.</param>
<param name="borderStyle">Initial border style.</param>
<param name="contentStyle">Initial content style.</param>
<param name="needPaint">Delegate for notifying paint requests.</param>
</member>
<member name="P:Krypton.Toolkit.PaletteTreeNodeTripleRedirect.IsDefault">
<summary>
Gets a value indicating if all values are default.
</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteTreeNodeTripleRedirect.Node">
<summary>
Gets the node appearance overrides.
</summary>
</member>
<member name="T:Krypton.Toolkit.PaletteTreeState">
<summary>
Implement storage for background, border and node triple.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteTreeState.#ctor(Krypton.Toolkit.PaletteTreeStateRedirect,Krypton.Toolkit.PaletteBack,Krypton.Toolkit.PaletteBorder,Krypton.Toolkit.NeedPaintHandler)">
<summary>
Initialize a new instance of the PaletteTreeState class.
</summary>
<param name="inherit">Source for inheriting values.</param>
<param name="back">Reference to back storage.</param>
<param name="border">Reference to border storage.</param>
<param name="needPaint">Delegate for notifying paint requests.</param>
</member>
<member name="P:Krypton.Toolkit.PaletteTreeState.IsDefault">
<summary>
Gets a value indicating if all values are default.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteTreeState.PopulateFromBase(Krypton.Toolkit.PaletteState)">
<summary>
Populate values from the base palette.
</summary>
<param name="state">Which state to populate from.</param>
</member>
<member name="P:Krypton.Toolkit.PaletteTreeState.Node">
<summary>
Gets the node appearance overrides.
</summary>
</member>
<member name="T:Krypton.Toolkit.PaletteTreeStateRedirect">
<summary>
Implement storage for back, border and tree node triple.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteTreeStateRedirect.#ctor(Krypton.Toolkit.PaletteRedirect,Krypton.Toolkit.PaletteBack,Krypton.Toolkit.PaletteBackInheritRedirect,Krypton.Toolkit.PaletteBorder,Krypton.Toolkit.PaletteBorderInheritRedirect,Krypton.Toolkit.NeedPaintHandler)">
<summary>
Initialize a new instance of the PaletteTreeStateRedirect class.
</summary>
<param name="redirect">inheritance redirection instance.</param>
<param name="back">Storage for back values.</param>
<param name="backInherit">inheritance for back values.</param>
<param name="border">Storage for border values.</param>
<param name="borderInherit">inheritance for border values.</param>
<param name="needPaint">Delegate for notifying paint requests.</param>
</member>
<member name="P:Krypton.Toolkit.PaletteTreeStateRedirect.IsDefault">
<summary>
Gets a value indicating if all values are default.
</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteTreeStateRedirect.Node">
<summary>
Gets the node appearance overrides.
</summary>
</member>
<member name="T:Krypton.Toolkit.PaletteWrapLabel">
<summary>
Provide wrap label state storage.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteWrapLabel.#ctor(Krypton.Toolkit.KryptonWrapLabel)">
<summary>
Initialize a new instance of the PaletteWrapLabel class.
</summary>
<param name="wrapLabel">Reference to owning control.</param>
</member>
<member name="M:Krypton.Toolkit.PaletteWrapLabel.#ctor(Krypton.Toolkit.KryptonLinkWrapLabel)">
<summary>Initializes a new instance of the <see cref="T:Krypton.Toolkit.PaletteWrapLabel" /> class.</summary>
<param name="linkWrapLabel">The link wrap label.</param>
</member>
<member name="P:Krypton.Toolkit.PaletteWrapLabel.IsDefault">
<summary>
Gets a value indicating if all values are default.
</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteWrapLabel.Font">
<summary>
Gets the font for label text.
</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteWrapLabel.TextColor">
<summary>
Gets and sets the color for the text.
</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteWrapLabel.Hint">
<summary>
Gets the text rendering hint for the text.
</summary>
</member>
<member name="T:Krypton.Toolkit.Properties.Resources">
<summary>
A strongly-typed resource class, for looking up localized strings, etc.
</summary>
</member>
<member name="P:Krypton.Toolkit.Properties.Resources.ResourceManager">
<summary>
Returns the cached ResourceManager instance used by this class.
</summary>
</member>
<member name="P:Krypton.Toolkit.Properties.Resources.Culture">
<summary>
Overrides the current thread's CurrentUICulture property for all
resource lookups using this strongly typed resource class.
</summary>
</member>
<member name="P:Krypton.Toolkit.Properties.Resources.v19to20">
<summary>
Looks up a localized string similar to &lt;?xml version=&quot;1.0&quot;?&gt;
&lt;xsl:stylesheet xmlns:xsl=&quot;http://www.w3.org/1999/XSL/Transform&quot; version=&quot;1.0&quot;&gt;
&lt;xsl:template match=&quot;KryptonPalette&quot;&gt;
&lt;xsl:comment&gt;Created by exporting the settings of a KryptonCustomPaletteBase instance.&lt;/xsl:comment&gt;
&lt;xsl:comment&gt;For more information about Krypton visit https://github.com/Krypton-Suite/Standard-Toolkit&lt;/xsl:comment&gt;
&lt;xsl:comment&gt;New BSD 3-Clause License (https://github.com/Krypton-Suite/Standard-Toolkit/blob/master/LICENSE)&lt;/xsl:comment&gt;
&lt;xsl: [rest of string was truncated]&quot;;.
</summary>
</member>
<member name="P:Krypton.Toolkit.Properties.Resources.v6to19">
<summary>
Looks up a localized string similar to &lt;?xml version=&quot;1.0&quot;?&gt;
&lt;xsl:stylesheet xmlns:xsl=&quot;http://www.w3.org/1999/XSL/Transform&quot; version=&quot;1.0&quot;&gt;
&lt;xsl:template match=&quot;KryptonPalette&quot;&gt;
&lt;xsl:comment&gt;Created by exporting the settings of a KryptonPalette instance.&lt;/xsl:comment&gt;
&lt;xsl:comment&gt;For more information about Krypton visit https://github.com/Krypton-Suite/Standard-Toolkit&lt;/xsl:comment&gt;
&lt;xsl:comment&gt;WARNING: Modifying this file may render it invalid for importing.&lt;/xsl:comment&gt;
&lt;KryptonPalette Version=&quot;19&quot;&gt;
&lt;xsl:attr [rest of string was truncated]&quot;;.
</summary>
</member>
<member name="T:Krypton.Toolkit.KryptonMicrosoft365Renderer">
<summary>
</summary>
<seealso cref="T:Krypton.Toolkit.KryptonProfessionalRenderer" />
</member>
<member name="M:Krypton.Toolkit.KryptonMicrosoft365Renderer.GradientItemColorsSplit.#ctor(System.Drawing.Color,System.Drawing.Color,System.Drawing.Color)">
<summary>
Initialize a new instance of the GradientItemColorsSplit class.
</summary>
<param name="border">Base border color.</param>
<param name="begin">Beginning background color.</param>
<param name="end">Ending background color.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonMicrosoft365Renderer.GradientItemColorsTracking.#ctor(System.Drawing.Color,System.Drawing.Color,System.Drawing.Color)">
<summary>
Initialize a new instance of the GradientItemColorsTracking class.
</summary>
<param name="border">Base border color.</param>
<param name="begin">Beginning background color.</param>
<param name="end">Ending background color.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonMicrosoft365Renderer.GradientItemColorsDisabled.#ctor(System.Drawing.Color,System.Drawing.Color,System.Drawing.Color)">
<summary>
Initialize a new instance of the GradientItemColorsDisabled class.
</summary>
<param name="border">Base border color.</param>
<param name="begin">Beginning background color.</param>
<param name="end">Ending background color.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonMicrosoft365Renderer.GradientItemColorsPressed.#ctor(System.Drawing.Color,System.Drawing.Color,System.Drawing.Color)">
<summary>
Initialize a new instance of the GradientItemColorsPressed class.
</summary>
<param name="border">Base border color.</param>
<param name="begin">Beginning background color.</param>
<param name="end">Ending background color.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonMicrosoft365Renderer.GradientItemColorsChecked.#ctor(System.Drawing.Color,System.Drawing.Color,System.Drawing.Color)">
<summary>
Initialize a new instance of the GradientItemColorsChecked class.
</summary>
<param name="border">Base border color.</param>
<param name="begin">Beginning background color.</param>
<param name="end">Ending background color.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonMicrosoft365Renderer.GradientItemColorsCheckedTracking.#ctor(System.Drawing.Color,System.Drawing.Color,System.Drawing.Color)">
<summary>
Initialize a new instance of the GradientItemColorsCheckedTracking class.
</summary>
<param name="border">Base border color.</param>
<param name="begin">Beginning background color.</param>
<param name="end">Ending background color.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonMicrosoft365Renderer.#ctor(Krypton.Toolkit.KryptonColorTable)">
<summary>
Initialise a new instance of the KryptonOffice2010Renderer class.
</summary>
<param name="kct">Source for text colors.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonMicrosoft365Renderer.OnRenderArrow(System.Windows.Forms.ToolStripArrowRenderEventArgs)">
<summary>
Raises the RenderArrow event.
</summary>
<param name="e">An ToolStripArrowRenderEventArgs containing the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonMicrosoft365Renderer.OnRenderButtonBackground(System.Windows.Forms.ToolStripItemRenderEventArgs)">
<summary>
Raises the RenderButtonBackground event.
</summary>
<param name="e">An ToolStripItemRenderEventArgs containing the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonMicrosoft365Renderer.OnRenderDropDownButtonBackground(System.Windows.Forms.ToolStripItemRenderEventArgs)">
<summary>
Raises the RenderDropDownButtonBackground event.
</summary>
<param name="e">An ToolStripItemRenderEventArgs containing the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonMicrosoft365Renderer.OnRenderItemCheck(System.Windows.Forms.ToolStripItemImageRenderEventArgs)">
<summary>
Raises the RenderItemCheck event.
</summary>
<param name="e">An ToolStripItemImageRenderEventArgs containing the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonMicrosoft365Renderer.OnRenderItemText(System.Windows.Forms.ToolStripItemTextRenderEventArgs)">
<summary>
Raises the RenderItemText event.
</summary>
<param name="e">A ToolStripItemTextRenderEventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonMicrosoft365Renderer.OnRenderItemImage(System.Windows.Forms.ToolStripItemImageRenderEventArgs)">
<summary>
Raises the RenderItemImage event.
</summary>
<param name="e">An ToolStripItemImageRenderEventArgs containing the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonMicrosoft365Renderer.OnRenderMenuItemBackground(System.Windows.Forms.ToolStripItemRenderEventArgs)">
<summary>
Raises the RenderMenuItemBackground event.
</summary>
<param name="e">An ToolStripItemRenderEventArgs containing the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonMicrosoft365Renderer.OnRenderSeparator(System.Windows.Forms.ToolStripSeparatorRenderEventArgs)">
<summary>
Raises the RenderSeparator event.
</summary>
<param name="e">An ToolStripSeparatorRenderEventArgs containing the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonMicrosoft365Renderer.OnRenderSplitButtonBackground(System.Windows.Forms.ToolStripItemRenderEventArgs)">
<summary>
Raises the RenderSplitButtonBackground event.
</summary>
<param name="e">An ToolStripItemRenderEventArgs containing the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonMicrosoft365Renderer.OnRenderStatusStripSizingGrip(System.Windows.Forms.ToolStripRenderEventArgs)">
<summary>
Raises the RenderStatusStripSizingGrip event.
</summary>
<param name="e">An ToolStripRenderEventArgs containing the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonMicrosoft365Renderer.OnRenderToolStripContentPanelBackground(System.Windows.Forms.ToolStripContentPanelRenderEventArgs)">
<summary>
Raises the RenderToolStripContentPanelBackground event.
</summary>
<param name="e">An ToolStripContentPanelRenderEventArgs containing the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonMicrosoft365Renderer.OnRenderToolStripBackground(System.Windows.Forms.ToolStripRenderEventArgs)">
<summary>
Raises the RenderToolStripBackground event.
</summary>
<param name="e">An ToolStripRenderEventArgs containing the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonMicrosoft365Renderer.OnRenderToolStripBorder(System.Windows.Forms.ToolStripRenderEventArgs)">
<summary>
Raises the RenderToolStripBorder event.
</summary>
<param name="e">An ToolStripRenderEventArgs containing the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonMicrosoft365Renderer.OnRenderImageMargin(System.Windows.Forms.ToolStripRenderEventArgs)">
<summary>
Raises the RenderImageMargin event.
</summary>
<param name="e">An ToolStripRenderEventArgs containing the event data.</param>
</member>
<member name="T:Krypton.Toolkit.KryptonOffice2007Renderer">
<summary>
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonOffice2007Renderer.GradientItemColorsItem.#ctor(System.Drawing.Color,System.Drawing.Color,System.Drawing.Color)">
<summary>
Initialize a new instance of the GradientItemColorsItem class.
</summary>
<param name="border">Base border color.</param>
<param name="begin">Beginning background color.</param>
<param name="end">Ending background color.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonOffice2007Renderer.GradientItemColorsTracking.#ctor(System.Drawing.Color,System.Drawing.Color,System.Drawing.Color)">
<summary>
Initialize a new instance of the GradientItemColorsTracking class.
</summary>
<param name="border">Base border color.</param>
<param name="begin">Beginning background color.</param>
<param name="end">Ending background color.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonOffice2007Renderer.GradientItemColorsPressed.#ctor(System.Drawing.Color,System.Drawing.Color,System.Drawing.Color)">
<summary>
Initialize a new instance of the GradientItemColorsPressed class.
</summary>
<param name="border">Base border color.</param>
<param name="begin">Beginning background color.</param>
<param name="end">Ending background color.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonOffice2007Renderer.GradientItemColorsChecked.#ctor(System.Drawing.Color,System.Drawing.Color,System.Drawing.Color)">
<summary>
Initialize a new instance of the GradientItemColorsChecked class.
</summary>
<param name="border">Base border color.</param>
<param name="begin">Beginning background color.</param>
<param name="end">Ending background color.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonOffice2007Renderer.GradientItemColorsCheckedTracking.#ctor(System.Drawing.Color,System.Drawing.Color,System.Drawing.Color)">
<summary>
Initialize a new instance of the GradientItemColorsCheckedTracking class.
</summary>
<param name="border">Base border color.</param>
<param name="begin">Beginning background color.</param>
<param name="end">Ending background color.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonOffice2007Renderer.#ctor(Krypton.Toolkit.KryptonColorTable)">
<summary>
Initialise a new instance of the KryptonOffice2007Renderer class.
</summary>
<param name="kct">Source for text colors.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonOffice2007Renderer.OnRenderArrow(System.Windows.Forms.ToolStripArrowRenderEventArgs)">
<summary>
Raises the RenderArrow event.
</summary>
<param name="e">An ToolStripArrowRenderEventArgs containing the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonOffice2007Renderer.OnRenderButtonBackground(System.Windows.Forms.ToolStripItemRenderEventArgs)">
<summary>
Raises the RenderButtonBackground event.
</summary>
<param name="e">An ToolStripItemRenderEventArgs containing the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonOffice2007Renderer.OnRenderDropDownButtonBackground(System.Windows.Forms.ToolStripItemRenderEventArgs)">
<summary>
Raises the RenderDropDownButtonBackground event.
</summary>
<param name="e">An ToolStripItemRenderEventArgs containing the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonOffice2007Renderer.OnRenderItemCheck(System.Windows.Forms.ToolStripItemImageRenderEventArgs)">
<summary>
Raises the RenderItemCheck event.
</summary>
<param name="e">An ToolStripItemImageRenderEventArgs containing the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonOffice2007Renderer.OnRenderItemText(System.Windows.Forms.ToolStripItemTextRenderEventArgs)">
<summary>
Raises the RenderItemText event.
</summary>
<param name="e">A ToolStripItemTextRenderEventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonOffice2007Renderer.OnRenderItemImage(System.Windows.Forms.ToolStripItemImageRenderEventArgs)">
<summary>
Raises the RenderItemImage event.
</summary>
<param name="e">An ToolStripItemImageRenderEventArgs containing the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonOffice2007Renderer.OnRenderMenuItemBackground(System.Windows.Forms.ToolStripItemRenderEventArgs)">
<summary>
Raises the RenderMenuItemBackground event.
</summary>
<param name="e">An ToolStripItemRenderEventArgs containing the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonOffice2007Renderer.OnRenderSplitButtonBackground(System.Windows.Forms.ToolStripItemRenderEventArgs)">
<summary>
Raises the RenderSplitButtonBackground event.
</summary>
<param name="e">An ToolStripItemRenderEventArgs containing the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonOffice2007Renderer.OnRenderStatusStripSizingGrip(System.Windows.Forms.ToolStripRenderEventArgs)">
<summary>
Raises the RenderStatusStripSizingGrip event.
</summary>
<param name="e">An ToolStripRenderEventArgs containing the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonOffice2007Renderer.OnRenderToolStripContentPanelBackground(System.Windows.Forms.ToolStripContentPanelRenderEventArgs)">
<summary>
Raises the RenderToolStripContentPanelBackground event.
</summary>
<param name="e">An ToolStripContentPanelRenderEventArgs containing the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonOffice2007Renderer.OnRenderSeparator(System.Windows.Forms.ToolStripSeparatorRenderEventArgs)">
<summary>
Raises the RenderSeparator event.
</summary>
<param name="e">An ToolStripSeparatorRenderEventArgs containing the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonOffice2007Renderer.OnRenderToolStripBackground(System.Windows.Forms.ToolStripRenderEventArgs)">
<summary>
Raises the RenderToolStripBackground event.
</summary>
<param name="e">An ToolStripRenderEventArgs containing the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonOffice2007Renderer.OnRenderImageMargin(System.Windows.Forms.ToolStripRenderEventArgs)">
<summary>
Raises the RenderImageMargin event.
</summary>
<param name="e">An ToolStripRenderEventArgs containing the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonOffice2007Renderer.OnRenderToolStripBorder(System.Windows.Forms.ToolStripRenderEventArgs)">
<summary>
Raises the RenderToolStripBorder event.
</summary>
<param name="e">An ToolStripRenderEventArgs containing the event data.</param>
</member>
<member name="T:Krypton.Toolkit.KryptonOffice2010Renderer">
<summary>
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonOffice2010Renderer.GradientItemColorsSplit.#ctor(System.Drawing.Color,System.Drawing.Color,System.Drawing.Color)">
<summary>
Initialize a new instance of the GradientItemColorsSplit class.
</summary>
<param name="border">Base border color.</param>
<param name="begin">Beginning background color.</param>
<param name="end">Ending background color.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonOffice2010Renderer.GradientItemColorsTracking.#ctor(System.Drawing.Color,System.Drawing.Color,System.Drawing.Color)">
<summary>
Initialize a new instance of the GradientItemColorsTracking class.
</summary>
<param name="border">Base border color.</param>
<param name="begin">Beginning background color.</param>
<param name="end">Ending background color.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonOffice2010Renderer.GradientItemColorsDisabled.#ctor(System.Drawing.Color,System.Drawing.Color,System.Drawing.Color)">
<summary>
Initialize a new instance of the GradientItemColorsDisabled class.
</summary>
<param name="border">Base border color.</param>
<param name="begin">Beginning background color.</param>
<param name="end">Ending background color.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonOffice2010Renderer.GradientItemColorsPressed.#ctor(System.Drawing.Color,System.Drawing.Color,System.Drawing.Color)">
<summary>
Initialize a new instance of the GradientItemColorsPressed class.
</summary>
<param name="border">Base border color.</param>
<param name="begin">Beginning background color.</param>
<param name="end">Ending background color.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonOffice2010Renderer.GradientItemColorsChecked.#ctor(System.Drawing.Color,System.Drawing.Color,System.Drawing.Color)">
<summary>
Initialize a new instance of the GradientItemColorsChecked class.
</summary>
<param name="border">Base border color.</param>
<param name="begin">Beginning background color.</param>
<param name="end">Ending background color.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonOffice2010Renderer.GradientItemColorsCheckedTracking.#ctor(System.Drawing.Color,System.Drawing.Color,System.Drawing.Color)">
<summary>
Initialize a new instance of the GradientItemColorsCheckedTracking class.
</summary>
<param name="border">Base border color.</param>
<param name="begin">Beginning background color.</param>
<param name="end">Ending background color.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonOffice2010Renderer.#ctor(Krypton.Toolkit.KryptonColorTable)">
<summary>
Initialise a new instance of the KryptonOffice2010Renderer class.
</summary>
<param name="kct">Source for text colors.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonOffice2010Renderer.OnRenderArrow(System.Windows.Forms.ToolStripArrowRenderEventArgs)">
<summary>
Raises the RenderArrow event.
</summary>
<param name="e">An ToolStripArrowRenderEventArgs containing the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonOffice2010Renderer.OnRenderButtonBackground(System.Windows.Forms.ToolStripItemRenderEventArgs)">
<summary>
Raises the RenderButtonBackground event.
</summary>
<param name="e">An ToolStripItemRenderEventArgs containing the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonOffice2010Renderer.OnRenderDropDownButtonBackground(System.Windows.Forms.ToolStripItemRenderEventArgs)">
<summary>
Raises the RenderDropDownButtonBackground event.
</summary>
<param name="e">An ToolStripItemRenderEventArgs containing the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonOffice2010Renderer.OnRenderItemCheck(System.Windows.Forms.ToolStripItemImageRenderEventArgs)">
<summary>
Raises the RenderItemCheck event.
</summary>
<param name="e">An ToolStripItemImageRenderEventArgs containing the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonOffice2010Renderer.OnRenderItemText(System.Windows.Forms.ToolStripItemTextRenderEventArgs)">
<summary>
Raises the RenderItemText event.
</summary>
<param name="e">A ToolStripItemTextRenderEventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonOffice2010Renderer.OnRenderItemImage(System.Windows.Forms.ToolStripItemImageRenderEventArgs)">
<summary>
Raises the RenderItemImage event.
</summary>
<param name="e">An ToolStripItemImageRenderEventArgs containing the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonOffice2010Renderer.OnRenderMenuItemBackground(System.Windows.Forms.ToolStripItemRenderEventArgs)">
<summary>
Raises the RenderMenuItemBackground event.
</summary>
<param name="e">An ToolStripItemRenderEventArgs containing the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonOffice2010Renderer.OnRenderSeparator(System.Windows.Forms.ToolStripSeparatorRenderEventArgs)">
<summary>
Raises the RenderSeparator event.
</summary>
<param name="e">An ToolStripSeparatorRenderEventArgs containing the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonOffice2010Renderer.OnRenderSplitButtonBackground(System.Windows.Forms.ToolStripItemRenderEventArgs)">
<summary>
Raises the RenderSplitButtonBackground event.
</summary>
<param name="e">An ToolStripItemRenderEventArgs containing the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonOffice2010Renderer.OnRenderStatusStripSizingGrip(System.Windows.Forms.ToolStripRenderEventArgs)">
<summary>
Raises the RenderStatusStripSizingGrip event.
</summary>
<param name="e">An ToolStripRenderEventArgs containing the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonOffice2010Renderer.OnRenderToolStripContentPanelBackground(System.Windows.Forms.ToolStripContentPanelRenderEventArgs)">
<summary>
Raises the RenderToolStripContentPanelBackground event.
</summary>
<param name="e">An ToolStripContentPanelRenderEventArgs containing the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonOffice2010Renderer.OnRenderToolStripBackground(System.Windows.Forms.ToolStripRenderEventArgs)">
<summary>
Raises the RenderToolStripBackground event.
</summary>
<param name="e">An ToolStripRenderEventArgs containing the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonOffice2010Renderer.OnRenderToolStripBorder(System.Windows.Forms.ToolStripRenderEventArgs)">
<summary>
Raises the RenderToolStripBorder event.
</summary>
<param name="e">An ToolStripRenderEventArgs containing the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonOffice2010Renderer.OnRenderImageMargin(System.Windows.Forms.ToolStripRenderEventArgs)">
<summary>
Raises the RenderImageMargin event.
</summary>
<param name="e">An ToolStripRenderEventArgs containing the event data.</param>
</member>
<member name="T:Krypton.Toolkit.KryptonOffice2013Renderer">
<summary>
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonOffice2013Renderer.GradientItemColorsSplit.#ctor(System.Drawing.Color,System.Drawing.Color,System.Drawing.Color)">
<summary>
Initialize a new instance of the GradientItemColorsSplit class.
</summary>
<param name="border">Base border color.</param>
<param name="begin">Beginning background color.</param>
<param name="end">Ending background color.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonOffice2013Renderer.GradientItemColorsTracking.#ctor(System.Drawing.Color,System.Drawing.Color,System.Drawing.Color)">
<summary>
Initialize a new instance of the GradientItemColorsTracking class.
</summary>
<param name="border">Base border color.</param>
<param name="begin">Beginning background color.</param>
<param name="end">Ending background color.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonOffice2013Renderer.GradientItemColorsDisabled.#ctor(System.Drawing.Color,System.Drawing.Color,System.Drawing.Color)">
<summary>
Initialize a new instance of the GradientItemColorsDisabled class.
</summary>
<param name="border">Base border color.</param>
<param name="begin">Beginning background color.</param>
<param name="end">Ending background color.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonOffice2013Renderer.GradientItemColorsPressed.#ctor(System.Drawing.Color,System.Drawing.Color,System.Drawing.Color)">
<summary>
Initialize a new instance of the GradientItemColorsPressed class.
</summary>
<param name="border">Base border color.</param>
<param name="begin">Beginning background color.</param>
<param name="end">Ending background color.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonOffice2013Renderer.GradientItemColorsChecked.#ctor(System.Drawing.Color,System.Drawing.Color,System.Drawing.Color)">
<summary>
Initialize a new instance of the GradientItemColorsChecked class.
</summary>
<param name="border">Base border color.</param>
<param name="begin">Beginning background color.</param>
<param name="end">Ending background color.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonOffice2013Renderer.GradientItemColorsCheckedTracking.#ctor(System.Drawing.Color,System.Drawing.Color,System.Drawing.Color)">
<summary>
Initialize a new instance of the GradientItemColorsCheckedTracking class.
</summary>
<param name="border">Base border color.</param>
<param name="begin">Beginning background color.</param>
<param name="end">Ending background color.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonOffice2013Renderer.#ctor(Krypton.Toolkit.KryptonColorTable)">
<summary>
Initialise a new instance of the KryptonOffice2010Renderer class.
</summary>
<param name="kct">Source for text colors.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonOffice2013Renderer.OnRenderArrow(System.Windows.Forms.ToolStripArrowRenderEventArgs)">
<summary>
Raises the RenderArrow event.
</summary>
<param name="e">An ToolStripArrowRenderEventArgs containing the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonOffice2013Renderer.OnRenderButtonBackground(System.Windows.Forms.ToolStripItemRenderEventArgs)">
<summary>
Raises the RenderButtonBackground event.
</summary>
<param name="e">An ToolStripItemRenderEventArgs containing the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonOffice2013Renderer.OnRenderDropDownButtonBackground(System.Windows.Forms.ToolStripItemRenderEventArgs)">
<summary>
Raises the RenderDropDownButtonBackground event.
</summary>
<param name="e">An ToolStripItemRenderEventArgs containing the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonOffice2013Renderer.OnRenderItemCheck(System.Windows.Forms.ToolStripItemImageRenderEventArgs)">
<summary>
Raises the RenderItemCheck event.
</summary>
<param name="e">An ToolStripItemImageRenderEventArgs containing the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonOffice2013Renderer.OnRenderItemText(System.Windows.Forms.ToolStripItemTextRenderEventArgs)">
<summary>
Raises the RenderItemText event.
</summary>
<param name="e">A ToolStripItemTextRenderEventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonOffice2013Renderer.OnRenderItemImage(System.Windows.Forms.ToolStripItemImageRenderEventArgs)">
<summary>
Raises the RenderItemImage event.
</summary>
<param name="e">An ToolStripItemImageRenderEventArgs containing the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonOffice2013Renderer.OnRenderMenuItemBackground(System.Windows.Forms.ToolStripItemRenderEventArgs)">
<summary>
Raises the RenderMenuItemBackground event.
</summary>
<param name="e">An ToolStripItemRenderEventArgs containing the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonOffice2013Renderer.OnRenderSeparator(System.Windows.Forms.ToolStripSeparatorRenderEventArgs)">
<summary>
Raises the RenderSeparator event.
</summary>
<param name="e">An ToolStripSeparatorRenderEventArgs containing the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonOffice2013Renderer.OnRenderSplitButtonBackground(System.Windows.Forms.ToolStripItemRenderEventArgs)">
<summary>
Raises the RenderSplitButtonBackground event.
</summary>
<param name="e">An ToolStripItemRenderEventArgs containing the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonOffice2013Renderer.OnRenderStatusStripSizingGrip(System.Windows.Forms.ToolStripRenderEventArgs)">
<summary>
Raises the RenderStatusStripSizingGrip event.
</summary>
<param name="e">An ToolStripRenderEventArgs containing the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonOffice2013Renderer.OnRenderToolStripContentPanelBackground(System.Windows.Forms.ToolStripContentPanelRenderEventArgs)">
<summary>
Raises the RenderToolStripContentPanelBackground event.
</summary>
<param name="e">An ToolStripContentPanelRenderEventArgs containing the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonOffice2013Renderer.OnRenderToolStripBackground(System.Windows.Forms.ToolStripRenderEventArgs)">
<summary>
Raises the RenderToolStripBackground event.
</summary>
<param name="e">An ToolStripRenderEventArgs containing the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonOffice2013Renderer.OnRenderToolStripBorder(System.Windows.Forms.ToolStripRenderEventArgs)">
<summary>
Raises the RenderToolStripBorder event.
</summary>
<param name="e">An ToolStripRenderEventArgs containing the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonOffice2013Renderer.OnRenderImageMargin(System.Windows.Forms.ToolStripRenderEventArgs)">
<summary>
Raises the RenderImageMargin event.
</summary>
<param name="e">An ToolStripRenderEventArgs containing the event data.</param>
</member>
<member name="T:Krypton.Toolkit.KryptonProfessionalRenderer">
<summary>
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonProfessionalRenderer.#ctor(Krypton.Toolkit.KryptonColorTable)">
<summary>
Initialise a new instance of the KryptonProfessionalRenderer class.
</summary>
<param name="kct">Source for text colors.</param>
</member>
<member name="P:Krypton.Toolkit.KryptonProfessionalRenderer.KCT">
<summary>
Gets access to the KryptonColorTable instance.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonProfessionalRenderer.OnRenderItemImage(System.Windows.Forms.ToolStripItemImageRenderEventArgs)">
<summary>
Raises the RenderItemImage event.
</summary>
<param name="e">An ToolStripItemImageRenderEventArgs containing the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonProfessionalRenderer.OnRenderToolStripBorder(System.Windows.Forms.ToolStripRenderEventArgs)">
<summary>
Raises the RenderToolStripBorder event.
</summary>
<param name="e">An ToolStripRenderEventArgs containing the event data.</param>
</member>
<member name="T:Krypton.Toolkit.KryptonSparkleRenderer">
<summary>
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonSparkleRenderer.#ctor(Krypton.Toolkit.KryptonColorTable)">
<summary>
Initialise a new instance of the KryptonSparkleRenderer class.
</summary>
<param name="kct">Source for text colors.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonSparkleRenderer.OnRenderArrow(System.Windows.Forms.ToolStripArrowRenderEventArgs)">
<summary>
Raises the RenderArrow event.
</summary>
<param name="e">An ToolStripArrowRenderEventArgs containing the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonSparkleRenderer.OnRenderButtonBackground(System.Windows.Forms.ToolStripItemRenderEventArgs)">
<summary>
Raises the RenderButtonBackground event.
</summary>
<param name="e">An ToolStripItemRenderEventArgs containing the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonSparkleRenderer.OnRenderDropDownButtonBackground(System.Windows.Forms.ToolStripItemRenderEventArgs)">
<summary>
Raises the RenderDropDownButtonBackground event.
</summary>
<param name="e">An ToolStripItemRenderEventArgs containing the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonSparkleRenderer.OnRenderItemCheck(System.Windows.Forms.ToolStripItemImageRenderEventArgs)">
<summary>
Raises the RenderItemCheck event.
</summary>
<param name="e">An ToolStripItemImageRenderEventArgs containing the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonSparkleRenderer.OnRenderItemText(System.Windows.Forms.ToolStripItemTextRenderEventArgs)">
<summary>
Raises the RenderItemText event.
</summary>
<param name="e">A ToolStripItemTextRenderEventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonSparkleRenderer.OnRenderItemImage(System.Windows.Forms.ToolStripItemImageRenderEventArgs)">
<summary>
Raises the RenderItemImage event.
</summary>
<param name="e">An ToolStripItemImageRenderEventArgs containing the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonSparkleRenderer.OnRenderMenuItemBackground(System.Windows.Forms.ToolStripItemRenderEventArgs)">
<summary>
Raises the RenderMenuItemBackground event.
</summary>
<param name="e">An ToolStripItemRenderEventArgs containing the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonSparkleRenderer.OnRenderSplitButtonBackground(System.Windows.Forms.ToolStripItemRenderEventArgs)">
<summary>
Raises the RenderSplitButtonBackground event.
</summary>
<param name="e">An ToolStripItemRenderEventArgs containing the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonSparkleRenderer.OnRenderStatusStripSizingGrip(System.Windows.Forms.ToolStripRenderEventArgs)">
<summary>
Raises the RenderStatusStripSizingGrip event.
</summary>
<param name="e">An ToolStripRenderEventArgs containing the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonSparkleRenderer.OnRenderToolStripContentPanelBackground(System.Windows.Forms.ToolStripContentPanelRenderEventArgs)">
<summary>
Raises the RenderToolStripContentPanelBackground event.
</summary>
<param name="e">An ToolStripContentPanelRenderEventArgs containing the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonSparkleRenderer.OnRenderSeparator(System.Windows.Forms.ToolStripSeparatorRenderEventArgs)">
<summary>
Raises the RenderSeparator event.
</summary>
<param name="e">An ToolStripSeparatorRenderEventArgs containing the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonSparkleRenderer.OnRenderToolStripBackground(System.Windows.Forms.ToolStripRenderEventArgs)">
<summary>
Raises the RenderToolStripBackground event.
</summary>
<param name="e">An ToolStripRenderEventArgs containing the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonSparkleRenderer.OnRenderImageMargin(System.Windows.Forms.ToolStripRenderEventArgs)">
<summary>
Raises the RenderImageMargin event.
</summary>
<param name="e">An ToolStripRenderEventArgs containing the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonSparkleRenderer.OnRenderToolStripBorder(System.Windows.Forms.ToolStripRenderEventArgs)">
<summary>
Raises the RenderToolStripBorder event.
</summary>
<param name="e">An ToolStripRenderEventArgs containing the event data.</param>
</member>
<member name="T:Krypton.Toolkit.KryptonStandardRenderer">
<summary>
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonStandardRenderer.#ctor(Krypton.Toolkit.KryptonColorTable)">
<summary>
Initialise a new instance of the KryptonStandardRenderer class.
</summary>
<param name="kct">Source for text colors.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonStandardRenderer.OnRenderItemText(System.Windows.Forms.ToolStripItemTextRenderEventArgs)">
<summary>
Raises the RenderItemText event.
</summary>
<param name="e">A ToolStripItemTextRenderEventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonStandardRenderer.OnRenderToolStripBackground(System.Windows.Forms.ToolStripRenderEventArgs)">
<summary>
Raises the RenderToolStripBackground event.
</summary>
<param name="e">An ToolStripRenderEventArgs containing the event data.</param>
</member>
<member name="T:Krypton.Toolkit.KryptonVisualStudio2010With2007Renderer">
<summary>
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonVisualStudio2010With2007Renderer.GradientItemColorsItem.#ctor(System.Drawing.Color,System.Drawing.Color,System.Drawing.Color)">
<summary>
Initialize a new instance of the GradientItemColorsItem class.
</summary>
<param name="border">Base border color.</param>
<param name="begin">Beginning background color.</param>
<param name="end">Ending background color.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonVisualStudio2010With2007Renderer.GradientItemColorsTracking.#ctor(System.Drawing.Color,System.Drawing.Color,System.Drawing.Color)">
<summary>
Initialize a new instance of the GradientItemColorsTracking class.
</summary>
<param name="border">Base border color.</param>
<param name="begin">Beginning background color.</param>
<param name="end">Ending background color.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonVisualStudio2010With2007Renderer.GradientItemColorsPressed.#ctor(System.Drawing.Color,System.Drawing.Color,System.Drawing.Color)">
<summary>
Initialize a new instance of the GradientItemColorsPressed class.
</summary>
<param name="border">Base border color.</param>
<param name="begin">Beginning background color.</param>
<param name="end">Ending background color.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonVisualStudio2010With2007Renderer.GradientItemColorsChecked.#ctor(System.Drawing.Color,System.Drawing.Color,System.Drawing.Color)">
<summary>
Initialize a new instance of the GradientItemColorsChecked class.
</summary>
<param name="border">Base border color.</param>
<param name="begin">Beginning background color.</param>
<param name="end">Ending background color.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonVisualStudio2010With2007Renderer.GradientItemColorsCheckedTracking.#ctor(System.Drawing.Color,System.Drawing.Color,System.Drawing.Color)">
<summary>
Initialize a new instance of the GradientItemColorsCheckedTracking class.
</summary>
<param name="border">Base border color.</param>
<param name="begin">Beginning background color.</param>
<param name="end">Ending background color.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonVisualStudio2010With2007Renderer.#ctor(Krypton.Toolkit.KryptonVisualStudio2010With2007ColorTable)">
<summary>
Initialise a new instance of the KryptonVisualStudio2010With2007Renderer class.
</summary>
<param name="kct">Source for text colors.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonVisualStudio2010With2007Renderer.OnRenderArrow(System.Windows.Forms.ToolStripArrowRenderEventArgs)">
<summary>
Raises the RenderArrow event.
</summary>
<param name="e">An ToolStripArrowRenderEventArgs containing the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonVisualStudio2010With2007Renderer.OnRenderButtonBackground(System.Windows.Forms.ToolStripItemRenderEventArgs)">
<summary>
Raises the RenderButtonBackground event.
</summary>
<param name="e">An ToolStripItemRenderEventArgs containing the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonVisualStudio2010With2007Renderer.OnRenderDropDownButtonBackground(System.Windows.Forms.ToolStripItemRenderEventArgs)">
<summary>
Raises the RenderDropDownButtonBackground event.
</summary>
<param name="e">An ToolStripItemRenderEventArgs containing the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonVisualStudio2010With2007Renderer.OnRenderItemCheck(System.Windows.Forms.ToolStripItemImageRenderEventArgs)">
<summary>
Raises the RenderItemCheck event.
</summary>
<param name="e">An ToolStripItemImageRenderEventArgs containing the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonVisualStudio2010With2007Renderer.OnRenderItemText(System.Windows.Forms.ToolStripItemTextRenderEventArgs)">
<summary>
Raises the RenderItemText event.
</summary>
<param name="e">A ToolStripItemTextRenderEventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonVisualStudio2010With2007Renderer.OnRenderItemImage(System.Windows.Forms.ToolStripItemImageRenderEventArgs)">
<summary>
Raises the RenderItemImage event.
</summary>
<param name="e">An ToolStripItemImageRenderEventArgs containing the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonVisualStudio2010With2007Renderer.OnRenderMenuItemBackground(System.Windows.Forms.ToolStripItemRenderEventArgs)">
<summary>
Raises the RenderMenuItemBackground event.
</summary>
<param name="e">An ToolStripItemRenderEventArgs containing the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonVisualStudio2010With2007Renderer.OnRenderSplitButtonBackground(System.Windows.Forms.ToolStripItemRenderEventArgs)">
<summary>
Raises the RenderSplitButtonBackground event.
</summary>
<param name="e">An ToolStripItemRenderEventArgs containing the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonVisualStudio2010With2007Renderer.OnRenderStatusStripSizingGrip(System.Windows.Forms.ToolStripRenderEventArgs)">
<summary>
Raises the RenderStatusStripSizingGrip event.
</summary>
<param name="e">An ToolStripRenderEventArgs containing the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonVisualStudio2010With2007Renderer.OnRenderToolStripContentPanelBackground(System.Windows.Forms.ToolStripContentPanelRenderEventArgs)">
<summary>
Raises the RenderToolStripContentPanelBackground event.
</summary>
<param name="e">An ToolStripContentPanelRenderEventArgs containing the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonVisualStudio2010With2007Renderer.OnRenderSeparator(System.Windows.Forms.ToolStripSeparatorRenderEventArgs)">
<summary>
Raises the RenderSeparator event.
</summary>
<param name="e">An ToolStripSeparatorRenderEventArgs containing the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonVisualStudio2010With2007Renderer.OnRenderToolStripBackground(System.Windows.Forms.ToolStripRenderEventArgs)">
<summary>
Raises the RenderToolStripBackground event.
</summary>
<param name="e">An ToolStripRenderEventArgs containing the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonVisualStudio2010With2007Renderer.OnRenderImageMargin(System.Windows.Forms.ToolStripRenderEventArgs)">
<summary>
Raises the RenderImageMargin event.
</summary>
<param name="e">An ToolStripRenderEventArgs containing the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonVisualStudio2010With2007Renderer.OnRenderToolStripBorder(System.Windows.Forms.ToolStripRenderEventArgs)">
<summary>
Raises the RenderToolStripBorder event.
</summary>
<param name="e">An ToolStripRenderEventArgs containing the event data.</param>
</member>
<member name="T:Krypton.Toolkit.KryptonVisualStudio2010With2010Renderer">
<summary>
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonVisualStudio2010With2010Renderer.GradientItemColorsSplit.#ctor(System.Drawing.Color,System.Drawing.Color,System.Drawing.Color)">
<summary>
Initialize a new instance of the GradientItemColorsSplit class.
</summary>
<param name="border">Base border color.</param>
<param name="begin">Beginning background color.</param>
<param name="end">Ending background color.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonVisualStudio2010With2010Renderer.GradientItemColorsTracking.#ctor(System.Drawing.Color,System.Drawing.Color,System.Drawing.Color)">
<summary>
Initialize a new instance of the GradientItemColorsTracking class.
</summary>
<param name="border">Base border color.</param>
<param name="begin">Beginning background color.</param>
<param name="end">Ending background color.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonVisualStudio2010With2010Renderer.GradientItemColorsDisabled.#ctor(System.Drawing.Color,System.Drawing.Color,System.Drawing.Color)">
<summary>
Initialize a new instance of the GradientItemColorsDisabled class.
</summary>
<param name="border">Base border color.</param>
<param name="begin">Beginning background color.</param>
<param name="end">Ending background color.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonVisualStudio2010With2010Renderer.GradientItemColorsPressed.#ctor(System.Drawing.Color,System.Drawing.Color,System.Drawing.Color)">
<summary>
Initialize a new instance of the GradientItemColorsPressed class.
</summary>
<param name="border">Base border color.</param>
<param name="begin">Beginning background color.</param>
<param name="end">Ending background color.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonVisualStudio2010With2010Renderer.GradientItemColorsChecked.#ctor(System.Drawing.Color,System.Drawing.Color,System.Drawing.Color)">
<summary>
Initialize a new instance of the GradientItemColorsChecked class.
</summary>
<param name="border">Base border color.</param>
<param name="begin">Beginning background color.</param>
<param name="end">Ending background color.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonVisualStudio2010With2010Renderer.GradientItemColorsCheckedTracking.#ctor(System.Drawing.Color,System.Drawing.Color,System.Drawing.Color)">
<summary>
Initialize a new instance of the GradientItemColorsCheckedTracking class.
</summary>
<param name="border">Base border color.</param>
<param name="begin">Beginning background color.</param>
<param name="end">Ending background color.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonVisualStudio2010With2010Renderer.#ctor(Krypton.Toolkit.KryptonVisualStudio2010With2010ColorTable)">
<summary>
Initialise a new instance of the KryptonVisualStudio2010With2010Renderer class.
</summary>
<param name="kct">Source for text colors.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonVisualStudio2010With2010Renderer.OnRenderArrow(System.Windows.Forms.ToolStripArrowRenderEventArgs)">
<summary>
Raises the RenderArrow event.
</summary>
<param name="e">An ToolStripArrowRenderEventArgs containing the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonVisualStudio2010With2010Renderer.OnRenderButtonBackground(System.Windows.Forms.ToolStripItemRenderEventArgs)">
<summary>
Raises the RenderButtonBackground event.
</summary>
<param name="e">An ToolStripItemRenderEventArgs containing the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonVisualStudio2010With2010Renderer.OnRenderDropDownButtonBackground(System.Windows.Forms.ToolStripItemRenderEventArgs)">
<summary>
Raises the RenderDropDownButtonBackground event.
</summary>
<param name="e">An ToolStripItemRenderEventArgs containing the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonVisualStudio2010With2010Renderer.OnRenderItemCheck(System.Windows.Forms.ToolStripItemImageRenderEventArgs)">
<summary>
Raises the RenderItemCheck event.
</summary>
<param name="e">An ToolStripItemImageRenderEventArgs containing the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonVisualStudio2010With2010Renderer.OnRenderItemText(System.Windows.Forms.ToolStripItemTextRenderEventArgs)">
<summary>
Raises the RenderItemText event.
</summary>
<param name="e">A ToolStripItemTextRenderEventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonVisualStudio2010With2010Renderer.OnRenderItemImage(System.Windows.Forms.ToolStripItemImageRenderEventArgs)">
<summary>
Raises the RenderItemImage event.
</summary>
<param name="e">An ToolStripItemImageRenderEventArgs containing the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonVisualStudio2010With2010Renderer.OnRenderMenuItemBackground(System.Windows.Forms.ToolStripItemRenderEventArgs)">
<summary>
Raises the RenderMenuItemBackground event.
</summary>
<param name="e">An ToolStripItemRenderEventArgs containing the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonVisualStudio2010With2010Renderer.OnRenderSeparator(System.Windows.Forms.ToolStripSeparatorRenderEventArgs)">
<summary>
Raises the RenderSeparator event.
</summary>
<param name="e">An ToolStripSeparatorRenderEventArgs containing the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonVisualStudio2010With2010Renderer.OnRenderSplitButtonBackground(System.Windows.Forms.ToolStripItemRenderEventArgs)">
<summary>
Raises the RenderSplitButtonBackground event.
</summary>
<param name="e">An ToolStripItemRenderEventArgs containing the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonVisualStudio2010With2010Renderer.OnRenderStatusStripSizingGrip(System.Windows.Forms.ToolStripRenderEventArgs)">
<summary>
Raises the RenderStatusStripSizingGrip event.
</summary>
<param name="e">An ToolStripRenderEventArgs containing the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonVisualStudio2010With2010Renderer.OnRenderToolStripContentPanelBackground(System.Windows.Forms.ToolStripContentPanelRenderEventArgs)">
<summary>
Raises the RenderToolStripContentPanelBackground event.
</summary>
<param name="e">An ToolStripContentPanelRenderEventArgs containing the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonVisualStudio2010With2010Renderer.OnRenderToolStripBackground(System.Windows.Forms.ToolStripRenderEventArgs)">
<summary>
Raises the RenderToolStripBackground event.
</summary>
<param name="e">An ToolStripRenderEventArgs containing the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonVisualStudio2010With2010Renderer.OnRenderToolStripBorder(System.Windows.Forms.ToolStripRenderEventArgs)">
<summary>
Raises the RenderToolStripBorder event.
</summary>
<param name="e">An ToolStripRenderEventArgs containing the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonVisualStudio2010With2010Renderer.OnRenderImageMargin(System.Windows.Forms.ToolStripRenderEventArgs)">
<summary>
Raises the RenderImageMargin event.
</summary>
<param name="e">An ToolStripRenderEventArgs containing the event data.</param>
</member>
<member name="T:Krypton.Toolkit.KryptonVisualStudio2010With2013Renderer">
<summary>
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonVisualStudio2010With2013Renderer.GradientItemColorsSplit.#ctor(System.Drawing.Color,System.Drawing.Color,System.Drawing.Color)">
<summary>
Initialize a new instance of the GradientItemColorsSplit class.
</summary>
<param name="border">Base border color.</param>
<param name="begin">Beginning background color.</param>
<param name="end">Ending background color.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonVisualStudio2010With2013Renderer.GradientItemColorsTracking.#ctor(System.Drawing.Color,System.Drawing.Color,System.Drawing.Color)">
<summary>
Initialize a new instance of the GradientItemColorsTracking class.
</summary>
<param name="border">Base border color.</param>
<param name="begin">Beginning background color.</param>
<param name="end">Ending background color.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonVisualStudio2010With2013Renderer.GradientItemColorsDisabled.#ctor(System.Drawing.Color,System.Drawing.Color,System.Drawing.Color)">
<summary>
Initialize a new instance of the GradientItemColorsDisabled class.
</summary>
<param name="border">Base border color.</param>
<param name="begin">Beginning background color.</param>
<param name="end">Ending background color.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonVisualStudio2010With2013Renderer.GradientItemColorsPressed.#ctor(System.Drawing.Color,System.Drawing.Color,System.Drawing.Color)">
<summary>
Initialize a new instance of the GradientItemColorsPressed class.
</summary>
<param name="border">Base border color.</param>
<param name="begin">Beginning background color.</param>
<param name="end">Ending background color.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonVisualStudio2010With2013Renderer.GradientItemColorsChecked.#ctor(System.Drawing.Color,System.Drawing.Color,System.Drawing.Color)">
<summary>
Initialize a new instance of the GradientItemColorsChecked class.
</summary>
<param name="border">Base border color.</param>
<param name="begin">Beginning background color.</param>
<param name="end">Ending background color.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonVisualStudio2010With2013Renderer.GradientItemColorsCheckedTracking.#ctor(System.Drawing.Color,System.Drawing.Color,System.Drawing.Color)">
<summary>
Initialize a new instance of the GradientItemColorsCheckedTracking class.
</summary>
<param name="border">Base border color.</param>
<param name="begin">Beginning background color.</param>
<param name="end">Ending background color.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonVisualStudio2010With2013Renderer.#ctor(Krypton.Toolkit.KryptonVisualStudio2010With2013ColorTable)">
<summary>
Initialise a new instance of the KryptonVisualStudio2010With2013Renderer class.
</summary>
<param name="kct">Source for text colors.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonVisualStudio2010With2013Renderer.OnRenderArrow(System.Windows.Forms.ToolStripArrowRenderEventArgs)">
<summary>
Raises the RenderArrow event.
</summary>
<param name="e">An ToolStripArrowRenderEventArgs containing the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonVisualStudio2010With2013Renderer.OnRenderButtonBackground(System.Windows.Forms.ToolStripItemRenderEventArgs)">
<summary>
Raises the RenderButtonBackground event.
</summary>
<param name="e">An ToolStripItemRenderEventArgs containing the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonVisualStudio2010With2013Renderer.OnRenderDropDownButtonBackground(System.Windows.Forms.ToolStripItemRenderEventArgs)">
<summary>
Raises the RenderDropDownButtonBackground event.
</summary>
<param name="e">An ToolStripItemRenderEventArgs containing the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonVisualStudio2010With2013Renderer.OnRenderItemCheck(System.Windows.Forms.ToolStripItemImageRenderEventArgs)">
<summary>
Raises the RenderItemCheck event.
</summary>
<param name="e">An ToolStripItemImageRenderEventArgs containing the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonVisualStudio2010With2013Renderer.OnRenderItemText(System.Windows.Forms.ToolStripItemTextRenderEventArgs)">
<summary>
Raises the RenderItemText event.
</summary>
<param name="e">A ToolStripItemTextRenderEventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonVisualStudio2010With2013Renderer.OnRenderItemImage(System.Windows.Forms.ToolStripItemImageRenderEventArgs)">
<summary>
Raises the RenderItemImage event.
</summary>
<param name="e">An ToolStripItemImageRenderEventArgs containing the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonVisualStudio2010With2013Renderer.OnRenderMenuItemBackground(System.Windows.Forms.ToolStripItemRenderEventArgs)">
<summary>
Raises the RenderMenuItemBackground event.
</summary>
<param name="e">An ToolStripItemRenderEventArgs containing the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonVisualStudio2010With2013Renderer.OnRenderSeparator(System.Windows.Forms.ToolStripSeparatorRenderEventArgs)">
<summary>
Raises the RenderSeparator event.
</summary>
<param name="e">An ToolStripSeparatorRenderEventArgs containing the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonVisualStudio2010With2013Renderer.OnRenderSplitButtonBackground(System.Windows.Forms.ToolStripItemRenderEventArgs)">
<summary>
Raises the RenderSplitButtonBackground event.
</summary>
<param name="e">An ToolStripItemRenderEventArgs containing the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonVisualStudio2010With2013Renderer.OnRenderStatusStripSizingGrip(System.Windows.Forms.ToolStripRenderEventArgs)">
<summary>
Raises the RenderStatusStripSizingGrip event.
</summary>
<param name="e">An ToolStripRenderEventArgs containing the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonVisualStudio2010With2013Renderer.OnRenderToolStripContentPanelBackground(System.Windows.Forms.ToolStripContentPanelRenderEventArgs)">
<summary>
Raises the RenderToolStripContentPanelBackground event.
</summary>
<param name="e">An ToolStripContentPanelRenderEventArgs containing the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonVisualStudio2010With2013Renderer.OnRenderToolStripBackground(System.Windows.Forms.ToolStripRenderEventArgs)">
<summary>
Raises the RenderToolStripBackground event.
</summary>
<param name="e">An ToolStripRenderEventArgs containing the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonVisualStudio2010With2013Renderer.OnRenderToolStripBorder(System.Windows.Forms.ToolStripRenderEventArgs)">
<summary>
Raises the RenderToolStripBorder event.
</summary>
<param name="e">An ToolStripRenderEventArgs containing the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonVisualStudio2010With2013Renderer.OnRenderImageMargin(System.Windows.Forms.ToolStripRenderEventArgs)">
<summary>
Raises the RenderImageMargin event.
</summary>
<param name="e">An ToolStripRenderEventArgs containing the event data.</param>
</member>
<member name="T:Krypton.Toolkit.KryptonVisualStudio2010WithMicrosoft365Renderer">
<summary>
</summary>
<seealso cref="T:Krypton.Toolkit.KryptonProfessionalRenderer" />
</member>
<member name="M:Krypton.Toolkit.KryptonVisualStudio2010WithMicrosoft365Renderer.GradientItemColorsSplit.#ctor(System.Drawing.Color,System.Drawing.Color,System.Drawing.Color)">
<summary>
Initialize a new instance of the GradientItemColorsSplit class.
</summary>
<param name="border">Base border color.</param>
<param name="begin">Beginning background color.</param>
<param name="end">Ending background color.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonVisualStudio2010WithMicrosoft365Renderer.GradientItemColorsTracking.#ctor(System.Drawing.Color,System.Drawing.Color,System.Drawing.Color)">
<summary>
Initialize a new instance of the GradientItemColorsTracking class.
</summary>
<param name="border">Base border color.</param>
<param name="begin">Beginning background color.</param>
<param name="end">Ending background color.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonVisualStudio2010WithMicrosoft365Renderer.GradientItemColorsDisabled.#ctor(System.Drawing.Color,System.Drawing.Color,System.Drawing.Color)">
<summary>
Initialize a new instance of the GradientItemColorsDisabled class.
</summary>
<param name="border">Base border color.</param>
<param name="begin">Beginning background color.</param>
<param name="end">Ending background color.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonVisualStudio2010WithMicrosoft365Renderer.GradientItemColorsPressed.#ctor(System.Drawing.Color,System.Drawing.Color,System.Drawing.Color)">
<summary>
Initialize a new instance of the GradientItemColorsPressed class.
</summary>
<param name="border">Base border color.</param>
<param name="begin">Beginning background color.</param>
<param name="end">Ending background color.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonVisualStudio2010WithMicrosoft365Renderer.GradientItemColorsChecked.#ctor(System.Drawing.Color,System.Drawing.Color,System.Drawing.Color)">
<summary>
Initialize a new instance of the GradientItemColorsChecked class.
</summary>
<param name="border">Base border color.</param>
<param name="begin">Beginning background color.</param>
<param name="end">Ending background color.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonVisualStudio2010WithMicrosoft365Renderer.GradientItemColorsCheckedTracking.#ctor(System.Drawing.Color,System.Drawing.Color,System.Drawing.Color)">
<summary>
Initialize a new instance of the GradientItemColorsCheckedTracking class.
</summary>
<param name="border">Base border color.</param>
<param name="begin">Beginning background color.</param>
<param name="end">Ending background color.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonVisualStudio2010WithMicrosoft365Renderer.#ctor(Krypton.Toolkit.KryptonVisualStudio2010WithMicrosoft365ColorTable)">
<summary>
Initialise a new instance of the KryptonVisualStudio2010WithMicrosoft365Renderer class.
</summary>
<param name="kct">Source for text colors.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonVisualStudio2010WithMicrosoft365Renderer.OnRenderArrow(System.Windows.Forms.ToolStripArrowRenderEventArgs)">
<summary>
Raises the RenderArrow event.
</summary>
<param name="e">An ToolStripArrowRenderEventArgs containing the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonVisualStudio2010WithMicrosoft365Renderer.OnRenderButtonBackground(System.Windows.Forms.ToolStripItemRenderEventArgs)">
<summary>
Raises the RenderButtonBackground event.
</summary>
<param name="e">An ToolStripItemRenderEventArgs containing the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonVisualStudio2010WithMicrosoft365Renderer.OnRenderDropDownButtonBackground(System.Windows.Forms.ToolStripItemRenderEventArgs)">
<summary>
Raises the RenderDropDownButtonBackground event.
</summary>
<param name="e">An ToolStripItemRenderEventArgs containing the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonVisualStudio2010WithMicrosoft365Renderer.OnRenderItemCheck(System.Windows.Forms.ToolStripItemImageRenderEventArgs)">
<summary>
Raises the RenderItemCheck event.
</summary>
<param name="e">An ToolStripItemImageRenderEventArgs containing the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonVisualStudio2010WithMicrosoft365Renderer.OnRenderItemText(System.Windows.Forms.ToolStripItemTextRenderEventArgs)">
<summary>
Raises the RenderItemText event.
</summary>
<param name="e">A ToolStripItemTextRenderEventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonVisualStudio2010WithMicrosoft365Renderer.OnRenderItemImage(System.Windows.Forms.ToolStripItemImageRenderEventArgs)">
<summary>
Raises the RenderItemImage event.
</summary>
<param name="e">An ToolStripItemImageRenderEventArgs containing the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonVisualStudio2010WithMicrosoft365Renderer.OnRenderMenuItemBackground(System.Windows.Forms.ToolStripItemRenderEventArgs)">
<summary>
Raises the RenderMenuItemBackground event.
</summary>
<param name="e">An ToolStripItemRenderEventArgs containing the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonVisualStudio2010WithMicrosoft365Renderer.OnRenderSeparator(System.Windows.Forms.ToolStripSeparatorRenderEventArgs)">
<summary>
Raises the RenderSeparator event.
</summary>
<param name="e">An ToolStripSeparatorRenderEventArgs containing the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonVisualStudio2010WithMicrosoft365Renderer.OnRenderSplitButtonBackground(System.Windows.Forms.ToolStripItemRenderEventArgs)">
<summary>
Raises the RenderSplitButtonBackground event.
</summary>
<param name="e">An ToolStripItemRenderEventArgs containing the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonVisualStudio2010WithMicrosoft365Renderer.OnRenderStatusStripSizingGrip(System.Windows.Forms.ToolStripRenderEventArgs)">
<summary>
Raises the RenderStatusStripSizingGrip event.
</summary>
<param name="e">An ToolStripRenderEventArgs containing the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonVisualStudio2010WithMicrosoft365Renderer.OnRenderToolStripContentPanelBackground(System.Windows.Forms.ToolStripContentPanelRenderEventArgs)">
<summary>
Raises the RenderToolStripContentPanelBackground event.
</summary>
<param name="e">An ToolStripContentPanelRenderEventArgs containing the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonVisualStudio2010WithMicrosoft365Renderer.OnRenderToolStripBackground(System.Windows.Forms.ToolStripRenderEventArgs)">
<summary>
Raises the RenderToolStripBackground event.
</summary>
<param name="e">An ToolStripRenderEventArgs containing the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonVisualStudio2010WithMicrosoft365Renderer.OnRenderToolStripBorder(System.Windows.Forms.ToolStripRenderEventArgs)">
<summary>
Raises the RenderToolStripBorder event.
</summary>
<param name="e">An ToolStripRenderEventArgs containing the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonVisualStudio2010WithMicrosoft365Renderer.OnRenderImageMargin(System.Windows.Forms.ToolStripRenderEventArgs)">
<summary>
Raises the RenderImageMargin event.
</summary>
<param name="e">An ToolStripRenderEventArgs containing the event data.</param>
</member>
<member name="T:Krypton.Toolkit.KryptonVisualStudio365Renderer">
<summary>
</summary>
<seealso cref="T:Krypton.Toolkit.KryptonProfessionalRenderer" />
</member>
<member name="M:Krypton.Toolkit.KryptonVisualStudio365Renderer.GradientItemColorsSplit.#ctor(System.Drawing.Color,System.Drawing.Color,System.Drawing.Color)">
<summary>
Initialize a new instance of the GradientItemColorsSplit class.
</summary>
<param name="border">Base border color.</param>
<param name="begin">Beginning background color.</param>
<param name="end">Ending background color.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonVisualStudio365Renderer.GradientItemColorsTracking.#ctor(System.Drawing.Color,System.Drawing.Color,System.Drawing.Color)">
<summary>
Initialize a new instance of the GradientItemColorsTracking class.
</summary>
<param name="border">Base border color.</param>
<param name="begin">Beginning background color.</param>
<param name="end">Ending background color.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonVisualStudio365Renderer.GradientItemColorsDisabled.#ctor(System.Drawing.Color,System.Drawing.Color,System.Drawing.Color)">
<summary>
Initialize a new instance of the GradientItemColorsDisabled class.
</summary>
<param name="border">Base border color.</param>
<param name="begin">Beginning background color.</param>
<param name="end">Ending background color.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonVisualStudio365Renderer.GradientItemColorsPressed.#ctor(System.Drawing.Color,System.Drawing.Color,System.Drawing.Color)">
<summary>
Initialize a new instance of the GradientItemColorsPressed class.
</summary>
<param name="border">Base border color.</param>
<param name="begin">Beginning background color.</param>
<param name="end">Ending background color.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonVisualStudio365Renderer.GradientItemColorsChecked.#ctor(System.Drawing.Color,System.Drawing.Color,System.Drawing.Color)">
<summary>
Initialize a new instance of the GradientItemColorsChecked class.
</summary>
<param name="border">Base border color.</param>
<param name="begin">Beginning background color.</param>
<param name="end">Ending background color.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonVisualStudio365Renderer.GradientItemColorsCheckedTracking.#ctor(System.Drawing.Color,System.Drawing.Color,System.Drawing.Color)">
<summary>
Initialize a new instance of the GradientItemColorsCheckedTracking class.
</summary>
<param name="border">Base border color.</param>
<param name="begin">Beginning background color.</param>
<param name="end">Ending background color.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonVisualStudio365Renderer.#ctor(Krypton.Toolkit.KryptonColorTable)">
<summary>
Initialise a new instance of the KryptonOffice2010Renderer class.
</summary>
<param name="kct">Source for text colors.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonVisualStudio365Renderer.OnRenderArrow(System.Windows.Forms.ToolStripArrowRenderEventArgs)">
<summary>
Raises the RenderArrow event.
</summary>
<param name="e">An ToolStripArrowRenderEventArgs containing the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonVisualStudio365Renderer.OnRenderButtonBackground(System.Windows.Forms.ToolStripItemRenderEventArgs)">
<summary>
Raises the RenderButtonBackground event.
</summary>
<param name="e">An ToolStripItemRenderEventArgs containing the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonVisualStudio365Renderer.OnRenderDropDownButtonBackground(System.Windows.Forms.ToolStripItemRenderEventArgs)">
<summary>
Raises the RenderDropDownButtonBackground event.
</summary>
<param name="e">An ToolStripItemRenderEventArgs containing the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonVisualStudio365Renderer.OnRenderItemCheck(System.Windows.Forms.ToolStripItemImageRenderEventArgs)">
<summary>
Raises the RenderItemCheck event.
</summary>
<param name="e">An ToolStripItemImageRenderEventArgs containing the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonVisualStudio365Renderer.OnRenderItemText(System.Windows.Forms.ToolStripItemTextRenderEventArgs)">
<summary>
Raises the RenderItemText event.
</summary>
<param name="e">A ToolStripItemTextRenderEventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonVisualStudio365Renderer.OnRenderItemImage(System.Windows.Forms.ToolStripItemImageRenderEventArgs)">
<summary>
Raises the RenderItemImage event.
</summary>
<param name="e">An ToolStripItemImageRenderEventArgs containing the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonVisualStudio365Renderer.OnRenderMenuItemBackground(System.Windows.Forms.ToolStripItemRenderEventArgs)">
<summary>
Raises the RenderMenuItemBackground event.
</summary>
<param name="e">An ToolStripItemRenderEventArgs containing the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonVisualStudio365Renderer.OnRenderSeparator(System.Windows.Forms.ToolStripSeparatorRenderEventArgs)">
<summary>
Raises the RenderSeparator event.
</summary>
<param name="e">An ToolStripSeparatorRenderEventArgs containing the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonVisualStudio365Renderer.OnRenderSplitButtonBackground(System.Windows.Forms.ToolStripItemRenderEventArgs)">
<summary>
Raises the RenderSplitButtonBackground event.
</summary>
<param name="e">An ToolStripItemRenderEventArgs containing the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonVisualStudio365Renderer.OnRenderStatusStripSizingGrip(System.Windows.Forms.ToolStripRenderEventArgs)">
<summary>
Raises the RenderStatusStripSizingGrip event.
</summary>
<param name="e">An ToolStripRenderEventArgs containing the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonVisualStudio365Renderer.OnRenderToolStripContentPanelBackground(System.Windows.Forms.ToolStripContentPanelRenderEventArgs)">
<summary>
Raises the RenderToolStripContentPanelBackground event.
</summary>
<param name="e">An ToolStripContentPanelRenderEventArgs containing the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonVisualStudio365Renderer.OnRenderToolStripBackground(System.Windows.Forms.ToolStripRenderEventArgs)">
<summary>
Raises the RenderToolStripBackground event.
</summary>
<param name="e">An ToolStripRenderEventArgs containing the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonVisualStudio365Renderer.OnRenderToolStripBorder(System.Windows.Forms.ToolStripRenderEventArgs)">
<summary>
Raises the RenderToolStripBorder event.
</summary>
<param name="e">An ToolStripRenderEventArgs containing the event data.</param>
</member>
<member name="M:Krypton.Toolkit.KryptonVisualStudio365Renderer.OnRenderImageMargin(System.Windows.Forms.ToolStripRenderEventArgs)">
<summary>
Raises the RenderImageMargin event.
</summary>
<param name="e">An ToolStripRenderEventArgs containing the event data.</param>
</member>
<member name="T:Krypton.Toolkit.RenderBase">
<summary>
Provides base class for rendering implementations.
</summary>
</member>
<member name="P:Krypton.Toolkit.RenderBase.RenderStandardBorder">
<summary>
Gets the standard border renderer.
</summary>
</member>
<member name="P:Krypton.Toolkit.RenderBase.RenderStandardBack">
<summary>
Gets the standard background renderer.
</summary>
</member>
<member name="P:Krypton.Toolkit.RenderBase.RenderStandardContent">
<summary>
Gets the standard content renderer.
</summary>
</member>
<member name="P:Krypton.Toolkit.RenderBase.RenderTabBorder">
<summary>
Gets the tab border renderer.
</summary>
</member>
<member name="P:Krypton.Toolkit.RenderBase.RenderRibbon">
<summary>
Gets the ribbon renderer.
</summary>
</member>
<member name="P:Krypton.Toolkit.RenderBase.RenderGlyph">
<summary>
Gets the glyph renderer.
</summary>
</member>
<member name="M:Krypton.Toolkit.RenderBase.RenderToolStrip(Krypton.Toolkit.PaletteBase)">
<summary>
Gets a renderer for drawing the toolstrips.
</summary>
<param name="colorPalette">Color palette to use when rendering toolstrip.</param>
</member>
<member name="M:Krypton.Toolkit.RenderBase.GetBorderRawPadding(Krypton.Toolkit.IPaletteBorder,Krypton.Toolkit.PaletteState,Krypton.Toolkit.VisualOrientation)">
<summary>
Gets the raw padding used per edge of the border.
</summary>
<param name="palette">Palette used for drawing.</param>
<param name="state">State associated with rendering.</param>
<param name="orientation">Visual orientation of the border.</param>
<returns>Padding structure detailing all four edges.</returns>
</member>
<member name="M:Krypton.Toolkit.RenderBase.GetBorderDisplayPadding(Krypton.Toolkit.IPaletteBorder,Krypton.Toolkit.PaletteState,Krypton.Toolkit.VisualOrientation)">
<summary>
Gets the padding used to position display elements completely inside border drawing.
</summary>
<param name="palette">Palette used for drawing.</param>
<param name="state">State associated with rendering.</param>
<param name="orientation">Visual orientation of the border.</param>
<returns>Padding structure detailing all four edges.</returns>
</member>
<member name="M:Krypton.Toolkit.RenderBase.GetOutsideBorderPath(Krypton.Toolkit.RenderContext,System.Drawing.Rectangle,Krypton.Toolkit.IPaletteBorder,Krypton.Toolkit.VisualOrientation,Krypton.Toolkit.PaletteState)">
<summary>
Generate a graphics path that is the outside edge of the border.
</summary>
<param name="context">Rendering context.</param>
<param name="rect">Target rectangle.</param>
<param name="palette">Palette used for drawing.</param>
<param name="orientation">Visual orientation of the border.</param>
<param name="state">State associated with rendering.</param>
<returns>GraphicsPath instance.</returns>
</member>
<member name="M:Krypton.Toolkit.RenderBase.GetBorderPath(Krypton.Toolkit.RenderContext,System.Drawing.Rectangle,Krypton.Toolkit.IPaletteBorder,Krypton.Toolkit.VisualOrientation,Krypton.Toolkit.PaletteState)">
<summary>
Generate a graphics path that is in the middle of the border.
</summary>
<param name="context">Rendering context.</param>
<param name="rect">Target rectangle.</param>
<param name="palette">Palette used for drawing.</param>
<param name="orientation">Visual orientation of the border.</param>
<param name="state">State associated with rendering.</param>
<returns>GraphicsPath instance.</returns>
</member>
<member name="M:Krypton.Toolkit.RenderBase.GetBackPath(Krypton.Toolkit.RenderContext,System.Drawing.Rectangle,Krypton.Toolkit.IPaletteBorder,Krypton.Toolkit.VisualOrientation,Krypton.Toolkit.PaletteState)">
<summary>
Generate a graphics path that encloses the border and is used when rendering a background to ensure the background does not draw over the border area.
</summary>
<param name="context">Rendering context.</param>
<param name="rect">Target rectangle.</param>
<param name="palette">Palette used for drawing.</param>
<param name="orientation">Visual orientation of the border.</param>
<param name="state">State associated with rendering.</param>
<returns>GraphicsPath instance.</returns>
</member>
<member name="M:Krypton.Toolkit.RenderBase.DrawBorder(Krypton.Toolkit.RenderContext,System.Drawing.Rectangle,Krypton.Toolkit.IPaletteBorder,Krypton.Toolkit.VisualOrientation,Krypton.Toolkit.PaletteState)">
<summary>
Draw border on the inside edge of the specified rectangle.
</summary>
<param name="context">Rendering context.</param>
<param name="rect">Target rectangle.</param>
<param name="palette">Palette used for drawing.</param>
<param name="orientation">Visual orientation of the border.</param>
<param name="state">State associated with rendering.</param>
</member>
<member name="M:Krypton.Toolkit.RenderBase.DrawBack(Krypton.Toolkit.RenderContext,System.Drawing.Rectangle,System.Drawing.Drawing2D.GraphicsPath,Krypton.Toolkit.IPaletteBack,Krypton.Toolkit.VisualOrientation,Krypton.Toolkit.PaletteState,System.IDisposable)">
<summary>
Draw background to fill the specified path.
</summary>
<param name="context">Rendering context.</param>
<param name="rect">Target rectangle that encloses path.</param>
<param name="path">Graphics path.</param>
<param name="palette">Palette used for drawing.</param>
<param name="orientation">Visual orientation of the background.</param>
<param name="state">State associated with rendering.</param>
<param name="memento">Cache used for drawing.</param>
</member>
<member name="M:Krypton.Toolkit.RenderBase.GetContentPreferredSize(Krypton.Toolkit.ViewLayoutContext,Krypton.Toolkit.IPaletteContent,Krypton.Toolkit.IContentValues,Krypton.Toolkit.VisualOrientation,Krypton.Toolkit.PaletteState)">
<summary>
Get the preferred size for drawing the content.
</summary>
<param name="context">Layout context.</param>
<param name="palette">Content palette details.</param>
<param name="values">Content values.</param>
<param name="orientation">Visual orientation of the content.</param>
<param name="state">State associated with rendering.</param>
<returns>Preferred size.</returns>
</member>
<member name="M:Krypton.Toolkit.RenderBase.LayoutContent(Krypton.Toolkit.ViewLayoutContext,System.Drawing.Rectangle,Krypton.Toolkit.IPaletteContent,Krypton.Toolkit.IContentValues,Krypton.Toolkit.VisualOrientation,Krypton.Toolkit.PaletteState)">
<summary>
Perform layout calculations on the provided content.
</summary>
<param name="context">Layout context.</param>
<param name="availableRect">Space available for laying out.</param>
<param name="palette">Content palette details.</param>
<param name="values">Content values.</param>
<param name="orientation">Visual orientation of the content.</param>
<param name="state">State associated with rendering.</param>
<returns>Memento with cached information.</returns>
</member>
<member name="M:Krypton.Toolkit.RenderBase.DrawContent(Krypton.Toolkit.RenderContext,System.Drawing.Rectangle,Krypton.Toolkit.IPaletteContent,System.IDisposable,Krypton.Toolkit.VisualOrientation,Krypton.Toolkit.PaletteState,System.Boolean)">
<summary>
Perform draw of content using provided memento.
</summary>
<param name="context">Render context.</param>
<param name="displayRect">Display area available for drawing.</param>
<param name="palette">Content palette details.</param>
<param name="memento">Cached values from layout call.</param>
<param name="orientation">Visual orientation of the content.</param>
<param name="state">State associated with rendering.</param>
<param name="allowFocusRect">Allow drawing of focus rectangle.</param>
</member>
<member name="M:Krypton.Toolkit.RenderBase.GetContentImageDisplayed(System.IDisposable)">
<summary>
Request the calculated display of the image.
</summary>
<param name="memento">Cached values from layout call.</param>
<returns>True if the image is being Displayed; otherwise false.</returns>
</member>
<member name="M:Krypton.Toolkit.RenderBase.GetContentImageRectangle(System.IDisposable)">
<summary>
Request the calculated position of the content image.
</summary>
<param name="memento">Cached values from layout call.</param>
<returns>Display rectangle for the image content.</returns>
</member>
<member name="M:Krypton.Toolkit.RenderBase.GetContentShortTextDisplayed(System.IDisposable)">
<summary>
Request the calculated display of the short text.
</summary>
<param name="memento">Cached values from layout call.</param>
<returns>True if the short text is being Displayed; otherwise false.</returns>
</member>
<member name="M:Krypton.Toolkit.RenderBase.GetContentShortTextRectangle(System.IDisposable)">
<summary>
Request the calculated position of the content short text.
</summary>
<param name="memento">Cached values from layout call.</param>
<returns>Display rectangle for the image content.</returns>
</member>
<member name="M:Krypton.Toolkit.RenderBase.GetContentLongTextDisplayed(System.IDisposable)">
<summary>
Request the calculated display of the long text.
</summary>
<param name="memento">Cached values from layout call.</param>
<returns>True if the long text is being Displayed; otherwise false.</returns>
</member>
<member name="M:Krypton.Toolkit.RenderBase.GetContentLongTextRectangle(System.IDisposable)">
<summary>
Request the calculated position of the content long text.
</summary>
<param name="memento">Cached values from layout call.</param>
<returns>Display rectangle for the image content.</returns>
</member>
<member name="M:Krypton.Toolkit.RenderBase.GetTabBorderLeftDrawing(Krypton.Toolkit.TabBorderStyle)">
<summary>
Gets if the tabs should be drawn from left to right for z-ordering.
</summary>
<param name="tabBorderStyle">Style of tab border.</param>
<returns>True for left to right, otherwise draw right to left.</returns>
</member>
<member name="M:Krypton.Toolkit.RenderBase.GetTabBorderSpacingGap(Krypton.Toolkit.TabBorderStyle)">
<summary>
Gets the spacing used to separate each tab border instance.
</summary>
<param name="tabBorderStyle">Style of tab border.</param>
<returns>Number of pixels to space instances.</returns>
</member>
<member name="M:Krypton.Toolkit.RenderBase.GetTabBorderDisplayPadding(Krypton.Toolkit.ViewLayoutContext,Krypton.Toolkit.IPaletteBorder,Krypton.Toolkit.PaletteState,Krypton.Toolkit.VisualOrientation,Krypton.Toolkit.TabBorderStyle)">
<summary>
Gets the padding used to position display elements completely inside border drawing.
</summary>
<param name="context">Layout context.</param>
<param name="palette">Palette used for drawing.</param>
<param name="state">State associated with rendering.</param>
<param name="orientation">Visual orientation of the border.</param>
<param name="tabBorderStyle">Style of tab border.</param>
<returns>Padding structure detailing all four edges.</returns>
</member>
<member name="M:Krypton.Toolkit.RenderBase.GetTabBorderPath(Krypton.Toolkit.RenderContext,System.Drawing.Rectangle,Krypton.Toolkit.IPaletteBorder,Krypton.Toolkit.VisualOrientation,Krypton.Toolkit.PaletteState,Krypton.Toolkit.TabBorderStyle)">
<summary>
Generate a graphics path that encloses the border itself.
</summary>
<param name="context">Rendering context.</param>
<param name="rect">Target rectangle.</param>
<param name="palette">Palette used for drawing.</param>
<param name="orientation">Visual orientation of the border.</param>
<param name="state">State associated with rendering.</param>
<param name="tabBorderStyle">Style of tab border.</param>
<returns>GraphicsPath instance.</returns>
</member>
<member name="M:Krypton.Toolkit.RenderBase.GetTabBackPath(Krypton.Toolkit.RenderContext,System.Drawing.Rectangle,Krypton.Toolkit.IPaletteBorder,Krypton.Toolkit.VisualOrientation,Krypton.Toolkit.PaletteState,Krypton.Toolkit.TabBorderStyle)">
<summary>
Generate a graphics path that encloses the border and is used when rendering a background to ensure the background does not draw over the border area.
</summary>
<param name="context">Rendering context.</param>
<param name="rect">Target rectangle.</param>
<param name="palette">Palette used for drawing.</param>
<param name="orientation">Visual orientation of the border.</param>
<param name="state">State associated with rendering.</param>
<param name="tabBorderStyle">Style of tab border.</param>
<returns>GraphicsPath instance.</returns>
</member>
<member name="M:Krypton.Toolkit.RenderBase.DrawTabBorder(Krypton.Toolkit.RenderContext,System.Drawing.Rectangle,Krypton.Toolkit.IPaletteBorder,Krypton.Toolkit.VisualOrientation,Krypton.Toolkit.PaletteState,Krypton.Toolkit.TabBorderStyle)">
<summary>
Draw border on the inside edge of the specified rectangle.
</summary>
<param name="context">Rendering context.</param>
<param name="rect">Target rectangle.</param>
<param name="palette">Palette used for drawing.</param>
<param name="orientation">Visual orientation of the border.</param>
<param name="state">State associated with rendering.</param>
<param name="tabBorderStyle">Style of tab border.</param>
</member>
<member name="M:Krypton.Toolkit.RenderBase.DrawRibbonBack(Krypton.Toolkit.PaletteRibbonShape,Krypton.Toolkit.RenderContext,System.Drawing.Rectangle,Krypton.Toolkit.PaletteState,Krypton.Toolkit.IPaletteRibbonBack,Krypton.Toolkit.VisualOrientation,System.IDisposable)">
<summary>
Draw the background of a ribbon element.
</summary>
<param name="shape">Ribbon shape.</param>
<param name="context">Rendering context.</param>
<param name="rect">Target rectangle.</param>
<param name="state">State associated with rendering.</param>
<param name="palette">Palette used for sourcing settings.</param>
<param name="orientation">Orientation for drawing.</param>
<param name="memento">Cached values to use when drawing.</param>
</member>
<member name="M:Krypton.Toolkit.RenderBase.DrawRibbonTabContextTitle(Krypton.Toolkit.PaletteRibbonShape,Krypton.Toolkit.RenderContext,System.Drawing.Rectangle,Krypton.Toolkit.IPaletteRibbonGeneral,Krypton.Toolkit.IPaletteRibbonBack,System.IDisposable)">
<summary>
Draw a context ribbon tab title.
</summary>
<param name="shape">Ribbon shape.</param>
<param name="context">Rendering context.</param>
<param name="rect">Target rectangle.</param>
<param name="paletteGeneral">Palette used for general ribbon settings.</param>
<param name="paletteBack">Palette used for background ribbon settings.</param>
<param name="memento">Cached values to use when drawing.</param>
</member>
<member name="M:Krypton.Toolkit.RenderBase.DrawRibbonApplicationButton(Krypton.Toolkit.PaletteRibbonShape,Krypton.Toolkit.RenderContext,System.Drawing.Rectangle,Krypton.Toolkit.PaletteState,Krypton.Toolkit.IPaletteRibbonBack,System.IDisposable)">
<summary>
Draw the application button.
</summary>
<param name="shape">Ribbon shape.</param>
<param name="context">Rendering context.</param>
<param name="rect">Target rectangle.</param>
<param name="state">State associated with rendering.</param>
<param name="palette">Palette used for sourcing settings.</param>
<param name="memento">Cached storage for drawing objects.</param>
</member>
<member name="M:Krypton.Toolkit.RenderBase.DrawRibbonFileApplicationTab(Krypton.Toolkit.PaletteRibbonShape,Krypton.Toolkit.RenderContext,System.Drawing.Rectangle,Krypton.Toolkit.PaletteState,Krypton.Toolkit.IPaletteRibbonFileAppTab,System.IDisposable)">
<summary>
Draw the "File application tab"
</summary>
<param name="shape">Ribbon shape.</param>
<param name="context">Rendering context.</param>
<param name="rect">Target rectangle.</param>
<param name="state">State associated with rendering.</param>
<param name="palette">Palette used for sourcing settings.</param>
<param name="memento">Cached values to use when drawing.</param>
</member>
<member name="M:Krypton.Toolkit.RenderBase.DrawRibbonClusterEdge(Krypton.Toolkit.PaletteRibbonShape,Krypton.Toolkit.RenderContext,System.Drawing.Rectangle,Krypton.Toolkit.IPaletteBack,Krypton.Toolkit.PaletteState)">
<summary>
Perform drawing of a ribbon cluster edge.
</summary>
<param name="shape">Ribbon shape.</param>
<param name="context">Render context.</param>
<param name="displayRect">Display area available for drawing.</param>
<param name="paletteBack">Palette used for recovering drawing details.</param>
<param name="state">State associated with rendering.</param>
</member>
<member name="M:Krypton.Toolkit.RenderBase.DrawSeparator(Krypton.Toolkit.RenderContext,System.Drawing.Rectangle,Krypton.Toolkit.IPaletteBack,Krypton.Toolkit.IPaletteBorder,System.Windows.Forms.Orientation,Krypton.Toolkit.PaletteState,System.Boolean)">
<summary>
Perform drawing of a separator glyph.
</summary>
<param name="context">Render context.</param>
<param name="displayRect">Display area available for drawing.</param>
<param name="paletteBack">Background palette details.</param>
<param name="paletteBorder">Border palette details.</param>
<param name="orientation">Visual orientation of the content.</param>
<param name="state">State associated with rendering.</param>
<param name="canMove">Can the separator be moved.</param>
</member>
<member name="M:Krypton.Toolkit.RenderBase.GetCheckBoxPreferredSize(Krypton.Toolkit.ViewLayoutContext,Krypton.Toolkit.PaletteBase,System.Boolean,System.Windows.Forms.CheckState,System.Boolean,System.Boolean)">
<summary>
Calculate the requested display size for the check box.
</summary>
<param name="context">Render context.</param>
<param name="palette">Palette for sourcing display values.</param>
<param name="enabled">Should check box be Displayed as enabled.</param>
<param name="checkState">The checked state of the check box.</param>
<param name="tracking">Should check box be Displayed as hot tracking.</param>
<param name="pressed">Should check box be Displayed as pressed.</param>
</member>
<member name="M:Krypton.Toolkit.RenderBase.DrawCheckBox(Krypton.Toolkit.RenderContext,System.Drawing.Rectangle,Krypton.Toolkit.PaletteBase,System.Boolean,System.Windows.Forms.CheckState,System.Boolean,System.Boolean)">
<summary>
Perform drawing of a check box.
</summary>
<param name="context">Render context.</param>
<param name="displayRect">Display area available for drawing.</param>
<param name="palette">Palette for sourcing display values.</param>
<param name="enabled">Should check box be Displayed as enabled.</param>
<param name="checkState">The checked state of the check box.</param>
<param name="tracking">Should check box be Displayed as hot tracking.</param>
<param name="pressed">Should check box be Displayed as pressed.</param>
</member>
<member name="M:Krypton.Toolkit.RenderBase.GetRadioButtonPreferredSize(Krypton.Toolkit.ViewLayoutContext,Krypton.Toolkit.PaletteBase,System.Boolean,System.Boolean,System.Boolean,System.Boolean)">
<summary>
Calculate the requested display size for the radio button.
</summary>
<param name="context">Render context.</param>
<param name="palette">Palette for sourcing display values.</param>
<param name="enabled">Should check box be Displayed as enabled.</param>
<param name="checkState">Checked state of the radio button.</param>
<param name="tracking">Should check box be Displayed as hot tracking.</param>
<param name="pressed">Should check box be Displayed as pressed.</param>
</member>
<member name="M:Krypton.Toolkit.RenderBase.DrawRadioButton(Krypton.Toolkit.RenderContext,System.Drawing.Rectangle,Krypton.Toolkit.PaletteBase,System.Boolean,System.Boolean,System.Boolean,System.Boolean)">
<summary>
Perform drawing of a radio button.
</summary>
<param name="context">Render context.</param>
<param name="displayRect">Display area available for drawing.</param>
<param name="palette">Palette for sourcing display values.</param>
<param name="enabled">Should radio button be Displayed as enabled.</param>
<param name="checkState">Checked state of the radio button.</param>
<param name="tracking">Should radio button be Displayed as hot tracking.</param>
<param name="pressed">Should radio button be Displayed as pressed.</param>
</member>
<member name="M:Krypton.Toolkit.RenderBase.GetDropDownButtonPreferredSize(Krypton.Toolkit.ViewLayoutContext,Krypton.Toolkit.IPaletteContent,Krypton.Toolkit.PaletteState,Krypton.Toolkit.VisualOrientation)">
<summary>
Calculate the requested display size for the drop-down button.
</summary>
<param name="context">Render context.</param>
<param name="palette">Palette for sourcing display values.</param>
<param name="state">State for which image size is needed.</param>
<param name="orientation">How to orientate the image.</param>
</member>
<member name="M:Krypton.Toolkit.RenderBase.DrawDropDownButton(Krypton.Toolkit.RenderContext,System.Drawing.Rectangle,Krypton.Toolkit.IPaletteContent,Krypton.Toolkit.PaletteState,Krypton.Toolkit.VisualOrientation)">
<summary>
Perform drawing of a drop-down button.
</summary>
<param name="context">Render context.</param>
<param name="displayRect">Display area available for drawing.</param>
<param name="palette">Palette for sourcing display values.</param>
<param name="state">State for which image size is needed.</param>
<param name="orientation">How to orientate the image.</param>
</member>
<member name="M:Krypton.Toolkit.RenderBase.DrawInputControlNumericUpGlyph(Krypton.Toolkit.RenderContext,System.Drawing.Rectangle,Krypton.Toolkit.IPaletteContent,Krypton.Toolkit.PaletteState)">
<summary>
Draw a numeric up button image appropriate for a input control.
</summary>
<param name="context">Render context.</param>
<param name="cellRect">Available drawing rectangle space.</param>
<param name="paletteContent">Content palette for getting colors.</param>
<param name="state">State associated with rendering.</param>
</member>
<member name="M:Krypton.Toolkit.RenderBase.DrawInputControlNumericDownGlyph(Krypton.Toolkit.RenderContext,System.Drawing.Rectangle,Krypton.Toolkit.IPaletteContent,Krypton.Toolkit.PaletteState)">
<summary>
Draw a numeric down button image appropriate for a input control.
</summary>
<param name="context">Render context.</param>
<param name="cellRect">Available drawing rectangle space.</param>
<param name="paletteContent">Content palette for getting colors.</param>
<param name="state">State associated with rendering.</param>
</member>
<member name="M:Krypton.Toolkit.RenderBase.DrawInputControlDropDownGlyph(Krypton.Toolkit.RenderContext,System.Drawing.Rectangle,Krypton.Toolkit.IPaletteContent,Krypton.Toolkit.PaletteState)">
<summary>
Draw a drop-down grid appropriate for a input control.
</summary>
<param name="context">Render context.</param>
<param name="cellRect">Available drawing rectangle space.</param>
<param name="paletteContent">Content palette for getting colors.</param>
<param name="state">State associated with rendering.</param>
</member>
<member name="M:Krypton.Toolkit.RenderBase.DrawRibbonDialogBoxLauncher(Krypton.Toolkit.PaletteRibbonShape,Krypton.Toolkit.RenderContext,System.Drawing.Rectangle,Krypton.Toolkit.IPaletteRibbonGeneral,Krypton.Toolkit.PaletteState)">
<summary>
Perform drawing of a ribbon dialog box launcher glyph.
</summary>
<param name="shape">Ribbon shape.</param>
<param name="context">Render context.</param>
<param name="displayRect">Display area available for drawing.</param>
<param name="paletteGeneral">General ribbon palette details.</param>
<param name="state">State associated with rendering.</param>
</member>
<member name="M:Krypton.Toolkit.RenderBase.DrawRibbonDropArrow(Krypton.Toolkit.PaletteRibbonShape,Krypton.Toolkit.RenderContext,System.Drawing.Rectangle,Krypton.Toolkit.IPaletteRibbonGeneral,Krypton.Toolkit.PaletteState)">
<summary>
Perform drawing of a ribbon drop arrow glyph.
</summary>
<param name="shape">Ribbon shape.</param>
<param name="context">Render context.</param>
<param name="displayRect">Display area available for drawing.</param>
<param name="paletteGeneral">General ribbon palette details.</param>
<param name="state">State associated with rendering.</param>
</member>
<member name="M:Krypton.Toolkit.RenderBase.DrawRibbonContextArrow(Krypton.Toolkit.PaletteRibbonShape,Krypton.Toolkit.RenderContext,System.Drawing.Rectangle,Krypton.Toolkit.IPaletteRibbonGeneral,Krypton.Toolkit.PaletteState)">
<summary>
Perform drawing of a ribbon context arrow glyph.
</summary>
<param name="shape">Ribbon shape.</param>
<param name="context">Render context.</param>
<param name="displayRect">Display area available for drawing.</param>
<param name="paletteGeneral">General ribbon palette details.</param>
<param name="state">State associated with rendering.</param>
</member>
<member name="M:Krypton.Toolkit.RenderBase.DrawRibbonOverflow(Krypton.Toolkit.PaletteRibbonShape,Krypton.Toolkit.RenderContext,System.Drawing.Rectangle,Krypton.Toolkit.IPaletteRibbonGeneral,Krypton.Toolkit.PaletteState)">
<summary>
Perform drawing of a ribbon overflow image.
</summary>
<param name="shape">Ribbon shape.</param>
<param name="context">Render context.</param>
<param name="displayRect">Display area available for drawing.</param>
<param name="paletteGeneral">General ribbon palette details.</param>
<param name="state">State associated with rendering.</param>
</member>
<member name="M:Krypton.Toolkit.RenderBase.DrawRibbonGroupSeparator(Krypton.Toolkit.PaletteRibbonShape,Krypton.Toolkit.RenderContext,System.Drawing.Rectangle,Krypton.Toolkit.IPaletteRibbonGeneral,Krypton.Toolkit.PaletteState)">
<summary>
Perform drawing of a ribbon group separator.
</summary>
<param name="shape">Ribbon shape.</param>
<param name="context">Render context.</param>
<param name="displayRect">Display area available for drawing.</param>
<param name="paletteGeneral">General ribbon palette details.</param>
<param name="state">State associated with rendering.</param>
</member>
<member name="M:Krypton.Toolkit.RenderBase.DrawGridSortGlyph(Krypton.Toolkit.RenderContext,System.Windows.Forms.SortOrder,System.Drawing.Rectangle,Krypton.Toolkit.IPaletteContent,Krypton.Toolkit.PaletteState,System.Boolean)">
<summary>
Draw a grid sorting direction glyph.
</summary>
<param name="context">Render context.</param>
<param name="sortOrder">Sorting order of the glyph.</param>
<param name="cellRect">Available drawing rectangle space.</param>
<param name="paletteContent">Palette to use for sourcing values.</param>
<param name="state">State associated with rendering.</param>
<param name="rtl">Should be drawn from right to left.</param>
<returns>Remainder space left over for other drawing.</returns>
</member>
<member name="M:Krypton.Toolkit.RenderBase.DrawGridRowGlyph(Krypton.Toolkit.RenderContext,Krypton.Toolkit.GridRowGlyph,System.Drawing.Rectangle,Krypton.Toolkit.IPaletteContent,Krypton.Toolkit.PaletteState,System.Boolean)">
<summary>
Draw a grid row glyph.
</summary>
<param name="context">Render context.</param>
<param name="rowGlyph">Row glyph.</param>
<param name="cellRect">Available drawing rectangle space.</param>
<param name="paletteContent">Palette to use for sourcing values.</param>
<param name="state">State associated with rendering.</param>
<param name="rtl">Should be drawn from right to left.</param>
<returns>Remainder space left over for other drawing.</returns>
</member>
<member name="M:Krypton.Toolkit.RenderBase.DrawGridErrorGlyph(Krypton.Toolkit.RenderContext,System.Drawing.Rectangle,Krypton.Toolkit.PaletteState,System.Boolean)">
<summary>
Draw a grid error glyph.
</summary>
<param name="context">Render context.</param>
<param name="cellRect">Available drawing rectangle space.</param>
<param name="state">State associated with rendering.</param>
<param name="rtl">Should be drawn from right to left.</param>
<returns>Remainder space left over for other drawing.</returns>
</member>
<member name="M:Krypton.Toolkit.RenderBase.DrawDragDropSolidGlyph(Krypton.Toolkit.RenderContext,System.Drawing.Rectangle,Krypton.Toolkit.IPaletteDragDrop)">
<summary>
Draw a solid area glyph suitable for a drag drop area.
</summary>
<param name="context">Render context.</param>
<param name="drawRect">Drawing rectangle space.</param>
<param name="dragDropPalette">Palette source of drawing values.</param>
</member>
<member name="M:Krypton.Toolkit.RenderBase.MeasureDragDropDockingGlyph(Krypton.Toolkit.RenderDragDockingData,Krypton.Toolkit.IPaletteDragDrop,Krypton.Toolkit.PaletteDragFeedback)">
<summary>
Measure the drag and drop docking glyphs.
</summary>
<param name="dragData">Set of drag docking data.</param>
<param name="dragDropPalette">Palette source of drawing values.</param>
<param name="feedback">Feedback requested.</param>
</member>
<member name="M:Krypton.Toolkit.RenderBase.DrawDragDropDockingGlyph(Krypton.Toolkit.RenderContext,Krypton.Toolkit.RenderDragDockingData,Krypton.Toolkit.IPaletteDragDrop,Krypton.Toolkit.PaletteDragFeedback)">
<summary>
Draw a solid area glyph suitable for a drag drop area.
</summary>
<param name="context">Render context.</param>
<param name="dragData">Set of drag docking data.</param>
<param name="dragDropPalette">Palette source of drawing values.</param>
<param name="feedback">Feedback requested.</param>
</member>
<member name="M:Krypton.Toolkit.RenderBase.DrawTrackTicksGlyph(Krypton.Toolkit.RenderContext,Krypton.Toolkit.PaletteState,Krypton.Toolkit.IPaletteElementColor,System.Drawing.Rectangle,System.Windows.Forms.Orientation,System.Boolean,System.Drawing.Size,System.Int32,System.Int32,System.Int32)">
<summary>
Draw the track bar ticks glyph.
</summary>
<param name="context">Render context.</param>
<param name="state">Element state.</param>
<param name="elementPalette">Source of palette colors.</param>
<param name="drawRect">Drawing rectangle that should contain ticks.</param>
<param name="orientation">Orientation of the drawing area.</param>
<param name="topRight">Drawing on the topRight or the bottomLeft.</param>
<param name="positionSize">Size of the position indicator.</param>
<param name="minimum">First value.</param>
<param name="maximum">Last value.</param>
<param name="frequency">How often ticks are drawn.</param>
</member>
<member name="M:Krypton.Toolkit.RenderBase.DrawTrackGlyph(Krypton.Toolkit.RenderContext,Krypton.Toolkit.PaletteState,Krypton.Toolkit.IPaletteElementColor,System.Drawing.Rectangle,System.Windows.Forms.Orientation,System.Boolean)">
<summary>
Draw the track bar track glyph.
</summary>
<param name="context">Render context.</param>
<param name="state">Element state.</param>
<param name="elementPalette">Source of palette colors.</param>
<param name="drawRect">Drawing rectangle that should contain the track.</param>
<param name="orientation">Drawing orientation.</param>
<param name="volumeControl">Drawing as a volume control or standard slider.</param>
</member>
<member name="M:Krypton.Toolkit.RenderBase.DrawTrackPositionGlyph(Krypton.Toolkit.RenderContext,Krypton.Toolkit.PaletteState,Krypton.Toolkit.IPaletteElementColor,System.Drawing.Rectangle,System.Windows.Forms.Orientation,System.Windows.Forms.TickStyle)">
<summary>
Draw the track bar position glyph.
</summary>
<param name="context">Render context.</param>
<param name="state">Element state.</param>
<param name="elementPalette">Source of palette colors.</param>
<param name="drawRect">Drawing rectangle that should contain the track.</param>
<param name="orientation">Drawing orientation.</param>
<param name="tickStyle">Tick marks that surround the position.</param>
</member>
<member name="M:Krypton.Toolkit.RenderBase.EvalTransparentPaint(Krypton.Toolkit.IPaletteBack,Krypton.Toolkit.PaletteState)">
<summary>
Evaluate if transparent painting is needed for background palette.
</summary>
<param name="paletteBack">Background palette to test.</param>
<param name="state">Element state associated with palette.</param>
<returns>True if transparent painting required.</returns>
</member>
<member name="M:Krypton.Toolkit.RenderBase.EvalTransparentPaint(Krypton.Toolkit.IPaletteBack,Krypton.Toolkit.IPaletteBorder,Krypton.Toolkit.PaletteState)">
<summary>
Evaluate if transparent painting is needed for background or border palettes.
</summary>
<param name="paletteBack">Background palette to test.</param>
<param name="paletteBorder">Background palette to test.</param>
<param name="state">Element state associated with palette.</param>
<returns>True if transparent painting required.</returns>
</member>
<member name="M:Krypton.Toolkit.RenderBase.DrawIconHelper(Krypton.Toolkit.ViewContext,System.Drawing.Icon,System.Drawing.Rectangle,Krypton.Toolkit.VisualOrientation)">
<summary>
Helper routine to draw an image taking into account various properties.
</summary>
<param name="context">Rendering context.</param>
<param name="icon">Icon to be drawn.</param>
<param name="iconRect">Destination rectangle.</param>
<param name="orientation">Visual orientation.</param>
<exception cref="T:System.ArgumentNullException"></exception>
</member>
<member name="M:Krypton.Toolkit.RenderBase.DrawImageHelper(Krypton.Toolkit.ViewContext,System.Drawing.Image,System.Drawing.Color,System.Drawing.Rectangle,Krypton.Toolkit.VisualOrientation,Krypton.Toolkit.PaletteImageEffect,System.Drawing.Color,System.Drawing.Color)">
<summary>
Helper routine to draw an image taking into account various properties.
</summary>
<param name="context">Rendering context.</param>
<param name="image">Image to be drawn.</param>
<param name="remapTransparent">Color that should become transparent.</param>
<param name="imageRect">Destination rectangle.</param>
<param name="orientation">Visual orientation.</param>
<param name="effect">Drawing effect.</param>
<param name="remapColor">Image color to remap.</param>
<param name="remapNew">New color for remap.</param>
<exception cref="T:System.ArgumentNullException"></exception>
</member>
<member name="T:Krypton.Toolkit.RenderContext">
<summary>
Encapsulates context for view render operations.
</summary>
</member>
<member name="M:Krypton.Toolkit.RenderContext.#ctor(System.Windows.Forms.Control,System.Drawing.Graphics,System.Drawing.Rectangle,Krypton.Toolkit.IRenderer)">
<summary>
Initialize a new instance of the ViewContext class.
</summary>
<param name="control">Control associated with rendering.</param>
<param name="graphics">Graphics instance for drawing.</param>
<param name="clipRect">Rectangle that needs rendering.</param>
<param name="renderer">Rendering provider.</param>
</member>
<member name="M:Krypton.Toolkit.RenderContext.#ctor(System.Windows.Forms.Control,System.Windows.Forms.Control,System.Drawing.Graphics,System.Drawing.Rectangle,Krypton.Toolkit.IRenderer)">
<summary>
Initialize a new instance of the ViewContext class.
</summary>
<param name="control">Control associated with rendering.</param>
<param name="alignControl">Control used to align elements.</param>
<param name="graphics">Graphics instance for drawing.</param>
<param name="clipRect">Rectangle that needs rendering.</param>
<param name="renderer">Rendering provider.</param>
</member>
<member name="M:Krypton.Toolkit.RenderContext.#ctor(Krypton.Toolkit.ViewManager,System.Windows.Forms.Control,System.Windows.Forms.Control,System.Drawing.Graphics,System.Drawing.Rectangle,Krypton.Toolkit.IRenderer)">
<summary>
Initialize a new instance of the ViewContext class.
</summary>
<param name="manager">Reference to the view manager.</param>
<param name="control">Control associated with rendering.</param>
<param name="alignControl">Control used to align elements.</param>
<param name="graphics">Graphics instance for drawing.</param>
<param name="clipRect">Rectangle that needs rendering.</param>
<param name="renderer">Rendering provider.</param>
</member>
<member name="P:Krypton.Toolkit.RenderContext.ClipRect">
<summary>
Gets the rectangle that needs rendering.
</summary>
</member>
<member name="M:Krypton.Toolkit.RenderContext.GetAlignedRectangle(Krypton.Toolkit.PaletteRectangleAlign,System.Drawing.Rectangle)">
<summary>
Calculate a rectangle in control coordinates that is aligned for gradient drawing.
</summary>
<param name="align">How to align the gradient.</param>
<param name="local">Rectangle of the local element.</param>
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
<returns></returns>
</member>
<member name="T:Krypton.Toolkit.IRenderer">
<summary>
Exposes access to specialized renderers.
</summary>
</member>
<member name="P:Krypton.Toolkit.IRenderer.RenderStandardBorder">
<summary>
Gets the standard border renderer.
</summary>
</member>
<member name="P:Krypton.Toolkit.IRenderer.RenderStandardBack">
<summary>
Gets the standard background renderer.
</summary>
</member>
<member name="P:Krypton.Toolkit.IRenderer.RenderStandardContent">
<summary>
Gets the standard content renderer.
</summary>
</member>
<member name="P:Krypton.Toolkit.IRenderer.RenderTabBorder">
<summary>
Gets the tab border renderer.
</summary>
</member>
<member name="P:Krypton.Toolkit.IRenderer.RenderRibbon">
<summary>
Gets the ribbon renderer.
</summary>
</member>
<member name="P:Krypton.Toolkit.IRenderer.RenderGlyph">
<summary>
Gets the glpyh renderer.
</summary>
</member>
<member name="M:Krypton.Toolkit.IRenderer.EvalTransparentPaint(Krypton.Toolkit.IPaletteBack,Krypton.Toolkit.PaletteState)">
<summary>
Evaluate if transparent painting is needed for background palette.
</summary>
<param name="paletteBack">Background palette to test.</param>
<param name="state">Element state associated with palette.</param>
<returns>True if transparent painting required.</returns>
</member>
<member name="M:Krypton.Toolkit.IRenderer.EvalTransparentPaint(Krypton.Toolkit.IPaletteBack,Krypton.Toolkit.IPaletteBorder,Krypton.Toolkit.PaletteState)">
<summary>
Evaluate if transparent painting is needed for background or border palettes.
</summary>
<param name="paletteBack">Background palette to test.</param>
<param name="paletteBorder">Background palette to test.</param>
<param name="state">Element state associated with palette.</param>
<returns>True if transparent painting required.</returns>
</member>
<member name="M:Krypton.Toolkit.IRenderer.RenderToolStrip(Krypton.Toolkit.PaletteBase)">
<summary>
Gets a renderer for drawing the toolstrips.
</summary>
<param name="colorPalette">Color palette to use when rendering toolstrip.</param>
</member>
<member name="T:Krypton.Toolkit.IRenderBorder">
<summary>
Exposes methods for drawing borders.
</summary>
</member>
<member name="M:Krypton.Toolkit.IRenderBorder.GetBorderRawPadding(Krypton.Toolkit.IPaletteBorder,Krypton.Toolkit.PaletteState,Krypton.Toolkit.VisualOrientation)">
<summary>
Gets the raw padding used per edge of the border.
</summary>
<param name="palette">Palette used for drawing.</param>
<param name="state">State associated with rendering.</param>
<param name="orientation">Visual orientation of the border.</param>
<returns>Padding structure detailing all four edges.</returns>
</member>
<member name="M:Krypton.Toolkit.IRenderBorder.GetBorderDisplayPadding(Krypton.Toolkit.IPaletteBorder,Krypton.Toolkit.PaletteState,Krypton.Toolkit.VisualOrientation)">
<summary>
Gets the padding used to position display elements completely inside border drawing.
</summary>
<param name="palette">Palette used for drawing.</param>
<param name="state">State associated with rendering.</param>
<param name="orientation">Visual orientation of the border.</param>
<returns>Padding structure detailing all four edges.</returns>
</member>
<member name="M:Krypton.Toolkit.IRenderBorder.GetOutsideBorderPath(Krypton.Toolkit.RenderContext,System.Drawing.Rectangle,Krypton.Toolkit.IPaletteBorder,Krypton.Toolkit.VisualOrientation,Krypton.Toolkit.PaletteState)">
<summary>
Generate a graphics path that is the outside edge of the border.
</summary>
<param name="context">Rendering context.</param>
<param name="rect">Target rectangle.</param>
<param name="palette">Palette used for drawing.</param>
<param name="orientation">Visual orientation of the border.</param>
<param name="state">State associated with rendering.</param>
<returns>GraphicsPath instance.</returns>
</member>
<member name="M:Krypton.Toolkit.IRenderBorder.GetBorderPath(Krypton.Toolkit.RenderContext,System.Drawing.Rectangle,Krypton.Toolkit.IPaletteBorder,Krypton.Toolkit.VisualOrientation,Krypton.Toolkit.PaletteState)">
<summary>
Generate a graphics path that is in the middle of the border.
</summary>
<param name="context">Rendering context.</param>
<param name="rect">Target rectangle.</param>
<param name="palette">Palette used for drawing.</param>
<param name="orientation">Visual orientation of the border.</param>
<param name="state">State associated with rendering.</param>
<returns>GraphicsPath instance.</returns>
</member>
<member name="M:Krypton.Toolkit.IRenderBorder.GetBackPath(Krypton.Toolkit.RenderContext,System.Drawing.Rectangle,Krypton.Toolkit.IPaletteBorder,Krypton.Toolkit.VisualOrientation,Krypton.Toolkit.PaletteState)">
<summary>
Generate a graphics path that encloses the border and is used when rendering a background to ensure the background does not draw over the border area.
</summary>
<param name="context">Rendering context.</param>
<param name="rect">Target rectangle.</param>
<param name="palette">Palette used for drawing.</param>
<param name="orientation">Visual orientation of the border.</param>
<param name="state">State associated with rendering.</param>
<returns>GraphicsPath instance.</returns>
</member>
<member name="M:Krypton.Toolkit.IRenderBorder.DrawBorder(Krypton.Toolkit.RenderContext,System.Drawing.Rectangle,Krypton.Toolkit.IPaletteBorder,Krypton.Toolkit.VisualOrientation,Krypton.Toolkit.PaletteState)">
<summary>
Draw border on the inside edge of the specified rectangle.
</summary>
<param name="context">Rendering context.</param>
<param name="rect">Target rectangle.</param>
<param name="palette">Palette used for drawing.</param>
<param name="orientation">Visual orientation of the border.</param>
<param name="state">State associated with rendering.</param>
</member>
<member name="T:Krypton.Toolkit.IRenderBack">
<summary>
Exposes methods for drawing backgrounds.
</summary>
</member>
<member name="M:Krypton.Toolkit.IRenderBack.DrawBack(Krypton.Toolkit.RenderContext,System.Drawing.Rectangle,System.Drawing.Drawing2D.GraphicsPath,Krypton.Toolkit.IPaletteBack,Krypton.Toolkit.VisualOrientation,Krypton.Toolkit.PaletteState,System.IDisposable)">
<summary>
Draw background to fill the specified path.
</summary>
<param name="context">Rendering context.</param>
<param name="rect">Target rectangle that encloses path.</param>
<param name="path">Graphics path.</param>
<param name="palette">Palette used for drawing.</param>
<param name="orientation">Visual orientation of the background.</param>
<param name="state">State associated with rendering.</param>
<param name="memento">Cache used for drawing.</param>
</member>
<member name="T:Krypton.Toolkit.IRenderContent">
<summary>
Exposes methods for drawing content.
</summary>
</member>
<member name="M:Krypton.Toolkit.IRenderContent.GetContentPreferredSize(Krypton.Toolkit.ViewLayoutContext,Krypton.Toolkit.IPaletteContent,Krypton.Toolkit.IContentValues,Krypton.Toolkit.VisualOrientation,Krypton.Toolkit.PaletteState)">
<summary>
Get the preferred size for drawing the content.
</summary>
<param name="context">Layout context.</param>
<param name="palette">Content palette details.</param>
<param name="values">Content values.</param>
<param name="orientation">Visual orientation of the content.</param>
<param name="state">State associated with rendering.</param>
<returns>Preferred size.</returns>
</member>
<member name="M:Krypton.Toolkit.IRenderContent.LayoutContent(Krypton.Toolkit.ViewLayoutContext,System.Drawing.Rectangle,Krypton.Toolkit.IPaletteContent,Krypton.Toolkit.IContentValues,Krypton.Toolkit.VisualOrientation,Krypton.Toolkit.PaletteState)">
<summary>
Perform layout calculations on the provided content.
</summary>
<param name="context">Layout context.</param>
<param name="availableRect">Space available for laying out.</param>
<param name="palette">Content palette details.</param>
<param name="values">Content values.</param>
<param name="orientation">Visual orientation of the content.</param>
<param name="state">State associated with rendering.</param>
<returns>Memento with cached information.</returns>
</member>
<member name="M:Krypton.Toolkit.IRenderContent.DrawContent(Krypton.Toolkit.RenderContext,System.Drawing.Rectangle,Krypton.Toolkit.IPaletteContent,System.IDisposable,Krypton.Toolkit.VisualOrientation,Krypton.Toolkit.PaletteState,System.Boolean)">
<summary>
Perform draw of content using provided memento.
</summary>
<param name="context">Render context.</param>
<param name="displayRect">Display area available for drawing.</param>
<param name="palette">Content palette details.</param>
<param name="memento">Cached values from layout call.</param>
<param name="orientation">Visual orientation of the content.</param>
<param name="state">State associated with rendering.</param>
<param name="allowFocusRect">Allow drawing of focus rectangle.</param>
</member>
<member name="M:Krypton.Toolkit.IRenderContent.GetContentImageDisplayed(System.IDisposable)">
<summary>
Request the calculated display of the image.
</summary>
<param name="memento">Cached values from layout call.</param>
<returns>True if the image is being Displayed; otherwise false.</returns>
</member>
<member name="M:Krypton.Toolkit.IRenderContent.GetContentImageRectangle(System.IDisposable)">
<summary>
Request the calculated position of the content image.
</summary>
<param name="memento">Cached values from layout call.</param>
<returns>Display rectangle for the image content.</returns>
</member>
<member name="M:Krypton.Toolkit.IRenderContent.GetContentShortTextDisplayed(System.IDisposable)">
<summary>
Request the calculated display of the short text.
</summary>
<param name="memento">Cached values from layout call.</param>
<returns>True if the short text is being Displayed; otherwise false.</returns>
</member>
<member name="M:Krypton.Toolkit.IRenderContent.GetContentShortTextRectangle(System.IDisposable)">
<summary>
Request the calculated position of the content short text.
</summary>
<param name="memento">Cached values from layout call.</param>
<returns>Display rectangle for the image content.</returns>
</member>
<member name="M:Krypton.Toolkit.IRenderContent.GetContentLongTextDisplayed(System.IDisposable)">
<summary>
Request the calculated display of the long text.
</summary>
<param name="memento">Cached values from layout call.</param>
<returns>True if the long text is being Displayed; otherwise false.</returns>
</member>
<member name="M:Krypton.Toolkit.IRenderContent.GetContentLongTextRectangle(System.IDisposable)">
<summary>
Request the calculated position of the content long text.
</summary>
<param name="memento">Cached values from layout call.</param>
<returns>Display rectangle for the image content.</returns>
</member>
<member name="T:Krypton.Toolkit.IRenderTabBorder">
<summary>
Exposes methods for drawing tab borders.
</summary>
</member>
<member name="M:Krypton.Toolkit.IRenderTabBorder.GetTabBorderLeftDrawing(Krypton.Toolkit.TabBorderStyle)">
<summary>
Gets if the tabs should be drawn from left to right for z-ordering.
</summary>
<param name="tabBorderStyle">Style of tab border.</param>
<returns>True for left to right, otherwise draw right to left.</returns>
</member>
<member name="M:Krypton.Toolkit.IRenderTabBorder.GetTabBorderSpacingGap(Krypton.Toolkit.TabBorderStyle)">
<summary>
Gets the spacing used to separate each tab border instance.
</summary>
<param name="tabBorderStyle">Style of tab border.</param>
<returns>Number of pixels to space instances.</returns>
</member>
<member name="M:Krypton.Toolkit.IRenderTabBorder.GetTabBorderDisplayPadding(Krypton.Toolkit.ViewLayoutContext,Krypton.Toolkit.IPaletteBorder,Krypton.Toolkit.PaletteState,Krypton.Toolkit.VisualOrientation,Krypton.Toolkit.TabBorderStyle)">
<summary>
Gets the padding used to position display elements completely inside border drawing.
</summary>
<param name="context">Layout context.</param>
<param name="palette">Palette used for drawing.</param>
<param name="state">State associated with rendering.</param>
<param name="orientation">Visual orientation of the border.</param>
<param name="tabBorderStyle">Style of tab border.</param>
<returns>Padding structure detailing all four edges.</returns>
</member>
<member name="M:Krypton.Toolkit.IRenderTabBorder.GetTabBorderPath(Krypton.Toolkit.RenderContext,System.Drawing.Rectangle,Krypton.Toolkit.IPaletteBorder,Krypton.Toolkit.VisualOrientation,Krypton.Toolkit.PaletteState,Krypton.Toolkit.TabBorderStyle)">
<summary>
Generate a graphics path that encloses the border itself.
</summary>
<param name="context">Rendering context.</param>
<param name="rect">Target rectangle.</param>
<param name="palette">Palette used for drawing.</param>
<param name="orientation">Visual orientation of the border.</param>
<param name="state">State associated with rendering.</param>
<param name="tabBorderStyle">Style of tab border.</param>
<returns>GraphicsPath instance.</returns>
</member>
<member name="M:Krypton.Toolkit.IRenderTabBorder.GetTabBackPath(Krypton.Toolkit.RenderContext,System.Drawing.Rectangle,Krypton.Toolkit.IPaletteBorder,Krypton.Toolkit.VisualOrientation,Krypton.Toolkit.PaletteState,Krypton.Toolkit.TabBorderStyle)">
<summary>
Generate a graphics path that encloses the border and is used when rendering a background to ensure the background does not draw over the border area.
</summary>
<param name="context">Rendering context.</param>
<param name="rect">Target rectangle.</param>
<param name="palette">Palette used for drawing.</param>
<param name="orientation">Visual orientation of the border.</param>
<param name="state">State associated with rendering.</param>
<param name="tabBorderStyle">Style of tab border.</param>
<returns>GraphicsPath instance.</returns>
</member>
<member name="M:Krypton.Toolkit.IRenderTabBorder.DrawTabBorder(Krypton.Toolkit.RenderContext,System.Drawing.Rectangle,Krypton.Toolkit.IPaletteBorder,Krypton.Toolkit.VisualOrientation,Krypton.Toolkit.PaletteState,Krypton.Toolkit.TabBorderStyle)">
<summary>
Draw border on the inside edge of the specified rectangle.
</summary>
<param name="context">Rendering context.</param>
<param name="rect">Target rectangle.</param>
<param name="palette">Palette used for drawing.</param>
<param name="orientation">Visual orientation of the border.</param>
<param name="state">State associated with rendering.</param>
<param name="tabBorderStyle">Style of tab border.</param>
</member>
<member name="T:Krypton.Toolkit.IRenderRibbon">
<summary>
Exposes methods for drawing ribbon elements.
</summary>
</member>
<member name="M:Krypton.Toolkit.IRenderRibbon.DrawRibbonBack(Krypton.Toolkit.PaletteRibbonShape,Krypton.Toolkit.RenderContext,System.Drawing.Rectangle,Krypton.Toolkit.PaletteState,Krypton.Toolkit.IPaletteRibbonBack,Krypton.Toolkit.VisualOrientation,System.IDisposable)">
<summary>
Draw the background of a ribbon element.
</summary>
<param name="shape">Ribbon shape.</param>
<param name="context">Rendering context.</param>
<param name="rect">Target rectangle.</param>
<param name="state">State associated with rendering.</param>
<param name="palette">Palette used for sourcing settings.</param>
<param name="orientation">Orientation for drawing.</param>
<param name="memento">Cached values to use when drawing.</param>
</member>
<member name="M:Krypton.Toolkit.IRenderRibbon.DrawRibbonTabContextTitle(Krypton.Toolkit.PaletteRibbonShape,Krypton.Toolkit.RenderContext,System.Drawing.Rectangle,Krypton.Toolkit.IPaletteRibbonGeneral,Krypton.Toolkit.IPaletteRibbonBack,System.IDisposable)">
<summary>
Draw a context ribbon tab title.
</summary>
<param name="shape">Ribbon shape.</param>
<param name="context">Rendering context.</param>
<param name="rect">Target rectangle.</param>
<param name="paletteGeneral">Palette used for general ribbon settings.</param>
<param name="paletteBack">Palette used for background ribbon settings.</param>
<param name="memento">Cached values to use when drawing.</param>
</member>
<member name="M:Krypton.Toolkit.IRenderRibbon.DrawRibbonApplicationButton(Krypton.Toolkit.PaletteRibbonShape,Krypton.Toolkit.RenderContext,System.Drawing.Rectangle,Krypton.Toolkit.PaletteState,Krypton.Toolkit.IPaletteRibbonBack,System.IDisposable)">
<summary>
Draw the application button.
</summary>
<param name="shape">Ribbon shape.</param>
<param name="context">Rendering context.</param>
<param name="rect">Target rectangle.</param>
<param name="state">State associated with rendering.</param>
<param name="palette">Palette used for sourcing settings.</param>
<param name="memento">Cached values to use when drawing.</param>
</member>
<member name="M:Krypton.Toolkit.IRenderRibbon.DrawRibbonFileApplicationTab(Krypton.Toolkit.PaletteRibbonShape,Krypton.Toolkit.RenderContext,System.Drawing.Rectangle,Krypton.Toolkit.PaletteState,Krypton.Toolkit.IPaletteRibbonFileAppTab,System.IDisposable)">
<summary>
Draw the application tab.
</summary>
<param name="shape">Ribbon shape.</param>
<param name="context">Rendering context.</param>
<param name="rect">Target rectangle.</param>
<param name="state">State associated with rendering.</param>
<param name="palette">Palette used for sourcing settings.</param>
<param name="memento">Cached values to use when drawing.</param>
</member>
<member name="M:Krypton.Toolkit.IRenderRibbon.DrawRibbonClusterEdge(Krypton.Toolkit.PaletteRibbonShape,Krypton.Toolkit.RenderContext,System.Drawing.Rectangle,Krypton.Toolkit.IPaletteBack,Krypton.Toolkit.PaletteState)">
<summary>
Perform drawing of a ribbon cluster edge.
</summary>
<param name="shape">Ribbon shape.</param>
<param name="context">Render context.</param>
<param name="displayRect">Display area available for drawing.</param>
<param name="paletteBack">Palette used for recovering drawing details.</param>
<param name="state">State associated with rendering.</param>
</member>
<member name="T:Krypton.Toolkit.IRenderGlyph">
<summary>
Exposes methods for drawing glyph elements.
</summary>
</member>
<member name="M:Krypton.Toolkit.IRenderGlyph.DrawSeparator(Krypton.Toolkit.RenderContext,System.Drawing.Rectangle,Krypton.Toolkit.IPaletteBack,Krypton.Toolkit.IPaletteBorder,System.Windows.Forms.Orientation,Krypton.Toolkit.PaletteState,System.Boolean)">
<summary>
Perform drawing of a separator glyph.
</summary>
<param name="context">Render context.</param>
<param name="displayRect">Display area available for drawing.</param>
<param name="paletteBack">Background palette details.</param>
<param name="paletteBorder">Border palette details.</param>
<param name="orientation">Visual orientation of the content.</param>
<param name="state">State associated with rendering.</param>
<param name="canMove">Can the separator be moved.</param>
</member>
<member name="M:Krypton.Toolkit.IRenderGlyph.GetCheckBoxPreferredSize(Krypton.Toolkit.ViewLayoutContext,Krypton.Toolkit.PaletteBase,System.Boolean,System.Windows.Forms.CheckState,System.Boolean,System.Boolean)">
<summary>
Calculate the requested display size for the check box.
</summary>
<param name="context">Render context.</param>
<param name="palette">Palette for sourcing display values.</param>
<param name="enabled">Should check box be Displayed as enabled.</param>
<param name="checkState">The checked state of the check box.</param>
<param name="tracking">Should check box be Displayed as hot tracking.</param>
<param name="pressed">Should check box be Displayed as pressed.</param>
</member>
<member name="M:Krypton.Toolkit.IRenderGlyph.DrawCheckBox(Krypton.Toolkit.RenderContext,System.Drawing.Rectangle,Krypton.Toolkit.PaletteBase,System.Boolean,System.Windows.Forms.CheckState,System.Boolean,System.Boolean)">
<summary>
Perform drawing of a check box.
</summary>
<param name="context">Render context.</param>
<param name="displayRect">Display area available for drawing.</param>
<param name="palette">Palette for sourcing display values.</param>
<param name="enabled">Should check box be Displayed as enabled.</param>
<param name="checkState">The checked state of the check box.</param>
<param name="tracking">Should check box be Displayed as hot tracking.</param>
<param name="pressed">Should check box be Displayed as pressed.</param>
</member>
<member name="M:Krypton.Toolkit.IRenderGlyph.GetRadioButtonPreferredSize(Krypton.Toolkit.ViewLayoutContext,Krypton.Toolkit.PaletteBase,System.Boolean,System.Boolean,System.Boolean,System.Boolean)">
<summary>
Calculate the requested display size for the radio button.
</summary>
<param name="context">Render context.</param>
<param name="palette">Palette for sourcing display values.</param>
<param name="enabled">Should check box be Displayed as enabled.</param>
<param name="checkState">Checked state of the radio button.</param>
<param name="tracking">Should check box be Displayed as hot tracking.</param>
<param name="pressed">Should check box be Displayed as pressed.</param>
</member>
<member name="M:Krypton.Toolkit.IRenderGlyph.DrawRadioButton(Krypton.Toolkit.RenderContext,System.Drawing.Rectangle,Krypton.Toolkit.PaletteBase,System.Boolean,System.Boolean,System.Boolean,System.Boolean)">
<summary>
Perform drawing of a radio button.
</summary>
<param name="context">Render context.</param>
<param name="displayRect">Display area available for drawing.</param>
<param name="palette">Palette for sourcing display values.</param>
<param name="enabled">Should radio button be Displayed as enabled.</param>
<param name="checkState">Checked state of the radio button.</param>
<param name="tracking">Should radio button be Displayed as hot tracking.</param>
<param name="pressed">Should radio button be Displayed as pressed.</param>
</member>
<member name="M:Krypton.Toolkit.IRenderGlyph.GetDropDownButtonPreferredSize(Krypton.Toolkit.ViewLayoutContext,Krypton.Toolkit.IPaletteContent,Krypton.Toolkit.PaletteState,Krypton.Toolkit.VisualOrientation)">
<summary>
Calculate the requested display size for the drop-down button.
</summary>
<param name="context">Render context.</param>
<param name="palette">Palette for sourcing display values.</param>
<param name="state">State for which image size is needed.</param>
<param name="orientation">How to orientate the image.</param>
</member>
<member name="M:Krypton.Toolkit.IRenderGlyph.DrawDropDownButton(Krypton.Toolkit.RenderContext,System.Drawing.Rectangle,Krypton.Toolkit.IPaletteContent,Krypton.Toolkit.PaletteState,Krypton.Toolkit.VisualOrientation)">
<summary>
Perform drawing of a drop-down button.
</summary>
<param name="context">Render context.</param>
<param name="displayRect">Display area available for drawing.</param>
<param name="palette">Palette for sourcing display values.</param>
<param name="state">State for which image size is needed.</param>
<param name="orientation">How to orientate the image.</param>
</member>
<member name="M:Krypton.Toolkit.IRenderGlyph.DrawInputControlDropDownGlyph(Krypton.Toolkit.RenderContext,System.Drawing.Rectangle,Krypton.Toolkit.IPaletteContent,Krypton.Toolkit.PaletteState)">
<summary>
Draw a drop-down button image appropriate for a input control.
</summary>
<param name="context">Render context.</param>
<param name="cellRect">Available drawing rectangle space.</param>
<param name="paletteContent">Content palette for getting colors.</param>
<param name="state">State associated with rendering.</param>
</member>
<member name="M:Krypton.Toolkit.IRenderGlyph.DrawInputControlNumericUpGlyph(Krypton.Toolkit.RenderContext,System.Drawing.Rectangle,Krypton.Toolkit.IPaletteContent,Krypton.Toolkit.PaletteState)">
<summary>
Draw a numeric up button image appropriate for a input control.
</summary>
<param name="context">Render context.</param>
<param name="cellRect">Available drawing rectangle space.</param>
<param name="paletteContent">Content palette for getting colors.</param>
<param name="state">State associated with rendering.</param>
</member>
<member name="M:Krypton.Toolkit.IRenderGlyph.DrawInputControlNumericDownGlyph(Krypton.Toolkit.RenderContext,System.Drawing.Rectangle,Krypton.Toolkit.IPaletteContent,Krypton.Toolkit.PaletteState)">
<summary>
Draw a numeric down button image appropriate for a input control.
</summary>
<param name="context">Render context.</param>
<param name="cellRect">Available drawing rectangle space.</param>
<param name="paletteContent">Content palette for getting colors.</param>
<param name="state">State associated with rendering.</param>
</member>
<member name="M:Krypton.Toolkit.IRenderGlyph.DrawRibbonDialogBoxLauncher(Krypton.Toolkit.PaletteRibbonShape,Krypton.Toolkit.RenderContext,System.Drawing.Rectangle,Krypton.Toolkit.IPaletteRibbonGeneral,Krypton.Toolkit.PaletteState)">
<summary>
Perform drawing of a ribbon dialog box launcher glyph.
</summary>
<param name="shape">Ribbon shape.</param>
<param name="context">Render context.</param>
<param name="displayRect">Display area available for drawing.</param>
<param name="paletteGeneral">General ribbon palette details.</param>
<param name="state">State associated with rendering.</param>
</member>
<member name="M:Krypton.Toolkit.IRenderGlyph.DrawRibbonDropArrow(Krypton.Toolkit.PaletteRibbonShape,Krypton.Toolkit.RenderContext,System.Drawing.Rectangle,Krypton.Toolkit.IPaletteRibbonGeneral,Krypton.Toolkit.PaletteState)">
<summary>
Perform drawing of a ribbon drop arrow glyph.
</summary>
<param name="shape">Ribbon shape.</param>
<param name="context">Render context.</param>
<param name="displayRect">Display area available for drawing.</param>
<param name="paletteGeneral">General ribbon palette details.</param>
<param name="state">State associated with rendering.</param>
</member>
<member name="M:Krypton.Toolkit.IRenderGlyph.DrawRibbonContextArrow(Krypton.Toolkit.PaletteRibbonShape,Krypton.Toolkit.RenderContext,System.Drawing.Rectangle,Krypton.Toolkit.IPaletteRibbonGeneral,Krypton.Toolkit.PaletteState)">
<summary>
Perform drawing of a ribbon context arrow glyph.
</summary>
<param name="shape">Ribbon shape.</param>
<param name="context">Render context.</param>
<param name="displayRect">Display area available for drawing.</param>
<param name="paletteGeneral">General ribbon palette details.</param>
<param name="state">State associated with rendering.</param>
</member>
<member name="M:Krypton.Toolkit.IRenderGlyph.DrawRibbonOverflow(Krypton.Toolkit.PaletteRibbonShape,Krypton.Toolkit.RenderContext,System.Drawing.Rectangle,Krypton.Toolkit.IPaletteRibbonGeneral,Krypton.Toolkit.PaletteState)">
<summary>
Perform drawing of a ribbon overflow image.
</summary>
<param name="shape">Ribbon shape.</param>
<param name="context">Render context.</param>
<param name="displayRect">Display area available for drawing.</param>
<param name="paletteGeneral">General ribbon palette details.</param>
<param name="state">State associated with rendering.</param>
</member>
<member name="M:Krypton.Toolkit.IRenderGlyph.DrawRibbonGroupSeparator(Krypton.Toolkit.PaletteRibbonShape,Krypton.Toolkit.RenderContext,System.Drawing.Rectangle,Krypton.Toolkit.IPaletteRibbonGeneral,Krypton.Toolkit.PaletteState)">
<summary>
Perform drawing of a ribbon group separator.
</summary>
<param name="shape">Ribbon shape.</param>
<param name="context">Render context.</param>
<param name="displayRect">Display area available for drawing.</param>
<param name="paletteGeneral">General ribbon palette details.</param>
<param name="state">State associated with rendering.</param>
</member>
<member name="M:Krypton.Toolkit.IRenderGlyph.DrawGridSortGlyph(Krypton.Toolkit.RenderContext,System.Windows.Forms.SortOrder,System.Drawing.Rectangle,Krypton.Toolkit.IPaletteContent,Krypton.Toolkit.PaletteState,System.Boolean)">
<summary>
Draw a grid sorting direction glyph.
</summary>
<param name="context">Render context.</param>
<param name="sortOrder">Sorting order of the glyph.</param>
<param name="cellRect">Available drawing rectangle space.</param>
<param name="paletteContent">Palette to use for sourcing values.</param>
<param name="state">State associated with rendering.</param>
<param name="rtl">Should be drawn from right to left.</param>
<returns>Remainder space left over for other drawing.</returns>
</member>
<member name="M:Krypton.Toolkit.IRenderGlyph.DrawGridRowGlyph(Krypton.Toolkit.RenderContext,Krypton.Toolkit.GridRowGlyph,System.Drawing.Rectangle,Krypton.Toolkit.IPaletteContent,Krypton.Toolkit.PaletteState,System.Boolean)">
<summary>
Draw a grid row glyph.
</summary>
<param name="context">Render context.</param>
<param name="rowGlyph">Row glyph.</param>
<param name="cellRect">Available drawing rectangle space.</param>
<param name="paletteContent">Palette to use for sourcing values.</param>
<param name="state">State associated with rendering.</param>
<param name="rtl">Should be drawn from right to left.</param>
<returns>Remainder space left over for other drawing.</returns>
</member>
<member name="M:Krypton.Toolkit.IRenderGlyph.DrawGridErrorGlyph(Krypton.Toolkit.RenderContext,System.Drawing.Rectangle,Krypton.Toolkit.PaletteState,System.Boolean)">
<summary>
Draw a grid error glyph.
</summary>
<param name="context">Render context.</param>
<param name="cellRect">Available drawing rectangle space.</param>
<param name="state">State associated with rendering.</param>
<param name="rtl">Should be drawn from right to left.</param>
<returns>Remainder space left over for other drawing.</returns>
</member>
<member name="M:Krypton.Toolkit.IRenderGlyph.DrawDragDropSolidGlyph(Krypton.Toolkit.RenderContext,System.Drawing.Rectangle,Krypton.Toolkit.IPaletteDragDrop)">
<summary>
Draw a solid area glyph suitable for a drag drop area.
</summary>
<param name="context">Render context.</param>
<param name="drawRect">Drawing rectangle space.</param>
<param name="dragDropPalette">Palette source of drawing values.</param>
</member>
<member name="M:Krypton.Toolkit.IRenderGlyph.MeasureDragDropDockingGlyph(Krypton.Toolkit.RenderDragDockingData,Krypton.Toolkit.IPaletteDragDrop,Krypton.Toolkit.PaletteDragFeedback)">
<summary>
Measure the drag and drop docking glyphs.
</summary>
<param name="dragData">Set of drag docking data.</param>
<param name="dragDropPalette">Palette source of drawing values.</param>
<param name="feedback">Feedback requested.</param>
</member>
<member name="M:Krypton.Toolkit.IRenderGlyph.DrawDragDropDockingGlyph(Krypton.Toolkit.RenderContext,Krypton.Toolkit.RenderDragDockingData,Krypton.Toolkit.IPaletteDragDrop,Krypton.Toolkit.PaletteDragFeedback)">
<summary>
Draw a solid area glyph suitable for a drag drop area.
</summary>
<param name="context">Render context.</param>
<param name="dragData">Set of drag docking data.</param>
<param name="dragDropPalette">Palette source of drawing values.</param>
<param name="feedback">Feedback requested.</param>
</member>
<member name="M:Krypton.Toolkit.IRenderGlyph.DrawTrackTicksGlyph(Krypton.Toolkit.RenderContext,Krypton.Toolkit.PaletteState,Krypton.Toolkit.IPaletteElementColor,System.Drawing.Rectangle,System.Windows.Forms.Orientation,System.Boolean,System.Drawing.Size,System.Int32,System.Int32,System.Int32)">
<summary>
Draw the track bar ticks glyph.
</summary>
<param name="context">Render context.</param>
<param name="state">Element state.</param>
<param name="elementPalette">Source of palette colors.</param>
<param name="drawRect">Drawing rectangle that should contain ticks.</param>
<param name="orientation">Orientation of the drawing area.</param>
<param name="topRight">Drawing on the topRight or the bottomLeft.</param>
<param name="positionSize">Size of the position indicator.</param>
<param name="minimum">First value.</param>
<param name="maximum">Last value.</param>
<param name="frequency">How often ticks are drawn.</param>
</member>
<member name="M:Krypton.Toolkit.IRenderGlyph.DrawTrackGlyph(Krypton.Toolkit.RenderContext,Krypton.Toolkit.PaletteState,Krypton.Toolkit.IPaletteElementColor,System.Drawing.Rectangle,System.Windows.Forms.Orientation,System.Boolean)">
<summary>
Draw the track bar track glyph.
</summary>
<param name="context">Render context.</param>
<param name="state">Element state.</param>
<param name="elementPalette">Source of palette colors.</param>
<param name="drawRect">Drawing rectangle that should contain the track.</param>
<param name="orientation">Drawing orientation.</param>
<param name="volumeControl">Drawing as a volume control or standard slider.</param>
</member>
<member name="M:Krypton.Toolkit.IRenderGlyph.DrawTrackPositionGlyph(Krypton.Toolkit.RenderContext,Krypton.Toolkit.PaletteState,Krypton.Toolkit.IPaletteElementColor,System.Drawing.Rectangle,System.Windows.Forms.Orientation,System.Windows.Forms.TickStyle)">
<summary>
Draw the track bar position glyph.
</summary>
<param name="context">Render context.</param>
<param name="state">Element state.</param>
<param name="elementPalette">Source of palette colors.</param>
<param name="drawRect">Drawing rectangle that should contain the track.</param>
<param name="orientation">Drawing orientation.</param>
<param name="tickStyle">Tick marks that surround the position.</param>
</member>
<member name="T:Krypton.Toolkit.RendererMode">
<summary>
Specifies the renderer to use when painting.
</summary>
</member>
<member name="F:Krypton.Toolkit.RendererMode.Inherit">
<summary>
Specifies the renderer be inherited from the base palette.
</summary>
</member>
<member name="F:Krypton.Toolkit.RendererMode.Sparkle">
<summary>
Specifies the RenderSparkle be used.
</summary>
</member>
<member name="F:Krypton.Toolkit.RendererMode.Office2007">
<summary>
Specifies the RenderOffice2007 be used.
</summary>
</member>
<member name="F:Krypton.Toolkit.RendererMode.Office2010">
<summary>
Specifies the RenderOffice2010 be used.
</summary>
</member>
<member name="F:Krypton.Toolkit.RendererMode.Office2013">
<summary>
Specifies the RenderOffice2013 be used.
</summary>
</member>
<member name="F:Krypton.Toolkit.RendererMode.Microsoft365">
<summary>
Specifies the RenderMicrosoft365 be used.
</summary>
</member>
<member name="F:Krypton.Toolkit.RendererMode.Professional">
<summary>
Specifies the RenderProfessional be used.
</summary>
</member>
<member name="F:Krypton.Toolkit.RendererMode.Standard">
<summary>
Specifies the RenderStandard be used.
</summary>
</member>
<member name="F:Krypton.Toolkit.RendererMode.VisualStudio2010With2007Renderer">
<summary>
Specifies the RenderVisualStudio2010 be used.
</summary>
</member>
<member name="F:Krypton.Toolkit.RendererMode.VisualStudio">
<summary>
Specifies the RenderVisualStudio be used.
</summary>
</member>
<member name="F:Krypton.Toolkit.RendererMode.Custom">
<summary>
Specifies a custom renderer be used.
</summary>
</member>
<member name="T:Krypton.Toolkit.RenderDragDockingData">
<summary>
Aggregates information needed for rendering drag and drop indicators.
</summary>
</member>
<member name="M:Krypton.Toolkit.RenderDragDockingData.#ctor(System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean)">
<summary>
Initialize a new instance of the PaletteDragData class.
</summary>
<param name="showLeft">Should the left docking indicator be shown.</param>
<param name="showRight">Should the right docking indicator be shown.</param>
<param name="showTop">Should the top docking indicator be shown.</param>
<param name="showBottom">Should the bottom docking indicator be shown.</param>
<param name="showMiddle">Should the middle docking indicator be shown.</param>
</member>
<member name="P:Krypton.Toolkit.RenderDragDockingData.ShowBack">
<summary>
Gets the visible state of the background.
</summary>
</member>
<member name="P:Krypton.Toolkit.RenderDragDockingData.ShowLeft">
<summary>
Gets and sets the visible state of the left indicator.
</summary>
</member>
<member name="P:Krypton.Toolkit.RenderDragDockingData.ShowRight">
<summary>
Gets and sets the visible state of the right indicator.
</summary>
</member>
<member name="P:Krypton.Toolkit.RenderDragDockingData.ShowTop">
<summary>
Gets and sets the visible state of the top indicator.
</summary>
</member>
<member name="P:Krypton.Toolkit.RenderDragDockingData.ShowBottom">
<summary>
Gets and sets the visible state of the bottom indicator.
</summary>
</member>
<member name="P:Krypton.Toolkit.RenderDragDockingData.ShowMiddle">
<summary>
Gets and sets the visible state of the middle indicator.
</summary>
</member>
<member name="P:Krypton.Toolkit.RenderDragDockingData.ActiveFlags">
<summary>
Gets the set of flags associated with active
</summary>
</member>
<member name="P:Krypton.Toolkit.RenderDragDockingData.ActiveLeft">
<summary>
Gets and sets the active state of left indicator.
</summary>
</member>
<member name="P:Krypton.Toolkit.RenderDragDockingData.ActiveRight">
<summary>
Gets and sets the active state of right indicator.
</summary>
</member>
<member name="P:Krypton.Toolkit.RenderDragDockingData.ActiveTop">
<summary>
Gets and sets the active state of top indicator.
</summary>
</member>
<member name="P:Krypton.Toolkit.RenderDragDockingData.ActiveBottom">
<summary>
Gets and sets the active state of bottom indicator.
</summary>
</member>
<member name="P:Krypton.Toolkit.RenderDragDockingData.ActiveMiddle">
<summary>
Gets and sets the active state of middle indicator.
</summary>
</member>
<member name="P:Krypton.Toolkit.RenderDragDockingData.AnyActive">
<summary>
Gets if any of the docking indicators are active.
</summary>
</member>
<member name="M:Krypton.Toolkit.RenderDragDockingData.ClearActive">
<summary>
Clear all the active flags.
</summary>
</member>
<member name="P:Krypton.Toolkit.RenderDragDockingData.RectLeft">
<summary>
Gets and sets the hot rectangle of the left docking indicator.
</summary>
</member>
<member name="P:Krypton.Toolkit.RenderDragDockingData.RectRight">
<summary>
Gets and sets the hot rectangle of the right docking indicator.
</summary>
</member>
<member name="P:Krypton.Toolkit.RenderDragDockingData.RectTop">
<summary>
Gets and sets the hot rectangle of the top docking indicator.
</summary>
</member>
<member name="P:Krypton.Toolkit.RenderDragDockingData.RectBottom">
<summary>
Gets and sets the hot rectangle of the bottom docking indicator.
</summary>
</member>
<member name="P:Krypton.Toolkit.RenderDragDockingData.RectMiddle">
<summary>
Gets and sets the hot rectangle of the middle docking indicator.
</summary>
</member>
<member name="P:Krypton.Toolkit.RenderDragDockingData.DockWindowSize">
<summary>
Gets and sets size of the docking window required.
</summary>
</member>
<member name="T:Krypton.Toolkit.RenderExpertHelpers">
<summary>
Helper functions for drawing in the glass styles.
</summary>
</member>
<member name="M:Krypton.Toolkit.RenderExpertHelpers.DrawBackExpertTracking(Krypton.Toolkit.RenderContext,System.Drawing.Rectangle,System.Drawing.Color,System.Drawing.Color,Krypton.Toolkit.VisualOrientation,System.Drawing.Drawing2D.GraphicsPath,System.IDisposable)">
<summary>
Draw a background for an expert style button with tracking effect.
</summary>
<param name="context">Rendering context.</param>
<param name="rect">Rectangle to draw.</param>
<param name="backColor1">First color.</param>
<param name="backColor2">Second color.</param>
<param name="orientation">Drawing orientation.</param>
<param name="path">Clipping path.</param>
<param name="memento">Cache used for drawing.</param>
</member>
<member name="M:Krypton.Toolkit.RenderExpertHelpers.DrawBackExpertPressed(Krypton.Toolkit.RenderContext,System.Drawing.Rectangle,System.Drawing.Color,System.Drawing.Color,Krypton.Toolkit.VisualOrientation,System.Drawing.Drawing2D.GraphicsPath,System.IDisposable)">
<summary>
Draw a background for an expert style button with pressed effect.
</summary>
<param name="context">Rendering context.</param>
<param name="rect">Rectangle to draw.</param>
<param name="backColor1">First color.</param>
<param name="backColor2">Second color.</param>
<param name="orientation">Drawing orientation.</param>
<param name="path">Clipping path.</param>
<param name="memento">Cache used for drawing.</param>
</member>
<member name="M:Krypton.Toolkit.RenderExpertHelpers.DrawBackExpertChecked(Krypton.Toolkit.RenderContext,System.Drawing.Rectangle,System.Drawing.Color,System.Drawing.Color,Krypton.Toolkit.VisualOrientation,System.Drawing.Drawing2D.GraphicsPath,System.IDisposable)">
<summary>
Draw a background for an expert style button that is checked.
</summary>
<param name="context">Rendering context.</param>
<param name="rect">Rectangle to draw.</param>
<param name="backColor1">First color.</param>
<param name="backColor2">Second color.</param>
<param name="orientation">Drawing orientation.</param>
<param name="path">Clipping path.</param>
<param name="memento">Cache used for drawing.</param>
</member>
<member name="M:Krypton.Toolkit.RenderExpertHelpers.DrawBackExpertCheckedTracking(Krypton.Toolkit.RenderContext,System.Drawing.Rectangle,System.Drawing.Color,System.Drawing.Color,Krypton.Toolkit.VisualOrientation,System.Drawing.Drawing2D.GraphicsPath,System.IDisposable)">
<summary>
Draw a background for an expert style button that is checked and tracking.
</summary>
<param name="context">Rendering context.</param>
<param name="rect">Rectangle to draw.</param>
<param name="backColor1">First color.</param>
<param name="backColor2">Second color.</param>
<param name="orientation">Drawing orientation.</param>
<param name="path">Clipping path.</param>
<param name="memento">Cache used for drawing.</param>
</member>
<member name="M:Krypton.Toolkit.RenderExpertHelpers.DrawBackExpertSquareHighlight(Krypton.Toolkit.RenderContext,System.Drawing.Rectangle,System.Drawing.Color,System.Drawing.Color,Krypton.Toolkit.VisualOrientation,System.Drawing.Drawing2D.GraphicsPath,System.IDisposable,System.Boolean)">
<summary>
Draw a background for an expert style button has a square inside with highlight.
</summary>
<param name="context">Rendering context.</param>
<param name="rect">Rectangle to draw.</param>
<param name="backColor1">First color.</param>
<param name="backColor2">Second color.</param>
<param name="orientation">Drawing orientation.</param>
<param name="path">Clipping path.</param>
<param name="memento">Cache used for drawing.</param>
<param name="light">Use the 'light' variation.</param>
</member>
<member name="T:Krypton.Toolkit.RenderGlassHelpers">
<summary>
Helper functions for drawing in the glass styles.
</summary>
</member>
<member name="M:Krypton.Toolkit.RenderGlassHelpers.DrawBackGlassCenter(Krypton.Toolkit.RenderContext,System.Drawing.Rectangle,System.Drawing.Color,System.Drawing.Color,Krypton.Toolkit.VisualOrientation,System.Drawing.Drawing2D.GraphicsPath,System.IDisposable)">
<summary>
Draw a background with glass effect where the fade is from the center.
</summary>
<param name="context">Rendering context.</param>
<param name="rect">Rectangle to draw.</param>
<param name="backColor1">First color.</param>
<param name="backColor2">Second color.</param>
<param name="orientation">Drawing orientation.</param>
<param name="path">Clipping path.</param>
<param name="memento">Cache used for drawing.</param>
</member>
<member name="M:Krypton.Toolkit.RenderGlassHelpers.DrawBackGlassBottom(Krypton.Toolkit.RenderContext,System.Drawing.Rectangle,System.Drawing.Color,System.Drawing.Color,Krypton.Toolkit.VisualOrientation,System.Drawing.Drawing2D.GraphicsPath,System.IDisposable)">
<summary>
Draw a background with glass effect where the fade is from the bottom.
</summary>
<param name="context">Rendering context.</param>
<param name="rect">Rectangle to draw.</param>
<param name="backColor1">First color.</param>
<param name="backColor2">Second color.</param>
<param name="orientation">Drawing orientation.</param>
<param name="path">Clipping path.</param>
<param name="memento">Cache used for drawing.</param>
</member>
<member name="M:Krypton.Toolkit.RenderGlassHelpers.DrawBackGlassFade(Krypton.Toolkit.RenderContext,System.Drawing.Rectangle,System.Drawing.Color,System.Drawing.Color,Krypton.Toolkit.VisualOrientation,System.Drawing.Drawing2D.GraphicsPath,System.IDisposable)">
<summary>
Draw a background in normal full glass effect but only over 50% of the background.
</summary>
<param name="context">Rendering context.</param>
<param name="rect">Rectangle to draw.</param>
<param name="backColor1">First color.</param>
<param name="backColor2">Second color.</param>
<param name="orientation">Drawing orientation.</param>
<param name="path">Clipping path.</param>
<param name="memento">Cache used for drawing.</param>
</member>
<member name="M:Krypton.Toolkit.RenderGlassHelpers.DrawBackGlassSimpleFull(Krypton.Toolkit.RenderContext,System.Drawing.Rectangle,System.Drawing.Color,System.Drawing.Color,Krypton.Toolkit.VisualOrientation,System.Drawing.Drawing2D.GraphicsPath,System.IDisposable)">
<summary>
Draw a background in simple glass effect.
</summary>
<param name="context">Rendering context.</param>
<param name="rect">Rectangle to draw.</param>
<param name="backColor1">First color.</param>
<param name="backColor2">Second color.</param>
<param name="orientation">Drawing orientation.</param>
<param name="path">Clipping path.</param>
<param name="memento">Cache used for drawing.</param>
</member>
<member name="M:Krypton.Toolkit.RenderGlassHelpers.DrawBackGlassNormalFull(Krypton.Toolkit.RenderContext,System.Drawing.Rectangle,System.Drawing.Color,System.Drawing.Color,Krypton.Toolkit.VisualOrientation,System.Drawing.Drawing2D.GraphicsPath,System.IDisposable)">
<summary>
Draw a background in normal full glass effect.
</summary>
<param name="context">Rendering context.</param>
<param name="rect">Rectangle to draw.</param>
<param name="backColor1">First color.</param>
<param name="backColor2">Second color.</param>
<param name="orientation">Drawing orientation.</param>
<param name="path">Clipping path.</param>
<param name="memento">Cache used for drawing.</param>
</member>
<member name="M:Krypton.Toolkit.RenderGlassHelpers.DrawBackGlassTrackingFull(Krypton.Toolkit.RenderContext,System.Drawing.Rectangle,System.Drawing.Color,System.Drawing.Color,Krypton.Toolkit.VisualOrientation,System.Drawing.Drawing2D.GraphicsPath,System.IDisposable)">
<summary>
Draw a background in tracking full glass effect.
</summary>
<param name="context">Rendering context.</param>
<param name="rect">Rectangle to draw.</param>
<param name="backColor1">First color.</param>
<param name="backColor2">Second color.</param>
<param name="orientation">Drawing orientation.</param>
<param name="path">Clipping path.</param>
<param name="memento">Cache used for drawing.</param>
</member>
<member name="M:Krypton.Toolkit.RenderGlassHelpers.DrawBackGlassCheckedFull(Krypton.Toolkit.RenderContext,System.Drawing.Rectangle,System.Drawing.Color,System.Drawing.Color,Krypton.Toolkit.VisualOrientation,System.Drawing.Drawing2D.GraphicsPath,System.IDisposable)">
<summary>
Draw a background in checked full glass effect.
</summary>
<param name="context">Rendering context.</param>
<param name="rect">Rectangle to draw.</param>
<param name="backColor1">First color.</param>
<param name="backColor2">Second color.</param>
<param name="orientation">Drawing orientation.</param>
<param name="path">Clipping path.</param>
<param name="memento">Cache used for drawing.</param>
</member>
<member name="M:Krypton.Toolkit.RenderGlassHelpers.DrawBackGlassCheckedTrackingFull(Krypton.Toolkit.RenderContext,System.Drawing.Rectangle,System.Drawing.Color,System.Drawing.Color,Krypton.Toolkit.VisualOrientation,System.Drawing.Drawing2D.GraphicsPath,System.IDisposable)">
<summary>
Draw a background in checked/tracking full glass effect.
</summary>
<param name="context">Rendering context.</param>
<param name="rect">Rectangle to draw.</param>
<param name="backColor1">First color.</param>
<param name="backColor2">Second color.</param>
<param name="orientation">Drawing orientation.</param>
<param name="path">Clipping path.</param>
<param name="memento">Cache used for drawing.</param>
</member>
<member name="M:Krypton.Toolkit.RenderGlassHelpers.DrawBackGlassPressedFull(Krypton.Toolkit.RenderContext,System.Drawing.Rectangle,System.Drawing.Color,System.Drawing.Color,Krypton.Toolkit.VisualOrientation,System.Drawing.Drawing2D.GraphicsPath,System.IDisposable)">
<summary>
Draw a background in checked/pressed full glass effect.
</summary>
<param name="context">Rendering context.</param>
<param name="rect">Rectangle to draw.</param>
<param name="backColor1">First color.</param>
<param name="backColor2">Second color.</param>
<param name="orientation">Drawing orientation.</param>
<param name="path">Clipping path.</param>
<param name="memento">Cache used for drawing.</param>
</member>
<member name="M:Krypton.Toolkit.RenderGlassHelpers.DrawBackGlassNormalStump(Krypton.Toolkit.RenderContext,System.Drawing.Rectangle,System.Drawing.Color,System.Drawing.Color,Krypton.Toolkit.VisualOrientation,System.Drawing.Drawing2D.GraphicsPath,System.IDisposable)">
<summary>
Draw a background in normal stumpy glass effect.
</summary>
<param name="context">Rendering context.</param>
<param name="rect">Rectangle to draw.</param>
<param name="backColor1">First color.</param>
<param name="backColor2">Second color.</param>
<param name="orientation">Drawing orientation.</param>
<param name="path">Clipping path.</param>
<param name="memento">Cache used for drawing.</param>
</member>
<member name="M:Krypton.Toolkit.RenderGlassHelpers.DrawBackGlassTrackingStump(Krypton.Toolkit.RenderContext,System.Drawing.Rectangle,System.Drawing.Color,System.Drawing.Color,Krypton.Toolkit.VisualOrientation,System.Drawing.Drawing2D.GraphicsPath,System.IDisposable)">
<summary>
Draw a background in tracking stumpy glass effect.
</summary>
<param name="context">Rendering context.</param>
<param name="rect">Rectangle to draw.</param>
<param name="backColor1">First color.</param>
<param name="backColor2">Second color.</param>
<param name="orientation">Drawing orientation.</param>
<param name="path">Clipping path.</param>
<param name="memento">Cache used for drawing.</param>
</member>
<member name="M:Krypton.Toolkit.RenderGlassHelpers.DrawBackGlassPressedStump(Krypton.Toolkit.RenderContext,System.Drawing.Rectangle,System.Drawing.Color,System.Drawing.Color,Krypton.Toolkit.VisualOrientation,System.Drawing.Drawing2D.GraphicsPath,System.IDisposable)">
<summary>
Draw a background in checked/pressed stumpy glass effect.
</summary>
<param name="context">Rendering context.</param>
<param name="rect">Rectangle to draw.</param>
<param name="backColor1">First color.</param>
<param name="backColor2">Second color.</param>
<param name="orientation">Drawing orientation.</param>
<param name="path">Clipping path.</param>
<param name="memento">Cache used for drawing.</param>
</member>
<member name="M:Krypton.Toolkit.RenderGlassHelpers.DrawBackGlassCheckedStump(Krypton.Toolkit.RenderContext,System.Drawing.Rectangle,System.Drawing.Color,System.Drawing.Color,Krypton.Toolkit.VisualOrientation,System.Drawing.Drawing2D.GraphicsPath,System.IDisposable)">
<summary>
Draw a background in checked stumpy glass effect.
</summary>
<param name="context">Rendering context.</param>
<param name="rect">Rectangle to draw.</param>
<param name="backColor1">First color.</param>
<param name="backColor2">Second color.</param>
<param name="orientation">Drawing orientation.</param>
<param name="path">Clipping path.</param>
<param name="memento">Cache used for drawing.</param>
</member>
<member name="M:Krypton.Toolkit.RenderGlassHelpers.DrawBackGlassCheckedTrackingStump(Krypton.Toolkit.RenderContext,System.Drawing.Rectangle,System.Drawing.Color,System.Drawing.Color,Krypton.Toolkit.VisualOrientation,System.Drawing.Drawing2D.GraphicsPath,System.IDisposable)">
<summary>
Draw a background in checked/tracking stumpy glass effect.
</summary>
<param name="context">Rendering context.</param>
<param name="rect">Rectangle to draw.</param>
<param name="backColor1">First color.</param>
<param name="backColor2">Second color.</param>
<param name="orientation">Drawing orientation.</param>
<param name="path">Clipping path.</param>
<param name="memento">Cache used for drawing.</param>
</member>
<member name="M:Krypton.Toolkit.RenderGlassHelpers.DrawBackGlassThreeEdge(Krypton.Toolkit.RenderContext,System.Drawing.Rectangle,System.Drawing.Color,System.Drawing.Color,Krypton.Toolkit.VisualOrientation,System.Drawing.Drawing2D.GraphicsPath,System.IDisposable)">
<summary>
Draw a background in glass effect with three edges lighter.
</summary>
<param name="context">Rendering context.</param>
<param name="rect">Rectangle to draw.</param>
<param name="backColor1">First color.</param>
<param name="backColor2">Second color.</param>
<param name="orientation">Drawing orientation.</param>
<param name="path">Clipping path.</param>
<param name="memento">Cache used for drawing.</param>
</member>
<member name="M:Krypton.Toolkit.RenderGlassHelpers.DrawBackGlassNormalSimple(Krypton.Toolkit.RenderContext,System.Drawing.Rectangle,System.Drawing.Color,System.Drawing.Color,Krypton.Toolkit.VisualOrientation,System.Drawing.Drawing2D.GraphicsPath,System.IDisposable)">
<summary>
Draw a background in normal simple glass effect.
</summary>
<param name="context">Rendering context.</param>
<param name="rect">Rectangle to draw.</param>
<param name="backColor1">First color.</param>
<param name="backColor2">Second color.</param>
<param name="orientation">Drawing orientation.</param>
<param name="path">Clipping path.</param>
<param name="memento">Cache used for drawing.</param>
</member>
<member name="M:Krypton.Toolkit.RenderGlassHelpers.DrawBackGlassTrackingSimple(Krypton.Toolkit.RenderContext,System.Drawing.Rectangle,System.Drawing.Color,System.Drawing.Color,Krypton.Toolkit.VisualOrientation,System.Drawing.Drawing2D.GraphicsPath,System.IDisposable)">
<summary>
Draw a background in tracking simple glass effect.
</summary>
<param name="context">Rendering context.</param>
<param name="rect">Rectangle to draw.</param>
<param name="backColor1">First color.</param>
<param name="backColor2">Second color.</param>
<param name="orientation">Drawing orientation.</param>
<param name="path">Clipping path.</param>
<param name="memento">Cache used for drawing.</param>
</member>
<member name="M:Krypton.Toolkit.RenderGlassHelpers.DrawBackGlassCheckedSimple(Krypton.Toolkit.RenderContext,System.Drawing.Rectangle,System.Drawing.Color,System.Drawing.Color,Krypton.Toolkit.VisualOrientation,System.Drawing.Drawing2D.GraphicsPath,System.IDisposable)">
<summary>
Draw a background in checked simple glass effect.
</summary>
<param name="context">Rendering context.</param>
<param name="rect">Rectangle to draw.</param>
<param name="backColor1">First color.</param>
<param name="backColor2">Second color.</param>
<param name="orientation">Drawing orientation.</param>
<param name="path">Clipping path.</param>
<param name="memento">Cache used for drawing.</param>
</member>
<member name="M:Krypton.Toolkit.RenderGlassHelpers.DrawBackGlassCheckedTrackingSimple(Krypton.Toolkit.RenderContext,System.Drawing.Rectangle,System.Drawing.Color,System.Drawing.Color,Krypton.Toolkit.VisualOrientation,System.Drawing.Drawing2D.GraphicsPath,System.IDisposable)">
<summary>
Draw a background in checked/tracking simple glass effect.
</summary>
<param name="context">Rendering context.</param>
<param name="rect">Rectangle to draw.</param>
<param name="backColor1">First color.</param>
<param name="backColor2">Second color.</param>
<param name="orientation">Drawing orientation.</param>
<param name="path">Clipping path.</param>
<param name="memento">Cache used for drawing.</param>
</member>
<member name="M:Krypton.Toolkit.RenderGlassHelpers.DrawBackGlassPressedSimple(Krypton.Toolkit.RenderContext,System.Drawing.Rectangle,System.Drawing.Color,System.Drawing.Color,Krypton.Toolkit.VisualOrientation,System.Drawing.Drawing2D.GraphicsPath,System.IDisposable)">
<summary>
Draw a background in checked/pressed simple glass effect.
</summary>
<param name="context">Rendering context.</param>
<param name="rect">Rectangle to draw.</param>
<param name="backColor1">First color.</param>
<param name="backColor2">Second color.</param>
<param name="orientation">Drawing orientation.</param>
<param name="path">Clipping path.</param>
<param name="memento">Cache used for drawing.</param>
</member>
<member name="T:Krypton.Toolkit.MementoDisposable">
<summary>
Memento used to cache drawing details.
</summary>
</member>
<member name="M:Krypton.Toolkit.MementoDisposable.Finalize">
<summary>
Dispose of resources.
</summary>
</member>
<member name="M:Krypton.Toolkit.MementoDisposable.Dispose">
<summary>
Dispose of resources.
</summary>
</member>
<member name="M:Krypton.Toolkit.MementoDisposable.Dispose(System.Boolean)">
<summary>
Dispose of resources.
</summary>
<param name="disposing"></param>
</member>
<member name="T:Krypton.Toolkit.MementoDouble">
<summary>
Memento used to cache drawing details.
</summary>
</member>
<member name="F:Krypton.Toolkit.MementoDouble.First">
<summary>For internal use only.</summary>
</member>
<member name="F:Krypton.Toolkit.MementoDouble.Second">
<summary>For internal use only.</summary>
</member>
<member name="M:Krypton.Toolkit.MementoDouble.Dispose(System.Boolean)">
<summary>For internal use only.</summary>
</member>
<member name="T:Krypton.Toolkit.MementoTriple">
<summary>
Memento used to cache drawing details.
</summary>
</member>
<member name="F:Krypton.Toolkit.MementoTriple.Third">
<summary>For internal use only.</summary>
</member>
<member name="M:Krypton.Toolkit.MementoTriple.Dispose(System.Boolean)">
<summary>For internal use only.</summary>
</member>
<member name="T:Krypton.Toolkit.MementoRectOneColor">
<summary>
Memento used to cache drawing details.
</summary>
</member>
<member name="F:Krypton.Toolkit.MementoRectOneColor.Rect">
<summary>For internal use only.</summary>
</member>
<member name="F:Krypton.Toolkit.MementoRectOneColor.C1">
<summary>For internal use only.</summary>
</member>
<member name="M:Krypton.Toolkit.MementoRectOneColor.#ctor(System.Drawing.Rectangle,System.Drawing.Color)">
<summary>For internal use only.</summary>
</member>
<member name="M:Krypton.Toolkit.MementoRectOneColor.UseCachedValues(System.Drawing.Rectangle,System.Drawing.Color)">
<summary>For internal use only.</summary>
</member>
<member name="T:Krypton.Toolkit.MementoRectTwoColor">
<summary>
Memento used to cache drawing details.
</summary>
</member>
<member name="F:Krypton.Toolkit.MementoRectTwoColor.Rect">
<summary>For internal use only.</summary>
</member>
<member name="F:Krypton.Toolkit.MementoRectTwoColor.C1">
<summary>For internal use only.</summary>
</member>
<member name="F:Krypton.Toolkit.MementoRectTwoColor.C2">
<summary>For internal use only.</summary>
</member>
<member name="M:Krypton.Toolkit.MementoRectTwoColor.#ctor(System.Drawing.Rectangle,System.Drawing.Color,System.Drawing.Color)">
<summary>For internal use only.</summary>
</member>
<member name="M:Krypton.Toolkit.MementoRectTwoColor.UseCachedValues(System.Drawing.Rectangle,System.Drawing.Color,System.Drawing.Color)">
<summary>For internal use only.</summary>
</member>
<member name="T:Krypton.Toolkit.MementoRectThreeColor">
<summary>
Memento used to cache drawing details.
</summary>
</member>
<member name="F:Krypton.Toolkit.MementoRectThreeColor.C3">
<summary>For internal use only.</summary>
</member>
<member name="M:Krypton.Toolkit.MementoRectThreeColor.#ctor(System.Drawing.Rectangle,System.Drawing.Color,System.Drawing.Color,System.Drawing.Color)">
<summary>For internal use only.</summary>
</member>
<member name="M:Krypton.Toolkit.MementoRectThreeColor.UseCachedValues(System.Drawing.Rectangle,System.Drawing.Color,System.Drawing.Color,System.Drawing.Color)">
<summary>For internal use only.</summary>
</member>
<member name="T:Krypton.Toolkit.MementoRectFourColor">
<summary>
Memento used to cache drawing details.
</summary>
</member>
<member name="F:Krypton.Toolkit.MementoRectFourColor.C4">
<summary>For internal use only.</summary>
</member>
<member name="M:Krypton.Toolkit.MementoRectFourColor.#ctor(System.Drawing.Rectangle,System.Drawing.Color,System.Drawing.Color,System.Drawing.Color,System.Drawing.Color)">
<summary>For internal use only.</summary>
</member>
<member name="M:Krypton.Toolkit.MementoRectFourColor.UseCachedValues(System.Drawing.Rectangle,System.Drawing.Color,System.Drawing.Color,System.Drawing.Color,System.Drawing.Color)">
<summary>For internal use only.</summary>
</member>
<member name="T:Krypton.Toolkit.MementoRectFiveColor">
<summary>
Memento used to cache drawing details.
</summary>
</member>
<member name="F:Krypton.Toolkit.MementoRectFiveColor.C5">
<summary>For internal use only.</summary>
</member>
<member name="M:Krypton.Toolkit.MementoRectFiveColor.#ctor(System.Drawing.Rectangle,System.Drawing.Color,System.Drawing.Color,System.Drawing.Color,System.Drawing.Color,System.Drawing.Color)">
<summary>For internal use only.</summary>
</member>
<member name="M:Krypton.Toolkit.MementoRectFiveColor.UseCachedValues(System.Drawing.Rectangle,System.Drawing.Color,System.Drawing.Color,System.Drawing.Color,System.Drawing.Color,System.Drawing.Color)">
<summary>For internal use only.</summary>
</member>
<member name="T:Krypton.Toolkit.MementoRibbonLinear">
<summary>
Memento used to cache drawing details.
</summary>
</member>
<member name="F:Krypton.Toolkit.MementoRibbonLinear.LinearBrush">
<summary>For internal use only.</summary>
</member>
<member name="M:Krypton.Toolkit.MementoRibbonLinear.#ctor(System.Drawing.Rectangle,System.Drawing.Color,System.Drawing.Color)">
<summary>For internal use only.</summary>
</member>
<member name="M:Krypton.Toolkit.MementoRibbonLinear.Dispose(System.Boolean)">
<summary>For internal use only.</summary>
</member>
<member name="T:Krypton.Toolkit.MementoRibbonLinearBorder">
<summary>
Memento used to cache drawing details.
</summary>
</member>
<member name="F:Krypton.Toolkit.MementoRibbonLinearBorder.LinearBrush">
<summary>For internal use only.</summary>
</member>
<member name="F:Krypton.Toolkit.MementoRibbonLinearBorder.LinearPen">
<summary>For internal use only.</summary>
</member>
<member name="F:Krypton.Toolkit.MementoRibbonLinearBorder.BorderPath">
<summary>For internal use only.</summary>
</member>
<member name="M:Krypton.Toolkit.MementoRibbonLinearBorder.#ctor(System.Drawing.Rectangle,System.Drawing.Color,System.Drawing.Color)">
<summary>For internal use only.</summary>
</member>
<member name="M:Krypton.Toolkit.MementoRibbonLinearBorder.Dispose(System.Boolean)">
<summary>For internal use only.</summary>
</member>
<member name="T:Krypton.Toolkit.MementoRibbonAppButtonInner">
<summary>
Memento used to cache drawing details.
</summary>
</member>
<member name="F:Krypton.Toolkit.MementoRibbonAppButtonInner.OutsideBrush">
<summary>For internal use only.</summary>
</member>
<member name="F:Krypton.Toolkit.MementoRibbonAppButtonInner.InsideBrush">
<summary>For internal use only.</summary>
</member>
<member name="M:Krypton.Toolkit.MementoRibbonAppButtonInner.#ctor(System.Drawing.Rectangle,System.Drawing.Color,System.Drawing.Color)">
<summary>For internal use only.</summary>
</member>
<member name="M:Krypton.Toolkit.MementoRibbonAppButtonInner.Dispose(System.Boolean)">
<summary>For internal use only.</summary>
</member>
<member name="T:Krypton.Toolkit.MementoRibbonAppButtonOuter">
<summary>
Memento used to cache drawing details.
</summary>
</member>
<member name="F:Krypton.Toolkit.MementoRibbonAppButtonOuter.WholeBrush">
<summary>For internal use only.</summary>
</member>
<member name="F:Krypton.Toolkit.MementoRibbonAppButtonOuter.BackPath">
<summary>For internal use only.</summary>
</member>
<member name="F:Krypton.Toolkit.MementoRibbonAppButtonOuter.BottomDarkGradient">
<summary>For internal use only.</summary>
</member>
<member name="F:Krypton.Toolkit.MementoRibbonAppButtonOuter.TopLightenGradient">
<summary>For internal use only.</summary>
</member>
<member name="M:Krypton.Toolkit.MementoRibbonAppButtonOuter.#ctor(System.Drawing.Rectangle,System.Drawing.Color,System.Drawing.Color,System.Drawing.Color)">
<summary>For internal use only.</summary>
</member>
<member name="M:Krypton.Toolkit.MementoRibbonAppButtonOuter.Dispose(System.Boolean)">
<summary>For internal use only.</summary>
</member>
<member name="T:Krypton.Toolkit.MementoRibbonAppTab">
<summary>
Memento used to cache drawing details.
</summary>
</member>
<member name="F:Krypton.Toolkit.MementoRibbonAppTab.BorderPath">
<summary>For internal use only.</summary>
</member>
<member name="F:Krypton.Toolkit.MementoRibbonAppTab.BorderFillPath">
<summary>For internal use only.</summary>
</member>
<member name="F:Krypton.Toolkit.MementoRibbonAppTab.InsideFillPath">
<summary>For internal use only.</summary>
</member>
<member name="F:Krypton.Toolkit.MementoRibbonAppTab.HighlightPath">
<summary>For internal use only.</summary>
</member>
<member name="F:Krypton.Toolkit.MementoRibbonAppTab.HighlightBrush">
<summary>For internal use only.</summary>
</member>
<member name="F:Krypton.Toolkit.MementoRibbonAppTab.HighlightRect">
<summary>For internal use only.</summary>
</member>
<member name="F:Krypton.Toolkit.MementoRibbonAppTab.BorderPen">
<summary>For internal use only.</summary>
</member>
<member name="F:Krypton.Toolkit.MementoRibbonAppTab.BorderBrush">
<summary>For internal use only.</summary>
</member>
<member name="F:Krypton.Toolkit.MementoRibbonAppTab.InsideFillBrush">
<summary>For internal use only.</summary>
</member>
<member name="M:Krypton.Toolkit.MementoRibbonAppTab.#ctor(System.Drawing.Rectangle,System.Drawing.Color,System.Drawing.Color)">
<summary>For internal use only.</summary>
</member>
<member name="M:Krypton.Toolkit.MementoRibbonAppTab.GeneratePaths(System.Drawing.Rectangle,Krypton.Toolkit.PaletteState)">
<summary>For internal use only.</summary>
</member>
<member name="M:Krypton.Toolkit.MementoRibbonAppTab.Dispose(System.Boolean)">
<summary>For internal use only.</summary>
</member>
<member name="T:Krypton.Toolkit.MementoRibbonAppTab2013">
<summary>
Memento used to cache drawing details.
</summary>
</member>
<member name="F:Krypton.Toolkit.MementoRibbonAppTab2013.HighlightBrush">
<summary>For internal use only.</summary>
</member>
<member name="F:Krypton.Toolkit.MementoRibbonAppTab2013.HighlightRect">
<summary>For internal use only.</summary>
</member>
<member name="F:Krypton.Toolkit.MementoRibbonAppTab2013.InsideFillBrush">
<summary>For internal use only.</summary>
</member>
<member name="M:Krypton.Toolkit.MementoRibbonAppTab2013.#ctor(System.Drawing.Rectangle,System.Drawing.Color)">
<summary>For internal use only.</summary>
</member>
<member name="M:Krypton.Toolkit.MementoRibbonAppTab2013.GeneratePaths(System.Drawing.Rectangle,Krypton.Toolkit.PaletteState)">
<summary>For internal use only.</summary>
</member>
<member name="M:Krypton.Toolkit.MementoRibbonAppTab2013.Dispose(System.Boolean)">
<summary>For internal use only.</summary>
</member>
<member name="T:Krypton.Toolkit.MementoRibbonGroupGradientOne">
<summary>
Memento used to cache drawing details.
</summary>
</member>
<member name="F:Krypton.Toolkit.MementoRibbonGroupGradientOne.Brush">
<summary>For internal use only.</summary>
</member>
<member name="M:Krypton.Toolkit.MementoRibbonGroupGradientOne.#ctor(System.Drawing.Rectangle,System.Drawing.Color,System.Drawing.Color)">
<summary>For internal use only.</summary>
</member>
<member name="M:Krypton.Toolkit.MementoRibbonGroupGradientOne.Dispose(System.Boolean)">
<summary>For internal use only.</summary>
</member>
<member name="T:Krypton.Toolkit.MementoRibbonGroupGradientTwo">
<summary>
Memento used to cache drawing details.
</summary>
</member>
<member name="F:Krypton.Toolkit.MementoRibbonGroupGradientTwo.TopRect">
<summary>For internal use only.</summary>
</member>
<member name="F:Krypton.Toolkit.MementoRibbonGroupGradientTwo.BottomRect">
<summary>For internal use only.</summary>
</member>
<member name="F:Krypton.Toolkit.MementoRibbonGroupGradientTwo.TopBrush">
<summary>For internal use only.</summary>
</member>
<member name="F:Krypton.Toolkit.MementoRibbonGroupGradientTwo.BottomBrush">
<summary>For internal use only.</summary>
</member>
<member name="M:Krypton.Toolkit.MementoRibbonGroupGradientTwo.#ctor(System.Drawing.Rectangle,System.Drawing.Color,System.Drawing.Color,System.Drawing.Color,System.Drawing.Color)">
<summary>For internal use only.</summary>
</member>
<member name="M:Krypton.Toolkit.MementoRibbonGroupGradientTwo.Dispose(System.Boolean)">
<summary>For internal use only.</summary>
</member>
<member name="T:Krypton.Toolkit.MementoRibbonGroupCollapsedBorder">
<summary>
Memento used to cache drawing details.
</summary>
</member>
<member name="F:Krypton.Toolkit.MementoRibbonGroupCollapsedBorder.SolidPath">
<summary>For internal use only.</summary>
</member>
<member name="F:Krypton.Toolkit.MementoRibbonGroupCollapsedBorder.InsidePath">
<summary>For internal use only.</summary>
</member>
<member name="F:Krypton.Toolkit.MementoRibbonGroupCollapsedBorder.SolidPen">
<summary>For internal use only.</summary>
</member>
<member name="F:Krypton.Toolkit.MementoRibbonGroupCollapsedBorder.InsidePen">
<summary>For internal use only.</summary>
</member>
<member name="M:Krypton.Toolkit.MementoRibbonGroupCollapsedBorder.#ctor(System.Drawing.Rectangle,System.Drawing.Color,System.Drawing.Color,System.Drawing.Color,System.Drawing.Color)">
<summary>For internal use only.</summary>
</member>
<member name="M:Krypton.Toolkit.MementoRibbonGroupCollapsedBorder.Dispose(System.Boolean)">
<summary>For internal use only.</summary>
</member>
<member name="T:Krypton.Toolkit.MementoRibbonGroupCollapsedFrameBorder">
<summary>
Memento used to cache drawing details.
</summary>
</member>
<member name="F:Krypton.Toolkit.MementoRibbonGroupCollapsedFrameBorder.SolidPath">
<summary>For internal use only.</summary>
</member>
<member name="F:Krypton.Toolkit.MementoRibbonGroupCollapsedFrameBorder.TitleBrush">
<summary>For internal use only.</summary>
</member>
<member name="F:Krypton.Toolkit.MementoRibbonGroupCollapsedFrameBorder.SolidPen">
<summary>For internal use only.</summary>
</member>
<member name="M:Krypton.Toolkit.MementoRibbonGroupCollapsedFrameBorder.#ctor(System.Drawing.Rectangle,System.Drawing.Color,System.Drawing.Color)">
<summary>For internal use only.</summary>
</member>
<member name="M:Krypton.Toolkit.MementoRibbonGroupCollapsedFrameBorder.Dispose(System.Boolean)">
<summary>For internal use only.</summary>
</member>
<member name="T:Krypton.Toolkit.MementoRibbonGroupNormal">
<summary>
Memento used to cache drawing details.
</summary>
</member>
<member name="F:Krypton.Toolkit.MementoRibbonGroupNormal.TotalBrush">
<summary>For internal use only.</summary>
</member>
<member name="F:Krypton.Toolkit.MementoRibbonGroupNormal.InnerBrush">
<summary>For internal use only.</summary>
</member>
<member name="F:Krypton.Toolkit.MementoRibbonGroupNormal.TrackSepBrush">
<summary>For internal use only.</summary>
</member>
<member name="F:Krypton.Toolkit.MementoRibbonGroupNormal.TrackFillBrush">
<summary>For internal use only.</summary>
</member>
<member name="F:Krypton.Toolkit.MementoRibbonGroupNormal.TrackHighlightBrush">
<summary>For internal use only.</summary>
</member>
<member name="F:Krypton.Toolkit.MementoRibbonGroupNormal.PressedFillBrush">
<summary>For internal use only.</summary>
</member>
<member name="F:Krypton.Toolkit.MementoRibbonGroupNormal.InnerPen">
<summary>For internal use only.</summary>
</member>
<member name="F:Krypton.Toolkit.MementoRibbonGroupNormal.TrackSepPen">
<summary>For internal use only.</summary>
</member>
<member name="F:Krypton.Toolkit.MementoRibbonGroupNormal.TrackBottomPen">
<summary>For internal use only.</summary>
</member>
<member name="M:Krypton.Toolkit.MementoRibbonGroupNormal.#ctor(System.Drawing.Rectangle,System.Drawing.Color,System.Drawing.Color,System.Drawing.Color,System.Drawing.Color,System.Drawing.Color,System.Boolean,System.Boolean)">
<summary>For internal use only.</summary>
</member>
<member name="M:Krypton.Toolkit.MementoRibbonGroupNormal.UseCachedValues(System.Drawing.Rectangle,System.Drawing.Color,System.Drawing.Color,System.Drawing.Color,System.Drawing.Color,System.Drawing.Color,System.Boolean,System.Boolean)">
<summary>For internal use only.</summary>
</member>
<member name="M:Krypton.Toolkit.MementoRibbonGroupNormal.Dispose(System.Boolean)">
<summary>For internal use only.</summary>
</member>
<member name="T:Krypton.Toolkit.MementoRibbonGroupNormalBorder">
<summary>
Memento used to cache drawing details.
</summary>
</member>
<member name="F:Krypton.Toolkit.MementoRibbonGroupNormalBorder.BackRect">
<summary>For internal use only.</summary>
</member>
<member name="F:Krypton.Toolkit.MementoRibbonGroupNormalBorder.SolidPath">
<summary>For internal use only.</summary>
</member>
<member name="F:Krypton.Toolkit.MementoRibbonGroupNormalBorder.InsidePath">
<summary>For internal use only.</summary>
</member>
<member name="F:Krypton.Toolkit.MementoRibbonGroupNormalBorder.OutsidePath">
<summary>For internal use only.</summary>
</member>
<member name="F:Krypton.Toolkit.MementoRibbonGroupNormalBorder.LightPath">
<summary>For internal use only.</summary>
</member>
<member name="F:Krypton.Toolkit.MementoRibbonGroupNormalBorder.SolidPen">
<summary>For internal use only.</summary>
</member>
<member name="M:Krypton.Toolkit.MementoRibbonGroupNormalBorder.#ctor(System.Drawing.Rectangle,System.Drawing.Color,System.Drawing.Color)">
<summary>For internal use only.</summary>
</member>
<member name="M:Krypton.Toolkit.MementoRibbonGroupNormalBorder.Dispose(System.Boolean)">
<summary>For internal use only.</summary>
</member>
<member name="T:Krypton.Toolkit.MementoRibbonGroupNormalBorderSep">
<summary>
Memento used to cache drawing details.
</summary>
</member>
<member name="F:Krypton.Toolkit.MementoRibbonGroupNormalBorderSep.TotalBrush">
<summary>For internal use only.</summary>
</member>
<member name="F:Krypton.Toolkit.MementoRibbonGroupNormalBorderSep.InnerBrush">
<summary>For internal use only.</summary>
</member>
<member name="F:Krypton.Toolkit.MementoRibbonGroupNormalBorderSep.TrackSepBrush">
<summary>For internal use only.</summary>
</member>
<member name="F:Krypton.Toolkit.MementoRibbonGroupNormalBorderSep.TrackFillBrush">
<summary>For internal use only.</summary>
</member>
<member name="F:Krypton.Toolkit.MementoRibbonGroupNormalBorderSep.TrackHighlightBrush">
<summary>For internal use only.</summary>
</member>
<member name="F:Krypton.Toolkit.MementoRibbonGroupNormalBorderSep.PressedFillBrush">
<summary>For internal use only.</summary>
</member>
<member name="F:Krypton.Toolkit.MementoRibbonGroupNormalBorderSep.InnerPen">
<summary>For internal use only.</summary>
</member>
<member name="F:Krypton.Toolkit.MementoRibbonGroupNormalBorderSep.TrackSepPen">
<summary>For internal use only.</summary>
</member>
<member name="F:Krypton.Toolkit.MementoRibbonGroupNormalBorderSep.TrackBottomPen">
<summary>For internal use only.</summary>
</member>
<member name="M:Krypton.Toolkit.MementoRibbonGroupNormalBorderSep.#ctor(System.Drawing.Rectangle,System.Drawing.Color,System.Drawing.Color,System.Drawing.Color,System.Drawing.Color,System.Drawing.Color,System.Boolean,System.Boolean)">
<summary>For internal use only.</summary>
</member>
<member name="M:Krypton.Toolkit.MementoRibbonGroupNormalBorderSep.UseCachedValues(System.Drawing.Rectangle,System.Drawing.Color,System.Drawing.Color,System.Drawing.Color,System.Drawing.Color,System.Drawing.Color,System.Boolean,System.Boolean)">
<summary>For internal use only.</summary>
</member>
<member name="M:Krypton.Toolkit.MementoRibbonGroupNormalBorderSep.Dispose(System.Boolean)">
<summary>For internal use only.</summary>
</member>
<member name="T:Krypton.Toolkit.MementoRibbonGroupNormalTitle">
<summary>
Memento used to cache drawing details.
</summary>
</member>
<member name="F:Krypton.Toolkit.MementoRibbonGroupNormalTitle.TitlePath">
<summary>For internal use only.</summary>
</member>
<member name="F:Krypton.Toolkit.MementoRibbonGroupNormalTitle.TitleBrush">
<summary>For internal use only.</summary>
</member>
<member name="M:Krypton.Toolkit.MementoRibbonGroupNormalTitle.#ctor(System.Drawing.Rectangle,System.Drawing.Color,System.Drawing.Color)">
<summary>For internal use only.</summary>
</member>
<member name="M:Krypton.Toolkit.MementoRibbonGroupNormalTitle.Dispose(System.Boolean)">
<summary>For internal use only.</summary>
</member>
<member name="T:Krypton.Toolkit.MementoRibbonGroupAreaBorder">
<summary>
Memento used to cache drawing details.
</summary>
</member>
<member name="F:Krypton.Toolkit.MementoRibbonGroupAreaBorder.OutsidePath">
<summary>For internal use only.</summary>
</member>
<member name="F:Krypton.Toolkit.MementoRibbonGroupAreaBorder.InsidePathN">
<summary>For internal use only.</summary>
</member>
<member name="F:Krypton.Toolkit.MementoRibbonGroupAreaBorder.InsidePathL">
<summary>For internal use only.</summary>
</member>
<member name="F:Krypton.Toolkit.MementoRibbonGroupAreaBorder.ShadowPath">
<summary>For internal use only.</summary>
</member>
<member name="F:Krypton.Toolkit.MementoRibbonGroupAreaBorder.FillBrush">
<summary>For internal use only.</summary>
</member>
<member name="F:Krypton.Toolkit.MementoRibbonGroupAreaBorder.FillTopBrush">
<summary>For internal use only.</summary>
</member>
<member name="F:Krypton.Toolkit.MementoRibbonGroupAreaBorder.ShadowPenN">
<summary>For internal use only.</summary>
</member>
<member name="F:Krypton.Toolkit.MementoRibbonGroupAreaBorder.ShadowPenL">
<summary>For internal use only.</summary>
</member>
<member name="F:Krypton.Toolkit.MementoRibbonGroupAreaBorder.OutsidePen">
<summary>For internal use only.</summary>
</member>
<member name="F:Krypton.Toolkit.MementoRibbonGroupAreaBorder.InsidePen">
<summary>For internal use only.</summary>
</member>
<member name="M:Krypton.Toolkit.MementoRibbonGroupAreaBorder.#ctor(System.Drawing.Rectangle,System.Drawing.Color,System.Drawing.Color,System.Drawing.Color,System.Drawing.Color,System.Drawing.Color)">
<summary>For internal use only.</summary>
</member>
<member name="M:Krypton.Toolkit.MementoRibbonGroupAreaBorder.Dispose(System.Boolean)">
<summary>For internal use only.</summary>
</member>
<member name="T:Krypton.Toolkit.MementoRibbonGroupAreaBorder3">
<summary>
Memento used to cache drawing details.
</summary>
</member>
<member name="F:Krypton.Toolkit.MementoRibbonGroupAreaBorder3.BorderRect">
<summary>For internal use only.</summary>
</member>
<member name="F:Krypton.Toolkit.MementoRibbonGroupAreaBorder3.BorderPoints">
<summary>For internal use only.</summary>
</member>
<member name="F:Krypton.Toolkit.MementoRibbonGroupAreaBorder3.BackRect1">
<summary>For internal use only.</summary>
</member>
<member name="F:Krypton.Toolkit.MementoRibbonGroupAreaBorder3.BackRect2">
<summary>For internal use only.</summary>
</member>
<member name="F:Krypton.Toolkit.MementoRibbonGroupAreaBorder3.BackBrush1">
<summary>For internal use only.</summary>
</member>
<member name="F:Krypton.Toolkit.MementoRibbonGroupAreaBorder3.BackBrush2">
<summary>For internal use only.</summary>
</member>
<member name="F:Krypton.Toolkit.MementoRibbonGroupAreaBorder3.BackBrush3">
<summary>For internal use only.</summary>
</member>
<member name="F:Krypton.Toolkit.MementoRibbonGroupAreaBorder3.GradientBorderBrush">
<summary>For internal use only.</summary>
</member>
<member name="F:Krypton.Toolkit.MementoRibbonGroupAreaBorder3.GradientBorderPen">
<summary>For internal use only.</summary>
</member>
<member name="F:Krypton.Toolkit.MementoRibbonGroupAreaBorder3.SolidBorderPen">
<summary>For internal use only.</summary>
</member>
<member name="F:Krypton.Toolkit.MementoRibbonGroupAreaBorder3.ShadowPen1">
<summary>For internal use only.</summary>
</member>
<member name="F:Krypton.Toolkit.MementoRibbonGroupAreaBorder3.ShadowPen2">
<summary>For internal use only.</summary>
</member>
<member name="F:Krypton.Toolkit.MementoRibbonGroupAreaBorder3.ShadowPen3">
<summary>For internal use only.</summary>
</member>
<member name="M:Krypton.Toolkit.MementoRibbonGroupAreaBorder3.#ctor(System.Drawing.Rectangle,System.Drawing.Color,System.Drawing.Color,System.Drawing.Color,System.Drawing.Color,System.Drawing.Color)">
<summary>For internal use only.</summary>
</member>
<member name="M:Krypton.Toolkit.MementoRibbonGroupAreaBorder3.Dispose(System.Boolean)">
<summary>For internal use only.</summary>
</member>
<member name="T:Krypton.Toolkit.MementoRibbonGroupAreaBorderContext">
<summary>
Memento used to cache drawing details.
</summary>
</member>
<member name="F:Krypton.Toolkit.MementoRibbonGroupAreaBorderContext.OutsidePath">
<summary>For internal use only.</summary>
</member>
<member name="F:Krypton.Toolkit.MementoRibbonGroupAreaBorderContext.InsidePath">
<summary>For internal use only.</summary>
</member>
<member name="F:Krypton.Toolkit.MementoRibbonGroupAreaBorderContext.ShadowPath">
<summary>For internal use only.</summary>
</member>
<member name="F:Krypton.Toolkit.MementoRibbonGroupAreaBorderContext.FillBrush">
<summary>For internal use only.</summary>
</member>
<member name="F:Krypton.Toolkit.MementoRibbonGroupAreaBorderContext.FillTopBrush">
<summary>For internal use only.</summary>
</member>
<member name="F:Krypton.Toolkit.MementoRibbonGroupAreaBorderContext.ShadowPen">
<summary>For internal use only.</summary>
</member>
<member name="F:Krypton.Toolkit.MementoRibbonGroupAreaBorderContext.OutsidePen">
<summary>For internal use only.</summary>
</member>
<member name="F:Krypton.Toolkit.MementoRibbonGroupAreaBorderContext.InsidePen">
<summary>For internal use only.</summary>
</member>
<member name="M:Krypton.Toolkit.MementoRibbonGroupAreaBorderContext.#ctor(System.Drawing.Rectangle,System.Drawing.Color,System.Drawing.Color,System.Drawing.Color)">
<summary>For internal use only.</summary>
</member>
<member name="M:Krypton.Toolkit.MementoRibbonGroupAreaBorderContext.Dispose(System.Boolean)">
<summary>For internal use only.</summary>
</member>
<member name="T:Krypton.Toolkit.MementoRibbonTabTracking2007">
<summary>
Memento used to cache drawing details.
</summary>
</member>
<member name="F:Krypton.Toolkit.MementoRibbonTabTracking2007.Orientation">
<summary>For internal use only.</summary>
</member>
<member name="F:Krypton.Toolkit.MementoRibbonTabTracking2007.Half1Rect">
<summary>For internal use only.</summary>
</member>
<member name="F:Krypton.Toolkit.MementoRibbonTabTracking2007.Half2Rect">
<summary>For internal use only.</summary>
</member>
<member name="F:Krypton.Toolkit.MementoRibbonTabTracking2007.Half2RectF">
<summary>For internal use only.</summary>
</member>
<member name="F:Krypton.Toolkit.MementoRibbonTabTracking2007.EllipseRect">
<summary>For internal use only.</summary>
</member>
<member name="F:Krypton.Toolkit.MementoRibbonTabTracking2007.OutsidePath">
<summary>For internal use only.</summary>
</member>
<member name="F:Krypton.Toolkit.MementoRibbonTabTracking2007.TopPath">
<summary>For internal use only.</summary>
</member>
<member name="F:Krypton.Toolkit.MementoRibbonTabTracking2007.EllipsePath">
<summary>For internal use only.</summary>
</member>
<member name="F:Krypton.Toolkit.MementoRibbonTabTracking2007.Half1LeftBrush">
<summary>For internal use only.</summary>
</member>
<member name="F:Krypton.Toolkit.MementoRibbonTabTracking2007.Half1RightBrush">
<summary>For internal use only.</summary>
</member>
<member name="F:Krypton.Toolkit.MementoRibbonTabTracking2007.Half1LightBrush">
<summary>For internal use only.</summary>
</member>
<member name="F:Krypton.Toolkit.MementoRibbonTabTracking2007.OutsideBrush">
<summary>For internal use only.</summary>
</member>
<member name="F:Krypton.Toolkit.MementoRibbonTabTracking2007.InsideBrush">
<summary>For internal use only.</summary>
</member>
<member name="F:Krypton.Toolkit.MementoRibbonTabTracking2007.TopBrush">
<summary>For internal use only.</summary>
</member>
<member name="F:Krypton.Toolkit.MementoRibbonTabTracking2007.EllipseBrush">
<summary>For internal use only.</summary>
</member>
<member name="F:Krypton.Toolkit.MementoRibbonTabTracking2007.Half2Brush">
<summary>For internal use only.</summary>
</member>
<member name="F:Krypton.Toolkit.MementoRibbonTabTracking2007.OutsidePen">
<summary>For internal use only.</summary>
</member>
<member name="F:Krypton.Toolkit.MementoRibbonTabTracking2007.TopPen">
<summary>For internal use only.</summary>
</member>
<member name="M:Krypton.Toolkit.MementoRibbonTabTracking2007.#ctor(System.Drawing.Rectangle,System.Drawing.Color,System.Drawing.Color,Krypton.Toolkit.VisualOrientation)">
<summary>For internal use only.</summary>
</member>
<member name="M:Krypton.Toolkit.MementoRibbonTabTracking2007.UseCachedValues(System.Drawing.Rectangle,System.Drawing.Color,System.Drawing.Color,Krypton.Toolkit.VisualOrientation)">
<summary>For internal use only.</summary>
</member>
<member name="M:Krypton.Toolkit.MementoRibbonTabTracking2007.Dispose(System.Boolean)">
<summary>For internal use only.</summary>
</member>
<member name="T:Krypton.Toolkit.MementoRibbonTabTracking2010">
<summary>
Memento used to cache drawing details.
</summary>
</member>
<member name="F:Krypton.Toolkit.MementoRibbonTabTracking2010.Orientation">
<summary>For internal use only.</summary>
</member>
<member name="F:Krypton.Toolkit.MementoRibbonTabTracking2010.BorderPath">
<summary>For internal use only.</summary>
</member>
<member name="F:Krypton.Toolkit.MementoRibbonTabTracking2010.OutsidePath">
<summary>For internal use only.</summary>
</member>
<member name="F:Krypton.Toolkit.MementoRibbonTabTracking2010.InsidePath">
<summary>For internal use only.</summary>
</member>
<member name="F:Krypton.Toolkit.MementoRibbonTabTracking2010.OutsideBrush">
<summary>For internal use only.</summary>
</member>
<member name="F:Krypton.Toolkit.MementoRibbonTabTracking2010.InsideBrush">
<summary>For internal use only.</summary>
</member>
<member name="F:Krypton.Toolkit.MementoRibbonTabTracking2010.OutsidePen">
<summary>For internal use only.</summary>
</member>
<member name="M:Krypton.Toolkit.MementoRibbonTabTracking2010.#ctor(System.Drawing.Rectangle,System.Drawing.Color,System.Drawing.Color,System.Drawing.Color,System.Drawing.Color,Krypton.Toolkit.VisualOrientation)">
<summary>For internal use only.</summary>
</member>
<member name="M:Krypton.Toolkit.MementoRibbonTabTracking2010.UseCachedValues(System.Drawing.Rectangle,System.Drawing.Color,System.Drawing.Color,System.Drawing.Color,System.Drawing.Color,Krypton.Toolkit.VisualOrientation)">
<summary>For internal use only.</summary>
</member>
<member name="M:Krypton.Toolkit.MementoRibbonTabTracking2010.Dispose(System.Boolean)">
<summary>For internal use only.</summary>
</member>
<member name="T:Krypton.Toolkit.MementoRibbonTabSelected2007">
<summary>
Memento used to cache drawing details.
</summary>
</member>
<member name="F:Krypton.Toolkit.MementoRibbonTabSelected2007.Orientation">
<summary>For internal use only.</summary>
</member>
<member name="F:Krypton.Toolkit.MementoRibbonTabSelected2007.CenterRect">
<summary>For internal use only.</summary>
</member>
<member name="F:Krypton.Toolkit.MementoRibbonTabSelected2007.CenterBrush">
<summary>For internal use only.</summary>
</member>
<member name="F:Krypton.Toolkit.MementoRibbonTabSelected2007.OutsidePath">
<summary>For internal use only.</summary>
</member>
<member name="F:Krypton.Toolkit.MementoRibbonTabSelected2007.InsideBrush">
<summary>For internal use only.</summary>
</member>
<member name="F:Krypton.Toolkit.MementoRibbonTabSelected2007.OutsidePen">
<summary>For internal use only.</summary>
</member>
<member name="F:Krypton.Toolkit.MementoRibbonTabSelected2007.MiddlePen">
<summary>For internal use only.</summary>
</member>
<member name="F:Krypton.Toolkit.MementoRibbonTabSelected2007.InsidePen">
<summary>For internal use only.</summary>
</member>
<member name="F:Krypton.Toolkit.MementoRibbonTabSelected2007.CenterPen">
<summary>For internal use only.</summary>
</member>
<member name="M:Krypton.Toolkit.MementoRibbonTabSelected2007.#ctor(System.Drawing.Rectangle,System.Drawing.Color,System.Drawing.Color,System.Drawing.Color,System.Drawing.Color,System.Drawing.Color,Krypton.Toolkit.VisualOrientation)">
<summary>For internal use only.</summary>
</member>
<member name="M:Krypton.Toolkit.MementoRibbonTabSelected2007.UseCachedValues(System.Drawing.Rectangle,System.Drawing.Color,System.Drawing.Color,System.Drawing.Color,System.Drawing.Color,System.Drawing.Color,Krypton.Toolkit.VisualOrientation)">
<summary>For internal use only.</summary>
</member>
<member name="M:Krypton.Toolkit.MementoRibbonTabSelected2007.Dispose(System.Boolean)">
<summary>For internal use only.</summary>
</member>
<member name="T:Krypton.Toolkit.MementoRibbonTabSelected2010">
<summary>
Memento used to cache drawing details.
</summary>
</member>
<member name="F:Krypton.Toolkit.MementoRibbonTabSelected2010.Orientation">
<summary>For internal use only.</summary>
</member>
<member name="F:Krypton.Toolkit.MementoRibbonTabSelected2010.CenterBrush">
<summary>For internal use only.</summary>
</member>
<member name="F:Krypton.Toolkit.MementoRibbonTabSelected2010.OutsidePath">
<summary>For internal use only.</summary>
</member>
<member name="F:Krypton.Toolkit.MementoRibbonTabSelected2010.OutsidePen">
<summary>For internal use only.</summary>
</member>
<member name="F:Krypton.Toolkit.MementoRibbonTabSelected2010.CenterPen">
<summary>For internal use only.</summary>
</member>
<member name="F:Krypton.Toolkit.MementoRibbonTabSelected2010.InsideBrush">
<summary>For internal use only.</summary>
</member>
<member name="F:Krypton.Toolkit.MementoRibbonTabSelected2010.InsidePath">
<summary>For internal use only.</summary>
</member>
<member name="M:Krypton.Toolkit.MementoRibbonTabSelected2010.#ctor(System.Drawing.Rectangle,System.Drawing.Color,System.Drawing.Color,System.Drawing.Color,System.Drawing.Color,System.Drawing.Color,Krypton.Toolkit.VisualOrientation)">
<summary>For internal use only.</summary>
</member>
<member name="M:Krypton.Toolkit.MementoRibbonTabSelected2010.UseCachedValues(System.Drawing.Rectangle,System.Drawing.Color,System.Drawing.Color,System.Drawing.Color,System.Drawing.Color,System.Drawing.Color,Krypton.Toolkit.VisualOrientation)">
<summary>For internal use only.</summary>
</member>
<member name="M:Krypton.Toolkit.MementoRibbonTabSelected2010.Dispose(System.Boolean)">
<summary>For internal use only.</summary>
</member>
<member name="T:Krypton.Toolkit.MementoRibbonTabContextSelected">
<summary>
Memento used to cache drawing details.
</summary>
</member>
<member name="F:Krypton.Toolkit.MementoRibbonTabContextSelected.Orientation">
<summary>For internal use only.</summary>
</member>
<member name="F:Krypton.Toolkit.MementoRibbonTabContextSelected.InteriorRect">
<summary>For internal use only.</summary>
</member>
<member name="F:Krypton.Toolkit.MementoRibbonTabContextSelected.InsideBrush">
<summary>For internal use only.</summary>
</member>
<member name="F:Krypton.Toolkit.MementoRibbonTabContextSelected.OutsidePath">
<summary>For internal use only.</summary>
</member>
<member name="F:Krypton.Toolkit.MementoRibbonTabContextSelected.OutsidePen">
<summary>For internal use only.</summary>
</member>
<member name="F:Krypton.Toolkit.MementoRibbonTabContextSelected.L1">
<summary>For internal use only.</summary>
</member>
<member name="F:Krypton.Toolkit.MementoRibbonTabContextSelected.L2">
<summary>For internal use only.</summary>
</member>
<member name="F:Krypton.Toolkit.MementoRibbonTabContextSelected.L3">
<summary>For internal use only.</summary>
</member>
<member name="F:Krypton.Toolkit.MementoRibbonTabContextSelected.LeftPen">
<summary>For internal use only.</summary>
</member>
<member name="F:Krypton.Toolkit.MementoRibbonTabContextSelected.RightPen">
<summary>For internal use only.</summary>
</member>
<member name="F:Krypton.Toolkit.MementoRibbonTabContextSelected.BottomInnerPen">
<summary>For internal use only.</summary>
</member>
<member name="F:Krypton.Toolkit.MementoRibbonTabContextSelected.BottomOuterPen">
<summary>For internal use only.</summary>
</member>
<member name="M:Krypton.Toolkit.MementoRibbonTabContextSelected.#ctor(System.Drawing.Rectangle,System.Drawing.Color,System.Drawing.Color,Krypton.Toolkit.VisualOrientation)">
<summary>For internal use only.</summary>
</member>
<member name="M:Krypton.Toolkit.MementoRibbonTabContextSelected.UseCachedValues(System.Drawing.Rectangle,System.Drawing.Color,System.Drawing.Color,Krypton.Toolkit.VisualOrientation)">
<summary>For internal use only.</summary>
</member>
<member name="M:Krypton.Toolkit.MementoRibbonTabContextSelected.Dispose(System.Boolean)">
<summary>For internal use only.</summary>
</member>
<member name="T:Krypton.Toolkit.MementoRibbonTabHighlight">
<summary>
Memento used to cache drawing details.
</summary>
</member>
<member name="F:Krypton.Toolkit.MementoRibbonTabHighlight.Orientation">
<summary>For internal use only.</summary>
</member>
<member name="F:Krypton.Toolkit.MementoRibbonTabHighlight.TopBorderBrush">
<summary>For internal use only.</summary>
</member>
<member name="F:Krypton.Toolkit.MementoRibbonTabHighlight.BorderVertBrush">
<summary>For internal use only.</summary>
</member>
<member name="F:Krypton.Toolkit.MementoRibbonTabHighlight.OutsideVertBrush">
<summary>For internal use only.</summary>
</member>
<member name="F:Krypton.Toolkit.MementoRibbonTabHighlight.SelectedMemento">
<summary>For internal use only.</summary>
</member>
<member name="F:Krypton.Toolkit.MementoRibbonTabHighlight.InnerVertPen">
<summary>For internal use only.</summary>
</member>
<member name="F:Krypton.Toolkit.MementoRibbonTabHighlight.InnerHorzPen">
<summary>For internal use only.</summary>
</member>
<member name="F:Krypton.Toolkit.MementoRibbonTabHighlight.BorderHorzPen">
<summary>For internal use only.</summary>
</member>
<member name="M:Krypton.Toolkit.MementoRibbonTabHighlight.#ctor(System.Drawing.Rectangle,System.Drawing.Color,System.Drawing.Color,System.Drawing.Color,System.Drawing.Color,System.Drawing.Color,Krypton.Toolkit.VisualOrientation)">
<summary>For internal use only.</summary>
</member>
<member name="M:Krypton.Toolkit.MementoRibbonTabHighlight.UseCachedValues(System.Drawing.Rectangle,System.Drawing.Color,System.Drawing.Color,System.Drawing.Color,System.Drawing.Color,System.Drawing.Color,Krypton.Toolkit.VisualOrientation)">
<summary>For internal use only.</summary>
</member>
<member name="M:Krypton.Toolkit.MementoRibbonTabHighlight.Dispose(System.Boolean)">
<summary>For internal use only.</summary>
</member>
<member name="T:Krypton.Toolkit.MementoRibbonTabGlowing">
<summary>
Memento used to cache drawing details.
</summary>
</member>
<member name="F:Krypton.Toolkit.MementoRibbonTabGlowing.Orientation">
<summary>For internal use only.</summary>
</member>
<member name="F:Krypton.Toolkit.MementoRibbonTabGlowing.FullRect">
<summary>For internal use only.</summary>
</member>
<member name="F:Krypton.Toolkit.MementoRibbonTabGlowing.EllipseRect">
<summary>For internal use only.</summary>
</member>
<member name="F:Krypton.Toolkit.MementoRibbonTabGlowing.OutsidePath">
<summary>For internal use only.</summary>
</member>
<member name="F:Krypton.Toolkit.MementoRibbonTabGlowing.TopPath">
<summary>For internal use only.</summary>
</member>
<member name="F:Krypton.Toolkit.MementoRibbonTabGlowing.EllipsePath">
<summary>For internal use only.</summary>
</member>
<member name="F:Krypton.Toolkit.MementoRibbonTabGlowing.InsideBrush">
<summary>For internal use only.</summary>
</member>
<member name="F:Krypton.Toolkit.MementoRibbonTabGlowing.TopBrush">
<summary>For internal use only.</summary>
</member>
<member name="F:Krypton.Toolkit.MementoRibbonTabGlowing.EllipseBrush">
<summary>For internal use only.</summary>
</member>
<member name="F:Krypton.Toolkit.MementoRibbonTabGlowing.InsidePen">
<summary>For internal use only.</summary>
</member>
<member name="F:Krypton.Toolkit.MementoRibbonTabGlowing.OutsidePen">
<summary>For internal use only.</summary>
</member>
<member name="M:Krypton.Toolkit.MementoRibbonTabGlowing.#ctor(System.Drawing.Rectangle,System.Drawing.Color,System.Drawing.Color,System.Drawing.Color,Krypton.Toolkit.VisualOrientation)">
<summary>For internal use only.</summary>
</member>
<member name="M:Krypton.Toolkit.MementoRibbonTabGlowing.UseCachedValues(System.Drawing.Rectangle,System.Drawing.Color,System.Drawing.Color,System.Drawing.Color,Krypton.Toolkit.VisualOrientation)">
<summary>For internal use only.</summary>
</member>
<member name="M:Krypton.Toolkit.MementoRibbonTabGlowing.Dispose(System.Boolean)">
<summary>For internal use only.</summary>
</member>
<member name="T:Krypton.Toolkit.MementoRibbonTabContext">
<summary>
Memento used to cache drawing details.
</summary>
</member>
<member name="F:Krypton.Toolkit.MementoRibbonTabContext.FillRect">
<summary>For internal use only.</summary>
</member>
<member name="F:Krypton.Toolkit.MementoRibbonTabContext.BorderPen">
<summary>For internal use only.</summary>
</member>
<member name="F:Krypton.Toolkit.MementoRibbonTabContext.UnderlinePen">
<summary>For internal use only.</summary>
</member>
<member name="F:Krypton.Toolkit.MementoRibbonTabContext.FillBrush">
<summary>For internal use only.</summary>
</member>
<member name="M:Krypton.Toolkit.MementoRibbonTabContext.#ctor(System.Drawing.Rectangle,System.Drawing.Color,System.Drawing.Color)">
<summary>For internal use only.</summary>
</member>
<member name="M:Krypton.Toolkit.MementoRibbonTabContext.Dispose(System.Boolean)">
<summary>For internal use only.</summary>
</member>
<member name="T:Krypton.Toolkit.MementoRibbonTabContextOffice">
<summary>
Memento used to cache drawing details.
</summary>
</member>
<member name="F:Krypton.Toolkit.MementoRibbonTabContextOffice.FillRect">
<summary>For internal use only.</summary>
</member>
<member name="F:Krypton.Toolkit.MementoRibbonTabContextOffice.BorderPen">
<summary>For internal use only.</summary>
</member>
<member name="F:Krypton.Toolkit.MementoRibbonTabContextOffice.UnderlinePen">
<summary>For internal use only.</summary>
</member>
<member name="F:Krypton.Toolkit.MementoRibbonTabContextOffice.FillBrush">
<summary>For internal use only.</summary>
</member>
<member name="M:Krypton.Toolkit.MementoRibbonTabContextOffice.#ctor(System.Drawing.Rectangle,System.Drawing.Color,System.Drawing.Color)">
<summary>For internal use only.</summary>
</member>
<member name="M:Krypton.Toolkit.MementoRibbonTabContextOffice.Dispose(System.Boolean)">
<summary>For internal use only.</summary>
</member>
<member name="T:Krypton.Toolkit.MementoRibbonTabContextOffice2010">
<summary>
Memento used to cache drawing details.
</summary>
</member>
<member name="F:Krypton.Toolkit.MementoRibbonTabContextOffice2010.BorderInnerPen">
<summary>For internal use only.</summary>
</member>
<member name="F:Krypton.Toolkit.MementoRibbonTabContextOffice2010.BorderOuterPen">
<summary>For internal use only.</summary>
</member>
<member name="F:Krypton.Toolkit.MementoRibbonTabContextOffice2010.TopBrush">
<summary>For internal use only.</summary>
</member>
<member name="F:Krypton.Toolkit.MementoRibbonTabContextOffice2010.BottomBrush">
<summary>For internal use only.</summary>
</member>
<member name="M:Krypton.Toolkit.MementoRibbonTabContextOffice2010.#ctor(System.Drawing.Rectangle,System.Drawing.Color,System.Drawing.Color)">
<summary>For internal use only.</summary>
</member>
<member name="M:Krypton.Toolkit.MementoRibbonTabContextOffice2010.Dispose(System.Boolean)">
<summary>For internal use only.</summary>
</member>
<member name="T:Krypton.Toolkit.MementoRibbonQATMinibar">
<summary>
Memento used to cache drawing details.
</summary>
</member>
<member name="F:Krypton.Toolkit.MementoRibbonQATMinibar.LightPen">
<summary>For internal use only.</summary>
</member>
<member name="F:Krypton.Toolkit.MementoRibbonQATMinibar.BorderPen">
<summary>For internal use only.</summary>
</member>
<member name="F:Krypton.Toolkit.MementoRibbonQATMinibar.WhitenPen">
<summary>For internal use only.</summary>
</member>
<member name="F:Krypton.Toolkit.MementoRibbonQATMinibar.BorderPath">
<summary>For internal use only.</summary>
</member>
<member name="F:Krypton.Toolkit.MementoRibbonQATMinibar.TopRight1">
<summary>For internal use only.</summary>
</member>
<member name="F:Krypton.Toolkit.MementoRibbonQATMinibar.BottomLeft1">
<summary>For internal use only.</summary>
</member>
<member name="F:Krypton.Toolkit.MementoRibbonQATMinibar.InnerBrush">
<summary>For internal use only.</summary>
</member>
<member name="M:Krypton.Toolkit.MementoRibbonQATMinibar.#ctor(System.Drawing.Rectangle,System.Drawing.Color,System.Drawing.Color,System.Drawing.Color,System.Drawing.Color,System.Drawing.Color)">
<summary>For internal use only.</summary>
</member>
<member name="M:Krypton.Toolkit.MementoRibbonQATMinibar.Dispose(System.Boolean)">
<summary>For internal use only.</summary>
</member>
<member name="T:Krypton.Toolkit.MementoRibbonQATFullbarRound">
<summary>
Memento used to cache drawing details.
</summary>
</member>
<member name="F:Krypton.Toolkit.MementoRibbonQATFullbarRound.InnerRect">
<summary>For internal use only.</summary>
</member>
<member name="F:Krypton.Toolkit.MementoRibbonQATFullbarRound.InnerBrush">
<summary>For internal use only.</summary>
</member>
<member name="F:Krypton.Toolkit.MementoRibbonQATFullbarRound.DarkPath">
<summary>For internal use only.</summary>
</member>
<member name="F:Krypton.Toolkit.MementoRibbonQATFullbarRound.LightPath1">
<summary>For internal use only.</summary>
</member>
<member name="F:Krypton.Toolkit.MementoRibbonQATFullbarRound.LightPath2">
<summary>For internal use only.</summary>
</member>
<member name="F:Krypton.Toolkit.MementoRibbonQATFullbarRound.DarkPen">
<summary>For internal use only.</summary>
</member>
<member name="M:Krypton.Toolkit.MementoRibbonQATFullbarRound.#ctor(System.Drawing.Rectangle,System.Drawing.Color,System.Drawing.Color,System.Drawing.Color)">
<summary>For internal use only.</summary>
</member>
<member name="M:Krypton.Toolkit.MementoRibbonQATFullbarRound.Dispose(System.Boolean)">
<summary>For internal use only.</summary>
</member>
<member name="T:Krypton.Toolkit.MementoRibbonQATFullbarSquare">
<summary>
Memento used to cache drawing details.
</summary>
</member>
<member name="F:Krypton.Toolkit.MementoRibbonQATFullbarSquare.LightPen">
<summary>For internal use only.</summary>
</member>
<member name="F:Krypton.Toolkit.MementoRibbonQATFullbarSquare.MediumBrush">
<summary>For internal use only.</summary>
</member>
<member name="F:Krypton.Toolkit.MementoRibbonQATFullbarSquare.DarkPen">
<summary>For internal use only.</summary>
</member>
<member name="M:Krypton.Toolkit.MementoRibbonQATFullbarSquare.#ctor(System.Drawing.Rectangle,System.Drawing.Color,System.Drawing.Color,System.Drawing.Color)">
<summary>For internal use only.</summary>
</member>
<member name="M:Krypton.Toolkit.MementoRibbonQATFullbarSquare.Dispose(System.Boolean)">
<summary>For internal use only.</summary>
</member>
<member name="T:Krypton.Toolkit.MementoRibbonQATOverflow">
<summary>
Memento used to cache drawing details.
</summary>
</member>
<member name="F:Krypton.Toolkit.MementoRibbonQATOverflow.BackBrush">
<summary>For internal use only.</summary>
</member>
<member name="F:Krypton.Toolkit.MementoRibbonQATOverflow.BorderPen">
<summary>For internal use only.</summary>
</member>
<member name="M:Krypton.Toolkit.MementoRibbonQATOverflow.#ctor(System.Drawing.Rectangle,System.Drawing.Color,System.Drawing.Color)">
<summary>For internal use only.</summary>
</member>
<member name="M:Krypton.Toolkit.MementoRibbonQATOverflow.Dispose(System.Boolean)">
<summary>For internal use only.</summary>
</member>
<member name="T:Krypton.Toolkit.MementoRibbonAppButton">
<summary>
Memento used to cache drawing details.
</summary>
</member>
<member name="F:Krypton.Toolkit.MementoRibbonAppButton.BorderShadow1">
<summary>For internal use only.</summary>
</member>
<member name="F:Krypton.Toolkit.MementoRibbonAppButton.BorderShadow2">
<summary>For internal use only.</summary>
</member>
<member name="F:Krypton.Toolkit.MementoRibbonAppButton.BorderMain1">
<summary>For internal use only.</summary>
</member>
<member name="F:Krypton.Toolkit.MementoRibbonAppButton.BorderMain2">
<summary>For internal use only.</summary>
</member>
<member name="F:Krypton.Toolkit.MementoRibbonAppButton.BorderMain3">
<summary>For internal use only.</summary>
</member>
<member name="F:Krypton.Toolkit.MementoRibbonAppButton.BorderMain4">
<summary>For internal use only.</summary>
</member>
<member name="F:Krypton.Toolkit.MementoRibbonAppButton.RectLower">
<summary>For internal use only.</summary>
</member>
<member name="F:Krypton.Toolkit.MementoRibbonAppButton.RectBottomGlow">
<summary>For internal use only.</summary>
</member>
<member name="F:Krypton.Toolkit.MementoRibbonAppButton.RectUpperGlow">
<summary>For internal use only.</summary>
</member>
<member name="F:Krypton.Toolkit.MementoRibbonAppButton.BrushUpper1">
<summary>For internal use only.</summary>
</member>
<member name="F:Krypton.Toolkit.MementoRibbonAppButton.BrushLower">
<summary>For internal use only.</summary>
</member>
<member name="M:Krypton.Toolkit.MementoRibbonAppButton.#ctor(System.Drawing.Rectangle,System.Drawing.Color,System.Drawing.Color,System.Drawing.Color,System.Drawing.Color,System.Drawing.Color)">
<summary>For internal use only.</summary>
</member>
<member name="M:Krypton.Toolkit.MementoRibbonAppButton.Dispose(System.Boolean)">
<summary>For internal use only.</summary>
</member>
<member name="T:Krypton.Toolkit.MementoBackSolid">
<summary>
Memento used to cache drawing details.
</summary>
</member>
<member name="F:Krypton.Toolkit.MementoBackSolid.DrawRect">
<summary>For internal use only.</summary>
</member>
<member name="F:Krypton.Toolkit.MementoBackSolid.Color1">
<summary>For internal use only.</summary>
</member>
<member name="F:Krypton.Toolkit.MementoBackSolid.SolidBrush">
<summary>For internal use only.</summary>
</member>
<member name="M:Krypton.Toolkit.MementoBackSolid.#ctor(System.Drawing.RectangleF,System.Drawing.Color)">
<summary>For internal use only.</summary>
</member>
<member name="M:Krypton.Toolkit.MementoBackSolid.UseCachedValues(System.Drawing.RectangleF,System.Drawing.Color)">
<summary>For internal use only.</summary>
</member>
<member name="M:Krypton.Toolkit.MementoBackSolid.Dispose(System.Boolean)">
<summary>For internal use only.</summary>
</member>
<member name="T:Krypton.Toolkit.MementoBackLinear">
<summary>
Memento used to cache drawing details.
</summary>
</member>
<member name="F:Krypton.Toolkit.MementoBackLinear.DrawRect">
<summary>For internal use only.</summary>
</member>
<member name="F:Krypton.Toolkit.MementoBackLinear.Sigma">
<summary>For internal use only.</summary>
</member>
<member name="F:Krypton.Toolkit.MementoBackLinear.Color1">
<summary>For internal use only.</summary>
</member>
<member name="F:Krypton.Toolkit.MementoBackLinear.Color2">
<summary>For internal use only.</summary>
</member>
<member name="F:Krypton.Toolkit.MementoBackLinear.Orientation">
<summary>For internal use only.</summary>
</member>
<member name="F:Krypton.Toolkit.MementoBackLinear.EntireBrush">
<summary>For internal use only.</summary>
</member>
<member name="M:Krypton.Toolkit.MementoBackLinear.#ctor(System.Drawing.RectangleF,System.Boolean,System.Drawing.Color,System.Drawing.Color,Krypton.Toolkit.VisualOrientation)">
<summary>For internal use only.</summary>
</member>
<member name="M:Krypton.Toolkit.MementoBackLinear.UseCachedValues(System.Drawing.RectangleF,System.Boolean,System.Drawing.Color,System.Drawing.Color,Krypton.Toolkit.VisualOrientation)">
<summary>For internal use only.</summary>
</member>
<member name="M:Krypton.Toolkit.MementoBackLinear.Dispose(System.Boolean)">
<summary>For internal use only.</summary>
</member>
<member name="T:Krypton.Toolkit.MementoBackLinearRadial">
<summary>
Memento used to cache drawing details.
</summary>
</member>
<member name="F:Krypton.Toolkit.MementoBackLinearRadial.DrawRect">
<summary>For internal use only.</summary>
</member>
<member name="F:Krypton.Toolkit.MementoBackLinearRadial.Color2">
<summary>For internal use only.</summary>
</member>
<member name="F:Krypton.Toolkit.MementoBackLinearRadial.Color3">
<summary>For internal use only.</summary>
</member>
<member name="F:Krypton.Toolkit.MementoBackLinearRadial.Orientation">
<summary>For internal use only.</summary>
</member>
<member name="F:Krypton.Toolkit.MementoBackLinearRadial.EllipseRect">
<summary>For internal use only.</summary>
</member>
<member name="F:Krypton.Toolkit.MementoBackLinearRadial.Path">
<summary>For internal use only.</summary>
</member>
<member name="F:Krypton.Toolkit.MementoBackLinearRadial.BottomBrush">
<summary>For internal use only.</summary>
</member>
<member name="M:Krypton.Toolkit.MementoBackLinearRadial.#ctor(System.Drawing.RectangleF,System.Drawing.Color,System.Drawing.Color,Krypton.Toolkit.VisualOrientation)">
<summary>For internal use only.</summary>
</member>
<member name="M:Krypton.Toolkit.MementoBackLinearRadial.UseCachedValues(System.Drawing.RectangleF,System.Drawing.Color,System.Drawing.Color,Krypton.Toolkit.VisualOrientation)">
<summary>For internal use only.</summary>
</member>
<member name="M:Krypton.Toolkit.MementoBackLinearRadial.Dispose(System.Boolean)">
<summary>For internal use only.</summary>
</member>
<member name="T:Krypton.Toolkit.MementoBackGlassBasic">
<summary>
Memento used to cache drawing details.
</summary>
</member>
<member name="F:Krypton.Toolkit.MementoBackGlassBasic.DrawRect">
<summary>For internal use only.</summary>
</member>
<member name="F:Krypton.Toolkit.MementoBackGlassBasic.Color1">
<summary>For internal use only.</summary>
</member>
<member name="F:Krypton.Toolkit.MementoBackGlassBasic.Color2">
<summary>For internal use only.</summary>
</member>
<member name="F:Krypton.Toolkit.MementoBackGlassBasic.GlassColor1">
<summary>For internal use only.</summary>
</member>
<member name="F:Krypton.Toolkit.MementoBackGlassBasic.GlassColor2">
<summary>For internal use only.</summary>
</member>
<member name="F:Krypton.Toolkit.MementoBackGlassBasic.FactorX">
<summary>For internal use only.</summary>
</member>
<member name="F:Krypton.Toolkit.MementoBackGlassBasic.FactorY">
<summary>For internal use only.</summary>
</member>
<member name="F:Krypton.Toolkit.MementoBackGlassBasic.Orientation">
<summary>For internal use only.</summary>
</member>
<member name="F:Krypton.Toolkit.MementoBackGlassBasic.GlassPercent">
<summary>For internal use only.</summary>
</member>
<member name="F:Krypton.Toolkit.MementoBackGlassBasic.GlassRect">
<summary>For internal use only.</summary>
</member>
<member name="F:Krypton.Toolkit.MementoBackGlassBasic.TotalBrush">
<summary>For internal use only.</summary>
</member>
<member name="F:Krypton.Toolkit.MementoBackGlassBasic.GlassBrush">
<summary>For internal use only.</summary>
</member>
<member name="M:Krypton.Toolkit.MementoBackGlassBasic.#ctor(System.Drawing.RectangleF,System.Drawing.Color,System.Drawing.Color,System.Drawing.Color,System.Drawing.Color,System.Single,System.Single,Krypton.Toolkit.VisualOrientation,System.Single)">
<summary>For internal use only.</summary>
</member>
<member name="M:Krypton.Toolkit.MementoBackGlassBasic.UseCachedValues(System.Drawing.RectangleF,System.Drawing.Color,System.Drawing.Color,System.Drawing.Color,System.Drawing.Color,System.Single,System.Single,Krypton.Toolkit.VisualOrientation,System.Single)">
<summary>For internal use only.</summary>
</member>
<member name="M:Krypton.Toolkit.MementoBackGlassBasic.Dispose(System.Boolean)">
<summary>For internal use only.</summary>
</member>
<member name="T:Krypton.Toolkit.MementoBackGlassLinear">
<summary>
Memento used to cache drawing details.
</summary>
</member>
<member name="F:Krypton.Toolkit.MementoBackGlassLinear.DrawRect">
<summary>For internal use only.</summary>
</member>
<member name="F:Krypton.Toolkit.MementoBackGlassLinear.OuterRect">
<summary>For internal use only.</summary>
</member>
<member name="F:Krypton.Toolkit.MementoBackGlassLinear.Color1">
<summary>For internal use only.</summary>
</member>
<member name="F:Krypton.Toolkit.MementoBackGlassLinear.Color2">
<summary>For internal use only.</summary>
</member>
<member name="F:Krypton.Toolkit.MementoBackGlassLinear.GlassColor1">
<summary>For internal use only.</summary>
</member>
<member name="F:Krypton.Toolkit.MementoBackGlassLinear.GlassColor2">
<summary>For internal use only.</summary>
</member>
<member name="F:Krypton.Toolkit.MementoBackGlassLinear.Orientation">
<summary>For internal use only.</summary>
</member>
<member name="F:Krypton.Toolkit.MementoBackGlassLinear.GlassPercent">
<summary>For internal use only.</summary>
</member>
<member name="F:Krypton.Toolkit.MementoBackGlassLinear.GlassRect">
<summary>For internal use only.</summary>
</member>
<member name="F:Krypton.Toolkit.MementoBackGlassLinear.MainRect">
<summary>For internal use only.</summary>
</member>
<member name="F:Krypton.Toolkit.MementoBackGlassLinear.TotalBrush">
<summary>For internal use only.</summary>
</member>
<member name="F:Krypton.Toolkit.MementoBackGlassLinear.TopBrush">
<summary>For internal use only.</summary>
</member>
<member name="F:Krypton.Toolkit.MementoBackGlassLinear.BottomBrush">
<summary>For internal use only.</summary>
</member>
<member name="M:Krypton.Toolkit.MementoBackGlassLinear.#ctor(System.Drawing.RectangleF,System.Drawing.RectangleF,System.Drawing.Color,System.Drawing.Color,System.Drawing.Color,System.Drawing.Color,Krypton.Toolkit.VisualOrientation,System.Single)">
<summary>For internal use only.</summary>
</member>
<member name="M:Krypton.Toolkit.MementoBackGlassLinear.UseCachedValues(System.Drawing.RectangleF,System.Drawing.RectangleF,System.Drawing.Color,System.Drawing.Color,System.Drawing.Color,System.Drawing.Color,Krypton.Toolkit.VisualOrientation,System.Single)">
<summary>For internal use only.</summary>
</member>
<member name="M:Krypton.Toolkit.MementoBackGlassLinear.Dispose(System.Boolean)">
<summary>For internal use only.</summary>
</member>
<member name="T:Krypton.Toolkit.MementoBackGlassCenter">
<summary>
Memento used to cache drawing details.
</summary>
</member>
<member name="F:Krypton.Toolkit.MementoBackGlassCenter.DrawRect">
<summary>For internal use only.</summary>
</member>
<member name="F:Krypton.Toolkit.MementoBackGlassCenter.Color2">
<summary>For internal use only.</summary>
</member>
<member name="F:Krypton.Toolkit.MementoBackGlassCenter.Path">
<summary>For internal use only.</summary>
</member>
<member name="F:Krypton.Toolkit.MementoBackGlassCenter.BottomBrush">
<summary>For internal use only.</summary>
</member>
<member name="M:Krypton.Toolkit.MementoBackGlassCenter.#ctor(System.Drawing.RectangleF,System.Drawing.Color)">
<summary>For internal use only.</summary>
</member>
<member name="M:Krypton.Toolkit.MementoBackGlassCenter.UseCachedValues(System.Drawing.RectangleF,System.Drawing.Color)">
<summary>For internal use only.</summary>
</member>
<member name="M:Krypton.Toolkit.MementoBackGlassCenter.Dispose(System.Boolean)">
<summary>For internal use only.</summary>
</member>
<member name="T:Krypton.Toolkit.MementoBackGlassRadial">
<summary>
Memento used to cache drawing details.
</summary>
</member>
<member name="F:Krypton.Toolkit.MementoBackGlassRadial.DrawRect">
<summary>For internal use only.</summary>
</member>
<member name="F:Krypton.Toolkit.MementoBackGlassRadial.Color1">
<summary>For internal use only.</summary>
</member>
<member name="F:Krypton.Toolkit.MementoBackGlassRadial.Color2">
<summary>For internal use only.</summary>
</member>
<member name="F:Krypton.Toolkit.MementoBackGlassRadial.FactorX">
<summary>For internal use only.</summary>
</member>
<member name="F:Krypton.Toolkit.MementoBackGlassRadial.FactorY">
<summary>For internal use only.</summary>
</member>
<member name="F:Krypton.Toolkit.MementoBackGlassRadial.Orientation">
<summary>For internal use only.</summary>
</member>
<member name="F:Krypton.Toolkit.MementoBackGlassRadial.MainRect">
<summary>For internal use only.</summary>
</member>
<member name="F:Krypton.Toolkit.MementoBackGlassRadial.Path">
<summary>For internal use only.</summary>
</member>
<member name="F:Krypton.Toolkit.MementoBackGlassRadial.BottomBrush">
<summary>For internal use only.</summary>
</member>
<member name="M:Krypton.Toolkit.MementoBackGlassRadial.#ctor(System.Drawing.RectangleF,System.Drawing.Color,System.Drawing.Color,System.Single,System.Single,Krypton.Toolkit.VisualOrientation)">
<summary>For internal use only.</summary>
</member>
<member name="M:Krypton.Toolkit.MementoBackGlassRadial.UseCachedValues(System.Drawing.RectangleF,System.Drawing.Color,System.Drawing.Color,System.Single,System.Single,Krypton.Toolkit.VisualOrientation)">
<summary>For internal use only.</summary>
</member>
<member name="M:Krypton.Toolkit.MementoBackGlassRadial.Dispose(System.Boolean)">
<summary>For internal use only.</summary>
</member>
<member name="T:Krypton.Toolkit.MementoBackGlassFade">
<summary>
Memento used to cache drawing details.
</summary>
</member>
<member name="F:Krypton.Toolkit.MementoBackGlassFade.DrawRect">
<summary>For internal use only.</summary>
</member>
<member name="F:Krypton.Toolkit.MementoBackGlassFade.OuterRect">
<summary>For internal use only.</summary>
</member>
<member name="F:Krypton.Toolkit.MementoBackGlassFade.Color1">
<summary>For internal use only.</summary>
</member>
<member name="F:Krypton.Toolkit.MementoBackGlassFade.Color2">
<summary>For internal use only.</summary>
</member>
<member name="F:Krypton.Toolkit.MementoBackGlassFade.GlassColor1">
<summary>For internal use only.</summary>
</member>
<member name="F:Krypton.Toolkit.MementoBackGlassFade.GlassColor2">
<summary>For internal use only.</summary>
</member>
<member name="F:Krypton.Toolkit.MementoBackGlassFade.Orientation">
<summary>For internal use only.</summary>
</member>
<member name="F:Krypton.Toolkit.MementoBackGlassFade.GlassRect">
<summary>For internal use only.</summary>
</member>
<member name="F:Krypton.Toolkit.MementoBackGlassFade.MainBrush">
<summary>For internal use only.</summary>
</member>
<member name="F:Krypton.Toolkit.MementoBackGlassFade.TopBrush">
<summary>For internal use only.</summary>
</member>
<member name="M:Krypton.Toolkit.MementoBackGlassFade.#ctor(System.Drawing.RectangleF,System.Drawing.RectangleF,System.Drawing.Color,System.Drawing.Color,System.Drawing.Color,System.Drawing.Color,Krypton.Toolkit.VisualOrientation)">
<summary>For internal use only.</summary>
</member>
<member name="M:Krypton.Toolkit.MementoBackGlassFade.UseCachedValues(System.Drawing.RectangleF,System.Drawing.RectangleF,System.Drawing.Color,System.Drawing.Color,System.Drawing.Color,System.Drawing.Color,Krypton.Toolkit.VisualOrientation)">
<summary>For internal use only.</summary>
</member>
<member name="M:Krypton.Toolkit.MementoBackGlassFade.Dispose(System.Boolean)">
<summary>For internal use only.</summary>
</member>
<member name="T:Krypton.Toolkit.MementoBackGlassThreeEdge">
<summary>
Memento used to cache drawing details.
</summary>
</member>
<member name="F:Krypton.Toolkit.MementoBackGlassThreeEdge.Rect">
<summary>For internal use only.</summary>
</member>
<member name="F:Krypton.Toolkit.MementoBackGlassThreeEdge.Color1">
<summary>For internal use only.</summary>
</member>
<member name="F:Krypton.Toolkit.MementoBackGlassThreeEdge.Color2">
<summary>For internal use only.</summary>
</member>
<member name="F:Krypton.Toolkit.MementoBackGlassThreeEdge.Orientation">
<summary>For internal use only.</summary>
</member>
<member name="F:Krypton.Toolkit.MementoBackGlassThreeEdge.ColorA1L">
<summary>For internal use only.</summary>
</member>
<member name="F:Krypton.Toolkit.MementoBackGlassThreeEdge.ColorA2L">
<summary>For internal use only.</summary>
</member>
<member name="F:Krypton.Toolkit.MementoBackGlassThreeEdge.ColorA2Ll">
<summary>For internal use only.</summary>
</member>
<member name="F:Krypton.Toolkit.MementoBackGlassThreeEdge.ColorB2Ll">
<summary>For internal use only.</summary>
</member>
<member name="F:Krypton.Toolkit.MementoBackGlassThreeEdge.RectB">
<summary>For internal use only.</summary>
</member>
<member name="M:Krypton.Toolkit.MementoBackGlassThreeEdge.#ctor(System.Drawing.Rectangle,System.Drawing.Color,System.Drawing.Color,Krypton.Toolkit.VisualOrientation)">
<summary>For internal use only.</summary>
</member>
<member name="M:Krypton.Toolkit.MementoBackGlassThreeEdge.UseCachedValues(System.Drawing.Rectangle,System.Drawing.Color,System.Drawing.Color,Krypton.Toolkit.VisualOrientation)">
<summary>For internal use only.</summary>
</member>
<member name="T:Krypton.Toolkit.MementoBackDarkEdge">
<summary>
Memento used to cache drawing details.
</summary>
</member>
<member name="F:Krypton.Toolkit.MementoBackDarkEdge.DrawRect">
<summary>For internal use only.</summary>
</member>
<member name="F:Krypton.Toolkit.MementoBackDarkEdge.Color1">
<summary>For internal use only.</summary>
</member>
<member name="F:Krypton.Toolkit.MementoBackDarkEdge.Thickness">
<summary>For internal use only.</summary>
</member>
<member name="F:Krypton.Toolkit.MementoBackDarkEdge.Orientation">
<summary>For internal use only.</summary>
</member>
<member name="F:Krypton.Toolkit.MementoBackDarkEdge.EntireRect">
<summary>For internal use only.</summary>
</member>
<member name="F:Krypton.Toolkit.MementoBackDarkEdge.EntireBrush">
<summary>For internal use only.</summary>
</member>
<member name="M:Krypton.Toolkit.MementoBackDarkEdge.#ctor(System.Drawing.RectangleF,System.Drawing.Color,System.Int32,Krypton.Toolkit.VisualOrientation)">
<summary>For internal use only.</summary>
</member>
<member name="M:Krypton.Toolkit.MementoBackDarkEdge.UseCachedValues(System.Drawing.RectangleF,System.Drawing.Color,System.Int32,Krypton.Toolkit.VisualOrientation)">
<summary>For internal use only.</summary>
</member>
<member name="M:Krypton.Toolkit.MementoBackDarkEdge.Dispose(System.Boolean)">
<summary>For internal use only.</summary>
</member>
<member name="T:Krypton.Toolkit.MementoBackExpertChecked">
<summary>
Memento used to cache drawing details.
</summary>
</member>
<member name="F:Krypton.Toolkit.MementoBackExpertChecked.DrawRect">
<summary>For internal use only.</summary>
</member>
<member name="F:Krypton.Toolkit.MementoBackExpertChecked.Color1">
<summary>For internal use only.</summary>
</member>
<member name="F:Krypton.Toolkit.MementoBackExpertChecked.Color2">
<summary>For internal use only.</summary>
</member>
<member name="F:Krypton.Toolkit.MementoBackExpertChecked.Orientation">
<summary>For internal use only.</summary>
</member>
<member name="F:Krypton.Toolkit.MementoBackExpertChecked.EntireBrush">
<summary>For internal use only.</summary>
</member>
<member name="F:Krypton.Toolkit.MementoBackExpertChecked.EllipsePath">
<summary>For internal use only.</summary>
</member>
<member name="F:Krypton.Toolkit.MementoBackExpertChecked.InsideLighten">
<summary>For internal use only.</summary>
</member>
<member name="F:Krypton.Toolkit.MementoBackExpertChecked.ClipPath">
<summary>For internal use only.</summary>
</member>
<member name="M:Krypton.Toolkit.MementoBackExpertChecked.#ctor(System.Drawing.RectangleF,System.Drawing.Color,System.Drawing.Color,Krypton.Toolkit.VisualOrientation)">
<summary>For internal use only.</summary>
</member>
<member name="M:Krypton.Toolkit.MementoBackExpertChecked.UseCachedValues(System.Drawing.RectangleF,System.Drawing.Color,System.Drawing.Color,Krypton.Toolkit.VisualOrientation)">
<summary>For internal use only.</summary>
</member>
<member name="M:Krypton.Toolkit.MementoBackExpertChecked.Dispose(System.Boolean)">
<summary>For internal use only.</summary>
</member>
<member name="T:Krypton.Toolkit.MementoBackExpertShadow">
<summary>
Memento used to cache drawing details.
</summary>
</member>
<member name="F:Krypton.Toolkit.MementoBackExpertShadow.DrawRect">
<summary>For internal use only.</summary>
</member>
<member name="F:Krypton.Toolkit.MementoBackExpertShadow.Color1">
<summary>For internal use only.</summary>
</member>
<member name="F:Krypton.Toolkit.MementoBackExpertShadow.Color2">
<summary>For internal use only.</summary>
</member>
<member name="F:Krypton.Toolkit.MementoBackExpertShadow.Path1">
<summary>For internal use only.</summary>
</member>
<member name="F:Krypton.Toolkit.MementoBackExpertShadow.Path2">
<summary>For internal use only.</summary>
</member>
<member name="F:Krypton.Toolkit.MementoBackExpertShadow.Path3">
<summary>For internal use only.</summary>
</member>
<member name="F:Krypton.Toolkit.MementoBackExpertShadow.Brush1">
<summary>For internal use only.</summary>
</member>
<member name="F:Krypton.Toolkit.MementoBackExpertShadow.Brush2">
<summary>For internal use only.</summary>
</member>
<member name="F:Krypton.Toolkit.MementoBackExpertShadow.Brush3">
<summary>For internal use only.</summary>
</member>
<member name="M:Krypton.Toolkit.MementoBackExpertShadow.#ctor(System.Drawing.RectangleF,System.Drawing.Color,System.Drawing.Color)">
<summary>For internal use only.</summary>
</member>
<member name="M:Krypton.Toolkit.MementoBackExpertShadow.UseCachedValues(System.Drawing.RectangleF,System.Drawing.Color,System.Drawing.Color)">
<summary>For internal use only.</summary>
</member>
<member name="M:Krypton.Toolkit.MementoBackExpertShadow.Dispose(System.Boolean)">
<summary>For internal use only.</summary>
</member>
<member name="T:Krypton.Toolkit.MementoBackExpertSquareHighlight">
<summary>
Memento used to cache drawing details.
</summary>
</member>
<member name="F:Krypton.Toolkit.MementoBackExpertSquareHighlight.DrawRect">
<summary>For internal use only.</summary>
</member>
<member name="F:Krypton.Toolkit.MementoBackExpertSquareHighlight.Color1">
<summary>For internal use only.</summary>
</member>
<member name="F:Krypton.Toolkit.MementoBackExpertSquareHighlight.Color2">
<summary>For internal use only.</summary>
</member>
<member name="F:Krypton.Toolkit.MementoBackExpertSquareHighlight.Orientation">
<summary>For internal use only.</summary>
</member>
<member name="F:Krypton.Toolkit.MementoBackExpertSquareHighlight.BackBrush">
<summary>For internal use only.</summary>
</member>
<member name="F:Krypton.Toolkit.MementoBackExpertSquareHighlight.InnerRect">
<summary>For internal use only.</summary>
</member>
<member name="F:Krypton.Toolkit.MementoBackExpertSquareHighlight.InnerBrush">
<summary>For internal use only.</summary>
</member>
<member name="F:Krypton.Toolkit.MementoBackExpertSquareHighlight.EllipsePath">
<summary>For internal use only.</summary>
</member>
<member name="F:Krypton.Toolkit.MementoBackExpertSquareHighlight.InsideLighten">
<summary>For internal use only.</summary>
</member>
<member name="M:Krypton.Toolkit.MementoBackExpertSquareHighlight.#ctor(System.Drawing.RectangleF,System.Drawing.Color,System.Drawing.Color,Krypton.Toolkit.VisualOrientation)">
<summary>For internal use only.</summary>
</member>
<member name="M:Krypton.Toolkit.MementoBackExpertSquareHighlight.UseCachedValues(System.Drawing.RectangleF,System.Drawing.Color,System.Drawing.Color,Krypton.Toolkit.VisualOrientation)">
<summary>For internal use only.</summary>
</member>
<member name="M:Krypton.Toolkit.MementoBackExpertSquareHighlight.Dispose(System.Boolean)">
<summary>For internal use only.</summary>
</member>
<member name="T:Krypton.Toolkit.RenderMicrosoft365">
<summary>
Extends the professional renderer to provide Microsoft 365 style additions.
</summary>
<seealso cref="T:Krypton.Toolkit.RenderOffice2010" />
</member>
<member name="M:Krypton.Toolkit.RenderMicrosoft365.DrawRibbonClusterEdge(Krypton.Toolkit.PaletteRibbonShape,Krypton.Toolkit.RenderContext,System.Drawing.Rectangle,Krypton.Toolkit.IPaletteBack,Krypton.Toolkit.PaletteState)">
<summary>
Perform drawing of a ribbon cluster edge.
</summary>
<param name="shape">Ribbon shape.</param>
<param name="context">Render context.</param>
<param name="displayRect">Display area available for drawing.</param>
<param name="paletteBack">Palette used for recovering drawing details.</param>
<param name="state">State associated with rendering.</param>
</member>
<member name="M:Krypton.Toolkit.RenderMicrosoft365.RenderToolStrip(Krypton.Toolkit.PaletteBase)">
<summary>
Renders the tool strip.
</summary>
<param name="colourPalette">The colour palette.</param>
<returns></returns>
</member>
<member name="M:Krypton.Toolkit.RenderMicrosoft365.DrawRibbonTabContext(Krypton.Toolkit.RenderContext,System.Drawing.Rectangle,Krypton.Toolkit.IPaletteRibbonGeneral,Krypton.Toolkit.IPaletteRibbonBack,System.IDisposable)">
<summary>
Internal rendering method.
</summary>
</member>
<member name="M:Krypton.Toolkit.RenderMicrosoft365.DrawRibbonFileApplicationTab(Krypton.Toolkit.PaletteRibbonShape,Krypton.Toolkit.RenderContext,System.Drawing.Rectangle,Krypton.Toolkit.PaletteState,Krypton.Toolkit.IPaletteRibbonFileAppTab,System.IDisposable)">
<summary>
Draw the application tab.
</summary>
<param name="shape">Ribbon shape.</param>
<param name="context">Rendering context.</param>
<param name="rect">Target rectangle.</param>
<param name="state">State associated with rendering.</param>
<param name="palette">Palette used for sourcing settings.</param>
<param name="memento">Cached values to use when drawing.</param>
</member>
<member name="M:Krypton.Toolkit.RenderMicrosoft365.DrawRibbonTabSelected2010(Krypton.Toolkit.RenderContext,System.Drawing.Rectangle,Krypton.Toolkit.PaletteState,Krypton.Toolkit.IPaletteRibbonBack,Krypton.Toolkit.VisualOrientation,System.IDisposable,System.Boolean)">
<summary>
Internal rendering method.
</summary>
</member>
<member name="M:Krypton.Toolkit.RenderMicrosoft365.DrawRibbonTabTracking2010(Krypton.Toolkit.PaletteRibbonShape,Krypton.Toolkit.RenderContext,System.Drawing.Rectangle,Krypton.Toolkit.PaletteState,Krypton.Toolkit.IPaletteRibbonBack,Krypton.Toolkit.VisualOrientation,System.IDisposable,System.Boolean)">
<summary>
Internal rendering method.
</summary>
</member>
<member name="T:Krypton.Toolkit.RenderOffice2007">
<summary>
Extends the professional renderer to provide Office2007 style additions.
</summary>
</member>
<member name="M:Krypton.Toolkit.RenderOffice2007.DrawRibbonClusterEdge(Krypton.Toolkit.PaletteRibbonShape,Krypton.Toolkit.RenderContext,System.Drawing.Rectangle,Krypton.Toolkit.IPaletteBack,Krypton.Toolkit.PaletteState)">
<summary>
Perform drawing of a ribbon cluster edge.
</summary>
<param name="shape">Ribbon shape.</param>
<param name="context">Render context.</param>
<param name="displayRect">Display area available for drawing.</param>
<param name="paletteBack">Palette used for recovering drawing details.</param>
<param name="state">State associated with rendering.</param>
</member>
<member name="M:Krypton.Toolkit.RenderOffice2007.RenderToolStrip(Krypton.Toolkit.PaletteBase)">
<summary>
Gets a renderer for drawing the toolstrips.
</summary>
<param name="colorPalette">Color palette to use when rendering toolstrip.</param>
<exception cref="T:System.ArgumentNullException"></exception>
</member>
<member name="M:Krypton.Toolkit.RenderOffice2007.DrawRibbonTabContext(Krypton.Toolkit.RenderContext,System.Drawing.Rectangle,Krypton.Toolkit.IPaletteRibbonGeneral,Krypton.Toolkit.IPaletteRibbonBack,System.IDisposable)">
<summary>
Internal rendering method.
</summary>
</member>
<member name="T:Krypton.Toolkit.RenderOffice2010">
<summary>
Extends the professional renderer to provide Office2010 style additions.
</summary>
</member>
<member name="M:Krypton.Toolkit.RenderOffice2010.DrawRibbonClusterEdge(Krypton.Toolkit.PaletteRibbonShape,Krypton.Toolkit.RenderContext,System.Drawing.Rectangle,Krypton.Toolkit.IPaletteBack,Krypton.Toolkit.PaletteState)">
<summary>
Perform drawing of a ribbon cluster edge.
</summary>
<param name="shape">Ribbon shape.</param>
<param name="context">Render context.</param>
<param name="displayRect">Display area available for drawing.</param>
<param name="paletteBack">Palette used for recovering drawing details.</param>
<param name="state">State associated with rendering.</param>
</member>
<member name="M:Krypton.Toolkit.RenderOffice2010.RenderToolStrip(Krypton.Toolkit.PaletteBase)">
<summary>
Gets a renderer for drawing the toolstrips.
</summary>
<param name="colorPalette">Color palette to use when rendering toolstrip.</param>
<exception cref="T:System.ArgumentNullException"></exception>
</member>
<member name="M:Krypton.Toolkit.RenderOffice2010.DrawRibbonTabContext(Krypton.Toolkit.RenderContext,System.Drawing.Rectangle,Krypton.Toolkit.IPaletteRibbonGeneral,Krypton.Toolkit.IPaletteRibbonBack,System.IDisposable)">
<summary>
Internal rendering method.
</summary>
</member>
<member name="T:Krypton.Toolkit.RenderOffice2013">
<summary>
Extends the professional renderer to provide Office2010 style additions.
</summary>
</member>
<member name="M:Krypton.Toolkit.RenderOffice2013.DrawRibbonClusterEdge(Krypton.Toolkit.PaletteRibbonShape,Krypton.Toolkit.RenderContext,System.Drawing.Rectangle,Krypton.Toolkit.IPaletteBack,Krypton.Toolkit.PaletteState)">
<summary>
Perform drawing of a ribbon cluster edge.
</summary>
<param name="shape">Ribbon shape.</param>
<param name="context">Render context.</param>
<param name="displayRect">Display area available for drawing.</param>
<param name="paletteBack">Palette used for recovering drawing details.</param>
<param name="state">State associated with rendering.</param>
</member>
<member name="M:Krypton.Toolkit.RenderOffice2013.RenderToolStrip(Krypton.Toolkit.PaletteBase)">
<summary>
Gets a renderer for drawing the toolstrips.
</summary>
<param name="colorPalette">Color palette to use when rendering toolstrip.</param>
<exception cref="T:System.ArgumentNullException"></exception>
</member>
<member name="M:Krypton.Toolkit.RenderOffice2013.DrawRibbonTabContext(Krypton.Toolkit.RenderContext,System.Drawing.Rectangle,Krypton.Toolkit.IPaletteRibbonGeneral,Krypton.Toolkit.IPaletteRibbonBack,System.IDisposable)">
<summary>
Internal rendering method.
</summary>
</member>
<member name="M:Krypton.Toolkit.RenderOffice2013.DrawRibbonFileApplicationTab(Krypton.Toolkit.PaletteRibbonShape,Krypton.Toolkit.RenderContext,System.Drawing.Rectangle,Krypton.Toolkit.PaletteState,Krypton.Toolkit.IPaletteRibbonFileAppTab,System.IDisposable)">
<summary>
Draw the application tab.
</summary>
<param name="shape">Ribbon shape.</param>
<param name="context">Rendering context.</param>
<param name="rect">Target rectangle.</param>
<param name="state">State associated with rendering.</param>
<param name="palette">Palette used for sourcing settings.</param>
<param name="memento">Cached values to use when drawing.</param>
</member>
<member name="M:Krypton.Toolkit.RenderOffice2013.DrawRibbonTabSelected2010(Krypton.Toolkit.RenderContext,System.Drawing.Rectangle,Krypton.Toolkit.PaletteState,Krypton.Toolkit.IPaletteRibbonBack,Krypton.Toolkit.VisualOrientation,System.IDisposable,System.Boolean)">
<summary>
Internal rendering method.
</summary>
</member>
<member name="M:Krypton.Toolkit.RenderOffice2013.DrawRibbonTabTracking2010(Krypton.Toolkit.PaletteRibbonShape,Krypton.Toolkit.RenderContext,System.Drawing.Rectangle,Krypton.Toolkit.PaletteState,Krypton.Toolkit.IPaletteRibbonBack,Krypton.Toolkit.VisualOrientation,System.IDisposable,System.Boolean)">
<summary>
Internal rendering method.
</summary>
</member>
<member name="T:Krypton.Toolkit.RenderProfessional">
<summary>
Extends the standard renderer to provide Professional style additions.
</summary>
</member>
<member name="M:Krypton.Toolkit.RenderProfessional.DrawSeparator(Krypton.Toolkit.RenderContext,System.Drawing.Rectangle,Krypton.Toolkit.IPaletteBack,Krypton.Toolkit.IPaletteBorder,System.Windows.Forms.Orientation,Krypton.Toolkit.PaletteState,System.Boolean)">
<summary>
Perform drawing of a separator glyph.
</summary>
<param name="context">Render context.</param>
<param name="displayRect">Display area available for drawing.</param>
<param name="paletteBack">Background palette details.</param>
<param name="paletteBorder">Border palette details.</param>
<param name="orientation">Visual orientation of the content.</param>
<param name="state">State associated with rendering.</param>
<param name="canMove">Can the separator be moved.</param>
</member>
<member name="M:Krypton.Toolkit.RenderProfessional.DrawGrabHandleGlyph(Krypton.Toolkit.RenderContext,System.Drawing.Rectangle,System.Windows.Forms.Orientation,Krypton.Toolkit.PaletteState)">
<summary>
Internal rendering method.
</summary>
</member>
<member name="M:Krypton.Toolkit.RenderProfessional.DrawRibbonTabContext(Krypton.Toolkit.RenderContext,System.Drawing.Rectangle,Krypton.Toolkit.IPaletteRibbonGeneral,Krypton.Toolkit.IPaletteRibbonBack,System.IDisposable)">
<summary>
Internal rendering method.
</summary>
</member>
<member name="T:Krypton.Toolkit.RenderSparkle">
<summary>
Extends the professional renderer to provide Sparkle style additions.
</summary>
</member>
<member name="M:Krypton.Toolkit.RenderSparkle.DrawRibbonBack(Krypton.Toolkit.PaletteRibbonShape,Krypton.Toolkit.RenderContext,System.Drawing.Rectangle,Krypton.Toolkit.PaletteState,Krypton.Toolkit.IPaletteRibbonBack,Krypton.Toolkit.VisualOrientation,System.IDisposable)">
<summary>
Draw the background of a ribbon element.
</summary>
<param name="shape">Ribbon shape.</param>
<param name="context">Rendering context.</param>
<param name="rect">Target rectangle.</param>
<param name="state">State associated with rendering.</param>
<param name="palette">Palette used for sourcing settings.</param>
<param name="orientation">Orientation for drawing.</param>
<param name="memento">Cached values to use when drawing.</param>
</member>
<member name="M:Krypton.Toolkit.RenderSparkle.DrawRibbonTabContextTitle(Krypton.Toolkit.PaletteRibbonShape,Krypton.Toolkit.RenderContext,System.Drawing.Rectangle,Krypton.Toolkit.IPaletteRibbonGeneral,Krypton.Toolkit.IPaletteRibbonBack,System.IDisposable)">
<summary>
Draw a context ribbon tab title.
</summary>
<param name="shape">Ribbon shape.</param>
<param name="context">Rendering context.</param>
<param name="rect">Target rectangle.</param>
<param name="paletteGeneral">Palette used for general ribbon settings.</param>
<param name="paletteBack">Palette used for background ribbon settings.</param>
<param name="memento">Cached storage for drawing objects.</param>
</member>
<member name="M:Krypton.Toolkit.RenderSparkle.DrawRibbonApplicationButton(Krypton.Toolkit.PaletteRibbonShape,Krypton.Toolkit.RenderContext,System.Drawing.Rectangle,Krypton.Toolkit.PaletteState,Krypton.Toolkit.IPaletteRibbonBack,System.IDisposable)">
<summary>
Draw the application button.
</summary>
<param name="shape">Ribbon shape.</param>
<param name="context">Rendering context.</param>
<param name="rect">Target rectangle.</param>
<param name="state">State associated with rendering.</param>
<param name="palette">Palette used for sourcing settings.</param>
<param name="memento">Cached storage for drawing objects.</param>
</member>
<member name="M:Krypton.Toolkit.RenderSparkle.DrawRibbonDropArrow(Krypton.Toolkit.PaletteRibbonShape,Krypton.Toolkit.RenderContext,System.Drawing.Rectangle,Krypton.Toolkit.IPaletteRibbonGeneral,Krypton.Toolkit.PaletteState)">
<summary>
Perform drawing of a ribbon drop arrow glyph.
</summary>
<param name="shape">Ribbon shape.</param>
<param name="context">Render context.</param>
<param name="displayRect">Display area available for drawing.</param>
<param name="paletteGeneral">General ribbon palette details.</param>
<param name="state">State associated with rendering.</param>
<exception cref="T:System.ArgumentNullException"></exception>
</member>
<member name="M:Krypton.Toolkit.RenderSparkle.DrawInputControlNumericUpGlyph(Krypton.Toolkit.RenderContext,System.Drawing.Rectangle,Krypton.Toolkit.IPaletteContent,Krypton.Toolkit.PaletteState)">
<summary>
Draw a numeric up button image appropriate for a input control.
</summary>
<param name="context">Render context.</param>
<param name="cellRect">Available drawing rectangle space.</param>
<param name="paletteContent">Content palette for getting colors.</param>
<param name="state">State associated with rendering.</param>
<exception cref="T:System.ArgumentNullException"></exception>
</member>
<member name="M:Krypton.Toolkit.RenderSparkle.DrawInputControlNumericDownGlyph(Krypton.Toolkit.RenderContext,System.Drawing.Rectangle,Krypton.Toolkit.IPaletteContent,Krypton.Toolkit.PaletteState)">
<summary>
Draw a numeric down button image appropriate for a input control.
</summary>
<param name="context">Render context.</param>
<param name="cellRect">Available drawing rectangle space.</param>
<param name="paletteContent">Content palette for getting colors.</param>
<param name="state">State associated with rendering.</param>
<exception cref="T:System.ArgumentNullException"></exception>
</member>
<member name="M:Krypton.Toolkit.RenderSparkle.RenderToolStrip(Krypton.Toolkit.PaletteBase)">
<summary>
Gets a renderer for drawing the toolstrips.
</summary>
<param name="colorPalette">Color palette to use when rendering toolstrip.</param>
<exception cref="T:System.ArgumentNullException"></exception>
</member>
<member name="M:Krypton.Toolkit.RenderSparkle.DrawRibbonTabContext(Krypton.Toolkit.RenderContext,System.Drawing.Rectangle,Krypton.Toolkit.IPaletteRibbonGeneral,Krypton.Toolkit.IPaletteRibbonBack,System.IDisposable)">
<summary>
Internal rendering method.
</summary>
</member>
<member name="T:Krypton.Toolkit.RenderStandard">
<summary>
Provides the standard renderer that honors all palette properties.
</summary>
</member>
<member name="M:Krypton.Toolkit.RenderStandard.RenderToolStrip(Krypton.Toolkit.PaletteBase)">
<summary>
Gets a renderer for drawing the toolstrips.
</summary>
<param name="colorPalette">Color palette to use when rendering toolstrip.</param>
</member>
<member name="M:Krypton.Toolkit.RenderStandard.GetBorderRawPadding(Krypton.Toolkit.IPaletteBorder,Krypton.Toolkit.PaletteState,Krypton.Toolkit.VisualOrientation)">
<summary>
Gets the raw padding used per edge of the border.
</summary>
<param name="palette">Palette used for drawing.</param>
<param name="state">State associated with rendering.</param>
<param name="orientation">Visual orientation of the border.</param>
<exception cref="T:System.ArgumentNullException"></exception>
<returns>Padding structure detailing all four edges.</returns>
</member>
<member name="M:Krypton.Toolkit.RenderStandard.GetBorderDisplayPadding(Krypton.Toolkit.IPaletteBorder,Krypton.Toolkit.PaletteState,Krypton.Toolkit.VisualOrientation)">
<summary>
Gets the padding used to position display elements completely inside border drawing.
</summary>
<param name="palette">Palette used for drawing.</param>
<param name="state">State associated with rendering.</param>
<param name="orientation">Visual orientation of the border.</param>
<exception cref="T:System.ArgumentNullException"></exception>
<returns>Padding structure detailing all four edges.</returns>
</member>
<member name="M:Krypton.Toolkit.RenderStandard.GetOutsideBorderPath(Krypton.Toolkit.RenderContext,System.Drawing.Rectangle,Krypton.Toolkit.IPaletteBorder,Krypton.Toolkit.VisualOrientation,Krypton.Toolkit.PaletteState)">
<summary>
Generate a graphics path that is the outside edge of the border.
</summary>
<param name="context">Rendering context.</param>
<param name="rect">Target rectangle.</param>
<param name="palette">Palette used for drawing.</param>
<param name="orientation">Visual orientation of the border.</param>
<param name="state">State associated with rendering.</param>
<exception cref="T:System.ArgumentNullException"></exception>
<returns>GraphicsPath instance.</returns>
</member>
<member name="M:Krypton.Toolkit.RenderStandard.GetBorderPath(Krypton.Toolkit.RenderContext,System.Drawing.Rectangle,Krypton.Toolkit.IPaletteBorder,Krypton.Toolkit.VisualOrientation,Krypton.Toolkit.PaletteState)">
<summary>
Generate a graphics path that is in the middle of the border.
</summary>
<param name="context">Rendering context.</param>
<param name="rect">Target rectangle.</param>
<param name="palette">Palette used for drawing.</param>
<param name="orientation">Visual orientation of the border.</param>
<param name="state">State associated with rendering.</param>
<exception cref="T:System.ArgumentNullException"></exception>
<returns>GraphicsPath instance.</returns>
</member>
<member name="M:Krypton.Toolkit.RenderStandard.GetBackPath(Krypton.Toolkit.RenderContext,System.Drawing.Rectangle,Krypton.Toolkit.IPaletteBorder,Krypton.Toolkit.VisualOrientation,Krypton.Toolkit.PaletteState)">
<summary>
Generate a graphics path that encloses the border and is used when rendering a background to ensure the background does not draw over the border area.
</summary>
<param name="context">Rendering context.</param>
<param name="rect">Target rectangle.</param>
<param name="palette">Palette used for drawing.</param>
<param name="orientation">Visual orientation of the border.</param>
<param name="state">State associated with rendering.</param>
<exception cref="T:System.ArgumentNullException"></exception>
<returns>GraphicsPath instance.</returns>
</member>
<member name="M:Krypton.Toolkit.RenderStandard.DrawBorder(Krypton.Toolkit.RenderContext,System.Drawing.Rectangle,Krypton.Toolkit.IPaletteBorder,Krypton.Toolkit.VisualOrientation,Krypton.Toolkit.PaletteState)">
<summary>
Draw border on the inside edge of the specified rectangle.
</summary>
<param name="context">Rendering context.</param>
<param name="rect">Target rectangle.</param>
<param name="paletteBorder">Palette used for drawing.</param>
<param name="orientation">Visual orientation of the border.</param>
<param name="state">State associated with rendering.</param>
<exception cref="T:System.ArgumentNullException"></exception>
</member>
<member name="M:Krypton.Toolkit.RenderStandard.DrawBack(Krypton.Toolkit.RenderContext,System.Drawing.Rectangle,System.Drawing.Drawing2D.GraphicsPath,Krypton.Toolkit.IPaletteBack,Krypton.Toolkit.VisualOrientation,Krypton.Toolkit.PaletteState,System.IDisposable)">
<summary>
Draw background to fill the specified path.
</summary>
<param name="context">Rendering context.</param>
<param name="rect">Target rectangle that encloses path.</param>
<param name="path">Graphics path.</param>
<param name="palette">Palette used for drawing.</param>
<param name="orientation">Visual orientation of the border.</param>
<param name="state">State associated with rendering.</param>
<param name="memento">Cache used for drawing.</param>
<exception cref="T:System.ArgumentNullException"></exception>
</member>
<member name="M:Krypton.Toolkit.RenderStandard.GetContentPreferredSize(Krypton.Toolkit.ViewLayoutContext,Krypton.Toolkit.IPaletteContent,Krypton.Toolkit.IContentValues,Krypton.Toolkit.VisualOrientation,Krypton.Toolkit.PaletteState)">
<summary>
Get the preferred size for drawing the content.
</summary>
<param name="context">Layout context.</param>
<param name="palette">Content palette details.</param>
<param name="values">Content values.</param>
<param name="orientation">Visual orientation of the content.</param>
<param name="state">State associated with rendering.</param>
<exception cref="T:System.ArgumentNullException"></exception>
<returns>Preferred size.</returns>
</member>
<member name="M:Krypton.Toolkit.RenderStandard.LayoutContent(Krypton.Toolkit.ViewLayoutContext,System.Drawing.Rectangle,Krypton.Toolkit.IPaletteContent,Krypton.Toolkit.IContentValues,Krypton.Toolkit.VisualOrientation,Krypton.Toolkit.PaletteState)">
<summary>
Perform layout calculations on the provided content.
</summary>
<param name="context">Layout context.</param>
<param name="availableRect">Display area available for laying out.</param>
<param name="palette">Content palette details.</param>
<param name="values">Content values.</param>
<param name="orientation">Visual orientation of the content.</param>
<param name="state">State associated with rendering.</param>
<exception cref="T:System.ArgumentNullException"></exception>
<returns>Memento with cached information.</returns>
</member>
<member name="M:Krypton.Toolkit.RenderStandard.DrawContent(Krypton.Toolkit.RenderContext,System.Drawing.Rectangle,Krypton.Toolkit.IPaletteContent,System.IDisposable,Krypton.Toolkit.VisualOrientation,Krypton.Toolkit.PaletteState,System.Boolean)">
<summary>
Perform draw of content using provided memento.
</summary>
<param name="context">Render context.</param>
<param name="displayRect">Display area available for drawing.</param>
<param name="palette">Content palette details.</param>
<param name="memento">Cached values from layout call.</param>
<param name="orientation">Visual orientation of the content.</param>
<param name="state">State associated with rendering.</param>
<param name="allowFocusRect">Allow drawing of focus rectangle.</param>
<exception cref="T:System.ArgumentNullException"></exception>
</member>
<member name="M:Krypton.Toolkit.RenderStandard.GetContentImageDisplayed(System.IDisposable)">
<summary>
Request the calculated display of the image.
</summary>
<param name="memento">Cached values from layout call.</param>
<returns>True if the image is being Displayed; otherwise false.</returns>
</member>
<member name="M:Krypton.Toolkit.RenderStandard.GetContentImageRectangle(System.IDisposable)">
<summary>
Request the calculated position of the content image.
</summary>
<param name="memento">Cached values from layout call.</param>
<returns>Display rectangle for the image content.</returns>
</member>
<member name="M:Krypton.Toolkit.RenderStandard.GetContentShortTextDisplayed(System.IDisposable)">
<summary>
Request the calculated display of the short text.
</summary>
<param name="memento">Cached values from layout call.</param>
<returns>True if the short text is being Displayed; otherwise false.</returns>
</member>
<member name="M:Krypton.Toolkit.RenderStandard.GetContentShortTextRectangle(System.IDisposable)">
<summary>
Request the calculated position of the content short text.
</summary>
<param name="memento">Cached values from layout call.</param>
<returns>Display rectangle for the image content.</returns>
</member>
<member name="M:Krypton.Toolkit.RenderStandard.GetContentLongTextDisplayed(System.IDisposable)">
<summary>
Request the calculated display of the long text.
</summary>
<param name="memento">Cached values from layout call.</param>
<returns>True if the long text is being Displayed; otherwise false.</returns>
</member>
<member name="M:Krypton.Toolkit.RenderStandard.GetContentLongTextRectangle(System.IDisposable)">
<summary>
Request the calculated position of the content long text.
</summary>
<param name="memento">Cached values from layout call.</param>
<returns>Display rectangle for the image content.</returns>
</member>
<member name="M:Krypton.Toolkit.RenderStandard.GetTabBorderLeftDrawing(Krypton.Toolkit.TabBorderStyle)">
<summary>
Gets if the tabs should be drawn from left to right for z-ordering.
</summary>
<param name="tabBorderStyle">Style of tab border.</param>
<returns>True for left to right, otherwise draw right to left.</returns>
</member>
<member name="M:Krypton.Toolkit.RenderStandard.GetTabBorderSpacingGap(Krypton.Toolkit.TabBorderStyle)">
<summary>
Gets the spacing used to separate each tab border instance.
</summary>
<param name="tabBorderStyle">Style of tab border.</param>
<returns>Number of pixels to space instances.</returns>
</member>
<member name="M:Krypton.Toolkit.RenderStandard.GetTabBorderDisplayPadding(Krypton.Toolkit.ViewLayoutContext,Krypton.Toolkit.IPaletteBorder,Krypton.Toolkit.PaletteState,Krypton.Toolkit.VisualOrientation,Krypton.Toolkit.TabBorderStyle)">
<summary>
Gets the padding used to position display elements completely inside border drawing.
</summary>
<param name="context">View layout context.</param>
<param name="palette">Palette used for drawing.</param>
<param name="state">State associated with rendering.</param>
<param name="orientation">Visual orientation of the border.</param>
<param name="tabBorderStyle">Style of tab border.</param>
<exception cref="T:System.ArgumentNullException"></exception>
<returns>Padding structure detailing all four edges.</returns>
</member>
<member name="M:Krypton.Toolkit.RenderStandard.GetTabBorderPath(Krypton.Toolkit.RenderContext,System.Drawing.Rectangle,Krypton.Toolkit.IPaletteBorder,Krypton.Toolkit.VisualOrientation,Krypton.Toolkit.PaletteState,Krypton.Toolkit.TabBorderStyle)">
<summary>
Generate a graphics path that encloses the border itself.
</summary>
<param name="context">Rendering context.</param>
<param name="rect">Target rectangle.</param>
<param name="palette">Palette used for drawing.</param>
<param name="orientation">Visual orientation of the border.</param>
<param name="state">State associated with rendering.</param>
<param name="tabBorderStyle">Style of tab border.</param>
<exception cref="T:System.ArgumentNullException"></exception>
<returns>GraphicsPath instance.</returns>
</member>
<member name="M:Krypton.Toolkit.RenderStandard.GetTabBackPath(Krypton.Toolkit.RenderContext,System.Drawing.Rectangle,Krypton.Toolkit.IPaletteBorder,Krypton.Toolkit.VisualOrientation,Krypton.Toolkit.PaletteState,Krypton.Toolkit.TabBorderStyle)">
<summary>
Generate a graphics path that encloses the border and is used when rendering a background to ensure the background does not draw over the border area.
</summary>
<param name="context">Rendering context.</param>
<param name="rect">Target rectangle.</param>
<param name="palette">Palette used for drawing.</param>
<param name="orientation">Visual orientation of the border.</param>
<param name="state">State associated with rendering.</param>
<param name="tabBorderStyle">Style of tab border.</param>
<exception cref="T:System.ArgumentNullException"></exception>
<returns>GraphicsPath instance.</returns>
</member>
<member name="M:Krypton.Toolkit.RenderStandard.DrawTabBorder(Krypton.Toolkit.RenderContext,System.Drawing.Rectangle,Krypton.Toolkit.IPaletteBorder,Krypton.Toolkit.VisualOrientation,Krypton.Toolkit.PaletteState,Krypton.Toolkit.TabBorderStyle)">
<summary>
Draw border on the inside edge of the specified rectangle.
</summary>
<param name="context">Rendering context.</param>
<param name="rect">Target rectangle.</param>
<param name="palette">Palette used for drawing.</param>
<param name="orientation">Visual orientation of the border.</param>
<param name="state">State associated with rendering.</param>
<param name="tabBorderStyle">Style of tab border.</param>
<exception cref="T:System.ArgumentNullException"></exception>
</member>
<member name="M:Krypton.Toolkit.RenderStandard.DrawRibbonBack(Krypton.Toolkit.PaletteRibbonShape,Krypton.Toolkit.RenderContext,System.Drawing.Rectangle,Krypton.Toolkit.PaletteState,Krypton.Toolkit.IPaletteRibbonBack,Krypton.Toolkit.VisualOrientation,System.IDisposable)">
<summary>
Draw the background of a ribbon element.
</summary>
<param name="shape">Ribbon shape.</param>
<param name="context">Rendering context.</param>
<param name="rect">Target rectangle.</param>
<param name="state">State associated with rendering.</param>
<param name="palette">Palette used for sourcing settings.</param>
<param name="orientation">Orientation for drawing.</param>
<param name="memento">Cached values to use when drawing.</param>
</member>
<member name="M:Krypton.Toolkit.RenderStandard.DrawRibbonTabContextTitle(Krypton.Toolkit.PaletteRibbonShape,Krypton.Toolkit.RenderContext,System.Drawing.Rectangle,Krypton.Toolkit.IPaletteRibbonGeneral,Krypton.Toolkit.IPaletteRibbonBack,System.IDisposable)">
<summary>
Draw a context ribbon tab title.
</summary>
<param name="shape">Ribbon shape.</param>
<param name="context">Rendering context.</param>
<param name="rect">Target rectangle.</param>
<param name="paletteGeneral">Palette used for general ribbon settings.</param>
<param name="paletteBack">Palette used for background ribbon settings.</param>
<param name="memento">Cached storage for drawing objects.</param>
</member>
<member name="M:Krypton.Toolkit.RenderStandard.DrawRibbonApplicationButton(Krypton.Toolkit.PaletteRibbonShape,Krypton.Toolkit.RenderContext,System.Drawing.Rectangle,Krypton.Toolkit.PaletteState,Krypton.Toolkit.IPaletteRibbonBack,System.IDisposable)">
<summary>
Draw the application button.
</summary>
<param name="shape">Ribbon shape.</param>
<param name="context">Rendering context.</param>
<param name="rect">Target rectangle.</param>
<param name="state">State associated with rendering.</param>
<param name="palette">Palette used for sourcing settings.</param>
<param name="memento">Cached storage for drawing objects.</param>
</member>
<member name="M:Krypton.Toolkit.RenderStandard.DrawRibbonFileApplicationTab(Krypton.Toolkit.PaletteRibbonShape,Krypton.Toolkit.RenderContext,System.Drawing.Rectangle,Krypton.Toolkit.PaletteState,Krypton.Toolkit.IPaletteRibbonFileAppTab,System.IDisposable)">
<summary>
Draw the application tab.
</summary>
<param name="shape">Ribbon shape.</param>
<param name="context">Rendering context.</param>
<param name="rect">Target rectangle.</param>
<param name="state">State associated with rendering.</param>
<param name="palette">Palette used for sourcing settings.</param>
<param name="memento">Cached values to use when drawing.</param>
</member>
<member name="M:Krypton.Toolkit.RenderStandard.DrawRibbonClusterEdge(Krypton.Toolkit.PaletteRibbonShape,Krypton.Toolkit.RenderContext,System.Drawing.Rectangle,Krypton.Toolkit.IPaletteBack,Krypton.Toolkit.PaletteState)">
<summary>
Perform drawing of a ribbon cluster edge.
</summary>
<param name="shape">Ribbon shape.</param>
<param name="context">Render context.</param>
<param name="displayRect">Display area available for drawing.</param>
<param name="paletteBack">Palette used for recovering drawing details.</param>
<param name="state">State associated with rendering.</param>
</member>
<member name="M:Krypton.Toolkit.RenderStandard.DrawSeparator(Krypton.Toolkit.RenderContext,System.Drawing.Rectangle,Krypton.Toolkit.IPaletteBack,Krypton.Toolkit.IPaletteBorder,System.Windows.Forms.Orientation,Krypton.Toolkit.PaletteState,System.Boolean)">
<summary>
Perform drawing of a separator glyph.
</summary>
<param name="context">Render context.</param>
<param name="displayRect">Display area available for drawing.</param>
<param name="paletteBack">Background palette details.</param>
<param name="paletteBorder">Border palette details.</param>
<param name="orientation">Visual orientation of the content.</param>
<param name="state">State associated with rendering.</param>
<param name="canMove">Can the separator be moved.</param>
<exception cref="T:System.ArgumentNullException"></exception>
</member>
<member name="M:Krypton.Toolkit.RenderStandard.GetCheckBoxPreferredSize(Krypton.Toolkit.ViewLayoutContext,Krypton.Toolkit.PaletteBase,System.Boolean,System.Windows.Forms.CheckState,System.Boolean,System.Boolean)">
<summary>
Calculate the requested display size for the checkbox.
</summary>
<param name="context">Render context.</param>
<param name="palette">Palette for sourcing display values.</param>
<param name="enabled">Should check box be Displayed as enabled.</param>
<param name="checkState">The checked state of the checkbox.</param>
<param name="tracking">Should check box be Displayed as hot tracking.</param>
<param name="pressed">Should check box be Displayed as pressed.</param>
<exception cref="T:System.ArgumentNullException"></exception>
</member>
<member name="M:Krypton.Toolkit.RenderStandard.DrawCheckBox(Krypton.Toolkit.RenderContext,System.Drawing.Rectangle,Krypton.Toolkit.PaletteBase,System.Boolean,System.Windows.Forms.CheckState,System.Boolean,System.Boolean)">
<summary>
Perform drawing of a checkbox.
</summary>
<param name="context">Render context.</param>
<param name="displayRect">Display area available for drawing.</param>
<param name="palette">Palette for sourcing display values.</param>
<param name="enabled">Should check box be Displayed as enabled.</param>
<param name="checkState">The checked state of the checkbox.</param>
<param name="tracking">Should check box be Displayed as hot tracking.</param>
<param name="pressed">Should check box be Displayed as pressed.</param>
<exception cref="T:System.ArgumentNullException"></exception>
</member>
<member name="M:Krypton.Toolkit.RenderStandard.GetRadioButtonPreferredSize(Krypton.Toolkit.ViewLayoutContext,Krypton.Toolkit.PaletteBase,System.Boolean,System.Boolean,System.Boolean,System.Boolean)">
<summary>
Calculate the requested display size for the radio button.
</summary>
<param name="context">Render context.</param>
<param name="palette">Palette for sourcing display values.</param>
<param name="enabled">Should check box be Displayed as enabled.</param>
<param name="checkState">Checked state of the radio button.</param>
<param name="tracking">Should check box be Displayed as hot tracking.</param>
<param name="pressed">Should check box be Displayed as pressed.</param>
</member>
<member name="M:Krypton.Toolkit.RenderStandard.DrawRadioButton(Krypton.Toolkit.RenderContext,System.Drawing.Rectangle,Krypton.Toolkit.PaletteBase,System.Boolean,System.Boolean,System.Boolean,System.Boolean)">
<summary>
Perform drawing of a radio button.
</summary>
<param name="context">Render context.</param>
<param name="displayRect">Display area available for drawing.</param>
<param name="palette">Palette for sourcing display values.</param>
<param name="enabled">Should radio button be Displayed as enabled.</param>
<param name="checkState">Checked state of the radio button.</param>
<param name="tracking">Should radio button be Displayed as hot tracking.</param>
<param name="pressed">Should radio button be Displayed as pressed.</param>
<exception cref="T:System.ArgumentNullException"></exception>
</member>
<member name="M:Krypton.Toolkit.RenderStandard.GetDropDownButtonPreferredSize(Krypton.Toolkit.ViewLayoutContext,Krypton.Toolkit.IPaletteContent,Krypton.Toolkit.PaletteState,Krypton.Toolkit.VisualOrientation)">
<summary>
Calculate the requested display size for the drop-down button.
</summary>
<param name="context">Render context.</param>
<param name="palette">Palette for sourcing display values.</param>
<param name="state">State for which image size is needed.</param>
<param name="orientation">How to orientate the image.</param>
</member>
<member name="M:Krypton.Toolkit.RenderStandard.DrawDropDownButton(Krypton.Toolkit.RenderContext,System.Drawing.Rectangle,Krypton.Toolkit.IPaletteContent,Krypton.Toolkit.PaletteState,Krypton.Toolkit.VisualOrientation)">
<summary>
Perform drawing of a drop-down button.
</summary>
<param name="context">Render context.</param>
<param name="displayRect">Display area available for drawing.</param>
<param name="palette">Palette for sourcing display values.</param>
<param name="state">State for which image size is needed.</param>
<param name="orientation">How to orientate the image.</param>
<exception cref="T:System.ArgumentNullException"></exception>
</member>
<member name="M:Krypton.Toolkit.RenderStandard.DrawInputControlNumericUpGlyph(Krypton.Toolkit.RenderContext,System.Drawing.Rectangle,Krypton.Toolkit.IPaletteContent,Krypton.Toolkit.PaletteState)">
<summary>
Draw a numeric up button image appropriate for a input control.
</summary>
<param name="context">Render context.</param>
<param name="cellRect">Available drawing rectangle space.</param>
<param name="paletteContent">Content palette for getting colors.</param>
<param name="state">State associated with rendering.</param>
<exception cref="T:System.ArgumentNullException"></exception>
</member>
<member name="M:Krypton.Toolkit.RenderStandard.DrawInputControlNumericDownGlyph(Krypton.Toolkit.RenderContext,System.Drawing.Rectangle,Krypton.Toolkit.IPaletteContent,Krypton.Toolkit.PaletteState)">
<summary>
Draw a numeric down button image appropriate for an input control.
</summary>
<param name="context">Render context.</param>
<param name="cellRect">Available drawing rectangle space.</param>
<param name="paletteContent">Content palette for getting colors.</param>
<param name="state">State associated with rendering.</param>
<exception cref="T:System.ArgumentNullException"></exception>
</member>
<member name="M:Krypton.Toolkit.RenderStandard.DrawInputControlDropDownGlyph(Krypton.Toolkit.RenderContext,System.Drawing.Rectangle,Krypton.Toolkit.IPaletteContent,Krypton.Toolkit.PaletteState)">
<summary>
Draw a drop-down grid appropriate for an input control.
</summary>
<param name="context">Render context.</param>
<param name="cellRect">Available drawing rectangle space.</param>
<param name="paletteContent">Content palette for getting colors.</param>
<param name="state">State associated with rendering.</param>
<exception cref="T:System.ArgumentNullException"></exception>
</member>
<member name="M:Krypton.Toolkit.RenderStandard.DrawRibbonDialogBoxLauncher(Krypton.Toolkit.PaletteRibbonShape,Krypton.Toolkit.RenderContext,System.Drawing.Rectangle,Krypton.Toolkit.IPaletteRibbonGeneral,Krypton.Toolkit.PaletteState)">
<summary>
Perform drawing of a ribbon dialog box launcher glyph.
</summary>
<param name="shape">Ribbon shape.</param>
<param name="context">Render context.</param>
<param name="displayRect">Display area available for drawing.</param>
<param name="paletteGeneral">General ribbon palette details.</param>
<param name="state">State associated with rendering.</param>
<exception cref="T:System.ArgumentNullException"></exception>
</member>
<member name="M:Krypton.Toolkit.RenderStandard.DrawRibbonDropArrow(Krypton.Toolkit.PaletteRibbonShape,Krypton.Toolkit.RenderContext,System.Drawing.Rectangle,Krypton.Toolkit.IPaletteRibbonGeneral,Krypton.Toolkit.PaletteState)">
<summary>
Perform drawing of a ribbon drop arrow glyph.
</summary>
<param name="shape">Ribbon shape.</param>
<param name="context">Render context.</param>
<param name="displayRect">Display area available for drawing.</param>
<param name="paletteGeneral">General ribbon palette details.</param>
<param name="state">State associated with rendering.</param>
<exception cref="T:System.ArgumentNullException"></exception>
</member>
<member name="M:Krypton.Toolkit.RenderStandard.DrawRibbonContextArrow(Krypton.Toolkit.PaletteRibbonShape,Krypton.Toolkit.RenderContext,System.Drawing.Rectangle,Krypton.Toolkit.IPaletteRibbonGeneral,Krypton.Toolkit.PaletteState)">
<summary>
Perform drawing of a ribbon context arrow glyph.
</summary>
<param name="shape">Ribbon shape.</param>
<param name="context">Render context.</param>
<param name="displayRect">Display area available for drawing.</param>
<param name="paletteGeneral">General ribbon palette details.</param>
<param name="state">State associated with rendering.</param>
<exception cref="T:System.ArgumentNullException"></exception>
</member>
<member name="M:Krypton.Toolkit.RenderStandard.DrawRibbonOverflow(Krypton.Toolkit.PaletteRibbonShape,Krypton.Toolkit.RenderContext,System.Drawing.Rectangle,Krypton.Toolkit.IPaletteRibbonGeneral,Krypton.Toolkit.PaletteState)">
<summary>
Perform drawing of a ribbon overflow image.
</summary>
<param name="shape">Ribbon shape.</param>
<param name="context">Render context.</param>
<param name="displayRect">Display area available for drawing.</param>
<param name="paletteGeneral">General ribbon palette details.</param>
<param name="state">State associated with rendering.</param>
<exception cref="T:System.ArgumentNullException"></exception>
</member>
<member name="M:Krypton.Toolkit.RenderStandard.DrawRibbonGroupSeparator(Krypton.Toolkit.PaletteRibbonShape,Krypton.Toolkit.RenderContext,System.Drawing.Rectangle,Krypton.Toolkit.IPaletteRibbonGeneral,Krypton.Toolkit.PaletteState)">
<summary>
Perform drawing of a ribbon group separator.
</summary>
<param name="shape">Ribbon shape.</param>
<param name="context">Render context.</param>
<param name="displayRect">Display area available for drawing.</param>
<param name="paletteGeneral">General ribbon palette details.</param>
<param name="state">State associated with rendering.</param>
<exception cref="T:System.ArgumentNullException"></exception>
</member>
<member name="M:Krypton.Toolkit.RenderStandard.DrawGridSortGlyph(Krypton.Toolkit.RenderContext,System.Windows.Forms.SortOrder,System.Drawing.Rectangle,Krypton.Toolkit.IPaletteContent,Krypton.Toolkit.PaletteState,System.Boolean)">
<summary>
Draw a grid sorting direction glyph.
</summary>
<param name="context">Render context.</param>
<param name="sortOrder">Sorting order of the glyph.</param>
<param name="cellRect">Available drawing rectangle space.</param>
<param name="paletteContent">Palette to use for sourcing values.</param>
<param name="state">State associated with rendering.</param>
<param name="rtl">Should be drawn from right to left.</param>
<returns>Remainder space left over for other drawing.</returns>
</member>
<member name="M:Krypton.Toolkit.RenderStandard.DrawGridRowGlyph(Krypton.Toolkit.RenderContext,Krypton.Toolkit.GridRowGlyph,System.Drawing.Rectangle,Krypton.Toolkit.IPaletteContent,Krypton.Toolkit.PaletteState,System.Boolean)">
<summary>
Draw a grid row glyph.
</summary>
<param name="context">Render context.</param>
<param name="rowGlyph">Row glyph.</param>
<param name="cellRect">Available drawing rectangle space.</param>
<param name="paletteContent">Palette to use for sourcing values.</param>
<param name="state">State associated with rendering.</param>
<param name="rtl">Should be drawn from right to left.</param>
<returns>Remainder space left over for other drawing.</returns>
</member>
<member name="M:Krypton.Toolkit.RenderStandard.DrawGridErrorGlyph(Krypton.Toolkit.RenderContext,System.Drawing.Rectangle,Krypton.Toolkit.PaletteState,System.Boolean)">
<summary>
Draw a grid error glyph.
</summary>
<param name="context">Render context.</param>
<param name="cellRect">Available drawing rectangle space.</param>
<param name="state">State associated with rendering.</param>
<param name="rtl">Should be drawn from right to left.</param>
<returns>Remainder space left over for other drawing.</returns>
</member>
<member name="M:Krypton.Toolkit.RenderStandard.DrawDragDropSolidGlyph(Krypton.Toolkit.RenderContext,System.Drawing.Rectangle,Krypton.Toolkit.IPaletteDragDrop)">
<summary>
Draw a solid area glyph suitable for a drag drop area.
</summary>
<param name="context">Render context.</param>
<param name="drawRect">Drawing rectangle space.</param>
<param name="dragDropPalette">Palette source of drawing values.</param>
</member>
<member name="M:Krypton.Toolkit.RenderStandard.MeasureDragDropDockingGlyph(Krypton.Toolkit.RenderDragDockingData,Krypton.Toolkit.IPaletteDragDrop,Krypton.Toolkit.PaletteDragFeedback)">
<summary>
Measure the drag and drop docking glyphs.
</summary>
<param name="dragData">Set of drag docking data.</param>
<param name="dragDropPalette">Palette source of drawing values.</param>
<param name="feedback">Feedback requested.</param>
</member>
<member name="M:Krypton.Toolkit.RenderStandard.DrawDragDropDockingGlyph(Krypton.Toolkit.RenderContext,Krypton.Toolkit.RenderDragDockingData,Krypton.Toolkit.IPaletteDragDrop,Krypton.Toolkit.PaletteDragFeedback)">
<summary>
Draw a solid area glyph suitable for a drag drop area.
</summary>
<param name="context">Render context.</param>
<param name="dragData">Set of drag docking data.</param>
<param name="dragDropPalette">Palette source of drawing values.</param>
<param name="feedback">Feedback requested.</param>
</member>
<member name="M:Krypton.Toolkit.RenderStandard.EvalTransparentPaint(Krypton.Toolkit.IPaletteBack,Krypton.Toolkit.PaletteState)">
<summary>
Evaluate if transparent painting is needed for background palette.
</summary>
<param name="paletteBack">Background palette to test.</param>
<param name="state">Element state associated with palette.</param>
<returns>True if transparent painting required.</returns>
</member>
<member name="M:Krypton.Toolkit.RenderStandard.EvalTransparentPaint(Krypton.Toolkit.IPaletteBack,Krypton.Toolkit.IPaletteBorder,Krypton.Toolkit.PaletteState)">
<summary>
Evaluate if transparent painting is needed for background or border palettes.
</summary>
<param name="paletteBack">Background palette to test.</param>
<param name="paletteBorder">Background palette to test.</param>
<param name="state">Element state associated with palette.</param>
<returns>True if transparent painting required.</returns>
</member>
<member name="M:Krypton.Toolkit.RenderStandard.DrawTrackTicksGlyph(Krypton.Toolkit.RenderContext,Krypton.Toolkit.PaletteState,Krypton.Toolkit.IPaletteElementColor,System.Drawing.Rectangle,System.Windows.Forms.Orientation,System.Boolean,System.Drawing.Size,System.Int32,System.Int32,System.Int32)">
<summary>
Draw the track bar ticks glyph.
</summary>
<param name="context">Render context.</param>
<param name="state">Element state.</param>
<param name="elementPalette">Source of palette colors.</param>
<param name="drawRect">Drawing rectangle that should contain ticks.</param>
<param name="orientation">Orientation of the drawing area.</param>
<param name="topRight">Drawing on the topRight or the bottomLeft.</param>
<param name="positionSize">Size of the position indicator.</param>
<param name="minimum">First value.</param>
<param name="maximum">Last value.</param>
<param name="frequency">How often ticks are drawn.</param>
</member>
<member name="M:Krypton.Toolkit.RenderStandard.DrawTrackGlyph(Krypton.Toolkit.RenderContext,Krypton.Toolkit.PaletteState,Krypton.Toolkit.IPaletteElementColor,System.Drawing.Rectangle,System.Windows.Forms.Orientation,System.Boolean)">
<summary>
Draw the track bar track glyph.
</summary>
<param name="context">Render context.</param>
<param name="state">Element state.</param>
<param name="elementPalette">Source of palette colors.</param>
<param name="drawRect">Drawing rectangle that should contain the track.</param>
<param name="orientation">Drawing orientation.</param>
<param name="volumeControl">Drawing as a volume control or standard slider.</param>
</member>
<member name="M:Krypton.Toolkit.RenderStandard.DrawTrackPositionGlyph(Krypton.Toolkit.RenderContext,Krypton.Toolkit.PaletteState,Krypton.Toolkit.IPaletteElementColor,System.Drawing.Rectangle,System.Windows.Forms.Orientation,System.Windows.Forms.TickStyle)">
<summary>
Draw the track bar position glyph.
</summary>
<param name="context">Render context.</param>
<param name="state">Element state.</param>
<param name="elementPalette">Source of palette colors.</param>
<param name="drawRect">Drawing rectangle that should contain the track.</param>
<param name="orientation">Drawing orientation.</param>
<param name="tickStyle">Tick marks that surround the position.</param>
</member>
<member name="M:Krypton.Toolkit.RenderStandard.DrawRibbonGroupAreaBorder1And2(Krypton.Toolkit.RenderContext,System.Drawing.Rectangle,Krypton.Toolkit.PaletteState,Krypton.Toolkit.IPaletteRibbonBack,System.Boolean,System.Boolean,System.IDisposable)">
<summary>
Internal rendering method.
</summary>
</member>
<member name="M:Krypton.Toolkit.RenderStandard.DrawRibbonGroupAreaBorder3And4(Krypton.Toolkit.RenderContext,System.Drawing.Rectangle,Krypton.Toolkit.PaletteState,Krypton.Toolkit.IPaletteRibbonBack,System.IDisposable,System.Boolean)">
<summary>
Internal rendering method.
</summary>
</member>
<member name="M:Krypton.Toolkit.RenderStandard.DrawRibbonGroupAreaBorderContext(Krypton.Toolkit.RenderContext,System.Drawing.Rectangle,Krypton.Toolkit.PaletteState,Krypton.Toolkit.IPaletteRibbonBack,System.IDisposable)">
<summary>
Internal rendering method.
</summary>
</member>
<member name="M:Krypton.Toolkit.RenderStandard.DrawRibbonTabTracking2007(Krypton.Toolkit.PaletteRibbonShape,Krypton.Toolkit.RenderContext,System.Drawing.Rectangle,Krypton.Toolkit.PaletteState,Krypton.Toolkit.IPaletteRibbonBack,Krypton.Toolkit.VisualOrientation,System.IDisposable)">
<summary>
Internal rendering method.
</summary>
</member>
<member name="M:Krypton.Toolkit.RenderStandard.DrawRibbonTabTrackingTop2007(System.Drawing.Rectangle,System.Drawing.Color,System.Drawing.Color,Krypton.Toolkit.MementoRibbonTabTracking2007)">
<summary>
Internal rendering method.
</summary>
</member>
<member name="M:Krypton.Toolkit.RenderStandard.DrawRibbonTabTrackingTopDraw2007(System.Drawing.Rectangle,Krypton.Toolkit.MementoRibbonTabTracking2007,System.Drawing.Graphics)">
<summary>
Internal rendering method.
</summary>
</member>
<member name="M:Krypton.Toolkit.RenderStandard.DrawRibbonTabTrackingLeft2007(System.Drawing.Rectangle,System.Drawing.Color,System.Drawing.Color,Krypton.Toolkit.MementoRibbonTabTracking2007)">
<summary>
Internal rendering method.
</summary>
</member>
<member name="M:Krypton.Toolkit.RenderStandard.DrawRibbonTabTrackingLeftDraw2007(System.Drawing.Rectangle,Krypton.Toolkit.MementoRibbonTabTracking2007,System.Drawing.Graphics)">
<summary>
Internal rendering method.
</summary>
</member>
<member name="M:Krypton.Toolkit.RenderStandard.DrawRibbonTabTrackingRight2007(System.Drawing.Rectangle,System.Drawing.Color,System.Drawing.Color,Krypton.Toolkit.MementoRibbonTabTracking2007)">
<summary>
Internal rendering method.
</summary>
</member>
<member name="M:Krypton.Toolkit.RenderStandard.DrawRibbonTabTrackingRightDraw2007(System.Drawing.Rectangle,Krypton.Toolkit.MementoRibbonTabTracking2007,System.Drawing.Graphics)">
<summary>
Internal rendering method.
</summary>
</member>
<member name="M:Krypton.Toolkit.RenderStandard.DrawRibbonTabTrackingBottom2007(System.Drawing.Rectangle,System.Drawing.Color,System.Drawing.Color,Krypton.Toolkit.MementoRibbonTabTracking2007)">
<summary>
Internal rendering method.
</summary>
</member>
<member name="M:Krypton.Toolkit.RenderStandard.DrawRibbonTabTrackingBottomDraw2007(System.Drawing.Rectangle,Krypton.Toolkit.MementoRibbonTabTracking2007,System.Drawing.Graphics)">
<summary>
Internal rendering method.
</summary>
</member>
<member name="M:Krypton.Toolkit.RenderStandard.DrawRibbonTabTracking2010(Krypton.Toolkit.PaletteRibbonShape,Krypton.Toolkit.RenderContext,System.Drawing.Rectangle,Krypton.Toolkit.PaletteState,Krypton.Toolkit.IPaletteRibbonBack,Krypton.Toolkit.VisualOrientation,System.IDisposable,System.Boolean)">
<summary>
Internal rendering method.
</summary>
</member>
<member name="M:Krypton.Toolkit.RenderStandard.DrawRibbonTabTrackingTop2010(System.Drawing.Rectangle,System.Drawing.Color,System.Drawing.Color,Krypton.Toolkit.MementoRibbonTabTracking2010)">
<summary>
Internal rendering method.
</summary>
</member>
<member name="M:Krypton.Toolkit.RenderStandard.DrawRibbonTabTrackingBottom2010(System.Drawing.Rectangle,System.Drawing.Color,System.Drawing.Color,Krypton.Toolkit.MementoRibbonTabTracking2010)">
<summary>
Internal rendering method.
</summary>
</member>
<member name="M:Krypton.Toolkit.RenderStandard.DrawRibbonTabTrackingLeft2010(System.Drawing.Rectangle,System.Drawing.Color,System.Drawing.Color,Krypton.Toolkit.MementoRibbonTabTracking2010)">
<summary>
Internal rendering method.
</summary>
</member>
<member name="M:Krypton.Toolkit.RenderStandard.DrawRibbonTabTrackingRight2010(System.Drawing.Rectangle,System.Drawing.Color,System.Drawing.Color,Krypton.Toolkit.MementoRibbonTabTracking2010)">
<summary>
Internal rendering method.
</summary>
</member>
<member name="M:Krypton.Toolkit.RenderStandard.DrawRibbonTabFocus2010(Krypton.Toolkit.PaletteRibbonShape,Krypton.Toolkit.RenderContext,System.Drawing.Rectangle,Krypton.Toolkit.PaletteState,Krypton.Toolkit.IPaletteRibbonBack,Krypton.Toolkit.VisualOrientation,System.IDisposable)">
<summary>
Internal rendering method.
</summary>
</member>
<member name="M:Krypton.Toolkit.RenderStandard.DrawRibbonTabFocusTop2010(System.Drawing.Rectangle,System.Drawing.Color,System.Drawing.Color,Krypton.Toolkit.MementoRibbonTabTracking2010)">
<summary>
Internal rendering method.
</summary>
</member>
<member name="M:Krypton.Toolkit.RenderStandard.DrawRibbonTabFocusBottom2010(System.Drawing.Rectangle,System.Drawing.Color,System.Drawing.Color,Krypton.Toolkit.MementoRibbonTabTracking2010)">
<summary>
Internal rendering method.
</summary>
</member>
<member name="M:Krypton.Toolkit.RenderStandard.DrawRibbonTabFocusLeft2010(System.Drawing.Rectangle,System.Drawing.Color,System.Drawing.Color,Krypton.Toolkit.MementoRibbonTabTracking2010)">
<summary>
Internal rendering method.
</summary>
</member>
<member name="M:Krypton.Toolkit.RenderStandard.DrawRibbonTabFocusRight2010(System.Drawing.Rectangle,System.Drawing.Color,System.Drawing.Color,Krypton.Toolkit.MementoRibbonTabTracking2010)">
<summary>
Internal rendering method.
</summary>
</member>
<member name="M:Krypton.Toolkit.RenderStandard.DrawRibbonTabGlowing(Krypton.Toolkit.PaletteRibbonShape,Krypton.Toolkit.RenderContext,System.Drawing.Rectangle,Krypton.Toolkit.PaletteState,Krypton.Toolkit.IPaletteRibbonBack,Krypton.Toolkit.VisualOrientation,System.IDisposable)">
<summary>
Internal rendering method.
</summary>
</member>
<member name="M:Krypton.Toolkit.RenderStandard.DrawRibbonTabGlowingTop(System.Drawing.Rectangle,System.Drawing.Color,System.Drawing.Color,System.Drawing.Color,Krypton.Toolkit.MementoRibbonTabGlowing)">
<summary>
Internal rendering method.
</summary>
</member>
<member name="M:Krypton.Toolkit.RenderStandard.DrawRibbonTabGlowingLeft(System.Drawing.Rectangle,System.Drawing.Color,System.Drawing.Color,System.Drawing.Color,Krypton.Toolkit.MementoRibbonTabGlowing)">
<summary>
Internal rendering method.
</summary>
</member>
<member name="M:Krypton.Toolkit.RenderStandard.DrawRibbonTabGlowingRight(System.Drawing.Rectangle,System.Drawing.Color,System.Drawing.Color,System.Drawing.Color,Krypton.Toolkit.MementoRibbonTabGlowing)">
<summary>
Internal rendering method.
</summary>
</member>
<member name="M:Krypton.Toolkit.RenderStandard.DrawRibbonTabGlowingBottom(System.Drawing.Rectangle,System.Drawing.Color,System.Drawing.Color,System.Drawing.Color,Krypton.Toolkit.MementoRibbonTabGlowing)">
<summary>
Internal rendering method.
</summary>
</member>
<member name="M:Krypton.Toolkit.RenderStandard.DrawRibbonTabSelected2007(Krypton.Toolkit.RenderContext,System.Drawing.Rectangle,Krypton.Toolkit.PaletteState,Krypton.Toolkit.IPaletteRibbonBack,Krypton.Toolkit.VisualOrientation,System.IDisposable)">
<summary>
Internal rendering method.
</summary>
</member>
<member name="M:Krypton.Toolkit.RenderStandard.DrawRibbonTabSelectedTop2007(System.Drawing.Rectangle,System.Drawing.Color,System.Drawing.Color,Krypton.Toolkit.MementoRibbonTabSelected2007)">
<summary>
Internal rendering method.
</summary>
</member>
<member name="M:Krypton.Toolkit.RenderStandard.DrawRibbonTabSelectedTopDraw2007(System.Drawing.Rectangle,Krypton.Toolkit.MementoRibbonTabSelected2007,System.Drawing.Graphics)">
<summary>
Internal rendering method.
</summary>
</member>
<member name="M:Krypton.Toolkit.RenderStandard.DrawRibbonTabSelectedLeft2007(System.Drawing.Rectangle,System.Drawing.Color,System.Drawing.Color,Krypton.Toolkit.MementoRibbonTabSelected2007)">
<summary>
Internal rendering method.
</summary>
</member>
<member name="M:Krypton.Toolkit.RenderStandard.DrawRibbonTabSelectedLeftDraw2007(System.Drawing.Rectangle,Krypton.Toolkit.MementoRibbonTabSelected2007,System.Drawing.Graphics)">
<summary>
Internal rendering method.
</summary>
</member>
<member name="M:Krypton.Toolkit.RenderStandard.DrawRibbonTabSelectedRight2007(System.Drawing.Rectangle,System.Drawing.Color,System.Drawing.Color,Krypton.Toolkit.MementoRibbonTabSelected2007)">
<summary>
Internal rendering method.
</summary>
</member>
<member name="M:Krypton.Toolkit.RenderStandard.DrawRibbonTabSelectedRightDraw2007(System.Drawing.Rectangle,Krypton.Toolkit.MementoRibbonTabSelected2007,System.Drawing.Graphics)">
<summary>
Internal rendering method.
</summary>
</member>
<member name="M:Krypton.Toolkit.RenderStandard.DrawRibbonTabSelectedBottom2007(System.Drawing.Rectangle,System.Drawing.Color,System.Drawing.Color,Krypton.Toolkit.MementoRibbonTabSelected2007)">
<summary>
Internal rendering method.
</summary>
</member>
<member name="M:Krypton.Toolkit.RenderStandard.DrawRibbonTabSelectedBottomDraw2007(System.Drawing.Rectangle,Krypton.Toolkit.MementoRibbonTabSelected2007,System.Drawing.Graphics)">
<summary>
Internal rendering method.
</summary>
</member>
<member name="M:Krypton.Toolkit.RenderStandard.DrawRibbonTabSelected2010(Krypton.Toolkit.RenderContext,System.Drawing.Rectangle,Krypton.Toolkit.PaletteState,Krypton.Toolkit.IPaletteRibbonBack,Krypton.Toolkit.VisualOrientation,System.IDisposable,System.Boolean)">
<summary>
Internal rendering method.
</summary>
</member>
<member name="M:Krypton.Toolkit.RenderStandard.DrawRibbonTabSelectedTop2010(System.Drawing.Rectangle,System.Drawing.Color,System.Drawing.Color,System.Drawing.Color,Krypton.Toolkit.MementoRibbonTabSelected2010)">
<summary>
Internal rendering method.
</summary>
</member>
<member name="M:Krypton.Toolkit.RenderStandard.DrawRibbonTabSelectedTopDraw2010(System.Drawing.Rectangle,Krypton.Toolkit.MementoRibbonTabSelected2010,System.Drawing.Graphics)">
<summary>
Internal rendering method.
</summary>
</member>
<member name="M:Krypton.Toolkit.RenderStandard.DrawRibbonTabSelectedLeft2010(System.Drawing.Rectangle,System.Drawing.Color,System.Drawing.Color,System.Drawing.Color,Krypton.Toolkit.MementoRibbonTabSelected2010)">
<summary>
Internal rendering method.
</summary>
</member>
<member name="M:Krypton.Toolkit.RenderStandard.DrawRibbonTabSelectedLeftDraw2010(System.Drawing.Rectangle,Krypton.Toolkit.MementoRibbonTabSelected2010,System.Drawing.Graphics)">
<summary>
Internal rendering method.
</summary>
</member>
<member name="M:Krypton.Toolkit.RenderStandard.DrawRibbonTabSelectedRight2010(System.Drawing.Rectangle,System.Drawing.Color,System.Drawing.Color,System.Drawing.Color,Krypton.Toolkit.MementoRibbonTabSelected2010)">
<summary>
Internal rendering method.
</summary>
</member>
<member name="M:Krypton.Toolkit.RenderStandard.DrawRibbonTabSelectedRightDraw2010(System.Drawing.Rectangle,Krypton.Toolkit.MementoRibbonTabSelected2010,System.Drawing.Graphics)">
<summary>
Internal rendering method.
</summary>
</member>
<member name="M:Krypton.Toolkit.RenderStandard.DrawRibbonTabSelectedBottom2010(System.Drawing.Rectangle,System.Drawing.Color,System.Drawing.Color,System.Drawing.Color,Krypton.Toolkit.MementoRibbonTabSelected2010)">
<summary>
Internal rendering method.
</summary>
</member>
<member name="M:Krypton.Toolkit.RenderStandard.DrawRibbonTabSelectedBottomDraw2010(System.Drawing.Rectangle,Krypton.Toolkit.MementoRibbonTabSelected2010,System.Drawing.Graphics)">
<summary>
Internal rendering method.
</summary>
</member>
<member name="M:Krypton.Toolkit.RenderStandard.DrawRibbonTabContextSelected(Krypton.Toolkit.PaletteRibbonShape,Krypton.Toolkit.RenderContext,System.Drawing.Rectangle,Krypton.Toolkit.PaletteState,Krypton.Toolkit.IPaletteRibbonBack,Krypton.Toolkit.VisualOrientation,System.IDisposable)">
<summary>
Internal rendering method.
</summary>
</member>
<member name="M:Krypton.Toolkit.RenderStandard.DrawRibbonTabContextSelectedTop(System.Drawing.Rectangle,System.Drawing.Color,Krypton.Toolkit.MementoRibbonTabContextSelected)">
<summary>
Internal rendering method.
</summary>
</member>
<member name="M:Krypton.Toolkit.RenderStandard.DrawRibbonTabContextSelectedTopDraw(System.Drawing.Rectangle,Krypton.Toolkit.MementoRibbonTabContextSelected,System.Drawing.Graphics)">
<summary>
Internal rendering method.
</summary>
</member>
<member name="M:Krypton.Toolkit.RenderStandard.DrawRibbonTabContextSelectedLeft(System.Drawing.Rectangle,System.Drawing.Color,Krypton.Toolkit.MementoRibbonTabContextSelected)">
<summary>
Internal rendering method.
</summary>
</member>
<member name="M:Krypton.Toolkit.RenderStandard.DrawRibbonTabContextSelectedLeftDraw(System.Drawing.Rectangle,Krypton.Toolkit.MementoRibbonTabContextSelected,System.Drawing.Graphics)">
<summary>
Internal rendering method.
</summary>
</member>
<member name="M:Krypton.Toolkit.RenderStandard.DrawRibbonTabContextSelectedRight(System.Drawing.Rectangle,System.Drawing.Color,Krypton.Toolkit.MementoRibbonTabContextSelected)">
<summary>
Internal rendering method.
</summary>
</member>
<member name="M:Krypton.Toolkit.RenderStandard.DrawRibbonTabContextSelectedRightDraw(System.Drawing.Rectangle,Krypton.Toolkit.MementoRibbonTabContextSelected,System.Drawing.Graphics)">
<summary>
Internal rendering method.
</summary>
</member>
<member name="M:Krypton.Toolkit.RenderStandard.DrawRibbonTabContextSelectedBottom(System.Drawing.Rectangle,System.Drawing.Color,Krypton.Toolkit.MementoRibbonTabContextSelected)">
<summary>
Internal rendering method.
</summary>
</member>
<member name="M:Krypton.Toolkit.RenderStandard.DrawRibbonTabContextSelectedBottomDraw(System.Drawing.Rectangle,Krypton.Toolkit.MementoRibbonTabContextSelected,System.Drawing.Graphics)">
<summary>
Internal rendering method.
</summary>
</member>
<member name="M:Krypton.Toolkit.RenderStandard.DrawRibbonTabHighlight(Krypton.Toolkit.PaletteRibbonShape,Krypton.Toolkit.RenderContext,System.Drawing.Rectangle,Krypton.Toolkit.PaletteState,Krypton.Toolkit.IPaletteRibbonBack,Krypton.Toolkit.VisualOrientation,System.IDisposable,System.Boolean)">
<summary>
Internal rendering method.
</summary>
</member>
<member name="M:Krypton.Toolkit.RenderStandard.DrawRibbonTabHighlightTop(System.Drawing.Rectangle,System.Drawing.Color,System.Drawing.Color,Krypton.Toolkit.MementoRibbonTabHighlight)">
<summary>
Internal rendering method.
</summary>
</member>
<member name="M:Krypton.Toolkit.RenderStandard.DrawRibbonTabHighlightTopDraw(System.Drawing.Rectangle,System.Drawing.Color,System.Drawing.Color,System.Drawing.Color,System.Drawing.Color,System.Drawing.Color,Krypton.Toolkit.MementoRibbonTabHighlight,System.Drawing.Graphics,System.Boolean)">
<summary>
Internal rendering method.
</summary>
</member>
<member name="M:Krypton.Toolkit.RenderStandard.DrawRibbonTabHighlightLeft(System.Drawing.Rectangle,System.Drawing.Color,System.Drawing.Color,Krypton.Toolkit.MementoRibbonTabHighlight)">
<summary>
Internal rendering method.
</summary>
</member>
<member name="M:Krypton.Toolkit.RenderStandard.DrawRibbonTabHighlightLeftDraw(System.Drawing.Rectangle,System.Drawing.Color,System.Drawing.Color,System.Drawing.Color,System.Drawing.Color,System.Drawing.Color,Krypton.Toolkit.MementoRibbonTabHighlight,System.Drawing.Graphics,System.Boolean)">
<summary>
Internal rendering method.
</summary>
</member>
<member name="M:Krypton.Toolkit.RenderStandard.DrawRibbonTabHighlightRight(System.Drawing.Rectangle,System.Drawing.Color,System.Drawing.Color,Krypton.Toolkit.MementoRibbonTabHighlight)">
<summary>
Internal rendering method.
</summary>
</member>
<member name="M:Krypton.Toolkit.RenderStandard.DrawRibbonTabHighlightRightDraw(System.Drawing.Rectangle,System.Drawing.Color,System.Drawing.Color,System.Drawing.Color,System.Drawing.Color,System.Drawing.Color,Krypton.Toolkit.MementoRibbonTabHighlight,System.Drawing.Graphics,System.Boolean)">
<summary>
Internal rendering method.
</summary>
</member>
<member name="M:Krypton.Toolkit.RenderStandard.DrawRibbonTabHighlightBottom(System.Drawing.Rectangle,System.Drawing.Color,System.Drawing.Color,Krypton.Toolkit.MementoRibbonTabHighlight)">
<summary>
Internal rendering method.
</summary>
</member>
<member name="M:Krypton.Toolkit.RenderStandard.DrawRibbonTabHighlightBottomDraw(System.Drawing.Rectangle,System.Drawing.Color,System.Drawing.Color,System.Drawing.Color,System.Drawing.Color,System.Drawing.Color,Krypton.Toolkit.MementoRibbonTabHighlight,System.Drawing.Graphics,System.Boolean)">
<summary>
Internal rendering method.
</summary>
</member>
<member name="M:Krypton.Toolkit.RenderStandard.DrawRibbonTabContext(Krypton.Toolkit.RenderContext,System.Drawing.Rectangle,Krypton.Toolkit.IPaletteRibbonGeneral,Krypton.Toolkit.IPaletteRibbonBack,System.IDisposable)">
<summary>
Internal rendering method.
</summary>
</member>
<member name="M:Krypton.Toolkit.RenderStandard.DrawRibbonAppButton(Krypton.Toolkit.PaletteRibbonShape,Krypton.Toolkit.RenderContext,System.Drawing.Rectangle,Krypton.Toolkit.PaletteState,Krypton.Toolkit.IPaletteRibbonBack,System.Boolean,System.IDisposable)">
<summary>
Internal rendering method.
</summary>
</member>
<member name="M:Krypton.Toolkit.RenderStandard.DrawRibbonAppButtonBorder1(System.Drawing.Graphics,Krypton.Toolkit.MementoRibbonAppButton)">
<summary>
Internal rendering method.
</summary>
</member>
<member name="M:Krypton.Toolkit.RenderStandard.DrawRibbonAppButtonUpperHalf(System.Drawing.Graphics,Krypton.Toolkit.MementoRibbonAppButton,Krypton.Toolkit.PaletteState,System.Drawing.Color,System.Drawing.Color,System.Drawing.Color,System.Drawing.Color,System.Boolean)">
<summary>
Internal rendering method.
</summary>
</member>
<member name="M:Krypton.Toolkit.RenderStandard.DrawRibbonAppButtonLowerHalf(System.Drawing.Graphics,Krypton.Toolkit.MementoRibbonAppButton,Krypton.Toolkit.PaletteState,System.Drawing.Color,System.Drawing.Color,System.Drawing.Color)">
<summary>
Internal rendering method.
</summary>
</member>
<member name="M:Krypton.Toolkit.RenderStandard.DrawRibbonAppButtonGlowCenter(System.Drawing.Graphics,Krypton.Toolkit.MementoRibbonAppButton,Krypton.Toolkit.PaletteState,System.Drawing.Color,System.Drawing.Color)">
<summary>
Internal rendering method.
</summary>
</member>
<member name="M:Krypton.Toolkit.RenderStandard.DrawRibbonAppButtonGlowUpperBottom(System.Drawing.Graphics,Krypton.Toolkit.MementoRibbonAppButton,Krypton.Toolkit.PaletteState,System.Drawing.Color,System.Drawing.Color,System.Drawing.Color)">
<summary>
Internal rendering method.
</summary>
</member>
<member name="M:Krypton.Toolkit.RenderStandard.DrawRibbonAppButtonBorder2(System.Drawing.Graphics,Krypton.Toolkit.MementoRibbonAppButton,Krypton.Toolkit.PaletteState,System.Drawing.Color,System.Boolean)">
<summary>
Internal rendering method.
</summary>
</member>
<member name="M:Krypton.Toolkit.RenderStandard.DrawRibbonAppTab(Krypton.Toolkit.PaletteRibbonShape,Krypton.Toolkit.RenderContext,System.Drawing.Rectangle,Krypton.Toolkit.PaletteState,Krypton.Toolkit.IPaletteRibbonFileAppTab,System.IDisposable)">
<summary>
Internal rendering method.
</summary>
</member>
<member name="M:Krypton.Toolkit.RenderStandard.DrawRibbonGroupNormal(System.Boolean,Krypton.Toolkit.RenderContext,System.Drawing.Rectangle,Krypton.Toolkit.PaletteState,Krypton.Toolkit.IPaletteRibbonBack,System.IDisposable,System.Boolean,System.Boolean,System.Boolean)">
<summary>
Internal rendering method.
</summary>
</member>
<member name="M:Krypton.Toolkit.RenderStandard.DrawRibbonGroupNormalBorder(Krypton.Toolkit.RenderContext,System.Drawing.Rectangle,Krypton.Toolkit.PaletteState,Krypton.Toolkit.IPaletteRibbonBack,System.Boolean,System.Boolean,System.IDisposable)">
<summary>
Internal rendering method.
</summary>
</member>
<member name="M:Krypton.Toolkit.RenderStandard.DrawRibbonGroupNormalBorderSep(System.Boolean,Krypton.Toolkit.RenderContext,System.Drawing.Rectangle,Krypton.Toolkit.PaletteState,Krypton.Toolkit.IPaletteRibbonBack,System.IDisposable,System.Boolean,System.Boolean,System.Boolean)">
<summary>
Internal rendering method.
</summary>
</member>
<member name="M:Krypton.Toolkit.RenderStandard.DrawRibbonGroupNormalTitle(Krypton.Toolkit.RenderContext,System.Drawing.Rectangle,Krypton.Toolkit.PaletteState,Krypton.Toolkit.IPaletteRibbonBack,System.IDisposable)">
<summary>
Internal rendering method.
</summary>
</member>
<member name="M:Krypton.Toolkit.RenderStandard.DrawRibbonGroupCollapsedBorder(Krypton.Toolkit.RenderContext,System.Drawing.Rectangle,Krypton.Toolkit.PaletteState,Krypton.Toolkit.IPaletteRibbonBack,System.IDisposable)">
<summary>
Internal rendering method.
</summary>
</member>
<member name="M:Krypton.Toolkit.RenderStandard.DrawRibbonGroupCollapsedFrameBorder(Krypton.Toolkit.RenderContext,System.Drawing.Rectangle,Krypton.Toolkit.PaletteState,Krypton.Toolkit.IPaletteRibbonBack,System.IDisposable)">
<summary>
Internal rendering method.
</summary>
</member>
<member name="M:Krypton.Toolkit.RenderStandard.DrawRibbonGroupGradientOne(Krypton.Toolkit.RenderContext,System.Drawing.Rectangle,Krypton.Toolkit.PaletteState,Krypton.Toolkit.IPaletteRibbonBack,System.IDisposable)">
<summary>
Internal rendering method.
</summary>
</member>
<member name="M:Krypton.Toolkit.RenderStandard.DrawRibbonGroupGradientTwo(Krypton.Toolkit.RenderContext,System.Drawing.Rectangle,Krypton.Toolkit.PaletteState,Krypton.Toolkit.IPaletteRibbonBack,System.Single,System.IDisposable)">
<summary>
Internal rendering method.
</summary>
</member>
<member name="M:Krypton.Toolkit.RenderStandard.DrawRibbonQATMinibarSingle(Krypton.Toolkit.RenderContext,System.Drawing.Rectangle,Krypton.Toolkit.PaletteState,Krypton.Toolkit.IPaletteRibbonBack,System.IDisposable)">
<summary>
Internal rendering method.
</summary>
</member>
<member name="M:Krypton.Toolkit.RenderStandard.DrawRibbonQATMinibarDouble(Krypton.Toolkit.RenderContext,System.Drawing.Rectangle,Krypton.Toolkit.PaletteState,Krypton.Toolkit.IPaletteRibbonBack,System.IDisposable)">
<summary>
Internal rendering method.
</summary>
</member>
<member name="M:Krypton.Toolkit.RenderStandard.DrawRibbonLinear(Krypton.Toolkit.RenderContext,System.Drawing.Rectangle,Krypton.Toolkit.PaletteState,Krypton.Toolkit.IPaletteRibbonBack,System.IDisposable)">
<summary>
Internal rendering method.
</summary>
</member>
<member name="M:Krypton.Toolkit.RenderStandard.DrawRibbonLinearBorder(Krypton.Toolkit.RenderContext,System.Drawing.Rectangle,Krypton.Toolkit.PaletteState,Krypton.Toolkit.IPaletteRibbonBack,System.IDisposable)">
<summary>
Internal rendering method.
</summary>
</member>
<member name="M:Krypton.Toolkit.RenderStandard.DrawRibbonAppMenuInner(Krypton.Toolkit.RenderContext,System.Drawing.Rectangle,Krypton.Toolkit.PaletteState,Krypton.Toolkit.IPaletteRibbonBack,System.IDisposable)">
<summary>
Internal rendering method.
</summary>
</member>
<member name="M:Krypton.Toolkit.RenderStandard.DrawRibbonAppMenuOuter(Krypton.Toolkit.RenderContext,System.Drawing.Rectangle,Krypton.Toolkit.PaletteState,Krypton.Toolkit.IPaletteRibbonBack,System.IDisposable)">
<summary>
Internal rendering method.
</summary>
</member>
<member name="M:Krypton.Toolkit.RenderStandard.DrawRibbonQATFullbarRound(Krypton.Toolkit.RenderContext,System.Drawing.Rectangle,Krypton.Toolkit.PaletteState,Krypton.Toolkit.IPaletteRibbonBack,System.IDisposable)">
<summary>
Internal rendering method.
</summary>
</member>
<member name="M:Krypton.Toolkit.RenderStandard.DrawRibbonQATFullbarSquare(Krypton.Toolkit.RenderContext,System.Drawing.Rectangle,Krypton.Toolkit.PaletteState,Krypton.Toolkit.IPaletteRibbonBack,System.IDisposable)">
<summary>
Internal rendering method.
</summary>
</member>
<member name="M:Krypton.Toolkit.RenderStandard.DrawRibbonQATOverflow(Krypton.Toolkit.PaletteRibbonShape,Krypton.Toolkit.RenderContext,System.Drawing.Rectangle,Krypton.Toolkit.PaletteState,Krypton.Toolkit.IPaletteRibbonBack,System.IDisposable)">
<summary>
Internal rendering method.
</summary>
</member>
<member name="T:Krypton.Toolkit.RenderStandard.StandardContentMemento">
<summary>
Internal help class used to store content rendering details.
</summary>
</member>
<member name="M:Krypton.Toolkit.RenderStandard.StandardContentMemento.#ctor">
<summary>
Initialise a new instance of the StandardContentMemento class.
</summary>
</member>
<member name="M:Krypton.Toolkit.RenderStandard.StandardContentMemento.Dispose">
<summary>
Dispose of resources.
</summary>
</member>
<member name="M:Krypton.Toolkit.RenderStandard.StandardContentMemento.AdjustForOrientation(Krypton.Toolkit.VisualOrientation,System.Drawing.Rectangle)">
<summary>
Adjust the memento values to apply an orientation.
</summary>
<param name="orientation">Visual orientation of contents.</param>
<param name="displayRect">Rectangle that contains the contents.</param>
</member>
<member name="T:Krypton.Toolkit.RenderVisualStudio">
<summary>
</summary>
</member>
<member name="M:Krypton.Toolkit.RenderVisualStudio.DrawRibbonClusterEdge(Krypton.Toolkit.PaletteRibbonShape,Krypton.Toolkit.RenderContext,System.Drawing.Rectangle,Krypton.Toolkit.IPaletteBack,Krypton.Toolkit.PaletteState)">
<summary>
Perform drawing of a ribbon cluster edge.
</summary>
<param name="shape">Ribbon shape.</param>
<param name="context">Render context.</param>
<param name="displayRect">Display area available for drawing.</param>
<param name="paletteBack">Palette used for recovering drawing details.</param>
<param name="state">State associated with rendering.</param>
</member>
<member name="M:Krypton.Toolkit.RenderVisualStudio.RenderToolStrip(Krypton.Toolkit.PaletteBase)">
<summary>
Renders the tool strip.
</summary>
<param name="colourPalette">The colour palette.</param>
<returns></returns>
</member>
<member name="M:Krypton.Toolkit.RenderVisualStudio.DrawRibbonTabContext(Krypton.Toolkit.RenderContext,System.Drawing.Rectangle,Krypton.Toolkit.IPaletteRibbonGeneral,Krypton.Toolkit.IPaletteRibbonBack,System.IDisposable)">
<summary>
Internal rendering method.
</summary>
</member>
<member name="M:Krypton.Toolkit.RenderVisualStudio.DrawRibbonFileApplicationTab(Krypton.Toolkit.PaletteRibbonShape,Krypton.Toolkit.RenderContext,System.Drawing.Rectangle,Krypton.Toolkit.PaletteState,Krypton.Toolkit.IPaletteRibbonFileAppTab,System.IDisposable)">
<summary>
Draw the application tab.
</summary>
<param name="shape">Ribbon shape.</param>
<param name="context">Rendering context.</param>
<param name="rect">Target rectangle.</param>
<param name="state">State associated with rendering.</param>
<param name="palette">Palette used for sourcing settings.</param>
<param name="memento">Cached values to use when drawing.</param>
</member>
<member name="M:Krypton.Toolkit.RenderVisualStudio.DrawRibbonTabSelected2010(Krypton.Toolkit.RenderContext,System.Drawing.Rectangle,Krypton.Toolkit.PaletteState,Krypton.Toolkit.IPaletteRibbonBack,Krypton.Toolkit.VisualOrientation,System.IDisposable,System.Boolean)">
<summary>
Internal rendering method.
</summary>
</member>
<member name="M:Krypton.Toolkit.RenderVisualStudio.DrawRibbonTabTracking2010(Krypton.Toolkit.PaletteRibbonShape,Krypton.Toolkit.RenderContext,System.Drawing.Rectangle,Krypton.Toolkit.PaletteState,Krypton.Toolkit.IPaletteRibbonBack,Krypton.Toolkit.VisualOrientation,System.IDisposable,System.Boolean)">
<summary>
Internal rendering method.
</summary>
</member>
<member name="T:Krypton.Toolkit.RenderVisualStudio2010With2007">
<summary>Extends the professional renderer to provide Visual Studio 2010 with Office 2007 style additions.</summary>
</member>
<member name="M:Krypton.Toolkit.RenderVisualStudio2010With2007.DrawRibbonClusterEdge(Krypton.Toolkit.PaletteRibbonShape,Krypton.Toolkit.RenderContext,System.Drawing.Rectangle,Krypton.Toolkit.IPaletteBack,Krypton.Toolkit.PaletteState)">
<summary>
Perform drawing of a ribbon cluster edge.
</summary>
<param name="shape">Ribbon shape.</param>
<param name="context">Render context.</param>
<param name="displayRect">Display area available for drawing.</param>
<param name="paletteBack">Palette used for recovering drawing details.</param>
<param name="state">State associated with rendering.</param>
</member>
<member name="M:Krypton.Toolkit.RenderVisualStudio2010With2007.RenderToolStrip(Krypton.Toolkit.PaletteBase)">
<summary>
Gets a renderer for drawing the toolstrips.
</summary>
<param name="colorPalette">Color palette to use when rendering toolstrip.</param>
<exception cref="T:System.ArgumentNullException"></exception>
</member>
<member name="M:Krypton.Toolkit.RenderVisualStudio2010With2007.DrawRibbonTabContext(Krypton.Toolkit.RenderContext,System.Drawing.Rectangle,Krypton.Toolkit.IPaletteRibbonGeneral,Krypton.Toolkit.IPaletteRibbonBack,System.IDisposable)">
<summary>
Internal rendering method.
</summary>
</member>
<member name="T:Krypton.Toolkit.RenderVisualStudio2010With2010">
<summary>
Extends the professional renderer to provide Office2010 style additions.
</summary>
</member>
<member name="M:Krypton.Toolkit.RenderVisualStudio2010With2010.DrawRibbonClusterEdge(Krypton.Toolkit.PaletteRibbonShape,Krypton.Toolkit.RenderContext,System.Drawing.Rectangle,Krypton.Toolkit.IPaletteBack,Krypton.Toolkit.PaletteState)">
<summary>
Perform drawing of a ribbon cluster edge.
</summary>
<param name="shape">Ribbon shape.</param>
<param name="context">Render context.</param>
<param name="displayRect">Display area available for drawing.</param>
<param name="paletteBack">Palette used for recovering drawing details.</param>
<param name="state">State associated with rendering.</param>
</member>
<member name="M:Krypton.Toolkit.RenderVisualStudio2010With2010.RenderToolStrip(Krypton.Toolkit.PaletteBase)">
<summary>
Gets a renderer for drawing the toolstrips.
</summary>
<param name="colorPalette">Color palette to use when rendering toolstrip.</param>
<exception cref="T:System.ArgumentNullException"></exception>
</member>
<member name="M:Krypton.Toolkit.RenderVisualStudio2010With2010.DrawRibbonTabContext(Krypton.Toolkit.RenderContext,System.Drawing.Rectangle,Krypton.Toolkit.IPaletteRibbonGeneral,Krypton.Toolkit.IPaletteRibbonBack,System.IDisposable)">
<summary>
Internal rendering method.
</summary>
</member>
<member name="T:Krypton.Toolkit.RenderVisualStudio2010With2013">
<summary>
Extends the professional renderer to provide Office2010 style additions.
</summary>
</member>
<member name="M:Krypton.Toolkit.RenderVisualStudio2010With2013.DrawRibbonClusterEdge(Krypton.Toolkit.PaletteRibbonShape,Krypton.Toolkit.RenderContext,System.Drawing.Rectangle,Krypton.Toolkit.IPaletteBack,Krypton.Toolkit.PaletteState)">
<summary>
Perform drawing of a ribbon cluster edge.
</summary>
<param name="shape">Ribbon shape.</param>
<param name="context">Render context.</param>
<param name="displayRect">Display area available for drawing.</param>
<param name="paletteBack">Palette used for recovering drawing details.</param>
<param name="state">State associated with rendering.</param>
</member>
<member name="M:Krypton.Toolkit.RenderVisualStudio2010With2013.RenderToolStrip(Krypton.Toolkit.PaletteBase)">
<summary>
Gets a renderer for drawing the toolstrips.
</summary>
<param name="colorPalette">Color palette to use when rendering toolstrip.</param>
<exception cref="T:System.ArgumentNullException"></exception>
</member>
<member name="M:Krypton.Toolkit.RenderVisualStudio2010With2013.DrawRibbonTabContext(Krypton.Toolkit.RenderContext,System.Drawing.Rectangle,Krypton.Toolkit.IPaletteRibbonGeneral,Krypton.Toolkit.IPaletteRibbonBack,System.IDisposable)">
<summary>
Internal rendering method.
</summary>
</member>
<member name="M:Krypton.Toolkit.RenderVisualStudio2010With2013.DrawRibbonFileApplicationTab(Krypton.Toolkit.PaletteRibbonShape,Krypton.Toolkit.RenderContext,System.Drawing.Rectangle,Krypton.Toolkit.PaletteState,Krypton.Toolkit.IPaletteRibbonFileAppTab,System.IDisposable)">
<summary>
Draw the application tab.
</summary>
<param name="shape">Ribbon shape.</param>
<param name="context">Rendering context.</param>
<param name="rect">Target rectangle.</param>
<param name="state">State associated with rendering.</param>
<param name="palette">Palette used for sourcing settings.</param>
<param name="memento">Cached values to use when drawing.</param>
</member>
<member name="M:Krypton.Toolkit.RenderVisualStudio2010With2013.DrawRibbonTabSelected2010(Krypton.Toolkit.RenderContext,System.Drawing.Rectangle,Krypton.Toolkit.PaletteState,Krypton.Toolkit.IPaletteRibbonBack,Krypton.Toolkit.VisualOrientation,System.IDisposable,System.Boolean)">
<summary>
Internal rendering method.
</summary>
</member>
<member name="M:Krypton.Toolkit.RenderVisualStudio2010With2013.DrawRibbonTabTracking2010(Krypton.Toolkit.PaletteRibbonShape,Krypton.Toolkit.RenderContext,System.Drawing.Rectangle,Krypton.Toolkit.PaletteState,Krypton.Toolkit.IPaletteRibbonBack,Krypton.Toolkit.VisualOrientation,System.IDisposable,System.Boolean)">
<summary>
Internal rendering method.
</summary>
</member>
<member name="T:Krypton.Toolkit.RenderVisualStudio2010WithMicrosoft365">
<summary>
Extends the professional renderer to provide Microsoft 365 style additions.
</summary>
<seealso cref="T:Krypton.Toolkit.RenderOffice2010" />
</member>
<member name="M:Krypton.Toolkit.RenderVisualStudio2010WithMicrosoft365.DrawRibbonClusterEdge(Krypton.Toolkit.PaletteRibbonShape,Krypton.Toolkit.RenderContext,System.Drawing.Rectangle,Krypton.Toolkit.IPaletteBack,Krypton.Toolkit.PaletteState)">
<summary>
Perform drawing of a ribbon cluster edge.
</summary>
<param name="shape">Ribbon shape.</param>
<param name="context">Render context.</param>
<param name="displayRect">Display area available for drawing.</param>
<param name="paletteBack">Palette used for recovering drawing details.</param>
<param name="state">State associated with rendering.</param>
</member>
<member name="M:Krypton.Toolkit.RenderVisualStudio2010WithMicrosoft365.RenderToolStrip(Krypton.Toolkit.PaletteBase)">
<summary>
Renders the tool strip.
</summary>
<param name="colourPalette">The colour palette.</param>
<returns></returns>
</member>
<member name="M:Krypton.Toolkit.RenderVisualStudio2010WithMicrosoft365.DrawRibbonTabContext(Krypton.Toolkit.RenderContext,System.Drawing.Rectangle,Krypton.Toolkit.IPaletteRibbonGeneral,Krypton.Toolkit.IPaletteRibbonBack,System.IDisposable)">
<summary>
Internal rendering method.
</summary>
</member>
<member name="M:Krypton.Toolkit.RenderVisualStudio2010WithMicrosoft365.DrawRibbonFileApplicationTab(Krypton.Toolkit.PaletteRibbonShape,Krypton.Toolkit.RenderContext,System.Drawing.Rectangle,Krypton.Toolkit.PaletteState,Krypton.Toolkit.IPaletteRibbonFileAppTab,System.IDisposable)">
<summary>
Draw the application tab.
</summary>
<param name="shape">Ribbon shape.</param>
<param name="context">Rendering context.</param>
<param name="rect">Target rectangle.</param>
<param name="state">State associated with rendering.</param>
<param name="palette">Palette used for sourcing settings.</param>
<param name="memento">Cached values to use when drawing.</param>
</member>
<member name="M:Krypton.Toolkit.RenderVisualStudio2010WithMicrosoft365.DrawRibbonTabSelected2010(Krypton.Toolkit.RenderContext,System.Drawing.Rectangle,Krypton.Toolkit.PaletteState,Krypton.Toolkit.IPaletteRibbonBack,Krypton.Toolkit.VisualOrientation,System.IDisposable,System.Boolean)">
<summary>
Internal rendering method.
</summary>
</member>
<member name="M:Krypton.Toolkit.RenderVisualStudio2010WithMicrosoft365.DrawRibbonTabTracking2010(Krypton.Toolkit.PaletteRibbonShape,Krypton.Toolkit.RenderContext,System.Drawing.Rectangle,Krypton.Toolkit.PaletteState,Krypton.Toolkit.IPaletteRibbonBack,Krypton.Toolkit.VisualOrientation,System.IDisposable,System.Boolean)">
<summary>
Internal rendering method.
</summary>
</member>
<member name="T:Krypton.Toolkit.ThemeManager">
<summary>
Allows the developer to easily access the entire array of supported themes for custom controls.
</summary>
</member>
<member name="P:Krypton.Toolkit.ThemeManager.SupportedInternalThemeNames">
<summary>Gets the supported theme array.</summary>
<value>The supported theme array.</value>
</member>
<member name="P:Krypton.Toolkit.ThemeManager.DefaultGlobalPalette">
<summary>Returns the Default Global Palette.</summary>
</member>
<member name="M:Krypton.Toolkit.ThemeManager.GetPaletteMode(Krypton.Toolkit.KryptonManager)">
<summary>Returns the palette mode from the Krypton Manager instance.</summary>
<param name="manager">The manager instance.</param>
<returns>The current <see cref="T:Krypton.Toolkit.PaletteMode"/>.</returns>
</member>
<member name="M:Krypton.Toolkit.ThemeManager.ApplyTheme(Krypton.Toolkit.PaletteMode,Krypton.Toolkit.KryptonManager)">
<summary>
Applies the theme using PaletteMode enumeration.
</summary>
<param name="mode">The palette mode.</param>
<param name="manager">The manager.</param>
</member>
<member name="M:Krypton.Toolkit.ThemeManager.ApplyTheme(System.String,Krypton.Toolkit.KryptonManager)">
<summary>
Applies the theme using the themes name.<br/>
</summary>
<param name="themeName">Valid name of the theme.</param>
<param name="manager">The manager.</param>
</member>
<member name="M:Krypton.Toolkit.ThemeManager.SetTheme(System.String,Krypton.Toolkit.KryptonManager)">
<summary>
Sets the theme.
</summary>
<param name="themeName">Name of the theme.</param>
<param name="manager">The manager.</param>
</member>
<member name="M:Krypton.Toolkit.ThemeManager.ApplyGlobalTheme(Krypton.Toolkit.KryptonManager,Krypton.Toolkit.PaletteMode)">
<summary>
Applies the global theme.
</summary>
<param name="manager">The manager.</param>
<param name="paletteMode">The palette mode manager.</param>
</member>
<member name="M:Krypton.Toolkit.ThemeManager.ReturnPaletteModeAsString(Krypton.Toolkit.KryptonManager)">
<summary>
Returns the respective theme name for the given KryptonManager instance.<br/>
</summary>
<param name="manager">A valid reference to a KryptonManager instance.</param>
<returns>The theme name.</returns>
</member>
<member name="M:Krypton.Toolkit.ThemeManager.ReturnPaletteModeAsString(Krypton.Toolkit.PaletteMode)">
<summary>
Returns the palette mode as string.
</summary>
<param name="paletteMode">The palette mode.</param>
<returns>The theme name</returns>
</member>
<member name="M:Krypton.Toolkit.ThemeManager.LoadCustomTheme(Krypton.Toolkit.KryptonCustomPaletteBase,Krypton.Toolkit.KryptonManager,System.String,System.Boolean)">
<summary>
Loads the custom theme.
</summary>
<param name="palette">The palette.</param>
<param name="manager">The manager.</param>
<param name="themeFile">A custom theme file.</param>
<param name="silent">if set to <c>true</c> [silent].</param>
</member>
<member name="M:Krypton.Toolkit.ThemeManager.GetThemeManagerMode(System.String)">
<summary>
Returns the themes PaletteMode from the theme's name.
</summary>
<param name="themeName">Name of the theme.</param>
<returns>The respective PaletteMode if the theme name is valid. Otherwise PaletteMode.Global.</returns>
</member>
<member name="T:Krypton.Toolkit.AccentColorService">
<summary>
Gets the Windows accent color
</summary>
</member>
<member name="T:Krypton.Toolkit.ThemeService">
<summary>
</summary>
</member>
<member name="P:Krypton.Toolkit.ThemeService.IsWindowTransparencyEnabled">
<summary>
</summary>
</member>
<member name="M:Krypton.Toolkit.ThemeService.GetWindowBackgroundColor">
<summary>
</summary>
<returns></returns>
</member>
<member name="T:Krypton.Toolkit.UserSystemPreferencesService">
<summary>
</summary>
</member>
<member name="P:Krypton.Toolkit.UserSystemPreferencesService.IsTransparencyEnabled">
<summary>
</summary>
</member>
<member name="P:Krypton.Toolkit.UserSystemPreferencesService.UseAccentColor">
<summary>
</summary>
</member>
<member name="T:Krypton.Toolkit.ResourceFiles.AboutToolkit.AboutToolkitImageResources">
<summary>
A strongly-typed resource class, for looking up localized strings, etc.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.AboutToolkit.AboutToolkitImageResources.ResourceManager">
<summary>
Returns the cached ResourceManager instance used by this class.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.AboutToolkit.AboutToolkitImageResources.Culture">
<summary>
Overrides the current thread's CurrentUICulture property for all
resource lookups using this strongly typed resource class.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.AboutToolkit.AboutToolkitImageResources.Discord">
<summary>
Looks up a localized resource of type System.Drawing.Icon similar to (Icon).
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.AboutToolkit.AboutToolkitImageResources.GeneralInformation">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.AboutToolkit.AboutToolkitImageResources.VersionInformation">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="T:Krypton.Toolkit.ResourceFiles.Arrows.BlueArrowResources">
<summary>
A strongly-typed resource class, for looking up localized strings, etc.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Arrows.BlueArrowResources.ResourceManager">
<summary>
Returns the cached ResourceManager instance used by this class.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Arrows.BlueArrowResources.Culture">
<summary>
Overrides the current thread's CurrentUICulture property for all
resource lookups using this strongly typed resource class.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Arrows.BlueArrowResources.arrow_down_blue">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Arrows.BlueArrowResources.arrow_up_blue">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="T:Krypton.Toolkit.ResourceFiles.Arrows.Office2010ArrowResources">
<summary>
A strongly-typed resource class, for looking up localized strings, etc.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Arrows.Office2010ArrowResources.ResourceManager">
<summary>
Returns the cached ResourceManager instance used by this class.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Arrows.Office2010ArrowResources.Culture">
<summary>
Overrides the current thread's CurrentUICulture property for all
resource lookups using this strongly typed resource class.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Arrows.Office2010ArrowResources.Office2010BlackContextMenuSub">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Arrows.Office2010ArrowResources.Office2010BlackDropDownButton">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Arrows.Office2010ArrowResources.Office2010BlueContextMenuSub">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Arrows.Office2010ArrowResources.Office2010BlueDropDownButton">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="T:Krypton.Toolkit.ResourceFiles.Arrows.RibbonArrowImageResources">
<summary>
A strongly-typed resource class, for looking up localized strings, etc.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Arrows.RibbonArrowImageResources.ResourceManager">
<summary>
Returns the cached ResourceManager instance used by this class.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Arrows.RibbonArrowImageResources.Culture">
<summary>
Overrides the current thread's CurrentUICulture property for all
resource lookups using this strongly typed resource class.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Arrows.RibbonArrowImageResources.RibbonDown2010">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Arrows.RibbonArrowImageResources.RibbonDown2010Black">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Arrows.RibbonArrowImageResources.RibbonUp2010">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Arrows.RibbonArrowImageResources.RibbonUp2010Black">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="T:Krypton.Toolkit.ResourceFiles.Arrows.SortArrowImageResources">
<summary>
A strongly-typed resource class, for looking up localized strings, etc.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Arrows.SortArrowImageResources.ResourceManager">
<summary>
Returns the cached ResourceManager instance used by this class.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Arrows.SortArrowImageResources.Culture">
<summary>
Overrides the current thread's CurrentUICulture property for all
resource lookups using this strongly typed resource class.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Arrows.SortArrowImageResources.sort_az_ascending2">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Arrows.SortArrowImageResources.sort_az_descending2">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Arrows.SortArrowImageResources.sort_up_down_delete_16">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="T:Krypton.Toolkit.ResourceFiles.ButtonSpecs.ProfessionalButtonSpecResources">
<summary>
A strongly-typed resource class, for looking up localized strings, etc.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.ButtonSpecs.ProfessionalButtonSpecResources.ResourceManager">
<summary>
Returns the cached ResourceManager instance used by this class.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.ButtonSpecs.ProfessionalButtonSpecResources.Culture">
<summary>
Overrides the current thread's CurrentUICulture property for all
resource lookups using this strongly typed resource class.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.ButtonSpecs.ProfessionalButtonSpecResources.ProfessionalCloseButton">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="T:Krypton.Toolkit.ResourceFiles.CheckBoxes.CheckBoxStripResources">
<summary>
A strongly-typed resource class, for looking up localized strings, etc.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.CheckBoxes.CheckBoxStripResources.ResourceManager">
<summary>
Returns the cached ResourceManager instance used by this class.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.CheckBoxes.CheckBoxStripResources.Culture">
<summary>
Overrides the current thread's CurrentUICulture property for all
resource lookups using this strongly typed resource class.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.CheckBoxes.CheckBoxStripResources.CheckBoxStrip2007Black">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.CheckBoxes.CheckBoxStripResources.CheckBoxStrip2007Blue">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.CheckBoxes.CheckBoxStripResources.CheckBoxStrip2007Silver">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.CheckBoxes.CheckBoxStripResources.CheckBoxStrip2010Black">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.CheckBoxes.CheckBoxStripResources.CheckBoxStrip2010Blue">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.CheckBoxes.CheckBoxStripResources.CheckBoxStrip2010Silver">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.CheckBoxes.CheckBoxStripResources.CheckBoxStripSparkle">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.CheckBoxes.CheckBoxStripResources.CheckBoxStripSparkleOrange">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.CheckBoxes.CheckBoxStripResources.CheckBoxStripSparklePurple">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="T:Krypton.Toolkit.ResourceFiles.ColourScales.ColourScaleImageResources">
<summary>
A strongly-typed resource class, for looking up localized strings, etc.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.ColourScales.ColourScaleImageResources.ResourceManager">
<summary>
Returns the cached ResourceManager instance used by this class.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.ColourScales.ColourScaleImageResources.Culture">
<summary>
Overrides the current thread's CurrentUICulture property for all
resource lookups using this strongly typed resource class.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.ColourScales.ColourScaleImageResources.Colour2scale_generic_16">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.ColourScales.ColourScaleImageResources.Colour3scale_generic_16">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.ColourScales.ColourScaleImageResources.ThreeColours_blue_white_red_32">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.ColourScales.ColourScaleImageResources.ThreeColours_green_white_red_32">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.ColourScales.ColourScaleImageResources.ThreeColours_green_yellow_red_32">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.ColourScales.ColourScaleImageResources.ThreeColours_red_white_blue_32">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.ColourScales.ColourScaleImageResources.ThreeColours_red_white_green_32">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.ColourScales.ColourScaleImageResources.ThreeColours_red_yellow_green_32">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.ColourScales.ColourScaleImageResources.TwoColours_blue_white_32">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.ColourScales.ColourScaleImageResources.TwoColours_green_white_32">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.ColourScales.ColourScaleImageResources.TwoColours_pink_white_32">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.ColourScales.ColourScaleImageResources.TwoColours_red_white_32">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.ColourScales.ColourScaleImageResources.TwoColours_violet_white_32">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.ColourScales.ColourScaleImageResources.TwoColours_white_blue_32">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.ColourScales.ColourScaleImageResources.TwoColours_white_green_32">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.ColourScales.ColourScaleImageResources.TwoColours_white_pink_32">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.ColourScales.ColourScaleImageResources.TwoColours_white_red_32">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.ColourScales.ColourScaleImageResources.TwoColours_white_violet_32">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.ColourScales.ColourScaleImageResources.TwoColours_white_yellow_32">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.ColourScales.ColourScaleImageResources.TwoColours_yellow_white_32">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="T:Krypton.Toolkit.ResourceFiles.CommandLink.CommandLinkImageResources">
<summary>
A strongly-typed resource class, for looking up localized strings, etc.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.CommandLink.CommandLinkImageResources.ResourceManager">
<summary>
Returns the cached ResourceManager instance used by this class.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.CommandLink.CommandLinkImageResources.Culture">
<summary>
Overrides the current thread's CurrentUICulture property for all
resource lookups using this strongly typed resource class.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.CommandLink.CommandLinkImageResources.Windows_10_CommandLink_Arrow">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.CommandLink.CommandLinkImageResources.Windows_11_CommandLink_Arrow">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="T:Krypton.Toolkit.ResourceFiles.ControlBox.Microsoft365ControlBoxResources">
<summary>
A strongly-typed resource class, for looking up localized strings, etc.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.ControlBox.Microsoft365ControlBoxResources.ResourceManager">
<summary>
Returns the cached ResourceManager instance used by this class.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.ControlBox.Microsoft365ControlBoxResources.Culture">
<summary>
Overrides the current thread's CurrentUICulture property for all
resource lookups using this strongly typed resource class.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.ControlBox.Microsoft365ControlBoxResources.Microsoft365HelpIconDisabled">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.ControlBox.Microsoft365ControlBoxResources.Microsoft365HelpIconDisabledV2">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.ControlBox.Microsoft365ControlBoxResources.Microsoft365HelpIconHover">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.ControlBox.Microsoft365ControlBoxResources.Microsoft365HelpIconNormal">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.ControlBox.Microsoft365ControlBoxResources.Microsoft365HelpIconPressed">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="T:Krypton.Toolkit.ResourceFiles.ControlBox.Office2003ControlBoxResources">
<summary>
A strongly-typed resource class, for looking up localized strings, etc.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.ControlBox.Office2003ControlBoxResources.ResourceManager">
<summary>
Returns the cached ResourceManager instance used by this class.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.ControlBox.Office2003ControlBoxResources.Culture">
<summary>
Overrides the current thread's CurrentUICulture property for all
resource lookups using this strongly typed resource class.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.ControlBox.Office2003ControlBoxResources.Office2003HelpIconDisabled">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.ControlBox.Office2003ControlBoxResources.Office2003HelpIconNormal">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="T:Krypton.Toolkit.ResourceFiles.ControlBox.Office2007ControlBoxResources">
<summary>
A strongly-typed resource class, for looking up localized strings, etc.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.ControlBox.Office2007ControlBoxResources.ResourceManager">
<summary>
Returns the cached ResourceManager instance used by this class.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.ControlBox.Office2007ControlBoxResources.Culture">
<summary>
Overrides the current thread's CurrentUICulture property for all
resource lookups using this strongly typed resource class.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.ControlBox.Office2007ControlBoxResources.Office2007ControlBoxBlackCloseActive">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.ControlBox.Office2007ControlBoxResources.Office2007ControlBoxBlackCloseDisabled">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.ControlBox.Office2007ControlBoxResources.Office2007ControlBoxBlackCloseNormal">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.ControlBox.Office2007ControlBoxResources.Office2007ControlBoxBlackClosePressed">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.ControlBox.Office2007ControlBoxResources.Office2007ControlBoxBlackMaximiseActive">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.ControlBox.Office2007ControlBoxResources.Office2007ControlBoxBlackMaximiseDisabled">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.ControlBox.Office2007ControlBoxResources.Office2007ControlBoxBlackMaximiseNormal">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.ControlBox.Office2007ControlBoxResources.Office2007ControlBoxBlackMaximisePressed">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.ControlBox.Office2007ControlBoxResources.Office2007ControlBoxBlackMinimiseActive">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.ControlBox.Office2007ControlBoxResources.Office2007ControlBoxBlackMinimiseDisabled">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.ControlBox.Office2007ControlBoxResources.Office2007ControlBoxBlackMinimiseNormal">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.ControlBox.Office2007ControlBoxResources.Office2007ControlBoxBlackMinimisePessed">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.ControlBox.Office2007ControlBoxResources.Office2007ControlBoxBlackRestoreActive">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.ControlBox.Office2007ControlBoxResources.Office2007ControlBoxBlackRestoreDisabled">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.ControlBox.Office2007ControlBoxResources.Office2007ControlBoxBlackRestoreNormal">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.ControlBox.Office2007ControlBoxResources.Office2007ControlBoxBlackRestorePressed">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.ControlBox.Office2007ControlBoxResources.Office2007ControlBoxBlueCloseActive">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.ControlBox.Office2007ControlBoxResources.Office2007ControlBoxBlueCloseDisabled">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.ControlBox.Office2007ControlBoxResources.Office2007ControlBoxBlueCloseNormal">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.ControlBox.Office2007ControlBoxResources.Office2007ControlBoxBlueClosePressed">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.ControlBox.Office2007ControlBoxResources.Office2007ControlBoxBlueMaximiseActive">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.ControlBox.Office2007ControlBoxResources.Office2007ControlBoxBlueMaximiseDisabled">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.ControlBox.Office2007ControlBoxResources.Office2007ControlBoxBlueMaximiseNormal">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.ControlBox.Office2007ControlBoxResources.Office2007ControlBoxBlueMaximisePressed">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.ControlBox.Office2007ControlBoxResources.Office2007ControlBoxBlueMinimiseActive">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.ControlBox.Office2007ControlBoxResources.Office2007ControlBoxBlueMinimiseDisabled">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.ControlBox.Office2007ControlBoxResources.Office2007ControlBoxBlueMinimiseNormal">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.ControlBox.Office2007ControlBoxResources.Office2007ControlBoxBlueMinimisePessed">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.ControlBox.Office2007ControlBoxResources.Office2007ControlBoxBlueRestoreActive">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.ControlBox.Office2007ControlBoxResources.Office2007ControlBoxBlueRestoreDisabled">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.ControlBox.Office2007ControlBoxResources.Office2007ControlBoxBlueRestoreNormal">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.ControlBox.Office2007ControlBoxResources.Office2007ControlBoxBlueRestorePressed">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.ControlBox.Office2007ControlBoxResources.Office2007ControlBoxSilverCloseActive">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.ControlBox.Office2007ControlBoxResources.Office2007ControlBoxSilverCloseDisabled">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.ControlBox.Office2007ControlBoxResources.Office2007ControlBoxSilverCloseNormal">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.ControlBox.Office2007ControlBoxResources.Office2007ControlBoxSilverClosePressed">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.ControlBox.Office2007ControlBoxResources.Office2007ControlBoxSilverMaximiseActive">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.ControlBox.Office2007ControlBoxResources.Office2007ControlBoxSilverMaximiseDisabled">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.ControlBox.Office2007ControlBoxResources.Office2007ControlBoxSilverMaximiseNormal">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.ControlBox.Office2007ControlBoxResources.Office2007ControlBoxSilverMaximisePressed">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.ControlBox.Office2007ControlBoxResources.Office2007ControlBoxSilverMinimiseActive">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.ControlBox.Office2007ControlBoxResources.Office2007ControlBoxSilverMinimiseDisabled">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.ControlBox.Office2007ControlBoxResources.Office2007ControlBoxSilverMinimiseNormal">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.ControlBox.Office2007ControlBoxResources.Office2007ControlBoxSilverMinimisePessed">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.ControlBox.Office2007ControlBoxResources.Office2007ControlBoxSilverRestoreActive">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.ControlBox.Office2007ControlBoxResources.Office2007ControlBoxSilverRestoreDisabled">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.ControlBox.Office2007ControlBoxResources.Office2007ControlBoxSilverRestoreNormal">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.ControlBox.Office2007ControlBoxResources.Office2007ControlBoxSilverRestorePressed">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.ControlBox.Office2007ControlBoxResources.Office2007HelpIconDisabled">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.ControlBox.Office2007ControlBoxResources.Office2007HelpIconDisabledV2">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.ControlBox.Office2007ControlBoxResources.Office2007HelpIconHover">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.ControlBox.Office2007ControlBoxResources.Office2007HelpIconNormal">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.ControlBox.Office2007ControlBoxResources.Office2007HelpIconPressed">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="T:Krypton.Toolkit.ResourceFiles.ControlBox.Office2010ControlBoxResources">
<summary>
A strongly-typed resource class, for looking up localized strings, etc.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.ControlBox.Office2010ControlBoxResources.ResourceManager">
<summary>
Returns the cached ResourceManager instance used by this class.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.ControlBox.Office2010ControlBoxResources.Culture">
<summary>
Overrides the current thread's CurrentUICulture property for all
resource lookups using this strongly typed resource class.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.ControlBox.Office2010ControlBoxResources.Office2010BackMaximiseNormal">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.ControlBox.Office2010ControlBoxResources.Office2010BlackCloseActive">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.ControlBox.Office2010ControlBoxResources.Office2010BlackCloseDisabled">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.ControlBox.Office2010ControlBoxResources.Office2010BlackCloseNormal">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.ControlBox.Office2010ControlBoxResources.Office2010BlackClosePressed">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.ControlBox.Office2010ControlBoxResources.Office2010BlackMaximiseActive">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.ControlBox.Office2010ControlBoxResources.Office2010BlackMaximiseDisabled">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.ControlBox.Office2010ControlBoxResources.Office2010BlackMaximisePressed">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.ControlBox.Office2010ControlBoxResources.Office2010BlackMinimiseActive">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.ControlBox.Office2010ControlBoxResources.Office2010BlackMinimiseDisabled">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.ControlBox.Office2010ControlBoxResources.Office2010BlackMinimiseNormal">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.ControlBox.Office2010ControlBoxResources.Office2010BlackMinimisePressed">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.ControlBox.Office2010ControlBoxResources.Office2010BlackRestoreActive">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.ControlBox.Office2010ControlBoxResources.Office2010BlackRestoreDisabled">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.ControlBox.Office2010ControlBoxResources.Office2010BlackRestoreNormal">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.ControlBox.Office2010ControlBoxResources.Office2010BlackRestorePressed">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.ControlBox.Office2010ControlBoxResources.Office2010BlueCloseActive">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.ControlBox.Office2010ControlBoxResources.Office2010BlueCloseDisabled">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.ControlBox.Office2010ControlBoxResources.Office2010BlueCloseNormal">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.ControlBox.Office2010ControlBoxResources.Office2010BlueClosePressed">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.ControlBox.Office2010ControlBoxResources.Office2010BlueMaximiseActive">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.ControlBox.Office2010ControlBoxResources.Office2010BlueMaximiseDisabled">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.ControlBox.Office2010ControlBoxResources.Office2010BlueMaximiseNormal">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.ControlBox.Office2010ControlBoxResources.Office2010BlueMaximisePressed">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.ControlBox.Office2010ControlBoxResources.Office2010BlueMinimiseActive">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.ControlBox.Office2010ControlBoxResources.Office2010BlueMinimiseDisabled">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.ControlBox.Office2010ControlBoxResources.Office2010BlueMinimiseNormal">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.ControlBox.Office2010ControlBoxResources.Office2010BlueMinimisePressed">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.ControlBox.Office2010ControlBoxResources.Office2010BlueRestoreActive">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.ControlBox.Office2010ControlBoxResources.Office2010BlueRestoreDisabled">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.ControlBox.Office2010ControlBoxResources.Office2010BlueRestoreNormal">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.ControlBox.Office2010ControlBoxResources.Office2010BlueRestorePressed">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.ControlBox.Office2010ControlBoxResources.Office2010HelpIconDisabled">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.ControlBox.Office2010ControlBoxResources.Office2010HelpIconDisabledV2">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.ControlBox.Office2010ControlBoxResources.Office2010HelpIconHover">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.ControlBox.Office2010ControlBoxResources.Office2010HelpIconNormal">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.ControlBox.Office2010ControlBoxResources.Office2010HelpIconPressed">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.ControlBox.Office2010ControlBoxResources.Office2010SilverCloseActive">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.ControlBox.Office2010ControlBoxResources.Office2010SilverCloseDisabled">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.ControlBox.Office2010ControlBoxResources.Office2010SilverCloseNormal">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.ControlBox.Office2010ControlBoxResources.Office2010SilverClosePressed">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.ControlBox.Office2010ControlBoxResources.Office2010SilverMaximiseActive">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.ControlBox.Office2010ControlBoxResources.Office2010SilverMaximiseDisabled">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.ControlBox.Office2010ControlBoxResources.Office2010SilverMaximiseNormal">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.ControlBox.Office2010ControlBoxResources.Office2010SilverMaximisePressed">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.ControlBox.Office2010ControlBoxResources.Office2010SilverMinimiseActive">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.ControlBox.Office2010ControlBoxResources.Office2010SilverMinimiseDisabled">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.ControlBox.Office2010ControlBoxResources.Office2010SilverMinimiseNormal">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.ControlBox.Office2010ControlBoxResources.Office2010SilverMinimisePressed">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.ControlBox.Office2010ControlBoxResources.Office2010SilverRestoreActive">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.ControlBox.Office2010ControlBoxResources.Office2010SilverRestoreDisabled">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.ControlBox.Office2010ControlBoxResources.Office2010SilverRestoreNormal">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.ControlBox.Office2010ControlBoxResources.Office2010SilverRestorePressed">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="T:Krypton.Toolkit.ResourceFiles.ControlBox.Office2013ControlBoxResources">
<summary>
A strongly-typed resource class, for looking up localized strings, etc.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.ControlBox.Office2013ControlBoxResources.ResourceManager">
<summary>
Returns the cached ResourceManager instance used by this class.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.ControlBox.Office2013ControlBoxResources.Culture">
<summary>
Overrides the current thread's CurrentUICulture property for all
resource lookups using this strongly typed resource class.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.ControlBox.Office2013ControlBoxResources.Office2013CloseActive">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.ControlBox.Office2013ControlBoxResources.Office2013CloseDisabled">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.ControlBox.Office2013ControlBoxResources.Office2013CloseNormal">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.ControlBox.Office2013ControlBoxResources.Office2013ClosePressed">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.ControlBox.Office2013ControlBoxResources.Office2013HelpActive">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.ControlBox.Office2013ControlBoxResources.Office2013HelpDisabled">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.ControlBox.Office2013ControlBoxResources.Office2013HelpNormal">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.ControlBox.Office2013ControlBoxResources.Office2013HelpPressed">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.ControlBox.Office2013ControlBoxResources.Office2013MaximiseActive">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.ControlBox.Office2013ControlBoxResources.Office2013MaximiseDisabled">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.ControlBox.Office2013ControlBoxResources.Office2013MaximiseNormal">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.ControlBox.Office2013ControlBoxResources.Office2013MaximisePressed">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.ControlBox.Office2013ControlBoxResources.Office2013MinimiseActive">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.ControlBox.Office2013ControlBoxResources.Office2013MinimiseDisabled">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.ControlBox.Office2013ControlBoxResources.Office2013MinimiseNormal">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.ControlBox.Office2013ControlBoxResources.Office2013MinimisePressed">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.ControlBox.Office2013ControlBoxResources.Office2013RestoreActive">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.ControlBox.Office2013ControlBoxResources.Office2013RestoreDisabled">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.ControlBox.Office2013ControlBoxResources.Office2013RestoreNormal">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.ControlBox.Office2013ControlBoxResources.Office2013RestorePressed">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="T:Krypton.Toolkit.ResourceFiles.ControlBox.ProfessionalControlBoxResources">
<summary>
A strongly-typed resource class, for looking up localized strings, etc.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.ControlBox.ProfessionalControlBoxResources.ResourceManager">
<summary>
Returns the cached ResourceManager instance used by this class.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.ControlBox.ProfessionalControlBoxResources.Culture">
<summary>
Overrides the current thread's CurrentUICulture property for all
resource lookups using this strongly typed resource class.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.ControlBox.ProfessionalControlBoxResources.ProfessionalButtonCloseNormal">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.ControlBox.ProfessionalControlBoxResources.ProfessionalButtonMaxDisabled">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.ControlBox.ProfessionalControlBoxResources.ProfessionalButtonMaxNormal">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.ControlBox.ProfessionalControlBoxResources.ProfessionalButtonMinDisabled">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.ControlBox.ProfessionalControlBoxResources.ProfessionalButtonMinNormal">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.ControlBox.ProfessionalControlBoxResources.ProfessionalButtonRestoreDisabled">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.ControlBox.ProfessionalControlBoxResources.ProfessionalButtonRestoreNormal">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.ControlBox.ProfessionalControlBoxResources.ProfessionalHelpIconDisabled">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.ControlBox.ProfessionalControlBoxResources.ProfessionalHelpIconNormal">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.ControlBox.ProfessionalControlBoxResources.ProfessionalMaximize">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="T:Krypton.Toolkit.ResourceFiles.ControlBox.SparkleControlBoxResources">
<summary>
A strongly-typed resource class, for looking up localized strings, etc.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.ControlBox.SparkleControlBoxResources.ResourceManager">
<summary>
Returns the cached ResourceManager instance used by this class.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.ControlBox.SparkleControlBoxResources.Culture">
<summary>
Overrides the current thread's CurrentUICulture property for all
resource lookups using this strongly typed resource class.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.ControlBox.SparkleControlBoxResources.SparkleButtonCloseDisabled">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.ControlBox.SparkleControlBoxResources.SparkleButtonCloseNormal">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.ControlBox.SparkleControlBoxResources.SparkleButtonMaxDisabled">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.ControlBox.SparkleControlBoxResources.SparkleButtonMaxNormal">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.ControlBox.SparkleControlBoxResources.SparkleButtonMinDisabled">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.ControlBox.SparkleControlBoxResources.SparkleButtonMinNormal">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.ControlBox.SparkleControlBoxResources.SparkleButtonRestoreDisabled">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.ControlBox.SparkleControlBoxResources.SparkleButtonRestoreNormal">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="T:Krypton.Toolkit.ResourceFiles.Cursors.CursorResources">
<summary>
A strongly-typed resource class, for looking up localized strings, etc.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Cursors.CursorResources.ResourceManager">
<summary>
Returns the cached ResourceManager instance used by this class.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Cursors.CursorResources.Culture">
<summary>
Overrides the current thread's CurrentUICulture property for all
resource lookups using this strongly typed resource class.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Cursors.CursorResources.SplitHorizontal">
<summary>
Looks up a localized resource of type System.Byte[].
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Cursors.CursorResources.SplitVertical">
<summary>
Looks up a localized resource of type System.Byte[].
</summary>
</member>
<member name="T:Krypton.Toolkit.ResourceFiles.DataBars.DataBarImageResources">
<summary>
A strongly-typed resource class, for looking up localized strings, etc.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.DataBars.DataBarImageResources.ResourceManager">
<summary>
Returns the cached ResourceManager instance used by this class.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.DataBars.DataBarImageResources.Culture">
<summary>
Overrides the current thread's CurrentUICulture property for all
resource lookups using this strongly typed resource class.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.DataBars.DataBarImageResources.databar_generic_16">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.DataBars.DataBarImageResources.Databar_gradient_blue_32">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.DataBars.DataBarImageResources.Databar_gradient_green_32">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.DataBars.DataBarImageResources.Databar_gradient_pink_32">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.DataBars.DataBarImageResources.Databar_gradient_red_32">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.DataBars.DataBarImageResources.Databar_gradient_rose_32">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.DataBars.DataBarImageResources.Databar_gradient_violet_32">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.DataBars.DataBarImageResources.Databar_gradient_yellow_32">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.DataBars.DataBarImageResources.Databar_gradient2_blue_32">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.DataBars.DataBarImageResources.Databar_solid_blue_32">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.DataBars.DataBarImageResources.Databar_solid_green_32">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.DataBars.DataBarImageResources.Databar_solid_pink_32">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.DataBars.DataBarImageResources.Databar_solid_red_32">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.DataBars.DataBarImageResources.Databar_solid_rose_32">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.DataBars.DataBarImageResources.Databar_solid_violet_32">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.DataBars.DataBarImageResources.Databar_solid_yellow_32">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="T:Krypton.Toolkit.ResourceFiles.Dialogs.DialogImageResources">
<summary>
A strongly-typed resource class, for looking up localized strings, etc.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Dialogs.DialogImageResources.ResourceManager">
<summary>
Returns the cached ResourceManager instance used by this class.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Dialogs.DialogImageResources.Culture">
<summary>
Overrides the current thread's CurrentUICulture property for all
resource lookups using this strongly typed resource class.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Dialogs.DialogImageResources.color">
<summary>
Looks up a localized resource of type System.Drawing.Icon similar to (Icon).
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Dialogs.DialogImageResources.Colour_V10">
<summary>
Looks up a localized resource of type System.Drawing.Icon similar to (Icon).
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Dialogs.DialogImageResources.font">
<summary>
Looks up a localized resource of type System.Drawing.Icon similar to (Icon).
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Dialogs.DialogImageResources.printer">
<summary>
Looks up a localized resource of type System.Drawing.Icon similar to (Icon).
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Dialogs.DialogImageResources.Printer_V10">
<summary>
Looks up a localized resource of type System.Drawing.Icon similar to (Icon).
</summary>
</member>
<member name="T:Krypton.Toolkit.ResourceFiles.DropDown.DropDownArrowImageResources">
<summary>
A strongly-typed resource class, for looking up localized strings, etc.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.DropDown.DropDownArrowImageResources.ResourceManager">
<summary>
Returns the cached ResourceManager instance used by this class.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.DropDown.DropDownArrowImageResources.Culture">
<summary>
Overrides the current thread's CurrentUICulture property for all
resource lookups using this strongly typed resource class.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.DropDown.DropDownArrowImageResources.DisabledDropDownButton">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.DropDown.DropDownArrowImageResources.DisabledDropDownButton2">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.DropDown.DropDownArrowImageResources.DisabledDropUpButton">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="T:Krypton.Toolkit.ResourceFiles.Elements.ElementsImageResources">
<summary>
A strongly-typed resource class, for looking up localized strings, etc.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Elements.ElementsImageResources.ResourceManager">
<summary>
Returns the cached ResourceManager instance used by this class.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Elements.ElementsImageResources.Culture">
<summary>
Overrides the current thread's CurrentUICulture property for all
resource lookups using this strongly typed resource class.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Elements.ElementsImageResources.element">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Elements.ElementsImageResources.element_delete">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Elements.ElementsImageResources.element_minus_16">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Elements.ElementsImageResources.element_plus_16">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Elements.ElementsImageResources.element_selection_delete">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Elements.ElementsImageResources.elements_minus_16">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Elements.ElementsImageResources.elements_plus_16">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="T:Krypton.Toolkit.ResourceFiles.Gallery.GalleryImageResources">
<summary>
A strongly-typed resource class, for looking up localized strings, etc.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Gallery.GalleryImageResources.ResourceManager">
<summary>
Returns the cached ResourceManager instance used by this class.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Gallery.GalleryImageResources.Culture">
<summary>
Overrides the current thread's CurrentUICulture property for all
resource lookups using this strongly typed resource class.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Gallery.GalleryImageResources.DisabledGalleryDropButton">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Gallery.GalleryImageResources.Gallery2010">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Gallery.GalleryImageResources.GalleryBlue">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Gallery.GalleryImageResources.GallerySilverBlack">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="T:Krypton.Toolkit.ResourceFiles.Generic.GenericImageResources">
<summary>
A strongly-typed resource class, for looking up localized strings, etc.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Generic.GenericImageResources.ResourceManager">
<summary>
Returns the cached ResourceManager instance used by this class.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Generic.GenericImageResources.Culture">
<summary>
Overrides the current thread's CurrentUICulture property for all
resource lookups using this strongly typed resource class.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Generic.GenericImageResources.add">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Generic.GenericImageResources.AppButtonDefault">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Generic.GenericImageResources.BlackButtonCollapse">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Generic.GenericImageResources.BlackButtonExpand">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Generic.GenericImageResources.BlackContextMenuSub">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Generic.GenericImageResources.BlackDropDownButton">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Generic.GenericImageResources.BlueContextMenuSub">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Generic.GenericImageResources.BlueDropDownButton">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Generic.GenericImageResources.ButtonColorImageSmall">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Generic.GenericImageResources.ButtonNoColor">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Generic.GenericImageResources.CollapseIcon">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Generic.GenericImageResources.CollapseIcon2010">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Generic.GenericImageResources.delete">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Generic.GenericImageResources.Empty16x16">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Generic.GenericImageResources.eraser">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Generic.GenericImageResources.ExpandIcon">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Generic.GenericImageResources.ExpandIcon2010">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Generic.GenericImageResources.fit_to_size">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Generic.GenericImageResources.GenericWhiteCloseButton">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Generic.GenericImageResources.GenericWhiteMaximize">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Generic.GenericImageResources.GenericWhiteMinNormal">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Generic.GenericImageResources.GenericWhiteRestore">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Generic.GenericImageResources.GenericWhiteRestoreNormal">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Generic.GenericImageResources.GridErrorIcon">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Generic.GenericImageResources.HourGlass">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Generic.GenericImageResources.InformationMedium">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Generic.GenericImageResources.InformationSmall">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Generic.GenericImageResources.KryptonLogoGeneric">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Generic.GenericImageResources.MoveFirst">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Generic.GenericImageResources.MoveLast">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Generic.GenericImageResources.MoveNext">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Generic.GenericImageResources.MovePrevious">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Generic.GenericImageResources.navigate_minus">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Generic.GenericImageResources.navigate_plus">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Generic.GenericImageResources.paint_bucket_green">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Generic.GenericImageResources.PropertyGridVersion1">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Generic.GenericImageResources.PropertyGridVersion2">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Generic.GenericImageResources.SelectParentControl">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Generic.GenericImageResources.SelectParentControlFlipped">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Generic.GenericImageResources.SilverContextMenuSub">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Generic.GenericImageResources.SilverDropDownButton">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Generic.GenericImageResources.table_conditional_16">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Generic.GenericImageResources.table2_selection_column">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Generic.GenericImageResources.Transparent_16_x_16">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Generic.GenericImageResources.WebBrowser">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Generic.GenericImageResources.WhiteContextMenuSub">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Generic.GenericImageResources.WhiteDropDownButton">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="T:Krypton.Toolkit.ResourceFiles.Generic.GenericKryptonImageResources">
<summary>
A strongly-typed resource class, for looking up localized strings, etc.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Generic.GenericKryptonImageResources.ResourceManager">
<summary>
Returns the cached ResourceManager instance used by this class.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Generic.GenericKryptonImageResources.Culture">
<summary>
Overrides the current thread's CurrentUICulture property for all
resource lookups using this strongly typed resource class.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Generic.GenericKryptonImageResources.KryptonBorderEdge">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Generic.GenericKryptonImageResources.KryptonBreadCrumb">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Generic.GenericKryptonImageResources.KryptonBreadCrumbItem">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Generic.GenericKryptonImageResources.KryptonButton">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Generic.GenericKryptonImageResources.KryptonButtonSpec">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Generic.GenericKryptonImageResources.KryptonCheckBox">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Generic.GenericKryptonImageResources.KryptonCheckButton">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Generic.GenericKryptonImageResources.KryptonCheckedListBox">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Generic.GenericKryptonImageResources.KryptonCheckSet">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Generic.GenericKryptonImageResources.KryptonColorButton">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Generic.GenericKryptonImageResources.KryptonComboBox">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Generic.GenericKryptonImageResources.KryptonCommand">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Generic.GenericKryptonImageResources.KryptonContextMenu">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Generic.GenericKryptonImageResources.KryptonContextMenuColorColumns">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Generic.GenericKryptonImageResources.KryptonContextMenuHeading">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Generic.GenericKryptonImageResources.KryptonContextMenuImageSelect">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Generic.GenericKryptonImageResources.KryptonContextMenuItem">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Generic.GenericKryptonImageResources.KryptonContextMenuItems">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Generic.GenericKryptonImageResources.KryptonContextMenuSeparator">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Generic.GenericKryptonImageResources.KryptonDataGridView">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Generic.GenericKryptonImageResources.KryptonDateTimePicker">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Generic.GenericKryptonImageResources.KryptonDomainUpDown">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Generic.GenericKryptonImageResources.KryptonDropButton">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Generic.GenericKryptonImageResources.KryptonForm">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Generic.GenericKryptonImageResources.KryptonGallery">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Generic.GenericKryptonImageResources.KryptonGroup">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Generic.GenericKryptonImageResources.KryptonGroupBox">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Generic.GenericKryptonImageResources.KryptonGroupPanel">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Generic.GenericKryptonImageResources.KryptonHeader">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Generic.GenericKryptonImageResources.KryptonHeaderGroup">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Generic.GenericKryptonImageResources.KryptonLabel">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Generic.GenericKryptonImageResources.KryptonLinkLabel">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Generic.GenericKryptonImageResources.KryptonListBox">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Generic.GenericKryptonImageResources.KryptonManager">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Generic.GenericKryptonImageResources.KryptonMaskedTextBox">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Generic.GenericKryptonImageResources.KryptonMonthCalendar">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Generic.GenericKryptonImageResources.KryptonNumericUpDown">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Generic.GenericKryptonImageResources.KryptonPalette">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Generic.GenericKryptonImageResources.KryptonPanel">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Generic.GenericKryptonImageResources.KryptonRadioButton">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Generic.GenericKryptonImageResources.KryptonRibbonContext">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Generic.GenericKryptonImageResources.KryptonRibbonGroup">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Generic.GenericKryptonImageResources.KryptonRibbonGroupButton">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Generic.GenericKryptonImageResources.KryptonRibbonGroupCheckBox">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Generic.GenericKryptonImageResources.KryptonRibbonGroupCluster">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Generic.GenericKryptonImageResources.KryptonRibbonGroupClusterButton">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Generic.GenericKryptonImageResources.KryptonRibbonGroupClusterColorButton">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Generic.GenericKryptonImageResources.KryptonRibbonGroupColorButton">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Generic.GenericKryptonImageResources.KryptonRibbonGroupComboBox">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Generic.GenericKryptonImageResources.KryptonRibbonGroupCustomControl">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Generic.GenericKryptonImageResources.KryptonRibbonGroupDateTimePicker">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Generic.GenericKryptonImageResources.KryptonRibbonGroupDomainUpDown">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Generic.GenericKryptonImageResources.KryptonRibbonGroupLabel">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Generic.GenericKryptonImageResources.KryptonRibbonGroupLines">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Generic.GenericKryptonImageResources.KryptonRibbonGroupMaskedTextBox">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Generic.GenericKryptonImageResources.KryptonRibbonGroupNumericUpDown">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Generic.GenericKryptonImageResources.KryptonRibbonGroupRadioButton">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Generic.GenericKryptonImageResources.KryptonRibbonGroupRichTextBox">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Generic.GenericKryptonImageResources.KryptonRibbonGroupSeparator">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Generic.GenericKryptonImageResources.KryptonRibbonGroupTextBox">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Generic.GenericKryptonImageResources.KryptonRibbonGroupTrackBar">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Generic.GenericKryptonImageResources.KryptonRibbonGroupTriple">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Generic.GenericKryptonImageResources.KryptonRibbonQATButton">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Generic.GenericKryptonImageResources.KryptonRibbonRecentDoc">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Generic.GenericKryptonImageResources.KryptonRibbonTab">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Generic.GenericKryptonImageResources.KryptonRichTextBox">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Generic.GenericKryptonImageResources.KryptonSeparator">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Generic.GenericKryptonImageResources.KryptonSplitContainer">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Generic.GenericKryptonImageResources.KryptonTextBox">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Generic.GenericKryptonImageResources.KryptonWrapLabel">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="T:Krypton.Toolkit.ResourceFiles.Generic.GenericOffice2007ImageResources">
<summary>
A strongly-typed resource class, for looking up localized strings, etc.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Generic.GenericOffice2007ImageResources.ResourceManager">
<summary>
Returns the cached ResourceManager instance used by this class.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Generic.GenericOffice2007ImageResources.Culture">
<summary>
Overrides the current thread's CurrentUICulture property for all
resource lookups using this strongly typed resource class.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Generic.GenericOffice2007ImageResources.Office2007Checked">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Generic.GenericOffice2007ImageResources.Office2007Indeterminate">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="T:Krypton.Toolkit.ResourceFiles.Generic.GenericProfessionalImageResources">
<summary>
A strongly-typed resource class, for looking up localized strings, etc.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Generic.GenericProfessionalImageResources.ResourceManager">
<summary>
Returns the cached ResourceManager instance used by this class.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Generic.GenericProfessionalImageResources.Culture">
<summary>
Overrides the current thread's CurrentUICulture property for all
resource lookups using this strongly typed resource class.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Generic.GenericProfessionalImageResources.ProfessionalArrowDownButton">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Generic.GenericProfessionalImageResources.ProfessionalArrowLeftButton">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Generic.GenericProfessionalImageResources.ProfessionalArrowRightButton">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Generic.GenericProfessionalImageResources.ProfessionalArrowUpButton">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Generic.GenericProfessionalImageResources.ProfessionalButtonCloseDisabled">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Generic.GenericProfessionalImageResources.ProfessionalContextButton">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Generic.GenericProfessionalImageResources.ProfessionalDropDownButton">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Generic.GenericProfessionalImageResources.ProfessionalNextButton">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Generic.GenericProfessionalImageResources.ProfessionalPreviousButton">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Generic.GenericProfessionalImageResources.ProfessionalRestore">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Generic.GenericProfessionalImageResources.SystemChecked">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Generic.GenericProfessionalImageResources.SystemContextMenuSub">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Generic.GenericProfessionalImageResources.SystemIndeterminate">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="T:Krypton.Toolkit.ResourceFiles.Generic.GenericSparkleImageResources">
<summary>
A strongly-typed resource class, for looking up localized strings, etc.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Generic.GenericSparkleImageResources.ResourceManager">
<summary>
Returns the cached ResourceManager instance used by this class.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Generic.GenericSparkleImageResources.Culture">
<summary>
Overrides the current thread's CurrentUICulture property for all
resource lookups using this strongly typed resource class.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Generic.GenericSparkleImageResources.SparkleChecked">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Generic.GenericSparkleImageResources.SparkleContextMenuSub">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Generic.GenericSparkleImageResources.SparkleDropDownButton">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Generic.GenericSparkleImageResources.SparkleDropDownButtonBlack">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Generic.GenericSparkleImageResources.SparkleDropDownOutlineButton">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Generic.GenericSparkleImageResources.SparkleDropUpButton">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Generic.GenericSparkleImageResources.SparkleGalleryDropButton">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Generic.GenericSparkleImageResources.SparkleGrayChecked">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="T:Krypton.Toolkit.ResourceFiles.Generic.GenericWhiteImageResources">
<summary>
A strongly-typed resource class, for looking up localized strings, etc.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Generic.GenericWhiteImageResources.ResourceManager">
<summary>
Returns the cached ResourceManager instance used by this class.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Generic.GenericWhiteImageResources.Culture">
<summary>
Overrides the current thread's CurrentUICulture property for all
resource lookups using this strongly typed resource class.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Generic.GenericWhiteImageResources.WhiteArrowDownButton">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Generic.GenericWhiteImageResources.WhiteArrowLeftButton">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Generic.GenericWhiteImageResources.WhiteArrowRightButton">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Generic.GenericWhiteImageResources.WhiteArrowUpButton">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Generic.GenericWhiteImageResources.WhiteButtonClose">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Generic.GenericWhiteImageResources.WhiteCloseButton">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Generic.GenericWhiteImageResources.WhiteContextButton">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Generic.GenericWhiteImageResources.WhiteDropDownButton">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Generic.GenericWhiteImageResources.WhiteMaximize">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Generic.GenericWhiteImageResources.WhiteNextButton">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Generic.GenericWhiteImageResources.WhitePendantClosenormal">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Generic.GenericWhiteImageResources.WhitePendantMinnormal">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Generic.GenericWhiteImageResources.WhitePendantRestorenormal">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Generic.GenericWhiteImageResources.WhitePendantRibbonExpand">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Generic.GenericWhiteImageResources.WhitePendantRibbonMinimize">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Generic.GenericWhiteImageResources.WhitePinHorizontalButton">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Generic.GenericWhiteImageResources.WhitePinVerticalButton">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Generic.GenericWhiteImageResources.WhitePreviousButton">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Generic.GenericWhiteImageResources.WhiteRestore">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="T:Krypton.Toolkit.ResourceFiles.Grid.GridImageResources">
<summary>
A strongly-typed resource class, for looking up localized strings, etc.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Grid.GridImageResources.ResourceManager">
<summary>
Returns the cached ResourceManager instance used by this class.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Grid.GridImageResources.Culture">
<summary>
Overrides the current thread's CurrentUICulture property for all
resource lookups using this strongly typed resource class.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Grid.GridImageResources.GridRowIndicators">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Grid.GridImageResources.GridSortOrder">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="T:Krypton.Toolkit.ResourceFiles.Logos.ToolkitLogoImageResources">
<summary>
A strongly-typed resource class, for looking up localized strings, etc.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Logos.ToolkitLogoImageResources.ResourceManager">
<summary>
Returns the cached ResourceManager instance used by this class.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Logos.ToolkitLogoImageResources.Culture">
<summary>
Overrides the current thread's CurrentUICulture property for all
resource lookups using this strongly typed resource class.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Logos.ToolkitLogoImageResources.Krypton_Canary">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Logos.ToolkitLogoImageResources.Krypton_Nightly">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Logos.ToolkitLogoImageResources.Krypton_Stable">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="T:Krypton.Toolkit.ResourceFiles.MDI.GenericMDIImageResources">
<summary>
A strongly-typed resource class, for looking up localized strings, etc.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.MDI.GenericMDIImageResources.ResourceManager">
<summary>
Returns the cached ResourceManager instance used by this class.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.MDI.GenericMDIImageResources.Culture">
<summary>
Overrides the current thread's CurrentUICulture property for all
resource lookups using this strongly typed resource class.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.MDI.GenericMDIImageResources.MdiClose">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.MDI.GenericMDIImageResources.MdiMin">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.MDI.GenericMDIImageResources.MdiRestore">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.MDI.GenericMDIImageResources.MdiRibbonExpand">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.MDI.GenericMDIImageResources.MdiRibbonMinimize">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="T:Krypton.Toolkit.ResourceFiles.MDI.Office2010MDIImageResources">
<summary>
A strongly-typed resource class, for looking up localized strings, etc.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.MDI.Office2010MDIImageResources.ResourceManager">
<summary>
Returns the cached ResourceManager instance used by this class.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.MDI.Office2010MDIImageResources.Culture">
<summary>
Overrides the current thread's CurrentUICulture property for all
resource lookups using this strongly typed resource class.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.MDI.Office2010MDIImageResources.Office2010ButtonClose">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.MDI.Office2010MDIImageResources.Office2010ButtonCloseBlack">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.MDI.Office2010MDIImageResources.Office2010ButtonCloseH">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.MDI.Office2010MDIImageResources.Office2010ButtonMax">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.MDI.Office2010MDIImageResources.Office2010ButtonMaxBlack">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.MDI.Office2010MDIImageResources.Office2010ButtonMDIClose">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.MDI.Office2010MDIImageResources.Office2010ButtonMDICloseBlack">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.MDI.Office2010MDIImageResources.Office2010ButtonMDIMax">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.MDI.Office2010MDIImageResources.Office2010ButtonMDIMaxBlack">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.MDI.Office2010MDIImageResources.Office2010ButtonMDIMin">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.MDI.Office2010MDIImageResources.Office2010ButtonMDIMinBlack">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.MDI.Office2010MDIImageResources.Office2010ButtonMDIRestore">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.MDI.Office2010MDIImageResources.Office2010ButtonMDIRestoreBlack">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.MDI.Office2010MDIImageResources.Office2010ButtonMin">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.MDI.Office2010MDIImageResources.Office2010ButtonMinBlack">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.MDI.Office2010MDIImageResources.Office2010ButtonRestore">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.MDI.Office2010MDIImageResources.Office2010ButtonRestoreBlack">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="T:Krypton.Toolkit.ResourceFiles.MessageBox.MessageBoxImageResources">
<summary>
A strongly-typed resource class, for looking up localized strings, etc.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.MessageBox.MessageBoxImageResources.ResourceManager">
<summary>
Returns the cached ResourceManager instance used by this class.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.MessageBox.MessageBoxImageResources.Culture">
<summary>
Overrides the current thread's CurrentUICulture property for all
resource lookups using this strongly typed resource class.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.MessageBox.MessageBoxImageResources.Asterisk_Windows_11">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.MessageBox.MessageBoxImageResources.Cancel_Windows_11">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.MessageBox.MessageBoxImageResources.Critical_Windows_11">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.MessageBox.MessageBoxImageResources.GenericAsterisk">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.MessageBox.MessageBoxImageResources.GenericCritical">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.MessageBox.MessageBoxImageResources.GenericHand">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.MessageBox.MessageBoxImageResources.GenericInformation">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.MessageBox.MessageBoxImageResources.GenericQuestion">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.MessageBox.MessageBoxImageResources.GenericStop">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.MessageBox.MessageBoxImageResources.GenericWarning">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.MessageBox.MessageBoxImageResources.Information_Windows_11">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.MessageBox.MessageBoxImageResources.MessageBoxAsterisk">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.MessageBox.MessageBoxImageResources.MessageBoxCritical">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.MessageBox.MessageBoxImageResources.MessageBoxHelp">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.MessageBox.MessageBoxImageResources.MessageBoxInformation">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.MessageBox.MessageBoxImageResources.MessageBoxOk">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.MessageBox.MessageBoxImageResources.MessageBoxStop">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.MessageBox.MessageBoxImageResources.MessageBoxWarning">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.MessageBox.MessageBoxImageResources.Question_Windows_11">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.MessageBox.MessageBoxImageResources.Warning_Windows_11">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.MessageBox.MessageBoxImageResources.Windows_8_and_10_Logo">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.MessageBox.MessageBoxImageResources.Windows11">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="T:Krypton.Toolkit.ResourceFiles.OutlookGrid.OutlookGridImageResources">
<summary>
A strongly-typed resource class, for looking up localized strings, etc.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.OutlookGrid.OutlookGridImageResources.ResourceManager">
<summary>
Returns the cached ResourceManager instance used by this class.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.OutlookGrid.OutlookGridImageResources.Culture">
<summary>
Overrides the current thread's CurrentUICulture property for all
resource lookups using this strongly typed resource class.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.OutlookGrid.OutlookGridImageResources.color2scale_generic_16">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.OutlookGrid.OutlookGridImageResources.color3scale_generic_16">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.OutlookGrid.OutlookGridImageResources.ThreeColors_blue_white_red_32">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.OutlookGrid.OutlookGridImageResources.ThreeColors_green_white_red_32">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.OutlookGrid.OutlookGridImageResources.ThreeColors_green_yellow_red_32">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.OutlookGrid.OutlookGridImageResources.ThreeColors_red_white_blue_32">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.OutlookGrid.OutlookGridImageResources.ThreeColors_red_white_green_32">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.OutlookGrid.OutlookGridImageResources.ThreeColors_red_yellow_green_32">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.OutlookGrid.OutlookGridImageResources.ThreeColours_blue_white_red_32">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.OutlookGrid.OutlookGridImageResources.ThreeColours_green_white_red_32">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.OutlookGrid.OutlookGridImageResources.ThreeColours_green_yellow_red_32">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.OutlookGrid.OutlookGridImageResources.ThreeColours_red_white_blue_32">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.OutlookGrid.OutlookGridImageResources.ThreeColours_red_white_green_32">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.OutlookGrid.OutlookGridImageResources.ThreeColours_red_yellow_green_32">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.OutlookGrid.OutlookGridImageResources.TwoColors_blue_white_32">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.OutlookGrid.OutlookGridImageResources.TwoColors_green_white_32">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.OutlookGrid.OutlookGridImageResources.TwoColors_pink_white_32">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.OutlookGrid.OutlookGridImageResources.TwoColors_red_white_32">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.OutlookGrid.OutlookGridImageResources.TwoColors_violet_white_32">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.OutlookGrid.OutlookGridImageResources.TwoColors_white_blue_32">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.OutlookGrid.OutlookGridImageResources.TwoColors_white_green_32">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.OutlookGrid.OutlookGridImageResources.TwoColors_white_pink_32">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.OutlookGrid.OutlookGridImageResources.TwoColors_white_red_32">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.OutlookGrid.OutlookGridImageResources.TwoColors_white_violet_32">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.OutlookGrid.OutlookGridImageResources.TwoColors_white_yellow_32">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.OutlookGrid.OutlookGridImageResources.TwoColors_yellow_white_32">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.OutlookGrid.OutlookGridImageResources.TwoColours_blue_white_32">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.OutlookGrid.OutlookGridImageResources.TwoColours_green_white_32">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.OutlookGrid.OutlookGridImageResources.TwoColours_pink_white_32">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.OutlookGrid.OutlookGridImageResources.TwoColours_red_white_32">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.OutlookGrid.OutlookGridImageResources.TwoColours_violet_white_32">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.OutlookGrid.OutlookGridImageResources.TwoColours_white_blue_32">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.OutlookGrid.OutlookGridImageResources.TwoColours_white_green_32">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.OutlookGrid.OutlookGridImageResources.TwoColours_white_pink_32">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.OutlookGrid.OutlookGridImageResources.TwoColours_white_red_32">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.OutlookGrid.OutlookGridImageResources.TwoColours_white_violet_32">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.OutlookGrid.OutlookGridImageResources.TwoColours_white_yellow_32">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.OutlookGrid.OutlookGridImageResources.TwoColours_yellow_white_32">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="T:Krypton.Toolkit.ResourceFiles.OutlookGrid.Strings.OutlookGridStringResources">
<summary>
A strongly-typed resource class, for looking up localized strings, etc.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.OutlookGrid.Strings.OutlookGridStringResources.ResourceManager">
<summary>
Returns the cached ResourceManager instance used by this class.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.OutlookGrid.Strings.OutlookGridStringResources.Culture">
<summary>
Overrides the current thread's CurrentUICulture property for all
resource lookups using this strongly typed resource class.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.OutlookGrid.Strings.OutlookGridStringResources.AFTERNEXTMONTH">
<summary>
Looks up a localized string similar to After next month.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.OutlookGrid.Strings.OutlookGridStringResources.AlphabeticGroupText">
<summary>
Looks up a localized string similar to Alphabetic.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.OutlookGrid.Strings.OutlookGridStringResources.Bar">
<summary>
Looks up a localized string similar to Data Bars.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.OutlookGrid.Strings.OutlookGridStringResources.BEFOREPREVIOUSMONTH">
<summary>
Looks up a localized string similar to Before previous month.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.OutlookGrid.Strings.OutlookGridStringResources.BESTFIT">
<summary>
Looks up a localized string similar to Best fit.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.OutlookGrid.Strings.OutlookGridStringResources.BESTFITALL">
<summary>
Looks up a localized string similar to Best fit (all columns).
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.OutlookGrid.Strings.OutlookGridStringResources.Cancel">
<summary>
Looks up a localized string similar to Cancel.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.OutlookGrid.Strings.OutlookGridStringResources.CLEARGROUPING">
<summary>
Looks up a localized string similar to Clear grouping.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.OutlookGrid.Strings.OutlookGridStringResources.ClearRules">
<summary>
Looks up a localized string similar to Clear rules....
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.OutlookGrid.Strings.OutlookGridStringResources.CLEARSORTING">
<summary>
Looks up a localized string similar to Clear sorting.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.OutlookGrid.Strings.OutlookGridStringResources.COLLAPSE">
<summary>
Looks up a localized string similar to Collapse.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.OutlookGrid.Strings.OutlookGridStringResources.COLUMNS">
<summary>
Looks up a localized string similar to Columns.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.OutlookGrid.Strings.OutlookGridStringResources.CONDITIONALFORMATTING">
<summary>
Looks up a localized string similar to Conditional formatting.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.OutlookGrid.Strings.OutlookGridStringResources.CustomThreeDots">
<summary>
Looks up a localized string similar to Custom....
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.OutlookGrid.Strings.OutlookGridStringResources.DateGroupText">
<summary>
Looks up a localized string similar to Date.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.OutlookGrid.Strings.OutlookGridStringResources.Day">
<summary>
Looks up a localized string similar to Day.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.OutlookGrid.Strings.OutlookGridStringResources.DRAGCOLUMNTOGROUP">
<summary>
Looks up a localized string similar to Drag a column header here to group by that column.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.OutlookGrid.Strings.OutlookGridStringResources.EARLIERDURINGTHISMONTH">
<summary>
Looks up a localized string similar to Earlier during this month.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.OutlookGrid.Strings.OutlookGridStringResources.EARLIERTHISYEAR">
<summary>
Looks up a localized string similar to Earlier this year.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.OutlookGrid.Strings.OutlookGridStringResources.EXPAND">
<summary>
Looks up a localized string similar to Expand.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.OutlookGrid.Strings.OutlookGridStringResources.Finish">
<summary>
Looks up a localized string similar to Finish.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.OutlookGrid.Strings.OutlookGridStringResources.FULLCOLLAPSE">
<summary>
Looks up a localized string similar to Full collapse.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.OutlookGrid.Strings.OutlookGridStringResources.FULLEXPAND">
<summary>
Looks up a localized string similar to Full expand.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.OutlookGrid.Strings.OutlookGridStringResources.GradientFill">
<summary>
Looks up a localized string similar to Gradient Fill.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.OutlookGrid.Strings.OutlookGridStringResources.GROUP">
<summary>
Looks up a localized string similar to Group by this column.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.OutlookGrid.Strings.OutlookGridStringResources.GROUPINTERVAL">
<summary>
Looks up a localized string similar to Group interval.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.OutlookGrid.Strings.OutlookGridStringResources.HIDEGROUPBOX">
<summary>
Looks up a localized string similar to Hide GroupBox.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.OutlookGrid.Strings.OutlookGridStringResources.INTHREEWEEKS">
<summary>
Looks up a localized string similar to In three weeks.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.OutlookGrid.Strings.OutlookGridStringResources.INTWOWEEKS">
<summary>
Looks up a localized string similar to In two weeks.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.OutlookGrid.Strings.OutlookGridStringResources.LATERDURINGTHISMONTH">
<summary>
Looks up a localized string similar to Later during this month.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.OutlookGrid.Strings.OutlookGridStringResources.Month">
<summary>
Looks up a localized string similar to Month.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.OutlookGrid.Strings.OutlookGridStringResources.NEXTMONTH">
<summary>
Looks up a localized string similar to Next month.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.OutlookGrid.Strings.OutlookGridStringResources.NEXTWEEK">
<summary>
Looks up a localized string similar to Next Week.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.OutlookGrid.Strings.OutlookGridStringResources.NODATE">
<summary>
Looks up a localized string similar to No date.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.OutlookGrid.Strings.OutlookGridStringResources.OLDER">
<summary>
Looks up a localized string similar to Older.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.OutlookGrid.Strings.OutlookGridStringResources.OneItem">
<summary>
Looks up a localized string similar to 1 item.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.OutlookGrid.Strings.OutlookGridStringResources.Other">
<summary>
Looks up a localized string similar to Other.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.OutlookGrid.Strings.OutlookGridStringResources.PaletteCustom">
<summary>
Looks up a localized string similar to Custom....
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.OutlookGrid.Strings.OutlookGridStringResources.PaletteCustomHeading">
<summary>
Looks up a localized string similar to Custom palettes.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.OutlookGrid.Strings.OutlookGridStringResources.PREVIOUSMONTH">
<summary>
Looks up a localized string similar to Previous month.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.OutlookGrid.Strings.OutlookGridStringResources.PREVIOUSWEEK">
<summary>
Looks up a localized string similar to Previous week.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.OutlookGrid.Strings.OutlookGridStringResources.PREVIOUSYEAR">
<summary>
Looks up a localized string similar to Previous year.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.OutlookGrid.Strings.OutlookGridStringResources.Q1">
<summary>
Looks up a localized string similar to Q1.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.OutlookGrid.Strings.OutlookGridStringResources.Q2">
<summary>
Looks up a localized string similar to Q2.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.OutlookGrid.Strings.OutlookGridStringResources.Q3">
<summary>
Looks up a localized string similar to Q3.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.OutlookGrid.Strings.OutlookGridStringResources.Q4">
<summary>
Looks up a localized string similar to Q4.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.OutlookGrid.Strings.OutlookGridStringResources.Quarter">
<summary>
Looks up a localized string similar to Quarter.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.OutlookGrid.Strings.OutlookGridStringResources.SHOWGROUPBOX">
<summary>
Looks up a localized string similar to Show GroupBox.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.OutlookGrid.Strings.OutlookGridStringResources.Smart">
<summary>
Looks up a localized string similar to Smart.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.OutlookGrid.Strings.OutlookGridStringResources.SolidFill">
<summary>
Looks up a localized string similar to Solid Fill.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.OutlookGrid.Strings.OutlookGridStringResources.SORTASCENDING">
<summary>
Looks up a localized string similar to Sort ascending.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.OutlookGrid.Strings.OutlookGridStringResources.SORTBYSUMMARYCOUNT">
<summary>
Looks up a localized string similar to Sort by summary count.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.OutlookGrid.Strings.OutlookGridStringResources.SORTDESCENDING">
<summary>
Looks up a localized string similar to Sort descending.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.OutlookGrid.Strings.OutlookGridStringResources.ThreeColorsRange">
<summary>
Looks up a localized string similar to Three Color Scale.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.OutlookGrid.Strings.OutlookGridStringResources.THREEWEEKSAGO">
<summary>
Looks up a localized string similar to Three weeks ago.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.OutlookGrid.Strings.OutlookGridStringResources.TODAY">
<summary>
Looks up a localized string similar to Today.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.OutlookGrid.Strings.OutlookGridStringResources.TOMORROW">
<summary>
Looks up a localized string similar to Tomorrow.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.OutlookGrid.Strings.OutlookGridStringResources.TwoColorsRange">
<summary>
Looks up a localized string similar to Two Color Scale.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.OutlookGrid.Strings.OutlookGridStringResources.TWOWEEKSAGO">
<summary>
Looks up a localized string similar to Two weeks ago.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.OutlookGrid.Strings.OutlookGridStringResources.UNGROUP">
<summary>
Looks up a localized string similar to Ungroup.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.OutlookGrid.Strings.OutlookGridStringResources.UNKNOWN">
<summary>
Looks up a localized string similar to Unknown.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.OutlookGrid.Strings.OutlookGridStringResources.XXXItems">
<summary>
Looks up a localized string similar to items.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.OutlookGrid.Strings.OutlookGridStringResources.Year">
<summary>
Looks up a localized string similar to Year.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.OutlookGrid.Strings.OutlookGridStringResources.YearGroupText">
<summary>
Looks up a localized string similar to Year.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.OutlookGrid.Strings.OutlookGridStringResources.YESTERDAY">
<summary>
Looks up a localized string similar to Yesterday.
</summary>
</member>
<member name="T:Krypton.Toolkit.ResourceFiles.PaletteSchemas.PaletteSchemaResources">
<summary>
A strongly-typed resource class, for looking up localized strings, etc.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.PaletteSchemas.PaletteSchemaResources.ResourceManager">
<summary>
Returns the cached ResourceManager instance used by this class.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.PaletteSchemas.PaletteSchemaResources.Culture">
<summary>
Overrides the current thread's CurrentUICulture property for all
resource lookups using this strongly typed resource class.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.PaletteSchemas.PaletteSchemaResources.CurrentSupportedPaletteSchema">
<summary>
Looks up a localized string similar to &lt;?xml version=&quot;1.0&quot;?&gt;
&lt;xsl:stylesheet xmlns:xsl=&quot;http://www.w3.org/1999/XSL/Transform&quot; version=&quot;1.0&quot;&gt;
&lt;xsl:template match=&quot;KryptonPalette&quot;&gt;
&lt;xsl:comment&gt;Created by exporting the settings of a KryptonPalette instance.&lt;/xsl:comment&gt;
&lt;xsl:comment&gt;For more information about Krypton visit https://github.com/Krypton-Suite/Standard-Toolkit&lt;/xsl:comment&gt;
&lt;xsl:comment&gt;WARNING: Modifying this file may render it invalid for importing.&lt;/xsl:comment&gt;
&lt;KryptonPalette Version=&quot;20&quot;&gt;
&lt;xsl:attr [rest of string was truncated]&quot;;.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.PaletteSchemas.PaletteSchemaResources.PaletteVersion19To20">
<summary>
Looks up a localized string similar to &lt;?xml version=&quot;1.0&quot;?&gt;
&lt;xsl:stylesheet xmlns:xsl=&quot;http://www.w3.org/1999/XSL/Transform&quot; version=&quot;1.0&quot;&gt;
&lt;xsl:template match=&quot;KryptonPalette&quot;&gt;
&lt;xsl:comment&gt;Created by exporting the settings of a KryptonCustomPaletteBase instance.&lt;/xsl:comment&gt;
&lt;xsl:comment&gt;For more information about Krypton visit https://github.com/Krypton-Suite/Standard-Toolkit&lt;/xsl:comment&gt;
&lt;xsl:comment&gt;New BSD 3-Clause License (https://github.com/Krypton-Suite/Standard-Toolkit/blob/master/LICENSE)&lt;/xsl:comment&gt;
&lt;xsl: [rest of string was truncated]&quot;;.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.PaletteSchemas.PaletteSchemaResources.PaletteVersion6To19">
<summary>
Looks up a localized string similar to &lt;?xml version=&quot;1.0&quot;?&gt;
&lt;xsl:stylesheet xmlns:xsl=&quot;http://www.w3.org/1999/XSL/Transform&quot; version=&quot;1.0&quot;&gt;
&lt;xsl:template match=&quot;KryptonPalette&quot;&gt;
&lt;xsl:comment&gt;Created by exporting the settings of a KryptonPalette instance.&lt;/xsl:comment&gt;
&lt;xsl:comment&gt;For more information about Krypton visit https://github.com/Krypton-Suite/Standard-Toolkit&lt;/xsl:comment&gt;
&lt;xsl:comment&gt;WARNING: Modifying this file may render it invalid for importing.&lt;/xsl:comment&gt;
&lt;KryptonPalette Version=&quot;19&quot;&gt;
&lt;xsl:attr [rest of string was truncated]&quot;;.
</summary>
</member>
<member name="T:Krypton.Toolkit.ResourceFiles.Pendants.ProfessionalPendantImageResources">
<summary>
A strongly-typed resource class, for looking up localized strings, etc.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Pendants.ProfessionalPendantImageResources.ResourceManager">
<summary>
Returns the cached ResourceManager instance used by this class.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Pendants.ProfessionalPendantImageResources.Culture">
<summary>
Overrides the current thread's CurrentUICulture property for all
resource lookups using this strongly typed resource class.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Pendants.ProfessionalPendantImageResources.ProfessionalPendantCloseDisabled">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Pendants.ProfessionalPendantImageResources.ProfessionalPendantCloseNormal">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Pendants.ProfessionalPendantImageResources.ProfessionalPendantExpandDisabled">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Pendants.ProfessionalPendantImageResources.ProfessionalPendantExpandNormal">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Pendants.ProfessionalPendantImageResources.ProfessionalPendantMinDisabled">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Pendants.ProfessionalPendantImageResources.ProfessionalPendantMinimizeDisabled">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Pendants.ProfessionalPendantImageResources.ProfessionalPendantMinimizeNormal">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Pendants.ProfessionalPendantImageResources.ProfessionalPendantMinNormal">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Pendants.ProfessionalPendantImageResources.ProfessionalPendantRestoreDisabled">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Pendants.ProfessionalPendantImageResources.ProfessionalPendantRestoreNormal">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="T:Krypton.Toolkit.ResourceFiles.Pin.ProfessionalPinImageResources">
<summary>
A strongly-typed resource class, for looking up localized strings, etc.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Pin.ProfessionalPinImageResources.ResourceManager">
<summary>
Returns the cached ResourceManager instance used by this class.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Pin.ProfessionalPinImageResources.Culture">
<summary>
Overrides the current thread's CurrentUICulture property for all
resource lookups using this strongly typed resource class.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Pin.ProfessionalPinImageResources.ProfessionalPinHorizontalButton">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Pin.ProfessionalPinImageResources.ProfessionalPinVerticalButton">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="T:Krypton.Toolkit.ResourceFiles.RadioButtons.Office2007RadioButtonImageResources">
<summary>
A strongly-typed resource class, for looking up localized strings, etc.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.RadioButtons.Office2007RadioButtonImageResources.ResourceManager">
<summary>
Returns the cached ResourceManager instance used by this class.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.RadioButtons.Office2007RadioButtonImageResources.Culture">
<summary>
Overrides the current thread's CurrentUICulture property for all
resource lookups using this strongly typed resource class.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.RadioButtons.Office2007RadioButtonImageResources.RadioButton2007BlackN">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.RadioButtons.Office2007RadioButtonImageResources.RadioButton2007BlackNC">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.RadioButtons.Office2007RadioButtonImageResources.RadioButton2007BlackP">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.RadioButtons.Office2007RadioButtonImageResources.RadioButton2007BlackPC">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.RadioButtons.Office2007RadioButtonImageResources.RadioButton2007BlackT">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.RadioButtons.Office2007RadioButtonImageResources.RadioButton2007BlackTC">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.RadioButtons.Office2007RadioButtonImageResources.RadioButton2007Blue">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.RadioButtons.Office2007RadioButtonImageResources.RadioButton2007BlueD">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.RadioButtons.Office2007RadioButtonImageResources.RadioButton2007BlueDC">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.RadioButtons.Office2007RadioButtonImageResources.RadioButton2007BlueN">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.RadioButtons.Office2007RadioButtonImageResources.RadioButton2007BlueNC">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.RadioButtons.Office2007RadioButtonImageResources.RadioButton2007BlueP">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.RadioButtons.Office2007RadioButtonImageResources.RadioButton2007BluePC">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.RadioButtons.Office2007RadioButtonImageResources.RadioButton2007BlueT">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.RadioButtons.Office2007RadioButtonImageResources.RadioButton2007BlueTC">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.RadioButtons.Office2007RadioButtonImageResources.RadioButton2007SilverN">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.RadioButtons.Office2007RadioButtonImageResources.RadioButton2007SilverNC">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.RadioButtons.Office2007RadioButtonImageResources.RadioButton2007SilverP">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.RadioButtons.Office2007RadioButtonImageResources.RadioButton2007SilverPC">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.RadioButtons.Office2007RadioButtonImageResources.RadioButton2007SilverT">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.RadioButtons.Office2007RadioButtonImageResources.RadioButton2007SilverTC">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="T:Krypton.Toolkit.ResourceFiles.RadioButtons.Office2010RadioButtonImageResources">
<summary>
A strongly-typed resource class, for looking up localized strings, etc.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.RadioButtons.Office2010RadioButtonImageResources.ResourceManager">
<summary>
Returns the cached ResourceManager instance used by this class.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.RadioButtons.Office2010RadioButtonImageResources.Culture">
<summary>
Overrides the current thread's CurrentUICulture property for all
resource lookups using this strongly typed resource class.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.RadioButtons.Office2010RadioButtonImageResources.RadioButton2010BlueD">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.RadioButtons.Office2010RadioButtonImageResources.RadioButton2010BlueDC">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.RadioButtons.Office2010RadioButtonImageResources.RadioButton2010BlueN">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.RadioButtons.Office2010RadioButtonImageResources.RadioButton2010BlueNC">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.RadioButtons.Office2010RadioButtonImageResources.RadioButton2010BlueP">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.RadioButtons.Office2010RadioButtonImageResources.RadioButton2010BluePC">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.RadioButtons.Office2010RadioButtonImageResources.RadioButton2010BlueT">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.RadioButtons.Office2010RadioButtonImageResources.RadioButton2010BlueTC">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.RadioButtons.Office2010RadioButtonImageResources.RadioButton2010SilverN">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.RadioButtons.Office2010RadioButtonImageResources.RadioButton2010SilverNC">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.RadioButtons.Office2010RadioButtonImageResources.RadioButton2010SilverPC">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.RadioButtons.Office2010RadioButtonImageResources.RadioButton2010SilverTC">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="T:Krypton.Toolkit.ResourceFiles.RadioButtons.SparkleRadioButtonImageResources">
<summary>
A strongly-typed resource class, for looking up localized strings, etc.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.RadioButtons.SparkleRadioButtonImageResources.ResourceManager">
<summary>
Returns the cached ResourceManager instance used by this class.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.RadioButtons.SparkleRadioButtonImageResources.Culture">
<summary>
Overrides the current thread's CurrentUICulture property for all
resource lookups using this strongly typed resource class.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.RadioButtons.SparkleRadioButtonImageResources.RadioButtonSparkleD">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.RadioButtons.SparkleRadioButtonImageResources.RadioButtonSparkleDC">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.RadioButtons.SparkleRadioButtonImageResources.RadioButtonSparkleGrayIndeterminate">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.RadioButtons.SparkleRadioButtonImageResources.RadioButtonSparkleIndeterminate">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.RadioButtons.SparkleRadioButtonImageResources.RadioButtonSparkleN">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.RadioButtons.SparkleRadioButtonImageResources.RadioButtonSparkleNC">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.RadioButtons.SparkleRadioButtonImageResources.RadioButtonSparkleOrangeNC">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.RadioButtons.SparkleRadioButtonImageResources.RadioButtonSparkleOrangeP">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.RadioButtons.SparkleRadioButtonImageResources.RadioButtonSparkleOrangePC">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.RadioButtons.SparkleRadioButtonImageResources.RadioButtonSparkleOrangeT">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.RadioButtons.SparkleRadioButtonImageResources.RadioButtonSparkleOrangeTC">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.RadioButtons.SparkleRadioButtonImageResources.RadioButtonSparkleP">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.RadioButtons.SparkleRadioButtonImageResources.RadioButtonSparklePC">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.RadioButtons.SparkleRadioButtonImageResources.RadioButtonSparklePurpleNC">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.RadioButtons.SparkleRadioButtonImageResources.RadioButtonSparklePurpleP">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.RadioButtons.SparkleRadioButtonImageResources.RadioButtonSparklePurplePC">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.RadioButtons.SparkleRadioButtonImageResources.RadioButtonSparklePurpleT">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.RadioButtons.SparkleRadioButtonImageResources.RadioButtonSparklePurpleTC">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.RadioButtons.SparkleRadioButtonImageResources.RadioButtonSparkleT">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.RadioButtons.SparkleRadioButtonImageResources.RadioButtonSparkleTC">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="T:Krypton.Toolkit.ResourceFiles.RadioButtons.VisualStudioRadioButtonImageResources">
<summary>
A strongly-typed resource class, for looking up localized strings, etc.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.RadioButtons.VisualStudioRadioButtonImageResources.ResourceManager">
<summary>
Returns the cached ResourceManager instance used by this class.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.RadioButtons.VisualStudioRadioButtonImageResources.Culture">
<summary>
Overrides the current thread's CurrentUICulture property for all
resource lookups using this strongly typed resource class.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.RadioButtons.VisualStudioRadioButtonImageResources.RadioButtonVisualStudio2017Checked">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.RadioButtons.VisualStudioRadioButtonImageResources.RadioButtonVisualStudio2017NotChecked">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="T:Krypton.Toolkit.ResourceFiles.SizeGripStyles.SizeGripStyleResources">
<summary>
A strongly-typed resource class, for looking up localized strings, etc.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.SizeGripStyles.SizeGripStyleResources.ResourceManager">
<summary>
Returns the cached ResourceManager instance used by this class.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.SizeGripStyles.SizeGripStyleResources.Culture">
<summary>
Overrides the current thread's CurrentUICulture property for all
resource lookups using this strongly typed resource class.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.SizeGripStyles.SizeGripStyleResources.Office2003GripStyle">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.SizeGripStyles.SizeGripStyleResources.Office2007BlackGripStyle">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.SizeGripStyles.SizeGripStyleResources.Office2007BlueGripStyle">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.SizeGripStyles.SizeGripStyleResources.Office2007SilverGripStyle">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.SizeGripStyles.SizeGripStyleResources.Office2010BlackGripStyle">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.SizeGripStyles.SizeGripStyleResources.Office2010BlueGripStyle">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.SizeGripStyles.SizeGripStyleResources.Office2010SilverGripStyle">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="T:Krypton.Toolkit.ResourceFiles.Sort.SortingImageResources">
<summary>
A strongly-typed resource class, for looking up localized strings, etc.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Sort.SortingImageResources.ResourceManager">
<summary>
Returns the cached ResourceManager instance used by this class.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Sort.SortingImageResources.Culture">
<summary>
Overrides the current thread's CurrentUICulture property for all
resource lookups using this strongly typed resource class.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Sort.SortingImageResources.sort_az_ascending2">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Sort.SortingImageResources.sort_az_descending2">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Sort.SortingImageResources.sort_up_down_delete_16">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="T:Krypton.Toolkit.ResourceFiles.Stars.StarImageResources">
<summary>
A strongly-typed resource class, for looking up localized strings, etc.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Stars.StarImageResources.ResourceManager">
<summary>
Returns the cached ResourceManager instance used by this class.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Stars.StarImageResources.Culture">
<summary>
Overrides the current thread's CurrentUICulture property for all
resource lookups using this strongly typed resource class.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Stars.StarImageResources.star_yellow">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Stars.StarImageResources.star_yellow_disabled">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Stars.StarImageResources.star_yellow_half_16">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Stars.StarImageResources.star0">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Stars.StarImageResources.star1">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Stars.StarImageResources.star2">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Stars.StarImageResources.star3">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Stars.StarImageResources.star4">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Stars.StarImageResources.star5">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Stars.StarImageResources.starhot0">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Stars.StarImageResources.starhot1">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Stars.StarImageResources.starhot2">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Stars.StarImageResources.starhot3">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Stars.StarImageResources.starhot4">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Stars.StarImageResources.starhot5">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="T:Krypton.Toolkit.ResourceFiles.TaskDialog.TaskDialogImageResources">
<summary>
A strongly-typed resource class, for looking up localized strings, etc.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.TaskDialog.TaskDialogImageResources.ResourceManager">
<summary>
Returns the cached ResourceManager instance used by this class.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.TaskDialog.TaskDialogImageResources.Culture">
<summary>
Overrides the current thread's CurrentUICulture property for all
resource lookups using this strongly typed resource class.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.TaskDialog.TaskDialogImageResources.TaskDialog_Windows_11_Logo">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.TaskDialog.TaskDialogImageResources.TaskDialog_Windows_8_and_10_Logo">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.TaskDialog.TaskDialogImageResources.TaskDialogAsteriskGeneric">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.TaskDialog.TaskDialogImageResources.TaskDialogCriticalGeneric">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.TaskDialog.TaskDialogImageResources.TaskDialogHandGeneric">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.TaskDialog.TaskDialogImageResources.TaskDialogInformationGeneric">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.TaskDialog.TaskDialogImageResources.TaskDialogQuestionGeneric">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.TaskDialog.TaskDialogImageResources.TaskDialogStopGeneric">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.TaskDialog.TaskDialogImageResources.TaskDialogWarningGeneric">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="T:Krypton.Toolkit.ResourceFiles.ToastNotification.ToastNotificationImageResources">
<summary>
A strongly-typed resource class, for looking up localized strings, etc.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.ToastNotification.ToastNotificationImageResources.ResourceManager">
<summary>
Returns the cached ResourceManager instance used by this class.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.ToastNotification.ToastNotificationImageResources.Culture">
<summary>
Overrides the current thread's CurrentUICulture property for all
resource lookups using this strongly typed resource class.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.ToastNotification.ToastNotificationImageResources.Toast_Notification_Asterisk_128_x_128">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.ToastNotification.ToastNotificationImageResources.Toast_Notification_Critical_128_x_128">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.ToastNotification.ToastNotificationImageResources.Toast_Notification_Hand_128_x_128">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.ToastNotification.ToastNotificationImageResources.Toast_Notification_Information_128_x_128">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.ToastNotification.ToastNotificationImageResources.Toast_Notification_Ok_128_x_128">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.ToastNotification.ToastNotificationImageResources.Toast_Notification_Question_128_x_128">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.ToastNotification.ToastNotificationImageResources.Toast_Notification_Stop_128_x_128">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.ToastNotification.ToastNotificationImageResources.Toast_Notification_UAC_Shield_Windows_10_128_x_128">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.ToastNotification.ToastNotificationImageResources.Toast_Notification_UAC_Shield_Windows_11_128_x_128">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.ToastNotification.ToastNotificationImageResources.Toast_Notification_UAC_Shield_Windows_7_and_8_128_x_128">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.ToastNotification.ToastNotificationImageResources.Toast_Notification_Warning_128_x_115">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.ToastNotification.ToastNotificationImageResources.Toast_Notification_Windows_10_128_x_121">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.ToastNotification.ToastNotificationImageResources.Toast_Notification_Windows_11_128_x_128">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="T:Krypton.Toolkit.ResourceFiles.Toolbars.GenericToolbarImageResources">
<summary>
A strongly-typed resource class, for looking up localized strings, etc.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Toolbars.GenericToolbarImageResources.ResourceManager">
<summary>
Returns the cached ResourceManager instance used by this class.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Toolbars.GenericToolbarImageResources.Culture">
<summary>
Overrides the current thread's CurrentUICulture property for all
resource lookups using this strongly typed resource class.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Toolbars.GenericToolbarImageResources.GenericCopy">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Toolbars.GenericToolbarImageResources.GenericCut">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Toolbars.GenericToolbarImageResources.GenericNewDocument">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Toolbars.GenericToolbarImageResources.GenericOpenFolder">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Toolbars.GenericToolbarImageResources.GenericPaste">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Toolbars.GenericToolbarImageResources.GenericPrint">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Toolbars.GenericToolbarImageResources.GenericPrintPreview">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Toolbars.GenericToolbarImageResources.GenericPrintSetup">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Toolbars.GenericToolbarImageResources.GenericQuickPrint">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Toolbars.GenericToolbarImageResources.GenericRedo">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Toolbars.GenericToolbarImageResources.GenericSave">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Toolbars.GenericToolbarImageResources.GenericSaveAll">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Toolbars.GenericToolbarImageResources.GenericSaveAndClose">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Toolbars.GenericToolbarImageResources.GenericSaveAs">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Toolbars.GenericToolbarImageResources.GenericUndo">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="T:Krypton.Toolkit.ResourceFiles.Toolbars.Microsoft365ToolbarImageResources">
<summary>
A strongly-typed resource class, for looking up localized strings, etc.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Toolbars.Microsoft365ToolbarImageResources.ResourceManager">
<summary>
Returns the cached ResourceManager instance used by this class.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Toolbars.Microsoft365ToolbarImageResources.Culture">
<summary>
Overrides the current thread's CurrentUICulture property for all
resource lookups using this strongly typed resource class.
</summary>
</member>
<member name="T:Krypton.Toolkit.ResourceFiles.Toolbars.Office2003ToolbarImageResources">
<summary>
A strongly-typed resource class, for looking up localized strings, etc.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Toolbars.Office2003ToolbarImageResources.ResourceManager">
<summary>
Returns the cached ResourceManager instance used by this class.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Toolbars.Office2003ToolbarImageResources.Culture">
<summary>
Overrides the current thread's CurrentUICulture property for all
resource lookups using this strongly typed resource class.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Toolbars.Office2003ToolbarImageResources.Office2003ToolbarCopyDisabled">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Toolbars.Office2003ToolbarImageResources.Office2003ToolbarCopyNormal">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Toolbars.Office2003ToolbarImageResources.Office2003ToolbarCutDisabled">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Toolbars.Office2003ToolbarImageResources.Office2003ToolbarCutNormal">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Toolbars.Office2003ToolbarImageResources.Office2003ToolbarNewDisabled">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Toolbars.Office2003ToolbarImageResources.Office2003ToolbarNewNormal">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Toolbars.Office2003ToolbarImageResources.Office2003ToolbarOpenDisabled">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Toolbars.Office2003ToolbarImageResources.Office2003ToolbarOpenNormal">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Toolbars.Office2003ToolbarImageResources.Office2003ToolbarPageSetupDisabled">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Toolbars.Office2003ToolbarImageResources.Office2003ToolbarPageSetupNormal">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Toolbars.Office2003ToolbarImageResources.Office2003ToolbarPasteDisabled">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Toolbars.Office2003ToolbarImageResources.Office2003ToolbarPasteNormal">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Toolbars.Office2003ToolbarImageResources.Office2003ToolbarPrintDisabled">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Toolbars.Office2003ToolbarImageResources.Office2003ToolbarPrintNormal">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Toolbars.Office2003ToolbarImageResources.Office2003ToolbarPrintPreviewDisabled">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Toolbars.Office2003ToolbarImageResources.Office2003ToolbarPrintPreviewNormal">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Toolbars.Office2003ToolbarImageResources.Office2003ToolbarRedoDisabled">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Toolbars.Office2003ToolbarImageResources.Office2003ToolbarRedoNormal">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Toolbars.Office2003ToolbarImageResources.Office2003ToolbarSaveAllDisabled">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Toolbars.Office2003ToolbarImageResources.Office2003ToolbarSaveAllNormal">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Toolbars.Office2003ToolbarImageResources.Office2003ToolbarSaveDisabled">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Toolbars.Office2003ToolbarImageResources.Office2003ToolbarSaveNormal">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Toolbars.Office2003ToolbarImageResources.Office2003ToolbarUndoDisabled">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Toolbars.Office2003ToolbarImageResources.Office2003ToolbarUndoNormal">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="T:Krypton.Toolkit.ResourceFiles.Toolbars.Office2007ToolbarImageResources">
<summary>
A strongly-typed resource class, for looking up localized strings, etc.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Toolbars.Office2007ToolbarImageResources.ResourceManager">
<summary>
Returns the cached ResourceManager instance used by this class.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Toolbars.Office2007ToolbarImageResources.Culture">
<summary>
Overrides the current thread's CurrentUICulture property for all
resource lookups using this strongly typed resource class.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Toolbars.Office2007ToolbarImageResources.Office2007ToolbarCopyDisabled">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Toolbars.Office2007ToolbarImageResources.Office2007ToolbarCopyNormal">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Toolbars.Office2007ToolbarImageResources.Office2007ToolbarCutDisabled">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Toolbars.Office2007ToolbarImageResources.Office2007ToolbarCutNormal">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Toolbars.Office2007ToolbarImageResources.Office2007ToolbarHelpDisabled">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Toolbars.Office2007ToolbarImageResources.Office2007ToolbarHelpNormal">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Toolbars.Office2007ToolbarImageResources.Office2007ToolbarNewDisabled">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Toolbars.Office2007ToolbarImageResources.Office2007ToolbarNewNormal">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Toolbars.Office2007ToolbarImageResources.Office2007ToolbarOpenDisabled">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Toolbars.Office2007ToolbarImageResources.Office2007ToolbarOpenNormal">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Toolbars.Office2007ToolbarImageResources.Office2007ToolbarPageSetupDisabled">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Toolbars.Office2007ToolbarImageResources.Office2007ToolbarPageSetupNormal">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Toolbars.Office2007ToolbarImageResources.Office2007ToolbarPasteDisabled">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Toolbars.Office2007ToolbarImageResources.Office2007ToolbarPasteNormal">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Toolbars.Office2007ToolbarImageResources.Office2007ToolbarPrintDisabled">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Toolbars.Office2007ToolbarImageResources.Office2007ToolbarPrintNormal">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Toolbars.Office2007ToolbarImageResources.Office2007ToolbarPrintPreviewDisabled">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Toolbars.Office2007ToolbarImageResources.Office2007ToolbarPrintPreviewNormal">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Toolbars.Office2007ToolbarImageResources.Office2007ToolbarQuickPrintDisabled">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Toolbars.Office2007ToolbarImageResources.Office2007ToolbarQuickPrintNormal">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Toolbars.Office2007ToolbarImageResources.Office2007ToolbarRedoDisabled">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Toolbars.Office2007ToolbarImageResources.Office2007ToolbarRedoNormal">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Toolbars.Office2007ToolbarImageResources.Office2007ToolbarSaveAllDisabled">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Toolbars.Office2007ToolbarImageResources.Office2007ToolbarSaveAllNormal">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Toolbars.Office2007ToolbarImageResources.Office2007ToolbarSaveAsDisabled">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Toolbars.Office2007ToolbarImageResources.Office2007ToolbarSaveAsNormal">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Toolbars.Office2007ToolbarImageResources.Office2007ToolbarSaveDisabled">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Toolbars.Office2007ToolbarImageResources.Office2007ToolbarSaveNormal">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Toolbars.Office2007ToolbarImageResources.Office2007ToolbarUndoDisabled">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Toolbars.Office2007ToolbarImageResources.Office2007ToolbarUndoNormal">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="T:Krypton.Toolkit.ResourceFiles.Toolbars.Office2010ToolbarImageResources">
<summary>
A strongly-typed resource class, for looking up localized strings, etc.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Toolbars.Office2010ToolbarImageResources.ResourceManager">
<summary>
Returns the cached ResourceManager instance used by this class.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Toolbars.Office2010ToolbarImageResources.Culture">
<summary>
Overrides the current thread's CurrentUICulture property for all
resource lookups using this strongly typed resource class.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Toolbars.Office2010ToolbarImageResources.Office2010ToolbarCopyDisabled">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Toolbars.Office2010ToolbarImageResources.Office2010ToolbarCopyNormal">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Toolbars.Office2010ToolbarImageResources.Office2010ToolbarCutDisabled">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Toolbars.Office2010ToolbarImageResources.Office2010ToolbarCutNormal">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Toolbars.Office2010ToolbarImageResources.Office2010ToolbarNewDisabled">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Toolbars.Office2010ToolbarImageResources.Office2010ToolbarNewNormal">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Toolbars.Office2010ToolbarImageResources.Office2010ToolbarOpenDisabled">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Toolbars.Office2010ToolbarImageResources.Office2010ToolbarOpenNormal">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Toolbars.Office2010ToolbarImageResources.Office2010ToolbarPageSetupDisabled">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Toolbars.Office2010ToolbarImageResources.Office2010ToolbarPageSetupNormal">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Toolbars.Office2010ToolbarImageResources.Office2010ToolbarPasteDisabled">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Toolbars.Office2010ToolbarImageResources.Office2010ToolbarPasteNormal">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Toolbars.Office2010ToolbarImageResources.Office2010ToolbarPrintDisabled">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Toolbars.Office2010ToolbarImageResources.Office2010ToolbarPrintNormal">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Toolbars.Office2010ToolbarImageResources.Office2010ToolbarPrintPreviewDisabled">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Toolbars.Office2010ToolbarImageResources.Office2010ToolbarPrintPreviewNormal">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Toolbars.Office2010ToolbarImageResources.Office2010ToolbarQuickPrintDisabled">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Toolbars.Office2010ToolbarImageResources.Office2010ToolbarQuickPrintNormal">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Toolbars.Office2010ToolbarImageResources.Office2010ToolbarRedoDisabled">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Toolbars.Office2010ToolbarImageResources.Office2010ToolbarRedoNormal">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Toolbars.Office2010ToolbarImageResources.Office2010ToolbarSaveAllDisabled">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Toolbars.Office2010ToolbarImageResources.Office2010ToolbarSaveAllNormal">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Toolbars.Office2010ToolbarImageResources.Office2010ToolbarSaveAsDisabled">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Toolbars.Office2010ToolbarImageResources.Office2010ToolbarSaveAsNormal">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Toolbars.Office2010ToolbarImageResources.Office2010ToolbarSaveDisabled">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Toolbars.Office2010ToolbarImageResources.Office2010ToolbarSaveNormal">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Toolbars.Office2010ToolbarImageResources.Office2010ToolbarUndoDisabled">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Toolbars.Office2010ToolbarImageResources.Office2010ToolbarUndoNormal">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="T:Krypton.Toolkit.ResourceFiles.Toolbars.Office2013ToolbarImageResources">
<summary>
A strongly-typed resource class, for looking up localized strings, etc.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Toolbars.Office2013ToolbarImageResources.ResourceManager">
<summary>
Returns the cached ResourceManager instance used by this class.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Toolbars.Office2013ToolbarImageResources.Culture">
<summary>
Overrides the current thread's CurrentUICulture property for all
resource lookups using this strongly typed resource class.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Toolbars.Office2013ToolbarImageResources.Office2013ToolbarCopyDisabled">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Toolbars.Office2013ToolbarImageResources.Office2013ToolbarCopyNormal">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Toolbars.Office2013ToolbarImageResources.Office2013ToolbarCutDisabled">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Toolbars.Office2013ToolbarImageResources.Office2013ToolbarCutNormal">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Toolbars.Office2013ToolbarImageResources.Office2013ToolbarNewDisabled">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Toolbars.Office2013ToolbarImageResources.Office2013ToolbarNewNormal">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Toolbars.Office2013ToolbarImageResources.Office2013ToolbarOpenDisabled">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Toolbars.Office2013ToolbarImageResources.Office2013ToolbarOpenNormal">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Toolbars.Office2013ToolbarImageResources.Office2013ToolbarPageSetupDisabled">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Toolbars.Office2013ToolbarImageResources.Office2013ToolbarPageSetupNormal">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Toolbars.Office2013ToolbarImageResources.Office2013ToolbarPasteDisabled">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Toolbars.Office2013ToolbarImageResources.Office2013ToolbarPasteNormal">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Toolbars.Office2013ToolbarImageResources.Office2013ToolbarPrintDisabled">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Toolbars.Office2013ToolbarImageResources.Office2013ToolbarPrintNormal">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Toolbars.Office2013ToolbarImageResources.Office2013ToolbarPrintPreviewDisabled">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Toolbars.Office2013ToolbarImageResources.Office2013ToolbarPrintPreviewNormal">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Toolbars.Office2013ToolbarImageResources.Office2013ToolbarQuickPrintDisabled">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Toolbars.Office2013ToolbarImageResources.Office2013ToolbarQuickPrintNormal">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Toolbars.Office2013ToolbarImageResources.Office2013ToolbarRedoDisabled">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Toolbars.Office2013ToolbarImageResources.Office2013ToolbarRedoNormal">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Toolbars.Office2013ToolbarImageResources.Office2013ToolbarSaveAllDisabled">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Toolbars.Office2013ToolbarImageResources.Office2013ToolbarSaveAllNormal">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Toolbars.Office2013ToolbarImageResources.Office2013ToolbarSaveAsDisabled">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Toolbars.Office2013ToolbarImageResources.Office2013ToolbarSaveAsNormal">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Toolbars.Office2013ToolbarImageResources.Office2013ToolbarSaveDisabled">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Toolbars.Office2013ToolbarImageResources.Office2013ToolbarSaveNormal">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Toolbars.Office2013ToolbarImageResources.Office2013ToolbarUndoDisabled">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Toolbars.Office2013ToolbarImageResources.Office2013ToolbarUndoNormal">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="T:Krypton.Toolkit.ResourceFiles.Toolbars.Office2016ToolbarImageResources">
<summary>
A strongly-typed resource class, for looking up localized strings, etc.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Toolbars.Office2016ToolbarImageResources.ResourceManager">
<summary>
Returns the cached ResourceManager instance used by this class.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Toolbars.Office2016ToolbarImageResources.Culture">
<summary>
Overrides the current thread's CurrentUICulture property for all
resource lookups using this strongly typed resource class.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Toolbars.Office2016ToolbarImageResources.Office2016ToolbarCopyDisabled">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Toolbars.Office2016ToolbarImageResources.Office2016ToolbarCopyNormal">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Toolbars.Office2016ToolbarImageResources.Office2016ToolbarCutDisabled">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Toolbars.Office2016ToolbarImageResources.Office2016ToolbarCutNormal">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Toolbars.Office2016ToolbarImageResources.Office2016ToolbarNewDisabled">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Toolbars.Office2016ToolbarImageResources.Office2016ToolbarNewNormal">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Toolbars.Office2016ToolbarImageResources.Office2016ToolbarOpenDisabled">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Toolbars.Office2016ToolbarImageResources.Office2016ToolbarOpenNormal">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Toolbars.Office2016ToolbarImageResources.Office2016ToolbarPageSetupDisabled">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Toolbars.Office2016ToolbarImageResources.Office2016ToolbarPageSetupNormal">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Toolbars.Office2016ToolbarImageResources.Office2016ToolbarPasteDisabled">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Toolbars.Office2016ToolbarImageResources.Office2016ToolbarPasteNormal">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Toolbars.Office2016ToolbarImageResources.Office2016ToolbarPrintDisabled">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Toolbars.Office2016ToolbarImageResources.Office2016ToolbarPrintNormal">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Toolbars.Office2016ToolbarImageResources.Office2016ToolbarPrintPreviewDisabled">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Toolbars.Office2016ToolbarImageResources.Office2016ToolbarPrintPreviewNormal">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Toolbars.Office2016ToolbarImageResources.Office2016ToolbarQuickPrintDisabled">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Toolbars.Office2016ToolbarImageResources.Office2016ToolbarQuickPrintNormal">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Toolbars.Office2016ToolbarImageResources.Office2016ToolbarRedoDisabled">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Toolbars.Office2016ToolbarImageResources.Office2016ToolbarRedoNormal">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Toolbars.Office2016ToolbarImageResources.Office2016ToolbarSaveAllDisabled">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Toolbars.Office2016ToolbarImageResources.Office2016ToolbarSaveAllNormal">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Toolbars.Office2016ToolbarImageResources.Office2016ToolbarSaveAsDisabled">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Toolbars.Office2016ToolbarImageResources.Office2016ToolbarSaveAsNormal">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Toolbars.Office2016ToolbarImageResources.Office2016ToolbarSaveDisabled">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Toolbars.Office2016ToolbarImageResources.Office2016ToolbarSaveNormal">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Toolbars.Office2016ToolbarImageResources.Office2016ToolbarUndoDisabled">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Toolbars.Office2016ToolbarImageResources.Office2016ToolbarUndoNormal">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="T:Krypton.Toolkit.ResourceFiles.Toolbars.Office2019ToolbarImageResources">
<summary>
A strongly-typed resource class, for looking up localized strings, etc.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Toolbars.Office2019ToolbarImageResources.ResourceManager">
<summary>
Returns the cached ResourceManager instance used by this class.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Toolbars.Office2019ToolbarImageResources.Culture">
<summary>
Overrides the current thread's CurrentUICulture property for all
resource lookups using this strongly typed resource class.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Toolbars.Office2019ToolbarImageResources.Office2019ToolbarCopyDisabled">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Toolbars.Office2019ToolbarImageResources.Office2019ToolbarCopyNormal">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Toolbars.Office2019ToolbarImageResources.Office2019ToolbarCutDisabled">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Toolbars.Office2019ToolbarImageResources.Office2019ToolbarCutNormal">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Toolbars.Office2019ToolbarImageResources.Office2019ToolbarNewDisabled">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Toolbars.Office2019ToolbarImageResources.Office2019ToolbarNewNormal">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Toolbars.Office2019ToolbarImageResources.Office2019ToolbarOpenDisabled">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Toolbars.Office2019ToolbarImageResources.Office2019ToolbarOpenNormal">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Toolbars.Office2019ToolbarImageResources.Office2019ToolbarPageSetupDisabled">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Toolbars.Office2019ToolbarImageResources.Office2019ToolbarPageSetupNormal">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Toolbars.Office2019ToolbarImageResources.Office2019ToolbarPasteDisabled">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Toolbars.Office2019ToolbarImageResources.Office2019ToolbarPasteNormal">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Toolbars.Office2019ToolbarImageResources.Office2019ToolbarPrintDisabled">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Toolbars.Office2019ToolbarImageResources.Office2019ToolbarPrintNormal">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Toolbars.Office2019ToolbarImageResources.Office2019ToolbarPrintPreviewDisabled">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Toolbars.Office2019ToolbarImageResources.Office2019ToolbarPrintPreviewNormal">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Toolbars.Office2019ToolbarImageResources.Office2019ToolbarQuickPrintDisabled">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Toolbars.Office2019ToolbarImageResources.Office2019ToolbarQuickPrintNormal">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Toolbars.Office2019ToolbarImageResources.Office2019ToolbarRedoDisabled">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Toolbars.Office2019ToolbarImageResources.Office2019ToolbarRedoNormal">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Toolbars.Office2019ToolbarImageResources.Office2019ToolbarSaveAllDisabled">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Toolbars.Office2019ToolbarImageResources.Office2019ToolbarSaveAllNormal">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Toolbars.Office2019ToolbarImageResources.Office2019ToolbarSaveAsDisabled">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Toolbars.Office2019ToolbarImageResources.Office2019ToolbarSaveAsNormal">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Toolbars.Office2019ToolbarImageResources.Office2019ToolbarSaveDisabled">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Toolbars.Office2019ToolbarImageResources.Office2019ToolbarSaveNormal">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Toolbars.Office2019ToolbarImageResources.Office2019ToolbarUndoDisabled">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Toolbars.Office2019ToolbarImageResources.Office2019ToolbarUndoNormal">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="T:Krypton.Toolkit.ResourceFiles.Toolbars.SystemToolbarImageResources">
<summary>
A strongly-typed resource class, for looking up localized strings, etc.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Toolbars.SystemToolbarImageResources.ResourceManager">
<summary>
Returns the cached ResourceManager instance used by this class.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Toolbars.SystemToolbarImageResources.Culture">
<summary>
Overrides the current thread's CurrentUICulture property for all
resource lookups using this strongly typed resource class.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Toolbars.SystemToolbarImageResources.SystemToolbarCopyDisabled">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Toolbars.SystemToolbarImageResources.SystemToolbarCopyNormal">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Toolbars.SystemToolbarImageResources.SystemToolbarCutDisabled">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Toolbars.SystemToolbarImageResources.SystemToolbarCutNormal">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Toolbars.SystemToolbarImageResources.SystemToolbarNewDisabled">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Toolbars.SystemToolbarImageResources.SystemToolbarNewNormal">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Toolbars.SystemToolbarImageResources.SystemToolbarOpenDisabled">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Toolbars.SystemToolbarImageResources.SystemToolbarOpenNormal">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Toolbars.SystemToolbarImageResources.SystemToolbarPageSetupDisabled">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Toolbars.SystemToolbarImageResources.SystemToolbarPageSetupNormal">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Toolbars.SystemToolbarImageResources.SystemToolbarPasteDisabled">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Toolbars.SystemToolbarImageResources.SystemToolbarPasteNormal">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Toolbars.SystemToolbarImageResources.SystemToolbarPrintDisabled">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Toolbars.SystemToolbarImageResources.SystemToolbarPrintNormal">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Toolbars.SystemToolbarImageResources.SystemToolbarPrintPreviewDisabled">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Toolbars.SystemToolbarImageResources.SystemToolbarPrintPreviewNormal">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Toolbars.SystemToolbarImageResources.SystemToolbarRedoDisabled">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Toolbars.SystemToolbarImageResources.SystemToolbarRedoNormal">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Toolbars.SystemToolbarImageResources.SystemToolbarSaveAllDisabled">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Toolbars.SystemToolbarImageResources.SystemToolbarSaveAllNormal">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Toolbars.SystemToolbarImageResources.SystemToolbarSaveDisabled">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Toolbars.SystemToolbarImageResources.SystemToolbarSaveNormal">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Toolbars.SystemToolbarImageResources.SystemToolbarUndoDisabled">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Toolbars.SystemToolbarImageResources.SystemToolbarUndoNormal">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="T:Krypton.Toolkit.ResourceFiles.Toolbars.VisualStudioToolbarImageResources">
<summary>
A strongly-typed resource class, for looking up localized strings, etc.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Toolbars.VisualStudioToolbarImageResources.ResourceManager">
<summary>
Returns the cached ResourceManager instance used by this class.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Toolbars.VisualStudioToolbarImageResources.Culture">
<summary>
Overrides the current thread's CurrentUICulture property for all
resource lookups using this strongly typed resource class.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Toolbars.VisualStudioToolbarImageResources.VisualStudio2022ToolbarCopy">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Toolbars.VisualStudioToolbarImageResources.VisualStudio2022ToolbarCut">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Toolbars.VisualStudioToolbarImageResources.VisualStudio2022ToolbarNewFile">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Toolbars.VisualStudioToolbarImageResources.VisualStudio2022ToolbarOpen">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Toolbars.VisualStudioToolbarImageResources.VisualStudio2022ToolbarPageSetup">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Toolbars.VisualStudioToolbarImageResources.VisualStudio2022ToolbarPaste">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Toolbars.VisualStudioToolbarImageResources.VisualStudio2022ToolbarPrint">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Toolbars.VisualStudioToolbarImageResources.VisualStudio2022ToolbarPrintPreview">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Toolbars.VisualStudioToolbarImageResources.VisualStudio2022ToolbarQuickPrint">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Toolbars.VisualStudioToolbarImageResources.VisualStudio2022ToolbarRedo">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Toolbars.VisualStudioToolbarImageResources.VisualStudio2022ToolbarSave">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Toolbars.VisualStudioToolbarImageResources.VisualStudio2022ToolbarSaveAll">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Toolbars.VisualStudioToolbarImageResources.VisualStudio2022ToolbarSaveAs">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.Toolbars.VisualStudioToolbarImageResources.VisualStudio2022ToolbarUndo">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="T:Krypton.Toolkit.ResourceFiles.TreeItems.TreeItemImageResources">
<summary>
A strongly-typed resource class, for looking up localized strings, etc.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.TreeItems.TreeItemImageResources.ResourceManager">
<summary>
Returns the cached ResourceManager instance used by this class.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.TreeItems.TreeItemImageResources.Culture">
<summary>
Overrides the current thread's CurrentUICulture property for all
resource lookups using this strongly typed resource class.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.TreeItems.TreeItemImageResources.TreeCollapseBlack">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.TreeItems.TreeItemImageResources.TreeCollapseDark">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.TreeItems.TreeItemImageResources.TreeCollapseMinus">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.TreeItems.TreeItemImageResources.TreeExpandDark">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.TreeItems.TreeItemImageResources.TreeExpandPlus">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.TreeItems.TreeItemImageResources.TreeExpandWhite">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.TreeItems.TreeItemImageResources.TreeMinusBox">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.TreeItems.TreeItemImageResources.TreePlusBox">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="T:Krypton.Toolkit.ResourceFiles.UAC.UACShieldIconResources">
<summary>
A strongly-typed resource class, for looking up localized strings, etc.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.UAC.UACShieldIconResources.ResourceManager">
<summary>
Returns the cached ResourceManager instance used by this class.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.UAC.UACShieldIconResources.Culture">
<summary>
Overrides the current thread's CurrentUICulture property for all
resource lookups using this strongly typed resource class.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.UAC.UACShieldIconResources.UAC_Shield_Windows_10">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.UAC.UACShieldIconResources.UAC_Shield_Windows_11">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.UAC.UACShieldIconResources.UAC_Shield_Windows_7">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.UAC.UACShieldIconResources.UACShieldWindows10">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.UAC.UACShieldIconResources.UACShieldWindows10Alternate">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.UAC.UACShieldIconResources.UACShieldWindows11">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.UAC.UACShieldIconResources.UACShieldWindows7881">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.UAC.UACShieldIconResources.UACShieldWindowsVista">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="T:Krypton.Toolkit.ResourceFiles.VisualStudio.VisualStudioImageResources">
<summary>
A strongly-typed resource class, for looking up localized strings, etc.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.VisualStudio.VisualStudioImageResources.ResourceManager">
<summary>
Returns the cached ResourceManager instance used by this class.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.VisualStudio.VisualStudioImageResources.Culture">
<summary>
Overrides the current thread's CurrentUICulture property for all
resource lookups using this strongly typed resource class.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.VisualStudio.VisualStudioImageResources.VisualStudioCheckBoxChecked">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.VisualStudio.VisualStudioImageResources.VisualStudioCheckBoxDisabled">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.VisualStudio.VisualStudioImageResources.VisualStudioCheckBoxUnchecked">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="T:Krypton.Toolkit.ResourceFiles.WindowsLogos.WindowsLogoImageResources">
<summary>
A strongly-typed resource class, for looking up localized strings, etc.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.WindowsLogos.WindowsLogoImageResources.ResourceManager">
<summary>
Returns the cached ResourceManager instance used by this class.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.WindowsLogos.WindowsLogoImageResources.Culture">
<summary>
Overrides the current thread's CurrentUICulture property for all
resource lookups using this strongly typed resource class.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.WindowsLogos.WindowsLogoImageResources.Windows_11_128_128">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.WindowsLogos.WindowsLogoImageResources.Windows_11_Original">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.WindowsLogos.WindowsLogoImageResources.Windows_8_81_10_128_128">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Krypton.Toolkit.ResourceFiles.WindowsLogos.WindowsLogoImageResources.Windows_8_81_10_Original">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="T:Krypton.Toolkit.FileDialogWrapper">
<summary>
Displays a dialog window from which the user can select a file.
</summary>
</member>
<member name="P:Krypton.Toolkit.FileDialogWrapper.AddExtension">
<summary>Gets or sets a value indicating whether the dialog box automatically adds an extension to a file name if the user omits the extension.</summary>
<returns>
<see langword="true" /> if the dialog box adds an extension to a file name if the user omits the extension; otherwise, <see langword="false" />. The default value is <see langword="true" />.</returns>
</member>
<member name="P:Krypton.Toolkit.FileDialogWrapper.CheckFileExists">
<summary>Gets or sets a value indicating whether the dialog box displays a warning if the user specifies a file name that does not exist.</summary>
<returns>
<see langword="true" /> if the dialog box displays a warning if the user specifies a file name that does not exist; otherwise, <see langword="false" />. The default value is <see langword="false" />.</returns>
</member>
<member name="P:Krypton.Toolkit.FileDialogWrapper.CheckPathExists">
<summary>Gets or sets a value indicating whether the dialog box displays a warning if the user specifies a path that does not exist.</summary>
<returns>
<see langword="true" /> if the dialog box displays a warning when the user specifies a path that does not exist; otherwise, <see langword="false" />. The default value is <see langword="true" />.</returns>
</member>
<member name="P:Krypton.Toolkit.FileDialogWrapper.DefaultExt">
<summary>Gets or sets the default file name extension.</summary>
<returns>The default file name extension. The returned string does not include the period. The default value is an empty string ("").</returns>
</member>
<member name="P:Krypton.Toolkit.FileDialogWrapper.DereferenceLinks">
<summary>Gets or sets a value indicating whether the dialog box returns the location of the file referenced by the shortcut or whether it returns the location of the shortcut (.lnk).</summary>
<returns>
<see langword="true" /> if the dialog box returns the location of the file referenced by the shortcut; otherwise, <see langword="false" />. The default value is <see langword="true" />.</returns>
</member>
<member name="P:Krypton.Toolkit.FileDialogWrapper.FileName">
<summary>Gets or sets a string containing the file name selected in the file dialog box.</summary>
<returns>The file name selected in the file dialog box. The default value is an empty string ("").</returns>
</member>
<member name="P:Krypton.Toolkit.FileDialogWrapper.FileNames">
<summary>Gets the file names of all selected files in the dialog box.</summary>
<returns>An array of type <see cref="T:System.String" />, containing the file names of all selected files in the dialog box.</returns>
</member>
<member name="P:Krypton.Toolkit.FileDialogWrapper.Filter">
<summary>Gets or sets the current file name filter string, which determines the choices that appear in the "Save as file type" or "Files of type" box in the dialog box.</summary>
<returns>The file filtering options available in the dialog box.</returns>
</member>
<member name="P:Krypton.Toolkit.FileDialogWrapper.FilterIndex">
<summary>Gets or sets the index of the filter currently selected in the file dialog box.</summary>
<returns>A value containing the index of the filter currently selected in the file dialog box. The default value is 1.</returns>
</member>
<member name="P:Krypton.Toolkit.FileDialogWrapper.InitialDirectory">
<summary>Gets or sets the initial directory displayed by the file dialog box.</summary>
<returns>The initial directory displayed by the file dialog box. The default is an empty string ("").</returns>
</member>
<member name="P:Krypton.Toolkit.FileDialogWrapper.RestoreDirectory">
<summary>Gets or sets a value indicating whether the dialog box restores the directory to the previously selected directory before closing.</summary>
<returns>
<see langword="true" /> if the dialog box restores the current directory to the previously selected directory if the user changed the directory while searching for files; otherwise, <see langword="false" />. The default value is <see langword="false" />.</returns>
</member>
<member name="P:Krypton.Toolkit.FileDialogWrapper.SupportMultiDottedExtensions">
<summary>Gets or sets whether the dialog box supports displaying and saving files that have multiple file name extensions.</summary>
<returns>
<see langword="true" /> if the dialog box supports multiple file name extensions; otherwise, <see langword="false" />. The default is <see langword="false" />.</returns>
</member>
<member name="P:Krypton.Toolkit.FileDialogWrapper.ValidateNames">
<summary>Gets or sets a value indicating whether the dialog box accepts only valid Win32 file names.</summary>
<returns>
<see langword="true" /> if the dialog box accepts only valid Win32 file names; otherwise, <see langword="false" />. The default value is <see langword="true" />.</returns>
</member>
<member name="E:Krypton.Toolkit.FileDialogWrapper.FileOk">
<summary>Occurs when the user clicks on the Open or Save button on a file dialog box.</summary>
</member>
<member name="P:Krypton.Toolkit.FileDialogWrapper.CustomPlaces">
<summary>Gets the custom places collection for this <see cref="T:System.Windows.Forms.FileDialog" /> instance.</summary>
<returns>The custom places collection for this <see cref="T:System.Windows.Forms.FileDialog" /> instance.</returns>
</member>
<member name="T:Krypton.Toolkit.FileSaveDialogWrapper">
<summary>
Displays a dialog window from which the user can select a file.
</summary>
</member>
<member name="M:Krypton.Toolkit.ShellBrowserDialogTFM.ShowActualDialog(System.Windows.Forms.IWin32Window)">
<inheritdoc />
</member>
<member name="P:Krypton.Toolkit.ShellBrowserDialogTFM.Title">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.ShellBrowserDialogTFM.Reset">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.ShellBrowserDialogTFM.ToString">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.ShellBrowserDialogTFM.Dispose">
<inheritdoc />
</member>
<member name="T:Krypton.Toolkit.ShellDialogWrapper">
<summary>
Wraps the Shell dialog window When launched.
</summary>
</member>
<member name="M:Krypton.Toolkit.ShellDialogWrapper.ShowDialog">
<summary>
Runs a common dialog box.
</summary>
</member>
<member name="M:Krypton.Toolkit.ShellDialogWrapper.ShowDialog(System.Windows.Forms.IWin32Window)">
<summary>
Runs a common dialog box, parented to the given IWin32Window.
</summary>
</member>
<member name="M:Krypton.Toolkit.ShellDialogWrapper.ShowActualDialog(System.Windows.Forms.IWin32Window)">
<summary>
Runs a common dialog box, parented to the given IWin32Window.
</summary>
</member>
<member name="P:Krypton.Toolkit.ShellDialogWrapper.Icon">
<summary>Get or Sets the file dialog box Icon.</summary>
<returns>The file dialog box Icon.</returns>
</member>
<member name="P:Krypton.Toolkit.ShellDialogWrapper.Title">
<summary>Gets or sets the file dialog box title.</summary>
<returns>The file dialog box title. The default value is an empty string ("").</returns>
</member>
<member name="M:Krypton.Toolkit.ShellDialogWrapper.Reset">
<summary>Resets all properties to their default values.</summary>
</member>
<member name="M:Krypton.Toolkit.ShellDialogWrapper.ToString">
<summary>Provides a string version of this object.</summary>
<returns>A string version of this object.</returns>
</member>
<member name="M:Krypton.Toolkit.GenericImageStorage.#ctor">
<summary>Initializes a new instance of the <see cref="T:Krypton.Toolkit.GenericImageStorage" /> class.</summary>
</member>
<member name="M:Krypton.Toolkit.GenericImageStorage.ToString">
<summary>Converts to string.</summary>
<returns>A <see cref="T:System.String" /> that represents this instance.</returns>
</member>
<member name="P:Krypton.Toolkit.GenericImageStorage.IsDefault">
<summary>
Gets a value indicating if all the strings are default values.
</summary>
<returns>True if all values are defaulted; otherwise false.</returns>
</member>
<member name="P:Krypton.Toolkit.GenericImageStorage.ApplicationIcon">
<summary>
Gets and sets the application button image.
</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonImageStorage.GenericToolkitImages">
<summary>Gets the toolkit images.</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonImageStorage.ToolbarImages">
<summary>Gets the toolbar images.</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonImageStorage.IsDefault">
<summary>Gets a value indicating whether this instance is default.</summary>
<value><c>true</c> if this instance is default; otherwise, <c>false</c>.</value>
</member>
<member name="T:Krypton.Toolkit.ToolBarImageStorage">
<summary>Access to the integrated and quick access toolbar images.</summary>
ToDo: Get images from theme, when changed
</member>
<member name="M:Krypton.Toolkit.ToolBarImageStorage.#ctor">
<summary>Initializes a new instance of the <see cref="T:Krypton.Toolkit.ToolBarImageStorage" /> class.</summary>
</member>
<member name="P:Krypton.Toolkit.ToolBarImageStorage.IsDefault">
<summary>
Gets a value indicating if all the strings are default values.
</summary>
<returns>True if all values are defaulted; otherwise false.</returns>
</member>
<member name="M:Krypton.Toolkit.ToolBarImageStorage.AddImagesToArray(System.Drawing.Image[])">
<summary>Adds the palette toolbar images to an array.</summary>
<param name="paletteToolBarImages">The palette toolbar images.</param>
</member>
<member name="M:Krypton.Toolkit.ToolBarImageStorage.ReturnToolBarImages">
<summary>Returns the toolbar images.</summary>
<returns>A collection of toolbar images.</returns>
</member>
<member name="T:Krypton.Toolkit.DebugTools">
<summary>
Allow Krypton to be improved by getting help from users
</summary>
</member>
<member name="M:Krypton.Toolkit.DebugTools.NotImplemented(System.String,System.String,System.Int32,System.String)">
<summary>
Allow Krypton to be improved by getting help from users
</summary>
</member>
<member name="T:Krypton.Toolkit.ExceptionHandler">
<summary>
This class is designed to handle thrown exceptions. (FOR INTERNAL USE ONLY!)
</summary>
</member>
<member name="M:Krypton.Toolkit.ExceptionHandler.#ctor">
<summary>Initializes a new instance of the <see cref="T:Krypton.Toolkit.ExceptionHandler" /> class.</summary>
</member>
<member name="M:Krypton.Toolkit.ExceptionHandler.CaptureException(System.Exception,System.String,System.String,System.Int32,System.String,System.Boolean)">
<summary>Captures the exception.</summary>
<param name="exception">The exception.</param>
<param name="title">The title.</param>
<param name="callerFilePath">The calling file path.</param>
<param name="lineNumber">The line number.</param>
<param name="callerMethod">The calling method.</param>
<param name="showStackTrace">Show the stack trace.</param>
</member>
<member name="M:Krypton.Toolkit.ExceptionHandler.PrintStackTrace(System.Exception,System.String)">
<summary>Captures a stack trace of the exception.</summary>
<param name="exception">The incoming exception.</param>
<param name="fileName">The file to write the exception stack trace to.</param>
</member>
<member name="M:Krypton.Toolkit.ExceptionHandler.PrintExceptionStackTrace(System.Exception,System.String)">
<summary>Captures a stack trace of the exception.</summary>
<param name="exception">The incoming exception.</param>
<param name="fileName">The file to write the exception stack trace to.</param>
</member>
<member name="T:Krypton.Toolkit.GlobalColorStrings">
<summary>Exposes a global set of color strings used within Krypton and that are localizable.</summary>
</member>
<member name="M:Krypton.Toolkit.GlobalColorStrings.#ctor">
<summary>Initializes a new instance of the <see cref="T:Krypton.Toolkit.GlobalColorStrings" /> class.</summary>
</member>
<member name="M:Krypton.Toolkit.GlobalColorStrings.ToString">
<summary>Converts to string.</summary>
<returns>A <see cref="T:System.String" /> that represents this instance.</returns>
</member>
<member name="P:Krypton.Toolkit.GlobalColorStrings.IsDefault">
<summary>
Gets a value indicating if all the strings are default values.
</summary>
<returns>True if all values are defaulted; otherwise false.</returns>
</member>
<member name="M:Krypton.Toolkit.GlobalColorStrings.Reset">
<summary>
Reset all strings to default values.
</summary>
</member>
<member name="P:Krypton.Toolkit.GlobalColorStrings.Color">
<summary>Gets or sets the color string.</summary>
</member>
<member name="P:Krypton.Toolkit.GlobalColorStrings.Colors">
<summary>Gets or sets the colors string.</summary>
</member>
<member name="P:Krypton.Toolkit.GlobalColorStrings.MoreColors">
<summary>Gets or sets the more colors string.</summary>
</member>
<member name="P:Krypton.Toolkit.GlobalColorStrings.ThemeColors">
<summary>Gets or sets the theme colors string.</summary>
</member>
<member name="P:Krypton.Toolkit.GlobalColorStrings.StandardColors">
<summary>Gets or sets the standard colors string.</summary>
</member>
<member name="P:Krypton.Toolkit.GlobalColorStrings.RecentColors">
<summary>Gets or sets the recent colors string.</summary>
</member>
<member name="P:Krypton.Toolkit.GlobalColorStrings.NoColor">
<summary>Gets or sets the no color string.</summary>
</member>
<member name="T:Krypton.Toolkit.ButtonStyleStrings">
<summary>Exposes the set of <see cref="T:Krypton.Toolkit.ButtonStyleConverter"/> strings used within Krypton and that are localizable.</summary>
</member>
<member name="P:Krypton.Toolkit.ButtonStyleStrings.Alternate">
<summary>Gets or sets the alternate button spec style string.</summary>
</member>
<member name="P:Krypton.Toolkit.ButtonStyleStrings.BreadCrumb">
<summary>Gets or sets the bread crumb button spec style string.</summary>
</member>
<member name="P:Krypton.Toolkit.ButtonStyleStrings.ButtonSpec">
<summary>Gets or sets the buttonspec button spec style string.</summary>
</member>
<member name="P:Krypton.Toolkit.ButtonStyleStrings.CalendarDay">
<summary>Gets or sets the calendar day button spec style string.</summary>
</member>
<member name="P:Krypton.Toolkit.ButtonStyleStrings.Cluster">
<summary>Gets or sets the cluster button spec style string.</summary>
</member>
<member name="P:Krypton.Toolkit.ButtonStyleStrings.Command">
<summary>Gets or sets the command button spec style string.</summary>
</member>
<member name="P:Krypton.Toolkit.ButtonStyleStrings.CustomOne">
<summary>Gets or sets the custom 1 button spec style string.</summary>
</member>
<member name="P:Krypton.Toolkit.ButtonStyleStrings.CustomTwo">
<summary>Gets or sets the custom 2 button spec style string.</summary>
</member>
<member name="P:Krypton.Toolkit.ButtonStyleStrings.CustomThree">
<summary>Gets or sets the custom 3 button spec style string.</summary>
</member>
<member name="P:Krypton.Toolkit.ButtonStyleStrings.FormClose">
<summary>Gets or sets the form close button spec style string.</summary>
</member>
<member name="P:Krypton.Toolkit.ButtonStyleStrings.Form">
<summary>Gets or sets the form button spec style string.</summary>
</member>
<member name="P:Krypton.Toolkit.ButtonStyleStrings.Gallery">
<summary>Gets or sets the gallery button spec style string.</summary>
</member>
<member name="P:Krypton.Toolkit.ButtonStyleStrings.InputControl">
<summary>Gets or sets the input control button spec style string.</summary>
</member>
<member name="P:Krypton.Toolkit.ButtonStyleStrings.ListItem">
<summary>Gets or sets the list item button spec style string.</summary>
</member>
<member name="P:Krypton.Toolkit.ButtonStyleStrings.LowProfile">
<summary>Gets or sets the low profile button spec style string.</summary>
</member>
<member name="P:Krypton.Toolkit.ButtonStyleStrings.NavigatorStack">
<summary>Gets or sets the navigator stack button spec style string.</summary>
</member>
<member name="P:Krypton.Toolkit.ButtonStyleStrings.NavigatorOverflow">
<summary>Gets or sets the navigator overflow button spec style string.</summary>
</member>
<member name="P:Krypton.Toolkit.ButtonStyleStrings.NavigatorMini">
<summary>Gets or sets the navigator mini button spec style string.</summary>
</member>
<member name="P:Krypton.Toolkit.ButtonStyleStrings.Standalone">
<summary>Gets or sets the standalone button spec style string.</summary>
</member>
<member name="T:Krypton.Toolkit.DataGridViewStyleStrings">
<summary>Exposes the set of <see cref="T:Krypton.Toolkit.DataGridViewStyleConverter"/> strings used within Krypton and that are localizable.</summary>
</member>
<member name="P:Krypton.Toolkit.DataGridViewStyleStrings.CustomOne">
<summary>Gets or sets the custom 1 data grid view style string.</summary>
</member>
<member name="P:Krypton.Toolkit.DataGridViewStyleStrings.CustomTwo">
<summary>Gets or sets the custom 2 data grid view style string.</summary>
</member>
<member name="P:Krypton.Toolkit.DataGridViewStyleStrings.CustomThree">
<summary>Gets or sets the custom 3 data grid view style string.</summary>
</member>
<member name="P:Krypton.Toolkit.DataGridViewStyleStrings.Mixed">
<summary>Gets or sets the mixed data grid view style string.</summary>
</member>
<member name="P:Krypton.Toolkit.DataGridViewStyleStrings.List">
<summary>Gets or sets the list data grid view style string.</summary>
</member>
<member name="P:Krypton.Toolkit.DataGridViewStyleStrings.Sheet">
<summary>Gets or sets the sheet data grid view style string.</summary>
</member>
<member name="T:Krypton.Toolkit.GridStyleStrings">
<summary>Exposes the set of <see cref="T:Krypton.Toolkit.GridStyleConverter"/> strings used within Krypton and that are localizable.</summary>
</member>
<member name="P:Krypton.Toolkit.GridStyleStrings.CustomOne">
<summary>Gets or sets the custom 1 grid style string.</summary>
</member>
<member name="P:Krypton.Toolkit.GridStyleStrings.CustomTwo">
<summary>Gets or sets the custom 2 grid style string.</summary>
</member>
<member name="P:Krypton.Toolkit.GridStyleStrings.CustomThree">
<summary>Gets or sets the custom 3 grid style string.</summary>
</member>
<member name="P:Krypton.Toolkit.GridStyleStrings.List">
<summary>Gets or sets the list grid style string.</summary>
</member>
<member name="P:Krypton.Toolkit.GridStyleStrings.Sheet">
<summary>Gets or sets the sheet grid style string.</summary>
</member>
<member name="T:Krypton.Toolkit.HeaderGroupCollapsedTargetStrings">
<summary>Exposes the set of <see cref="T:Krypton.Toolkit.HeaderGroupCollapsedTargetConverter"/> strings used within Krypton and that are localizable.</summary>
</member>
<member name="P:Krypton.Toolkit.HeaderGroupCollapsedTargetStrings.CollapsedToBoth">
<summary>Gets or sets the collapsed to both header group string.</summary>
</member>
<member name="P:Krypton.Toolkit.HeaderGroupCollapsedTargetStrings.CollapsedToPrimary">
<summary>Gets or sets the collapsed to primary header group string.</summary>
</member>
<member name="P:Krypton.Toolkit.HeaderGroupCollapsedTargetStrings.CollapsedToSecondary">
<summary>Gets or sets the collapsed to secondary header group string.</summary>
</member>
<member name="T:Krypton.Toolkit.HeaderStyleStrings">
<summary>Exposes the set of <see cref="T:Krypton.Toolkit.HeaderStyleConverter"/> strings used within Krypton and that are localizable.</summary>
</member>
<member name="P:Krypton.Toolkit.HeaderStyleStrings.Calendar">
<summary>Gets or sets the calendar header style string.</summary>
</member>
<member name="P:Krypton.Toolkit.HeaderStyleStrings.CustomOne">
<summary>Gets or sets the custom 1 header style string.</summary>
</member>
<member name="P:Krypton.Toolkit.HeaderStyleStrings.CustomTwo">
<summary>Gets or sets the custom 2 header style string.</summary>
</member>
<member name="P:Krypton.Toolkit.HeaderStyleStrings.CustomThree">
<summary>Gets or sets the custom 3 header style string.</summary>
</member>
<member name="P:Krypton.Toolkit.HeaderStyleStrings.DockActive">
<summary>Gets or sets the dock active header style string.</summary>
</member>
<member name="P:Krypton.Toolkit.HeaderStyleStrings.DockInactive">
<summary>Gets or sets the dock inactive header style string.</summary>
</member>
<member name="P:Krypton.Toolkit.HeaderStyleStrings.Form">
<summary>Gets or sets the form header style string.</summary>
</member>
<member name="P:Krypton.Toolkit.HeaderStyleStrings.Primary">
<summary>Gets or sets the primary header style string.</summary>
</member>
<member name="P:Krypton.Toolkit.HeaderStyleStrings.Secondary">
<summary>Gets or sets the secondary header style string.</summary>
</member>
<member name="T:Krypton.Toolkit.InputControlStyleStrings">
<summary>Exposes the set of <see cref="T:Krypton.Toolkit.InputControlStyleConverter"/> strings used within Krypton and that are localizable.</summary>
</member>
<member name="P:Krypton.Toolkit.InputControlStyleStrings.CustomOne">
<summary>Gets or sets the custom 1 input control style string.</summary>
</member>
<member name="P:Krypton.Toolkit.InputControlStyleStrings.CustomTwo">
<summary>Gets or sets the custom 2 input control style string.</summary>
</member>
<member name="P:Krypton.Toolkit.InputControlStyleStrings.CustomThree">
<summary>Gets or sets the custom 3 input control style string.</summary>
</member>
<member name="P:Krypton.Toolkit.InputControlStyleStrings.Ribbon">
<summary>Gets or sets the ribbon input control style string.</summary>
</member>
<member name="P:Krypton.Toolkit.InputControlStyleStrings.PanelAlternate">
<summary>Gets or sets the panel alternate input control style string.</summary>
</member>
<member name="P:Krypton.Toolkit.InputControlStyleStrings.PanelClient">
<summary>Gets or sets the panel client input control style string.</summary>
</member>
<member name="P:Krypton.Toolkit.InputControlStyleStrings.Standalone">
<summary>Gets or sets the standalone input control style string.</summary>
</member>
<member name="T:Krypton.Toolkit.IntegratedToolBarStrings">
<summary>Exposes the set of <see cref="T:Krypton.Toolkit.ButtonStyleConverter"/> integrated toolbar strings used within Krypton and that are localizable.</summary>
</member>
<member name="P:Krypton.Toolkit.IntegratedToolBarStrings.New">
<summary>Gets or sets the new integrated toolbar button spec style string.</summary>
</member>
<member name="P:Krypton.Toolkit.IntegratedToolBarStrings.Open">
<summary>Gets or sets the open integrated toolbar button spec style string.</summary>
</member>
<member name="P:Krypton.Toolkit.IntegratedToolBarStrings.Save">
<summary>Gets or sets the save integrated toolbar button spec style string.</summary>
</member>
<member name="P:Krypton.Toolkit.IntegratedToolBarStrings.SaveAs">
<summary>Gets or sets the save as integrated toolbar button spec style string.</summary>
</member>
<member name="P:Krypton.Toolkit.IntegratedToolBarStrings.SaveAll">
<summary>Gets or sets the save all integrated toolbar button spec style string.</summary>
</member>
<member name="P:Krypton.Toolkit.IntegratedToolBarStrings.Cut">
<summary>Gets or sets the cut integrated toolbar button spec style string.</summary>
</member>
<member name="P:Krypton.Toolkit.IntegratedToolBarStrings.Copy">
<summary>Gets or sets the copy integrated toolbar button spec style string.</summary>
</member>
<member name="P:Krypton.Toolkit.IntegratedToolBarStrings.Paste">
<summary>Gets or sets the paste integrated toolbar button spec style string.</summary>
</member>
<member name="P:Krypton.Toolkit.IntegratedToolBarStrings.Undo">
<summary>Gets or sets the undo integrated toolbar button spec style string.</summary>
</member>
<member name="P:Krypton.Toolkit.IntegratedToolBarStrings.Redo">
<summary>Gets or sets the redo integrated toolbar button spec style string.</summary>
</member>
<member name="P:Krypton.Toolkit.IntegratedToolBarStrings.PageSetup">
<summary>Gets or sets the page setup integrated toolbar button spec style string.</summary>
</member>
<member name="P:Krypton.Toolkit.IntegratedToolBarStrings.PrintPreview">
<summary>Gets or sets the print preview integrated toolbar button spec style string.</summary>
</member>
<member name="P:Krypton.Toolkit.IntegratedToolBarStrings.Print">
<summary>Gets or sets the print integrated toolbar button spec style string.</summary>
</member>
<member name="P:Krypton.Toolkit.IntegratedToolBarStrings.QuickPrint">
<summary>Gets or sets the quick print integrated toolbar button spec style string.</summary>
</member>
<member name="T:Krypton.Toolkit.KryptonLinkBehaviorStrings">
<summary>Exposes the set of <see cref="T:Krypton.Toolkit.KryptonLinkBehaviorConverter"/> strings used within Krypton and that are localizable.</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonLinkBehaviorStrings.AlwaysUnderline">
<summary>Gets or sets the always underline link behavior style string.</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonLinkBehaviorStrings.HoverUnderline">
<summary>Gets or sets the hover underline link behavior style string.</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonLinkBehaviorStrings.NeverUnderline">
<summary>Gets or sets the never underline link behavior style string.</summary>
</member>
<member name="T:Krypton.Toolkit.LabelStyleStrings">
<summary>Exposes the set of <see cref="T:Krypton.Toolkit.LabelStyleConverter"/> strings used within Krypton and that are localizable.</summary>
</member>
<member name="P:Krypton.Toolkit.LabelStyleStrings.CustomTwo">
<summary>Gets or sets the custom 2 label style string.</summary>
</member>
<member name="P:Krypton.Toolkit.LabelStyleStrings.CustomThree">
<summary>Gets or sets the custom 3 label style string.</summary>
</member>
<member name="T:Krypton.Toolkit.PaletteBackStyleStrings">
<summary>Exposes the set of <see cref="T:Krypton.Toolkit.PaletteBackStyleConverter"/> strings used within Krypton and that are localizable.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteBackStyleStrings.ButtonStandalone">
<summary>Gets or sets the button standalone palette back style string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteBackStyleStrings.ButtonAlternate">
<summary>Gets or sets the button alternate palette back style string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteBackStyleStrings.ButtonLowProfile">
<summary>Gets or sets the button low profile palette back style string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteBackStyleStrings.ButtonButtonSpec">
<summary>Gets or sets the button spec palette back style string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteBackStyleStrings.ButtonBreadCrumb">
<summary>Gets or sets the button breadcrumb palette back style string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteBackStyleStrings.ButtonCalendarDay">
<summary>Gets or sets the button calendar day palette back style string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteBackStyleStrings.ButtonCluster">
<summary>Gets or sets the button cluster palette back style string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteBackStyleStrings.ButtonGallery">
<summary>Gets or sets the button gallery palette back style string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteBackStyleStrings.ButtonNavigatorStack">
<summary>Gets or sets the button navigator stack palette back style string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteBackStyleStrings.ButtonNavigatorOverflow">
<summary>Gets or sets the button navigator overflow palette back style string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteBackStyleStrings.ButtonNavigatorMini">
<summary>Gets or sets the button navigator mini palette back style string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteBackStyleStrings.ButtonInputControl">
<summary>Gets or sets the button input control palette back style string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteBackStyleStrings.ButtonListItem">
<summary>Gets or sets the button list item palette back style string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteBackStyleStrings.ButtonForm">
<summary>Gets or sets the button form palette back style string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteBackStyleStrings.ButtonFormClose">
<summary>Gets or sets the button form close palette back style string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteBackStyleStrings.ButtonCommand">
<summary>Gets or sets the button command palette back style string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteBackStyleStrings.ButtonCustom1">
<summary>Gets or sets the button custom 1 palette back style string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteBackStyleStrings.ButtonCustom2">
<summary>Gets or sets the button custom 2 palette back style string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteBackStyleStrings.ButtonCustom3">
<summary>Gets or sets the button custom 3 palette back style string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteBackStyleStrings.ControlClient">
<summary>Gets or sets the control client palette back style string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteBackStyleStrings.ControlAlternate">
<summary>Gets or sets the control alternate palette back style string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteBackStyleStrings.ControlGroupBox">
<summary>Gets or sets the control group box palette back style string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteBackStyleStrings.ControlToolTip">
<summary>Gets or sets the control tool tip palette back style string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteBackStyleStrings.ControlRibbon">
<summary>Gets or sets the control ribbon palette back style string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteBackStyleStrings.ControlRibbonAppMenu">
<summary>Gets or sets the control ribbon app menu palette back style string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteBackStyleStrings.ControlCustom1">
<summary>Gets or sets the control custom 1 palette back style string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteBackStyleStrings.ControlCustom2">
<summary>Gets or sets the control custom 2 palette back style string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteBackStyleStrings.ControlCustom3">
<summary>Gets or sets the control custom 3 palette back style string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteBackStyleStrings.ContextMenuOuter">
<summary>Gets or sets the context menu outer palette back style string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteBackStyleStrings.ContextMenuInner">
<summary>Gets or sets the context menu inner palette back style string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteBackStyleStrings.ContextMenuHeading">
<summary>Gets or sets the context menu heading palette back style string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteBackStyleStrings.ContextMenuSeparator">
<summary>Gets or sets the context menu separator palette back style string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteBackStyleStrings.ContextMenuItemSplit">
<summary>Gets or sets the context menu item split palette back style string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteBackStyleStrings.ContextMenuItemImage">
<summary>Gets or sets the context menu item image palette back style string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteBackStyleStrings.ContextMenuItemImageColumn">
<summary>Gets or sets the context menu item image column palette back style string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteBackStyleStrings.ContextMenuItemHighlight">
<summary>Gets or sets the context menu item highlight palette back style string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteBackStyleStrings.InputControlStandalone">
<summary>Gets or sets the input control standalone palette back style string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteBackStyleStrings.InputControlRibbon">
<summary>Gets or sets the input control ribbon palette back style string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteBackStyleStrings.InputControlCustom1">
<summary>Gets or sets the input control custom 1 palette back style string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteBackStyleStrings.InputControlCustom2">
<summary>Gets or sets the input control custom 2 palette back style string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteBackStyleStrings.InputControlCustom3">
<summary>Gets or sets the input control custom 3 palette back style string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteBackStyleStrings.FormMain">
<summary>Gets or sets the input control form main palette back style string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteBackStyleStrings.FormCustom1">
<summary>Gets or sets the form custom 1 palette back style string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteBackStyleStrings.FormCustom2">
<summary>Gets or sets the form custom 2 palette back style string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteBackStyleStrings.FormCustom3">
<summary>Gets or sets the form custom 3 palette back style string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteBackStyleStrings.GridHeaderColumnList">
<summary>Gets or sets the grid header column list palette back style string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteBackStyleStrings.GridHeaderRowList">
<summary>Gets or sets the grid header row list palette back style string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteBackStyleStrings.GridDataCellList">
<summary>Gets or sets the grid data cell list palette back style string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteBackStyleStrings.GridBackgroundList">
<summary>Gets or sets the grid background list palette back style string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteBackStyleStrings.GridHeaderColumnSheet">
<summary>Gets or sets the grid header column sheet palette back style string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteBackStyleStrings.GridHeaderRowSheet">
<summary>Gets or sets the grid header row sheet palette back style string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteBackStyleStrings.GridDataCellSheet">
<summary>Gets or sets the grid data cell sheet palette back style string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteBackStyleStrings.GridBackgroundSheet">
<summary>Gets or sets the grid background sheet palette back style string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteBackStyleStrings.GridHeaderColumnCustom1">
<summary>Gets or sets the grid header column custom 1 palette back style string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteBackStyleStrings.GridHeaderColumnCustom2">
<summary>Gets or sets the grid header column custom 2 palette back style string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteBackStyleStrings.GridHeaderColumnCustom3">
<summary>Gets or sets the grid header column custom 3 palette back style string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteBackStyleStrings.GridHeaderRowCustom1">
<summary>Gets or sets the grid header row custom 1 palette back style string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteBackStyleStrings.GridHeaderRowCustom2">
<summary>Gets or sets the grid header row custom 2 palette back style string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteBackStyleStrings.GridHeaderRowCustom3">
<summary>Gets or sets the grid header row custom 3 palette back style string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteBackStyleStrings.GridDataCellCustom1">
<summary>Gets or sets the grid data cell custom 1 palette back style string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteBackStyleStrings.GridDataCellCustom2">
<summary>Gets or sets the grid data cell custom 2 palette back style string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteBackStyleStrings.GridDataCellCustom3">
<summary>Gets or sets the grid data cell custom 3 palette back style string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteBackStyleStrings.GridBackgroundCustom1">
<summary>Gets or sets the grid background custom 1 palette back style string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteBackStyleStrings.GridBackgroundCustom2">
<summary>Gets or sets the grid background custom 2 palette back style string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteBackStyleStrings.GridBackgroundCustom3">
<summary>Gets or sets the grid background custom 3 palette back style string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteBackStyleStrings.HeaderPrimary">
<summary>Gets or sets the header primary palette back style string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteBackStyleStrings.HeaderSecondary">
<summary>Gets or sets the header secondary palette back style string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteBackStyleStrings.HeaderDockActive">
<summary>Gets or sets the header dock active back style string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteBackStyleStrings.HeaderDockInactive">
<summary>Gets or sets the header dock inactive back style string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteBackStyleStrings.HeaderForm">
<summary>Gets or sets the header form back style string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteBackStyleStrings.HeaderCalendar">
<summary>Gets or sets the header calendar back style string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteBackStyleStrings.HeaderCustom1">
<summary>Gets or sets the header custom 1 back style string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteBackStyleStrings.HeaderCustom2">
<summary>Gets or sets the header custom 2 back style string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteBackStyleStrings.HeaderCustom3">
<summary>Gets or sets the header custom 3 back style string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteBackStyleStrings.PanelClient">
<summary>Gets or sets the panel client back style string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteBackStyleStrings.PanelAlternate">
<summary>Gets or sets the panel alternate back style string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteBackStyleStrings.PanelRibbonInactive">
<summary>Gets or sets the panel ribbon inactive back style string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteBackStyleStrings.PanelCustom1">
<summary>Gets or sets the panel custom 1 back style string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteBackStyleStrings.PanelCustom2">
<summary>Gets or sets the panel custom 2 back style string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteBackStyleStrings.PanelCustom3">
<summary>Gets or sets the panel custom 3 back style string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteBackStyleStrings.SeparatorLowProfile">
<summary>Gets or sets the separator low profile back style string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteBackStyleStrings.SeparatorHighProfile">
<summary>Gets or sets the separator high profile back style string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteBackStyleStrings.SeparatorHighInternalProfile">
<summary>Gets or sets the separator high internal profile back style string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteBackStyleStrings.TabHighProfile">
<summary>Gets or sets the tab high profile back style string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteBackStyleStrings.TabStandardProfile">
<summary>Gets or sets the tab standard profile back style string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteBackStyleStrings.TabLowProfile">
<summary>Gets or sets the tab low profile back style string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteBackStyleStrings.TabOneNote">
<summary>Gets or sets the tab OneNote back style string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteBackStyleStrings.TabDock">
<summary>Gets or sets the tab dock back style string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteBackStyleStrings.TabDockAutoHidden">
<summary>Gets or sets the tab dock auto hidden back style string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteBackStyleStrings.TabCustom1">
<summary>Gets or sets the tab custom 1 back style string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteBackStyleStrings.TabCustom2">
<summary>Gets or sets the tab custom 2 back style string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteBackStyleStrings.TabCustom3">
<summary>Gets or sets the tab custom 3 back style string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteBackStyleStrings.Control">
<summary>Gets or sets the control.</summary>
</member>
<member name="T:Krypton.Toolkit.PaletteBorderStyleStrings">
<summary>Exposes the set of <see cref="T:Krypton.Toolkit.PaletteBorderStyleConverter"/> strings used within Krypton and that are localizable.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteBorderStyleStrings.ButtonStandalone">
<summary>Gets or sets the button standalone palette back style string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteBorderStyleStrings.ButtonAlternate">
<summary>Gets or sets the button alternate palette back style string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteBorderStyleStrings.ButtonLowProfile">
<summary>Gets or sets the button low profile palette back style string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteBorderStyleStrings.ButtonButtonSpec">
<summary>Gets or sets the button spec palette back style string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteBorderStyleStrings.ButtonBreadCrumb">
<summary>Gets or sets the button breadcrumb palette back style string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteBorderStyleStrings.ButtonCalendarDay">
<summary>Gets or sets the button calendar day palette back style string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteBorderStyleStrings.ButtonCluster">
<summary>Gets or sets the button cluster palette back style string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteBorderStyleStrings.ButtonGallery">
<summary>Gets or sets the button gallery palette back style string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteBorderStyleStrings.ButtonNavigatorStack">
<summary>Gets or sets the button navigator stack palette back style string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteBorderStyleStrings.ButtonNavigatorOverflow">
<summary>Gets or sets the button navigator overflow palette back style string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteBorderStyleStrings.ButtonNavigatorMini">
<summary>Gets or sets the button navigator mini palette back style string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteBorderStyleStrings.ButtonInputControl">
<summary>Gets or sets the button input control palette back style string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteBorderStyleStrings.ButtonListItem">
<summary>Gets or sets the button list item palette back style string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteBorderStyleStrings.ButtonForm">
<summary>Gets or sets the button form palette back style string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteBorderStyleStrings.ButtonFormClose">
<summary>Gets or sets the button form close palette back style string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteBorderStyleStrings.ButtonCommand">
<summary>Gets or sets the button command palette back style string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteBorderStyleStrings.ButtonCustom1">
<summary>Gets or sets the button custom 1 palette back style string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteBorderStyleStrings.ButtonCustom2">
<summary>Gets or sets the button custom 2 palette back style string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteBorderStyleStrings.ButtonCustom3">
<summary>Gets or sets the button custom 3 palette back style string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteBorderStyleStrings.ControlClient">
<summary>Gets or sets the control client palette back style string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteBorderStyleStrings.ControlAlternate">
<summary>Gets or sets the control alternate palette back style string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteBorderStyleStrings.ControlGroupBox">
<summary>Gets or sets the control group box palette back style string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteBorderStyleStrings.ControlToolTip">
<summary>Gets or sets the control tool tip palette back style string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteBorderStyleStrings.ControlRibbon">
<summary>Gets or sets the control ribbon palette back style string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteBorderStyleStrings.ControlRibbonAppMenu">
<summary>Gets or sets the control ribbon app menu palette back style string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteBorderStyleStrings.ControlCustom1">
<summary>Gets or sets the control custom 1 palette back style string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteBorderStyleStrings.ControlCustom2">
<summary>Gets or sets the control custom 2 palette back style string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteBorderStyleStrings.ControlCustom3">
<summary>Gets or sets the control custom 3 palette back style string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteBorderStyleStrings.ContextMenuOuter">
<summary>Gets or sets the context menu outer palette back style string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteBorderStyleStrings.ContextMenuInner">
<summary>Gets or sets the context menu inner palette back style string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteBorderStyleStrings.ContextMenuHeading">
<summary>Gets or sets the context menu heading palette back style string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteBorderStyleStrings.ContextMenuSeparator">
<summary>Gets or sets the context menu separator palette back style string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteBorderStyleStrings.ContextMenuItemSplit">
<summary>Gets or sets the context menu item split palette back style string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteBorderStyleStrings.ContextMenuItemImage">
<summary>Gets or sets the context menu item image palette back style string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteBorderStyleStrings.ContextMenuItemImageColumn">
<summary>Gets or sets the context menu item image column palette back style string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteBorderStyleStrings.ContextMenuItemHighlight">
<summary>Gets or sets the context menu item highlight palette back style string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteBorderStyleStrings.InputControlStandalone">
<summary>Gets or sets the input control standalone palette back style string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteBorderStyleStrings.InputControlRibbon">
<summary>Gets or sets the input control ribbon palette back style string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteBorderStyleStrings.InputControlCustom1">
<summary>Gets or sets the input control custom 1 palette back style string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteBorderStyleStrings.InputControlCustom2">
<summary>Gets or sets the input control custom 2 palette back style string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteBorderStyleStrings.InputControlCustom3">
<summary>Gets or sets the input control custom 3 palette back style string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteBorderStyleStrings.FormMain">
<summary>Gets or sets the input control form main palette back style string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteBorderStyleStrings.FormCustom1">
<summary>Gets or sets the form custom 1 palette back style string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteBorderStyleStrings.FormCustom2">
<summary>Gets or sets the form custom 2 palette back style string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteBorderStyleStrings.FormCustom3">
<summary>Gets or sets the form custom 3 palette back style string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteBorderStyleStrings.GridHeaderColumnList">
<summary>Gets or sets the grid header column list palette back style string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteBorderStyleStrings.GridHeaderRowList">
<summary>Gets or sets the grid header row list palette back style string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteBorderStyleStrings.GridDataCellList">
<summary>Gets or sets the grid data cell list palette back style string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteBorderStyleStrings.GridHeaderColumnSheet">
<summary>Gets or sets the grid header column sheet palette back style string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteBorderStyleStrings.GridHeaderRowSheet">
<summary>Gets or sets the grid header row sheet palette back style string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteBorderStyleStrings.GridDataCellSheet">
<summary>Gets or sets the grid data cell sheet palette back style string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteBorderStyleStrings.GridHeaderColumnCustom1">
<summary>Gets or sets the grid header column custom 1 palette back style string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteBorderStyleStrings.GridHeaderColumnCustom2">
<summary>Gets or sets the grid header column custom 2 palette back style string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteBorderStyleStrings.GridHeaderColumnCustom3">
<summary>Gets or sets the grid header column custom 3 palette back style string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteBorderStyleStrings.GridHeaderRowCustom1">
<summary>Gets or sets the grid header row custom 1 palette back style string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteBorderStyleStrings.GridHeaderRowCustom2">
<summary>Gets or sets the grid header row custom 2 palette back style string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteBorderStyleStrings.GridHeaderRowCustom3">
<summary>Gets or sets the grid header row custom 3 palette back style string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteBorderStyleStrings.GridDataCellCustom1">
<summary>Gets or sets the grid data cell custom 1 palette back style string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteBorderStyleStrings.GridDataCellCustom2">
<summary>Gets or sets the grid data cell custom 2 palette back style string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteBorderStyleStrings.GridDataCellCustom3">
<summary>Gets or sets the grid data cell custom 3 palette back style string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteBorderStyleStrings.HeaderPrimary">
<summary>Gets or sets the header primary palette back style string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteBorderStyleStrings.HeaderSecondary">
<summary>Gets or sets the header secondary palette back style string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteBorderStyleStrings.HeaderDockActive">
<summary>Gets or sets the header dock active back style string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteBorderStyleStrings.HeaderDockInactive">
<summary>Gets or sets the header dock inactive back style string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteBorderStyleStrings.HeaderForm">
<summary>Gets or sets the header form back style string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteBorderStyleStrings.HeaderCalendar">
<summary>Gets or sets the header calendar back style string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteBorderStyleStrings.HeaderCustom1">
<summary>Gets or sets the header custom 1 back style string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteBorderStyleStrings.HeaderCustom2">
<summary>Gets or sets the header custom 2 back style string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteBorderStyleStrings.HeaderCustom3">
<summary>Gets or sets the header custom 3 back style string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteBorderStyleStrings.SeparatorLowProfile">
<summary>Gets or sets the separator low profile back style string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteBorderStyleStrings.SeparatorHighProfile">
<summary>Gets or sets the separator high profile back style string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteBorderStyleStrings.SeparatorHighInternalProfile">
<summary>Gets or sets the separator high internal profile back style string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteBorderStyleStrings.TabHighProfile">
<summary>Gets or sets the tab high profile back style string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteBorderStyleStrings.TabStandardProfile">
<summary>Gets or sets the tab standard profile back style string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteBorderStyleStrings.TabLowProfile">
<summary>Gets or sets the tab low profile back style string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteBorderStyleStrings.TabOneNote">
<summary>Gets or sets the tab OneNote back style string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteBorderStyleStrings.TabDock">
<summary>Gets or sets the tab dock back style string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteBorderStyleStrings.TabDockAutoHidden">
<summary>Gets or sets the tab dock auto hidden back style string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteBorderStyleStrings.TabCustom1">
<summary>Gets or sets the tab custom 1 back style string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteBorderStyleStrings.TabCustom2">
<summary>Gets or sets the tab custom 2 back style string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteBorderStyleStrings.TabCustom3">
<summary>Gets or sets the tab custom 3 back style string.</summary>
</member>
<member name="T:Krypton.Toolkit.PaletteButtonOrientationStrings">
<summary>Exposes the set of <see cref="T:Krypton.Toolkit.PaletteButtonOrientationConverter"/> strings used within Krypton and that are localizable.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteButtonOrientationStrings.Auto">
<summary>Gets or sets the auto button orientation string string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteButtonOrientationStrings.FixedBottom">
<summary>Gets or sets the fixed bottom button orientation string string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteButtonOrientationStrings.FixedTop">
<summary>Gets or sets the fixed top button orientation string string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteButtonOrientationStrings.FixedLeft">
<summary>Gets or sets the fixed left button orientation string string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteButtonOrientationStrings.FixedRight">
<summary>Gets or sets the fixed right button orientation string string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteButtonOrientationStrings.Inherit">
<summary>Gets or sets the inherit button orientation string string.</summary>
</member>
<member name="T:Krypton.Toolkit.PaletteButtonSpecStyleStrings">
<summary>Exposes the set of <see cref="T:Krypton.Toolkit.PaletteButtonSpecStyleConverter"/> strings used within Krypton and that are localizable.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteButtonSpecStyleStrings.Close">
<summary>Gets or sets the close palette button spec style string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteButtonSpecStyleStrings.Context">
<summary>Gets or sets the context palette button spec style string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteButtonSpecStyleStrings.Next">
<summary>Gets or sets the next palette button spec style string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteButtonSpecStyleStrings.Previous">
<summary>Gets or sets the previous palette button spec style string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteButtonSpecStyleStrings.Generic">
<summary>Gets or sets the generic palette button spec style string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteButtonSpecStyleStrings.ArrowLeft">
<summary>Gets or sets the arrow left palette button spec style string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteButtonSpecStyleStrings.ArrowRight">
<summary>Gets or sets the arrow right palette button spec style string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteButtonSpecStyleStrings.ArrowUp">
<summary>Gets or sets the arrow up palette button spec style string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteButtonSpecStyleStrings.ArrowDown">
<summary>Gets or sets the arrow down palette button spec style string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteButtonSpecStyleStrings.DropDown">
<summary>Gets or sets the drop-down palette button spec style string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteButtonSpecStyleStrings.PinVertical">
<summary>Gets or sets the pin vertical palette button spec style string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteButtonSpecStyleStrings.PinHorizontal">
<summary>Gets or sets the pin horizontal palette button spec style string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteButtonSpecStyleStrings.FormClose">
<summary>Gets or sets the form close palette button spec style string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteButtonSpecStyleStrings.FormMaximise">
<summary>Gets or sets the form maximise palette button spec style string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteButtonSpecStyleStrings.FormMinimise">
<summary>Gets or sets the form minimise palette button spec style string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteButtonSpecStyleStrings.FormRestore">
<summary>Gets or sets the form restore palette button spec style string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteButtonSpecStyleStrings.FormHelp">
<summary>Gets or sets the form help palette button spec style string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteButtonSpecStyleStrings.PendantClose">
<summary>Gets or sets the pendant close palette button spec style string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteButtonSpecStyleStrings.PendantMinimise">
<summary>Gets or sets the pendant minimise palette button spec style string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteButtonSpecStyleStrings.PendantRestore">
<summary>Gets or sets the pendant restore palette button spec style string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteButtonSpecStyleStrings.WorkspaceMaximise">
<summary>Gets or sets the workspace maximise palette button spec style string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteButtonSpecStyleStrings.WorkspaceRestore">
<summary>Gets or sets the workspace restore palette button spec style string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteButtonSpecStyleStrings.RibbonMinimise">
<summary>Gets or sets the ribbon minimise palette button spec style string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteButtonSpecStyleStrings.RibbonExpand">
<summary>Gets or sets the ribbon expand palette button spec style string.</summary>
</member>
<member name="T:Krypton.Toolkit.PaletteButtonStyleStrings">
<summary>Exposes the set of <see cref="T:Krypton.Toolkit.PaletteButtonStyleConverter"/> strings used within Krypton and that are localizable.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteButtonStyleStrings.Alternate">
<summary>Gets or sets the alternate palette button style string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteButtonStyleStrings.BreadCrumb">
<summary>Gets or sets the breadcrumb palette button style string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteButtonStyleStrings.ButtonSpec">
<summary>Gets or sets the buttonspec palette button style string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteButtonStyleStrings.Cluster">
<summary>Gets or sets the cluster palette button style string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteButtonStyleStrings.Command">
<summary>Gets or sets the command palette button style string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteButtonStyleStrings.Custom1">
<summary>Gets or sets the custom 1 palette button style string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteButtonStyleStrings.Custom2">
<summary>Gets or sets the custom 2 palette button style string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteButtonStyleStrings.Custom3">
<summary>Gets or sets the custom 3 palette button style string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteButtonStyleStrings.Form">
<summary>Gets or sets the form palette button style string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteButtonStyleStrings.FormClose">
<summary>Gets or sets the form close palette button style string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteButtonStyleStrings.Inherit">
<summary>Gets or sets the inherit palette button style string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteButtonStyleStrings.InputControl">
<summary>Gets or sets the input control palette button style string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteButtonStyleStrings.Standalone">
<summary>Gets or sets the standalone palette button style string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteButtonStyleStrings.LowProfile">
<summary>Gets or sets the low profile palette button style string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteButtonStyleStrings.ListItem">
<summary>Gets or sets the list item palette button style string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteButtonStyleStrings.NavigatorStack">
<summary>Gets or sets the navigator stack palette button style string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteButtonStyleStrings.NavigatorMini">
<summary>Gets or sets the navigator mini palette button style string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteButtonStyleStrings.NavigatorOverflow">
<summary>Gets or sets the navigator overflow palette button style string.</summary>
</member>
<member name="T:Krypton.Toolkit.PaletteContentStyleStrings">
<summary>Exposes the set of <see cref="T:Krypton.Toolkit.PaletteContentStyleConverter"/> strings used within Krypton and that are localizable.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteContentStyleStrings.ButtonStandalone">
<summary>Gets or sets the standalone palette button content style string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteContentStyleStrings.ButtonLowProfile">
<summary>Gets or sets the low profile palette button content style string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteContentStyleStrings.ButtonButtonSpec">
<summary>Gets or sets the button spec palette button content style string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteContentStyleStrings.ButtonBreadCrumb">
<summary>Gets or sets the breadcrumb palette button content style string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteContentStyleStrings.ButtonCalendarDay">
<summary>Gets or sets the calendar day palette button content style string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteContentStyleStrings.ButtonCluster">
<summary>Gets or sets the cluster palette button content style string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteContentStyleStrings.ButtonGallery">
<summary>Gets or sets the gallery palette button content style string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteContentStyleStrings.ButtonNavigatorStack">
<summary>Gets or sets the navigator stack palette button content style string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteContentStyleStrings.ButtonNavigatorOverflow">
<summary>Gets or sets the navigator overflow palette button content style string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteContentStyleStrings.ButtonNavigatorMini">
<summary>Gets or sets the navigator mini palette button content style string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteContentStyleStrings.ButtonInputControl">
<summary>Gets or sets the input control palette button content style string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteContentStyleStrings.ButtonListItem">
<summary>Gets or sets the list item palette button content style string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteContentStyleStrings.ButtonForm">
<summary>Gets or sets the form palette button content style string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteContentStyleStrings.ButtonFormClose">
<summary>Gets or sets the form close palette button content style string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteContentStyleStrings.ButtonCommand">
<summary>Gets or sets the command palette button content style string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteContentStyleStrings.ButtonCustom1">
<summary>Gets or sets the command 1 palette button content style string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteContentStyleStrings.ButtonCustom2">
<summary>Gets or sets the command 2 palette button content style string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteContentStyleStrings.ButtonCustom3">
<summary>Gets or sets the command 3 palette button content style string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteContentStyleStrings.ContextMenuHeading">
<summary>Gets or sets the heading palette context menu style string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteContentStyleStrings.ContextMenuItemImage">
<summary>Gets or sets the item image palette context menu style string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteContentStyleStrings.ContextMenuItemTextStandard">
<summary>Gets or sets the item standard text palette context menu style string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteContentStyleStrings.ContextMenuItemTextAlternate">
<summary>Gets or sets the item alternate text palette context menu style string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteContentStyleStrings.ContextMenuItemShortcutText">
<summary>Gets or sets the item shortcut text palette context menu style string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteContentStyleStrings.GridHeaderColumnList">
<summary>Gets or sets the header column list grid style string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteContentStyleStrings.GridHeaderRowList">
<summary>Gets or sets the header row list grid style string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteContentStyleStrings.GridDataCellList">
<summary>Gets or sets the data cell list grid style string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteContentStyleStrings.GridHeaderColumnSheet">
<summary>Gets or sets the header column sheet grid style string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteContentStyleStrings.GridHeaderRowSheet">
<summary>Gets or sets the header row sheet grid style string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteContentStyleStrings.GridDataCellSheet">
<summary>Gets or sets the data cell sheet grid style string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteContentStyleStrings.GridHeaderColumnCustom1">
<summary>Gets or sets the custom 1 grid header column style string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteContentStyleStrings.GridHeaderColumnCustom2">
<summary>Gets or sets the custom 2 grid header column style string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteContentStyleStrings.GridHeaderColumnCustom3">
<summary>Gets or sets the custom 3 grid header column style string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteContentStyleStrings.GridHeaderRowCustom1">
<summary>Gets or sets the custom 1 grid header row style string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteContentStyleStrings.GridHeaderRowCustom2">
<summary>Gets or sets the custom 2 grid header row style string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteContentStyleStrings.GridHeaderRowCustom3">
<summary>Gets or sets the custom 3 grid header row style string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteContentStyleStrings.GridDataCellCustom1">
<summary>Gets or sets the custom 1 grid data cell style string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteContentStyleStrings.GridDataCellCustom2">
<summary>Gets or sets the custom 2 grid data cell style string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteContentStyleStrings.GridDataCellCustom3">
<summary>Gets or sets the custom 3 grid data cell style string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteContentStyleStrings.HeaderPrimary">
<summary>Gets or sets the primary header style string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteContentStyleStrings.HeaderSecondary">
<summary>Gets or sets the secondary header style string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteContentStyleStrings.HeaderDockActive">
<summary>Gets or sets the active header dock style string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteContentStyleStrings.HeaderDockInactive">
<summary>Gets or sets the inactive header dock style string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteContentStyleStrings.HeaderForm">
<summary>Gets or sets the form header style string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteContentStyleStrings.HeaderCalendar">
<summary>Gets or sets the calendar header style string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteContentStyleStrings.HeaderCustom1">
<summary>Gets or sets the custom 1 header style string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteContentStyleStrings.HeaderCustom2">
<summary>Gets or sets the custom 2 header style string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteContentStyleStrings.HeaderCustom3">
<summary>Gets or sets the custom 3 header style string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteContentStyleStrings.LabelNormalControl">
<summary>Gets or sets the normal label control style string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteContentStyleStrings.LabelBoldControl">
<summary>Gets or sets the bold label control style string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteContentStyleStrings.LabelItalicControl">
<summary>Gets or sets the italic label control style string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteContentStyleStrings.LabelTitleControl">
<summary>Gets or sets the title label control style string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteContentStyleStrings.LabelNormalPanel">
<summary>Gets or sets the normal label panel style string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteContentStyleStrings.LabelBoldPanel">
<summary>Gets or sets the bold label panel style string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteContentStyleStrings.LabelItalicPanel">
<summary>Gets or sets the italic label panel style string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteContentStyleStrings.LabelTitlePanel">
<summary>Gets or sets the title label panel style string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteContentStyleStrings.LabelGroupBoxCaption">
<summary>Gets or sets the group box caption label style string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteContentStyleStrings.LabelToolTip">
<summary>Gets or sets the tool tip label style string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteContentStyleStrings.LabelSuperTip">
<summary>Gets or sets the super tip label style string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteContentStyleStrings.LabelKeyTip">
<summary>Gets or sets the key tip label style string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteContentStyleStrings.LabelCustom1">
<summary>Gets or sets the custom 1 label style string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteContentStyleStrings.LabelCustom2">
<summary>Gets or sets the custom 2 label style string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteContentStyleStrings.TabHighProfile">
<summary>Gets or sets the high profile tab style string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteContentStyleStrings.TabStandardProfile">
<summary>Gets or sets the standard profile tab style string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteContentStyleStrings.TabLowProfile">
<summary>Gets or sets the low profile tab style string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteContentStyleStrings.TabOneNote">
<summary>Gets or sets the OneNote tab style string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteContentStyleStrings.TabDock">
<summary>Gets or sets the dock style string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteContentStyleStrings.TabDockAutoHidden">
<summary>Gets or sets the auto hidden dock style string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteContentStyleStrings.TabCustom1">
<summary>Gets or sets the custom 1 tab style string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteContentStyleStrings.TabCustom2">
<summary>Gets or sets the custom 2 tab style string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteContentStyleStrings.TabCustom3">
<summary>Gets or sets the custom 3 tab style string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteContentStyleStrings.InputControlStandalone">
<summary>Gets or sets the standalone input control style string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteContentStyleStrings.InputControlRibbon">
<summary>Gets or sets the ribbon input control style string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteContentStyleStrings.InputControlCustom1">
<summary>Gets or sets the custom 1 input control style string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteContentStyleStrings.InputControlCustom2">
<summary>Gets or sets the custom 2 input control style string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteContentStyleStrings.InputControlCustom3">
<summary>Gets or sets the custom 3 input control style string.</summary>
</member>
<member name="T:Krypton.Toolkit.PaletteImageEffectStrings">
<summary>Exposes the set of <see cref="T:Krypton.Toolkit.PaletteImageEffectConverter"/> strings used within Krypton and that are localizable.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteImageEffectStrings.Inherit">
<summary>Gets or sets the inherit palette image effect style string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteImageEffectStrings.Light">
<summary>Gets or sets the light palette image effect style string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteImageEffectStrings.LightLight">
<summary>Gets or sets the light light palette image effect style string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteImageEffectStrings.Normal">
<summary>Gets or sets the normal palette image effect style string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteImageEffectStrings.Disabled">
<summary>Gets or sets the disabled palette image effect style string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteImageEffectStrings.Dark">
<summary>Gets or sets the dark palette image effect style string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteImageEffectStrings.DarkDark">
<summary>Gets or sets the dark dark palette image effect style string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteImageEffectStrings.GrayScale">
<summary>Gets or sets the grayscale palette image effect style string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteImageEffectStrings.GrayScaleRed">
<summary>Gets or sets the grayscale red palette image effect style string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteImageEffectStrings.GrayScaleGreen">
<summary>Gets or sets the grayscale green palette image effect style string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteImageEffectStrings.GrayScaleBlue">
<summary>Gets or sets the grayscale blue palette image effect style string.</summary>
</member>
<member name="T:Krypton.Toolkit.PaletteImageStyleStrings">
<summary>Exposes the set of <see cref="T:Krypton.Toolkit.PaletteImageStyleConverter"/> strings used within Krypton and that are localizable.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteImageStyleStrings.Inherit">
<summary>Gets or sets the inherit palette image style string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteImageStyleStrings.Stretch">
<summary>Gets or sets the stretch palette image style string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteImageStyleStrings.Tile">
<summary>Gets or sets the tile palette image style string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteImageStyleStrings.TileFlipX">
<summary>Gets or sets the tile flip X palette image style string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteImageStyleStrings.TileFlipY">
<summary>Gets or sets the tile flip Y palette image style string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteImageStyleStrings.TileFlipXY">
<summary>Gets or sets the tile flip X and Y palette image style string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteImageStyleStrings.TopLeft">
<summary>Gets or sets the top left palette image style string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteImageStyleStrings.TopMiddle">
<summary>Gets or sets the top middle palette image style string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteImageStyleStrings.TopRight">
<summary>Gets or sets the top right palette image style string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteImageStyleStrings.CenterLeft">
<summary>Gets or sets the center left palette image style string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteImageStyleStrings.CenterMiddle">
<summary>Gets or sets the center middle palette image style string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteImageStyleStrings.CenterRight">
<summary>Gets or sets the center right palette image style string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteImageStyleStrings.BottomLeft">
<summary>Gets or sets the bottom left palette image style string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteImageStyleStrings.BottomMiddle">
<summary>Gets or sets the bottom middle palette image style string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteImageStyleStrings.BottomRight">
<summary>Gets or sets the bottom right palette image style string.</summary>
</member>
<member name="T:Krypton.Toolkit.PaletteModeStrings">
<summary>Exposes the set of <see cref="T:Krypton.Toolkit.PaletteModeConverter"/> strings used within Krypton and that are localizable.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteModeStrings.Custom">
<summary>Gets or sets the custom palette name string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteModeStrings.Professional">
<summary>Gets or sets the professional palette name string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteModeStrings.Professional2003">
<summary>Gets or sets the Office 2003 palette name string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteModeStrings.Office2007Black">
<summary>Gets or sets the Office 2007 Black palette name string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteModeStrings.Office2007Blue">
<summary>Gets or sets the Office 2007 Blue palette name string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteModeStrings.Office2007Silver">
<summary>Gets or sets the Office 2007 Silver palette name string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteModeStrings.Office2007White">
<summary>Gets or sets the Office 2007 White palette name string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteModeStrings.Office2007BlackDarkMode">
<summary>Gets or sets the Office 2007 Black (Dark Mode) palette name string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteModeStrings.Office2007BlueDarkMode">
<summary>Gets or sets the Office 2007 Blue (Dark Mode) palette name string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteModeStrings.Office2007SilverDarkMode">
<summary>Gets or sets the Office 2007 Silver (Dark Mode) palette name string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteModeStrings.Office2007BlueLightMode">
<summary>Gets or sets the Office 2007 Blue (Light Mode) palette name string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteModeStrings.Office2007SilverLightMode">
<summary>Gets or sets the Office 2007 Silver (Light Mode) palette name string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteModeStrings.Office2007DarkGray">
<summary>Gets or sets the Office 2007 Dark Gray palette name string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteModeStrings.Office2007LightGray">
<summary>Gets or sets the Office 2007 Light Gray palette name string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteModeStrings.Office2010Black">
<summary>Gets or sets the Office 2010 Black palette name string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteModeStrings.Office2010Blue">
<summary>Gets or sets the Office 2010 Blue palette name string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteModeStrings.Office2010Silver">
<summary>Gets or sets the Office 2010 Silver palette name string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteModeStrings.Office2010White">
<summary>Gets or sets the Office 2010 White palette name string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteModeStrings.Office2010BlackDarkMode">
<summary>Gets or sets the Office 2010 Black (Dark Mode) palette name string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteModeStrings.Office2010BlueDarkMode">
<summary>Gets or sets the Office 2010 Blue (Dark Mode) palette name string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteModeStrings.Office2010SilverDarkMode">
<summary>Gets or sets the Office 2010 Silver (Dark Mode) palette name string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteModeStrings.Office2010BlueLightMode">
<summary>Gets or sets the Office 2010 Blue (Light Mode) palette name string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteModeStrings.Office2010SilverLightMode">
<summary>Gets or sets the Office 2010 Silver (Light Mode) palette name string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteModeStrings.Office2010DarkGray">
<summary>Gets or sets the Office 2010 Dark Gray palette name string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteModeStrings.Office2010LightGray">
<summary>Gets or sets the Office 2010 Light Gray palette name string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteModeStrings.Office2013White">
<summary>Gets or sets the Office 2013 White palette name string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteModeStrings.Office2013DarkGray">
<summary>Gets or sets the Office 2013 Dark Gray palette name string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteModeStrings.Office2013LightGray">
<summary>Gets or sets the Office 2013 Light Gray palette name string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteModeStrings.Microsoft365Black">
<summary>Gets or sets the Microsoft 365 Black palette name string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteModeStrings.Microsoft365Blue">
<summary>Gets or sets the Microsoft 365 Blue palette name string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteModeStrings.Microsoft365Silver">
<summary>Gets or sets the Microsoft 365 Silver palette name string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteModeStrings.Microsoft365White">
<summary>Gets or sets the Microsoft 365 White palette name string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteModeStrings.Microsoft365BlackDarkMode">
<summary>Gets or sets the Microsoft 365 Black (Dark Mode) palette name string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteModeStrings.Microsoft365BlackDarkModeAlternate">
<summary>Gets or sets the Microsoft 365 Black (Dark Mode - Alternate) palette name string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteModeStrings.Microsoft365BlueDarkMode">
<summary>Gets or sets the Microsoft 365 Blue (Dark Mode) palette name string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteModeStrings.Microsoft365SilverDarkMode">
<summary>Gets or sets the Microsoft 365 Silver (Dark Mode) palette name string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteModeStrings.Microsoft365BlueLightMode">
<summary>Gets or sets the Microsoft 365 Blue (Light Mode) palette name string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteModeStrings.Microsoft365SilverLightMode">
<summary>Gets or sets the Microsoft 365 Silver (Light Mode) palette name string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteModeStrings.Microsoft365DarkGray">
<summary>Gets or sets the Microsoft 365 Dark Gray palette name string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteModeStrings.Microsoft365LightGray">
<summary>Gets or sets the Microsoft 365 Light Gray palette name string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteModeStrings.SparkleBlue">
<summary>Gets or sets the Sparkle Blue palette name string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteModeStrings.SparkleOrange">
<summary>Gets or sets the Sparkle Orange palette name string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteModeStrings.SparklePurple">
<summary>Gets or sets the Sparkle Purple palette name string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteModeStrings.SparkleBlueDarkMode">
<summary>Gets or sets the Sparkle Blue (Dark Mode) palette name string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteModeStrings.SparkleOrangeDarkMode">
<summary>Gets or sets the Sparkle Orange (Dark Mode) palette name string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteModeStrings.SparklePurpleDarkMode">
<summary>Gets or sets the Sparkle Purple (Dark Mode) palette name string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteModeStrings.SparkleBlueLightMode">
<summary>Gets or sets the Sparkle Blue (Light Mode) palette name string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteModeStrings.SparkleOrangeLightMode">
<summary>Gets or sets the Sparkle Orange (Light Mode) palette name string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteModeStrings.SparklePurpleLightMode">
<summary>Gets or sets the Sparkle Purple (Light Mode) palette name string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteModeStrings.VisualStudio2010With2007Renderer">
<summary>Gets or sets the Visual Studio 2010 with 2007 renderer palette name string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteModeStrings.VisualStudio2010With2010Renderer">
<summary>Gets or sets the Visual Studio 2010 with 2010 renderer palette name string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteModeStrings.VisualStudio2010With2013Renderer">
<summary>Gets or sets the Visual Studio 2010 with 2013 renderer palette name string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteModeStrings.VisualStudio2010With365Renderer">
<summary>Gets or sets the Visual Studio 2010 with 365 renderer palette name string.</summary>
</member>
<member name="T:Krypton.Toolkit.PaletteTextTrimStrings">
<summary>Exposes the set of <see cref="T:Krypton.Toolkit.PaletteTextTrimConverter"/> strings used within Krypton and that are localizable.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteTextTrimStrings.Inherit">
<summary>Gets or sets the inherit palette text trim style string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteTextTrimStrings.Hide">
<summary>Gets or sets the hide palette text trim style string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteTextTrimStrings.Character">
<summary>Gets or sets the character palette text trim style string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteTextTrimStrings.Word">
<summary>Gets or sets the word palette text trim style string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteTextTrimStrings.EllipsisCharacter">
<summary>Gets or sets the ellipsis character palette text trim style string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteTextTrimStrings.EllipsisWord">
<summary>Gets or sets the ellipsis word palette text trim style string.</summary>
</member>
<member name="P:Krypton.Toolkit.PaletteTextTrimStrings.EllipsisPath">
<summary>Gets or sets the ellipsis path palette text trim style string.</summary>
</member>
<member name="T:Krypton.Toolkit.PlacementModeStrings">
<summary>Exposes the set of <see cref="T:Krypton.Toolkit.PlacementModeConverter"/> strings used within Krypton and that are localizable.</summary>
</member>
<member name="P:Krypton.Toolkit.PlacementModeStrings.Absolute">
<summary>Gets or sets the absolute placement mode string.</summary>
</member>
<member name="P:Krypton.Toolkit.PlacementModeStrings.AbsolutePoint">
<summary>Gets or sets the absolute point placement mode string.</summary>
</member>
<member name="P:Krypton.Toolkit.PlacementModeStrings.Bottom">
<summary>Gets or sets the bottom placement mode string.</summary>
</member>
<member name="P:Krypton.Toolkit.PlacementModeStrings.Center">
<summary>Gets or sets the center placement mode string.</summary>
</member>
<member name="P:Krypton.Toolkit.PlacementModeStrings.Left">
<summary>Gets or sets the left placement mode string.</summary>
</member>
<member name="P:Krypton.Toolkit.PlacementModeStrings.Mouse">
<summary>Gets or sets the mouse placement mode string.</summary>
</member>
<member name="P:Krypton.Toolkit.PlacementModeStrings.MousePoint">
<summary>Gets or sets the mouse point placement mode string.</summary>
</member>
<member name="P:Krypton.Toolkit.PlacementModeStrings.Relative">
<summary>Gets or sets the relative placement mode string.</summary>
</member>
<member name="P:Krypton.Toolkit.PlacementModeStrings.RelativePoint">
<summary>Gets or sets the relative point placement mode string.</summary>
</member>
<member name="P:Krypton.Toolkit.PlacementModeStrings.Right">
<summary>Gets or sets the right placement mode string.</summary>
</member>
<member name="P:Krypton.Toolkit.PlacementModeStrings.Top">
<summary>Gets or sets the top placement mode string.</summary>
</member>
<member name="T:Krypton.Toolkit.SeparatorStyleStrings">
<summary>Exposes the set of <see cref="T:Krypton.Toolkit.SeparatorStyleConverter"/> strings used within Krypton and that are localizable.</summary>
</member>
<member name="P:Krypton.Toolkit.SeparatorStyleStrings.LowProfile">
<summary>Gets or sets the low profile separator style string.</summary>
</member>
<member name="P:Krypton.Toolkit.SeparatorStyleStrings.HighProfile">
<summary>Gets or sets the high profile separator style string.</summary>
</member>
<member name="P:Krypton.Toolkit.SeparatorStyleStrings.HighInternalProfile">
<summary>Gets or sets the high internal profile separator style string.</summary>
</member>
<member name="P:Krypton.Toolkit.SeparatorStyleStrings.Custom1">
<summary>Gets or sets the custom 1 separator style string.</summary>
</member>
<member name="P:Krypton.Toolkit.SeparatorStyleStrings.Custom2">
<summary>Gets or sets the custom 2 separator style string.</summary>
</member>
<member name="P:Krypton.Toolkit.SeparatorStyleStrings.Custom3">
<summary>Gets or sets the custom 3 separator style string.</summary>
</member>
<member name="T:Krypton.Toolkit.TabBorderStyleStrings">
<summary>Exposes the set of <see cref="T:Krypton.Toolkit.TabBorderStyleConverter"/> strings used within Krypton and that are localizable.</summary>
</member>
<member name="P:Krypton.Toolkit.TabBorderStyleStrings.OneNote">
<summary>Gets or sets the OneNote tab border style string.</summary>
</member>
<member name="P:Krypton.Toolkit.TabBorderStyleStrings.SquareEqualSmall">
<summary>Gets or sets the square equal small tab border style string.</summary>
</member>
<member name="P:Krypton.Toolkit.TabBorderStyleStrings.SquareEqualMedium">
<summary>Gets or sets the square equal medium tab border style string.</summary>
</member>
<member name="P:Krypton.Toolkit.TabBorderStyleStrings.SquareEqualLarge">
<summary>Gets or sets the square equal large tab border style string.</summary>
</member>
<member name="P:Krypton.Toolkit.TabBorderStyleStrings.SquareOutsizeSmall">
<summary>Gets or sets the square outsize small tab border style string.</summary>
</member>
<member name="P:Krypton.Toolkit.TabBorderStyleStrings.SquareOutsizeMedium">
<summary>Gets or sets the square outsize medium tab border style string.</summary>
</member>
<member name="P:Krypton.Toolkit.TabBorderStyleStrings.SquareOutsizeLarge">
<summary>Gets or sets the square outsize large tab border style string.</summary>
</member>
<member name="P:Krypton.Toolkit.TabBorderStyleStrings.RoundedEqualSmall">
<summary>Gets or sets the rounded equal small tab border style string.</summary>
</member>
<member name="P:Krypton.Toolkit.TabBorderStyleStrings.RoundedEqualMedium">
<summary>Gets or sets the rounded equal medium tab border style string.</summary>
</member>
<member name="P:Krypton.Toolkit.TabBorderStyleStrings.RoundedEqualLarge">
<summary>Gets or sets the rounded equal large tab border style string.</summary>
</member>
<member name="P:Krypton.Toolkit.TabBorderStyleStrings.RoundedOutsizeSmall">
<summary>Gets or sets the rounded outsize small tab border style string.</summary>
</member>
<member name="P:Krypton.Toolkit.TabBorderStyleStrings.RoundedOutsizeMedium">
<summary>Gets or sets the rounded outsize medium tab border style string.</summary>
</member>
<member name="P:Krypton.Toolkit.TabBorderStyleStrings.RoundedOutsizeLarge">
<summary>Gets or sets the rounded outsize large tab border style string.</summary>
</member>
<member name="P:Krypton.Toolkit.TabBorderStyleStrings.SlantEqualNear">
<summary>Gets or sets the slant equal near tab border style string.</summary>
</member>
<member name="P:Krypton.Toolkit.TabBorderStyleStrings.SlantEqualFar">
<summary>Gets or sets the slant equal far tab border style string.</summary>
</member>
<member name="P:Krypton.Toolkit.TabBorderStyleStrings.SlantEqualBoth">
<summary>Gets or sets the slant equal both tab border style string.</summary>
</member>
<member name="P:Krypton.Toolkit.TabBorderStyleStrings.SlantOutsizeNear">
<summary>Gets or sets the slant outsize near tab border style string.</summary>
</member>
<member name="P:Krypton.Toolkit.TabBorderStyleStrings.SlantOutsizeFar">
<summary>Gets or sets the slant outsize far tab border style string.</summary>
</member>
<member name="P:Krypton.Toolkit.TabBorderStyleStrings.SlantOutsizeBoth">
<summary>Gets or sets the slant outsize both tab border style string.</summary>
</member>
<member name="P:Krypton.Toolkit.TabBorderStyleStrings.SmoothEqual">
<summary>Gets or sets the smooth equal tab border style string.</summary>
</member>
<member name="P:Krypton.Toolkit.TabBorderStyleStrings.SmoothOutsize">
<summary>Gets or sets the smooth outsize tab border style string.</summary>
</member>
<member name="P:Krypton.Toolkit.TabBorderStyleStrings.DockEqual">
<summary>Gets or sets the dock equal tab border style string.</summary>
</member>
<member name="P:Krypton.Toolkit.TabBorderStyleStrings.DockOutsize">
<summary>Gets or sets the dock outsize tab border style string.</summary>
</member>
<member name="T:Krypton.Toolkit.TabStyleStrings">
<summary>Exposes the set of <see cref="T:Krypton.Toolkit.TabStyleConverter"/> strings used within Krypton and that are localizable.</summary>
</member>
<member name="P:Krypton.Toolkit.TabStyleStrings.Custom1">
<summary>Gets or sets the custom 1 tab style string.</summary>
</member>
<member name="P:Krypton.Toolkit.TabStyleStrings.Custom2">
<summary>Gets or sets the custom 2 tab style string.</summary>
</member>
<member name="P:Krypton.Toolkit.TabStyleStrings.Custom3">
<summary>Gets or sets the custom 3 tab style string.</summary>
</member>
<member name="P:Krypton.Toolkit.TabStyleStrings.DockAutoHidden">
<summary>Gets or sets the dock auto hidden tab style string.</summary>
</member>
<member name="P:Krypton.Toolkit.TabStyleStrings.Dock">
<summary>Gets or sets the dock tab style string.</summary>
</member>
<member name="P:Krypton.Toolkit.TabStyleStrings.HighProfile">
<summary>Gets or sets the high profile tab style string.</summary>
</member>
<member name="P:Krypton.Toolkit.TabStyleStrings.StandardProfile">
<summary>Gets or sets the standard profile tab style string.</summary>
</member>
<member name="P:Krypton.Toolkit.TabStyleStrings.LowProfile">
<summary>Gets or sets the low profile tab style string.</summary>
</member>
<member name="P:Krypton.Toolkit.TabStyleStrings.OneNote">
<summary>Gets or sets the OneNote tab style string.</summary>
</member>
<member name="T:Krypton.Toolkit.ToastNotificationIconStrings">
<summary>Exposes the set of <see cref="T:Krypton.Toolkit.KryptonToastNotificationIconConverter"/> strings used within Krypton and that are localizable.</summary>
</member>
<member name="M:Krypton.Toolkit.ToastNotificationIconStrings.#ctor">
<summary>Initializes a new instance of the <see cref="T:Krypton.Toolkit.ToastNotificationIconStrings" /> class.</summary>
</member>
<member name="M:Krypton.Toolkit.ToastNotificationIconStrings.ToString">
<summary>Converts to string.</summary>
<returns>A <see cref="T:System.String" /> that represents this instance.</returns>
</member>
<member name="P:Krypton.Toolkit.ToastNotificationIconStrings.Application">
<summary>Gets or sets the application icon string.</summary>
</member>
<member name="P:Krypton.Toolkit.ToastNotificationIconStrings.Asterisk">
<summary>Gets or sets the asterisk icon string.</summary>
</member>
<member name="P:Krypton.Toolkit.ToastNotificationIconStrings.Custom">
<summary>Gets or sets the custom icon string.</summary>
</member>
<member name="P:Krypton.Toolkit.ToastNotificationIconStrings.Error">
<summary>Gets or sets the error icon string.</summary>
</member>
<member name="P:Krypton.Toolkit.ToastNotificationIconStrings.Exclamation">
<summary>Gets or sets the exclamation icon string.</summary>
</member>
<member name="P:Krypton.Toolkit.ToastNotificationIconStrings.Hand">
<summary>Gets or sets the hand icon string.</summary>
</member>
<member name="P:Krypton.Toolkit.ToastNotificationIconStrings.Information">
<summary>Gets or sets the information icon string.</summary>
</member>
<member name="P:Krypton.Toolkit.ToastNotificationIconStrings.None">
<summary>Gets or sets the none icon string.</summary>
</member>
<member name="P:Krypton.Toolkit.ToastNotificationIconStrings.Ok">
<summary>Gets or sets the ok icon string.</summary>
</member>
<member name="P:Krypton.Toolkit.ToastNotificationIconStrings.Question">
<summary>Gets or sets the question icon string.</summary>
</member>
<member name="P:Krypton.Toolkit.ToastNotificationIconStrings.Shield">
<summary>Gets or sets the shield icon string.</summary>
</member>
<member name="P:Krypton.Toolkit.ToastNotificationIconStrings.Stop">
<summary>Gets or sets the stop icon string.</summary>
</member>
<member name="P:Krypton.Toolkit.ToastNotificationIconStrings.SystemApplication">
<summary>Gets or sets the system application icon string.</summary>
</member>
<member name="P:Krypton.Toolkit.ToastNotificationIconStrings.SystemAsterisk">
<summary>Gets or sets the system asterisk icon string.</summary>
</member>
<member name="P:Krypton.Toolkit.ToastNotificationIconStrings.SystemError">
<summary>Gets or sets the system error icon string.</summary>
</member>
<member name="P:Krypton.Toolkit.ToastNotificationIconStrings.SystemExclamation">
<summary>Gets or sets the system exclamation icon string.</summary>
</member>
<member name="P:Krypton.Toolkit.ToastNotificationIconStrings.SystemHand">
<summary>Gets or sets the system hand icon string.</summary>
</member>
<member name="P:Krypton.Toolkit.ToastNotificationIconStrings.SystemInformation">
<summary>Gets or sets the system information icon string.</summary>
</member>
<member name="P:Krypton.Toolkit.ToastNotificationIconStrings.SystemQuestion">
<summary>Gets or sets the system question icon string.</summary>
</member>
<member name="P:Krypton.Toolkit.ToastNotificationIconStrings.SystemStop">
<summary>Gets or sets the system stop icon string.</summary>
</member>
<member name="P:Krypton.Toolkit.ToastNotificationIconStrings.SystemWarning">
<summary>Gets or sets the system warning icon string.</summary>
</member>
<member name="P:Krypton.Toolkit.ToastNotificationIconStrings.Warning">
<summary>Gets or sets the warning icon string.</summary>
</member>
<member name="P:Krypton.Toolkit.ToastNotificationIconStrings.WindowsLogo">
<summary>Gets or sets the Windows logo icon string.</summary>
</member>
<member name="T:Krypton.Toolkit.CustomToolkitStrings">
<summary>Exposes a custom set of strings that are used within the Krypton Toolkit, and are localisable.</summary>
<seealso cref="T:Krypton.Toolkit.GlobalId" />
</member>
<member name="M:Krypton.Toolkit.CustomToolkitStrings.#ctor">
<summary>Initializes a new instance of the <see cref="T:Krypton.Toolkit.CustomToolkitStrings" /> class.</summary>
</member>
<member name="M:Krypton.Toolkit.CustomToolkitStrings.ToString">
<summary>Converts to string.</summary>
<returns>A <see cref="T:System.String" /> that represents this instance.</returns>
</member>
<member name="P:Krypton.Toolkit.CustomToolkitStrings.IsDefault">
<summary>
Gets a value indicating if all the strings are default values.
</summary>
<returns>True if all values are defaulted; otherwise false.</returns>
</member>
<member name="M:Krypton.Toolkit.CustomToolkitStrings.ResetValues">
<summary>Resets the values.</summary>
</member>
<member name="P:Krypton.Toolkit.CustomToolkitStrings.Collapse">
<summary>Gets or sets the collapse string used in expandable footers.</summary>
</member>
<member name="P:Krypton.Toolkit.CustomToolkitStrings.Expand">
<summary>Gets or sets the expand string used in expandable footers.</summary>
</member>
<member name="P:Krypton.Toolkit.CustomToolkitStrings.Apply">
<summary>
Gets and sets the Apply string used in property dialogs.
</summary>
</member>
<member name="P:Krypton.Toolkit.CustomToolkitStrings.Back">
<summary>
Gets and sets the Back string used in custom situations.
</summary>
</member>
<member name="P:Krypton.Toolkit.CustomToolkitStrings.DoNotShowAgain">
<summary>
Gets and sets the do not show again string used in custom situations.
</summary>
</member>
<member name="P:Krypton.Toolkit.CustomToolkitStrings.Exit">
<summary>
Gets and sets the Exit string used in custom situations.
</summary>
</member>
<member name="P:Krypton.Toolkit.CustomToolkitStrings.Finish">
<summary>
Gets and sets the Finish string used in custom situations.
</summary>
</member>
<member name="P:Krypton.Toolkit.CustomToolkitStrings.Next">
<summary>
Gets and sets the Next string used in custom situations.
</summary>
</member>
<member name="P:Krypton.Toolkit.CustomToolkitStrings.Previous">
<summary>
Gets and sets the Previous string used in custom situations.
</summary>
</member>
<member name="P:Krypton.Toolkit.CustomToolkitStrings.Cut">
<summary>
Gets and sets the Cut string used in custom situations.
</summary>
</member>
<member name="P:Krypton.Toolkit.CustomToolkitStrings.Copy">
<summary>
Gets and sets the Copy string used in custom situations.
</summary>
</member>
<member name="P:Krypton.Toolkit.CustomToolkitStrings.Paste">
<summary>
Gets and sets the Paste string used in custom situations.
</summary>
</member>
<member name="P:Krypton.Toolkit.CustomToolkitStrings.SelectAll">
<summary>
Gets and sets the Select All string used in custom situations.
</summary>
</member>
<member name="P:Krypton.Toolkit.CustomToolkitStrings.ClearClipboard">
<summary>
Gets and sets the Clear Clipboard string used in custom situations.
</summary>
</member>
<member name="P:Krypton.Toolkit.CustomToolkitStrings.YesToAll">
<summary>
Gets and sets the Yes to All string used in custom situations.
</summary>
</member>
<member name="P:Krypton.Toolkit.CustomToolkitStrings.NoToAll">
<summary>
Gets and sets the No to All string used in custom situations.
</summary>
</member>
<member name="P:Krypton.Toolkit.CustomToolkitStrings.OkToAll">
<summary>
Gets and sets the Ok to All string used in custom situations.
</summary>
</member>
<member name="P:Krypton.Toolkit.CustomToolkitStrings.Reset">
<summary>Gets or sets the reset string used for custom situations.</summary>
</member>
<member name="P:Krypton.Toolkit.CustomToolkitStrings.SystemInformation">
<summary>Gets or sets the system information string used for custom situations.</summary>
</member>
<member name="P:Krypton.Toolkit.CustomToolkitStrings.CurrentTheme">
<summary>Gets or sets the current theme string used for custom situations.</summary>
</member>
<member name="T:Krypton.Toolkit.GeneralRibbonStrings">
<summary>Exposes a general set of strings that are used within the Krypton Ribbon, and are localisable.</summary>
<seealso cref="T:Krypton.Toolkit.GlobalId" />
</member>
<member name="M:Krypton.Toolkit.GeneralRibbonStrings.#ctor">
<summary>Initializes a new instance of the <see cref="T:Krypton.Toolkit.GeneralRibbonStrings" /> class.</summary>
</member>
<member name="M:Krypton.Toolkit.GeneralRibbonStrings.ToString">
<summary>Converts to string.</summary>
<returns>A <see cref="T:System.String" /> that represents this instance.</returns>
</member>
<member name="P:Krypton.Toolkit.GeneralRibbonStrings.IsDefault">
<summary>
Gets a value indicating if all values are default.
</summary>
</member>
<member name="P:Krypton.Toolkit.GeneralRibbonStrings.AppButtonKeyTip">
<summary>
Gets and sets the application button key tip string.
</summary>
</member>
<member name="P:Krypton.Toolkit.GeneralRibbonStrings.CustomizeQuickAccessToolbar">
<summary>
Gets and sets the heading for the quick access toolbar menu.
</summary>
</member>
<member name="P:Krypton.Toolkit.GeneralRibbonStrings.Minimize">
<summary>
Gets and sets the menu string for minimizing the ribbon option.
</summary>
</member>
<member name="P:Krypton.Toolkit.GeneralRibbonStrings.MoreColors">
<summary>
Gets and sets the menu string for a 'more colors' entry.
</summary>
</member>
<member name="P:Krypton.Toolkit.GeneralRibbonStrings.NoColor">
<summary>
Gets and sets the menu string for a 'no color' entry.
</summary>
</member>
<member name="P:Krypton.Toolkit.GeneralRibbonStrings.RecentDocuments">
<summary>
Gets and sets the title for the recent documents section of the application menu.
</summary>
</member>
<member name="P:Krypton.Toolkit.GeneralRibbonStrings.RecentColors">
<summary>
Gets and sets the title for the recent colors section of the color button menu.
</summary>
</member>
<member name="P:Krypton.Toolkit.GeneralRibbonStrings.ShowAboveRibbon">
<summary>
Gets and sets the menu string for showing above the ribbon.
</summary>
</member>
<member name="P:Krypton.Toolkit.GeneralRibbonStrings.ShowBelowRibbon">
<summary>
Gets and sets the menu string for showing below the ribbon.
</summary>
</member>
<member name="P:Krypton.Toolkit.GeneralRibbonStrings.ShowQATAboveRibbon">
<summary>
Gets and sets the menu string for showing QAT above the ribbon.
</summary>
</member>
<member name="P:Krypton.Toolkit.GeneralRibbonStrings.ShowQATBelowRibbon">
<summary>
Gets and sets the menu string for showing QAT below the ribbon.
</summary>
</member>
<member name="P:Krypton.Toolkit.GeneralRibbonStrings.StandardColors">
<summary>
Gets and sets the title for the standard colors section of the application menu.
</summary>
</member>
<member name="P:Krypton.Toolkit.GeneralRibbonStrings.ThemeColors">
<summary>
Gets and sets the title for the theme colors section of the application menu.
</summary>
</member>
<member name="P:Krypton.Toolkit.GeneralRibbonStrings.AppButtonText">
<summary>
Gets and sets the button text for the app button.
</summary>
</member>
<member name="M:Krypton.Toolkit.GeneralRibbonStrings.Reset">
<summary>Resets this instance.</summary>
</member>
<member name="T:Krypton.Toolkit.GeneralToolkitStrings">
<summary>Exposes a general set of strings that are used within the Krypton Toolkit, and are localisable.</summary>
<seealso cref="T:Krypton.Toolkit.GlobalId" />
</member>
<member name="M:Krypton.Toolkit.GeneralToolkitStrings.#ctor">
<summary>Initializes a new instance of the <see cref="T:Krypton.Toolkit.GeneralToolkitStrings" /> class.</summary>
</member>
<member name="M:Krypton.Toolkit.GeneralToolkitStrings.ToString">
<summary>
Returns a string that represents the current defaulted state.
</summary>
<returns>A string that represents the current defaulted state.</returns>
</member>
<member name="P:Krypton.Toolkit.GeneralToolkitStrings.IsDefault">
<summary>
Gets a value indicating if all the strings are default values.
</summary>
<returns>True if all values are defaulted; otherwise false.</returns>
</member>
<member name="M:Krypton.Toolkit.GeneralToolkitStrings.Reset">
<summary>
Reset all strings to default values.
</summary>
</member>
<member name="P:Krypton.Toolkit.GeneralToolkitStrings.OK">
<summary>
Gets and sets the OK string used in message box buttons.
</summary>
</member>
<member name="P:Krypton.Toolkit.GeneralToolkitStrings.Cancel">
<summary>
Gets and sets the Cancel string used in message box buttons.
</summary>
</member>
<member name="P:Krypton.Toolkit.GeneralToolkitStrings.Yes">
<summary>
Gets and sets the Yes string used in message box buttons.
</summary>
</member>
<member name="P:Krypton.Toolkit.GeneralToolkitStrings.No">
<summary>
Gets and sets the No string used in message box buttons.
</summary>
</member>
<member name="P:Krypton.Toolkit.GeneralToolkitStrings.Abort">
<summary>
Gets and sets the Abort string used in message box buttons.
</summary>
</member>
<member name="P:Krypton.Toolkit.GeneralToolkitStrings.Retry">
<summary>
Gets and sets the Retry string used in message box buttons.
</summary>
</member>
<member name="P:Krypton.Toolkit.GeneralToolkitStrings.Ignore">
<summary>
Gets and sets the Ignore string used in message box buttons.
</summary>
</member>
<member name="P:Krypton.Toolkit.GeneralToolkitStrings.Close">
<summary>
Gets and sets the Close string used in message box buttons.
</summary>
</member>
<member name="P:Krypton.Toolkit.GeneralToolkitStrings.Today">
<summary>
Gets and sets the Close string used in calendars.
</summary>
</member>
<member name="P:Krypton.Toolkit.GeneralToolkitStrings.Help">
<summary>
Gets and sets the Help string used in message box buttons.
</summary>
</member>
<member name="P:Krypton.Toolkit.GeneralToolkitStrings.Continue">
<summary>
Gets and sets the Continue string used in message box buttons.
</summary>
</member>
<member name="P:Krypton.Toolkit.GeneralToolkitStrings.TryAgain">
<summary>
Gets and sets the Try Again string used in message box buttons.
</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonAboutBoxBasicApplicationInformationStrings.ToString">
<inheritdoc />
</member>
<member name="P:Krypton.Toolkit.KryptonAboutBoxBasicApplicationInformationStrings.ApplicationName">
<summary>Gets or sets the name of the application string.</summary>
<value>The name of the application string.</value>
</member>
<member name="P:Krypton.Toolkit.KryptonAboutBoxBasicApplicationInformationStrings.ApplicationBase">
<summary>Gets or sets the application base string.</summary>
<value>The application base string.</value>
</member>
<member name="P:Krypton.Toolkit.KryptonAboutBoxBasicApplicationInformationStrings.CachePath">
<summary>Gets or sets the cache path string.</summary>
<value>The cache path string.</value>
</member>
<member name="P:Krypton.Toolkit.KryptonAboutBoxBasicApplicationInformationStrings.ConfigurationFile">
<summary>Gets or sets the configuration file string.</summary>
<value>The configuration file string.</value>
</member>
<member name="P:Krypton.Toolkit.KryptonAboutBoxBasicApplicationInformationStrings.DynamicBase">
<summary>Gets or sets the dynamic base string.</summary>
<value>The dynamic base string.</value>
</member>
<member name="P:Krypton.Toolkit.KryptonAboutBoxBasicApplicationInformationStrings.FriendlyName">
<summary>Gets or sets the friendly name string.</summary>
<value>The friendly name string.</value>
</member>
<member name="P:Krypton.Toolkit.KryptonAboutBoxBasicApplicationInformationStrings.LicenseFile">
<summary>Gets or sets the license file string.</summary>
<value>The license file string.</value>
</member>
<member name="P:Krypton.Toolkit.KryptonAboutBoxBasicApplicationInformationStrings.PrivateBinPath">
<summary>Gets or sets the private bin path string.</summary>
<value>The private bin path string.</value>
</member>
<member name="P:Krypton.Toolkit.KryptonAboutBoxBasicApplicationInformationStrings.ShadowCopyDirectories">
<summary>Gets or sets the shadow copy directories string.</summary>
<value>The shadow copy directories string.</value>
</member>
<member name="P:Krypton.Toolkit.KryptonAboutBoxBasicApplicationInformationStrings.EntryAssembly">
<summary>Gets or sets the entry assembly string.</summary>
<value>The entry assembly string.</value>
</member>
<member name="P:Krypton.Toolkit.KryptonAboutBoxBasicApplicationInformationStrings.ExecutingAssembly">
<summary>Gets or sets the executing assembly string.</summary>
<value>The executing assembly string.</value>
</member>
<member name="P:Krypton.Toolkit.KryptonAboutBoxBasicApplicationInformationStrings.CallingAssembly">
<summary>Gets or sets the calling assembly string.</summary>
<value>The calling assembly string.</value>
</member>
<member name="P:Krypton.Toolkit.KryptonAboutBoxBasicApplicationInformationStrings.IsDefault">
<summary>Gets a value indicating whether this instance is default.</summary>
<value><c>true</c> if this instance is default; otherwise, <c>false</c>.</value>
</member>
<member name="M:Krypton.Toolkit.KryptonAboutBoxBasicApplicationInformationStrings.Reset">
<summary>Resets the strings.</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonAboutBoxStrings.About">
<summary>Gets or sets the about string.</summary>
<value>The about string.</value>
</member>
<member name="P:Krypton.Toolkit.KryptonAboutBoxStrings.Title">
<summary>Gets or sets the 'title' label string.</summary>
<value>The 'title' label string.</value>
</member>
<member name="P:Krypton.Toolkit.KryptonAboutBoxStrings.Copyright">
<summary>Gets or sets the 'copyright' label string.</summary>
<value>The 'copyright' label string.</value>
</member>
<member name="P:Krypton.Toolkit.KryptonAboutBoxStrings.Description">
<summary>Gets or sets the 'description' label string.</summary>
<value>The 'description' label string.</value>
</member>
<member name="P:Krypton.Toolkit.KryptonAboutBoxStrings.Company">
<summary>Gets or sets the 'company' label string.</summary>
<value>The 'company' label string.</value>
</member>
<member name="P:Krypton.Toolkit.KryptonAboutBoxStrings.Product">
<summary>Gets or sets the 'product' label string.</summary>
<value>The 'product' label string.</value>
</member>
<member name="P:Krypton.Toolkit.KryptonAboutBoxStrings.Trademark">
<summary>Gets or sets the 'trademark' label string.</summary>
<value>The 'trademark' label string.</value>
</member>
<member name="P:Krypton.Toolkit.KryptonAboutBoxStrings.Version">
<summary>Gets or sets the 'version' label string.</summary>
<value>The 'version' label string.</value>
</member>
<member name="P:Krypton.Toolkit.KryptonAboutBoxStrings.BuildDate">
<summary>Gets or sets the 'build date' label string.</summary>
<value>The 'build date' label string.</value>
</member>
<member name="P:Krypton.Toolkit.KryptonAboutBoxStrings.ImageRuntimeVersion">
<summary>Gets or sets the image runtime version string.</summary>
<value>The image runtime version string.</value>
</member>
<member name="P:Krypton.Toolkit.KryptonAboutBoxStrings.LoadedFromGlobalAssemblyCache">
<summary>Gets or sets the loaded from global assembly cache string.</summary>
<value>The loaded from global assembly cache string.</value>
</member>
<member name="P:Krypton.Toolkit.KryptonAboutBoxStrings.IsDefault">
<summary>Gets a value indicating whether this instance is default.</summary>
<value><c>true</c> if this instance is default; otherwise, <c>false</c>.</value>
</member>
<member name="M:Krypton.Toolkit.KryptonAboutBoxStrings.Reset">
<summary>Resets the strings.</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonMiscellaneousThemeStrings.#ctor">
<summary>Initializes a new instance of the <see cref="T:Krypton.Toolkit.KryptonMiscellaneousThemeStrings" /> class.</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonMiscellaneousThemeStrings.ThemeBrowserWindowTitle">
<summary>Gets or sets the theme browser window title.</summary>
<value>The theme browser window title.</value>
</member>
<member name="P:Krypton.Toolkit.KryptonMiscellaneousThemeStrings.ThemeBrowserDescription">
<summary>Gets or sets the theme browser description.</summary>
<value>The theme browser description.</value>
</member>
<member name="P:Krypton.Toolkit.KryptonMiscellaneousThemeStrings.Import">
<summary>Gets or sets the import theme text.</summary>
<value>The import theme text.</value>
</member>
<member name="P:Krypton.Toolkit.KryptonMiscellaneousThemeStrings.Silent">
<summary>Gets or sets the silent text.</summary>
<value>The silent text.</value>
</member>
<member name="P:Krypton.Toolkit.KryptonMiscellaneousThemeStrings.Upgrade">
<summary>Gets or sets the upgrade text.</summary>
<value>The upgrade text.</value>
</member>
<member name="T:Krypton.Toolkit.KryptonOutlookGridStrings">
<summary>Exposes a set of localised strings, used by <see cref="T:KryptonOutlookGrid"/> and its components.</summary>
<seealso cref="T:Krypton.Toolkit.GlobalId"/>
</member>
<member name="M:Krypton.Toolkit.KryptonOutlookGridStrings.#ctor">
<summary>Initializes a new instance of the <see cref="T:Krypton.Toolkit.KryptonOutlookGridStrings" /> class.</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonOutlookGridStrings.ToString">
<summary>Converts to string.</summary>
<returns>A <see cref="T:System.String" /> that represents this instance.</returns>
</member>
<member name="P:Krypton.Toolkit.KryptonOutlookGridStrings.AfterNextMonth">
<summary>Gets or sets the after next month string for the KryptonOutlookGrid.</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonOutlookGridStrings.AlphabeticGroupText">
<summary>Gets or sets the alphabetic group string for the KryptonOutlookGrid.</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonOutlookGridStrings.Bar">
<summary>Gets or sets the bar string for the KryptonOutlookGrid.</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonOutlookGridStrings.BeforePreviousMonth">
<summary>Gets or sets the before previous month string for the KryptonOutlookGrid.</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonOutlookGridStrings.BestFitAll">
<summary>Gets or sets the best fit all string for the KryptonOutlookGrid.</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonOutlookGridStrings.BestFit">
<summary>Gets or sets the best fit string for the KryptonOutlookGrid.</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonOutlookGridStrings.ClearGrouping">
<summary>Gets or sets the clear grouping string for the KryptonOutlookGrid.</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonOutlookGridStrings.ClearRules">
<summary>Gets or sets the clear rules string for the KryptonOutlookGrid.</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonOutlookGridStrings.ClearSorting">
<summary>Gets or sets the clear sorting string for the KryptonOutlookGrid.</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonOutlookGridStrings.Collapse">
<summary>Gets or sets the collapse string for the KryptonOutlookGrid.</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonOutlookGridStrings.Columns">
<summary>Gets or sets the columns string for the KryptonOutlookGrid.</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonOutlookGridStrings.ConditionalFormatting">
<summary>Gets or sets the conditional formatting string for the KryptonOutlookGrid.</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonOutlookGridStrings.CustomThreeDots">
<summary>Gets or sets the custom three dots string for the KryptonOutlookGrid.</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonOutlookGridStrings.DateGroupText">
<summary>Gets or sets the date group text string for the KryptonOutlookGrid.</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonOutlookGridStrings.Day">
<summary>Gets or sets the day string for the KryptonOutlookGrid.</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonOutlookGridStrings.DragColumnToGroup">
<summary>Gets or sets the drag column to group string for the KryptonOutlookGrid.</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonOutlookGridStrings.EarlierDuringThisMonth">
<summary>Gets or sets the earlier during this month string for the KryptonOutlookGrid.</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonOutlookGridStrings.EarlierDuringThisYear">
<summary>Gets or sets the earlier during this year string for the KryptonOutlookGrid.</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonOutlookGridStrings.Expand">
<summary>Gets or sets the expand string for the KryptonOutlookGrid.</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonOutlookGridStrings.FullCollapse">
<summary>Gets or sets the full collapse string for the KryptonOutlookGrid.</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonOutlookGridStrings.FullExpand">
<summary>Gets or sets the full expand string for the KryptonOutlookGrid.</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonOutlookGridStrings.GradientFill">
<summary>Gets or sets the gradient fill string for the KryptonOutlookGrid.</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonOutlookGridStrings.Group">
<summary>Gets or sets the group string for the KryptonOutlookGrid.</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonOutlookGridStrings.GroupInterval">
<summary>Gets or sets the group interval string for the KryptonOutlookGrid.</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonOutlookGridStrings.HideGroupBox">
<summary>Gets or sets the hide group box string for the KryptonOutlookGrid.</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonOutlookGridStrings.InThreeWeeks">
<summary>Gets or sets the in three weeks string for the KryptonOutlookGrid.</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonOutlookGridStrings.InTwoWeeks">
<summary>Gets or sets the in two weeks string for the KryptonOutlookGrid.</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonOutlookGridStrings.LaterDuringThisMonth">
<summary>Gets or sets the Later during this month string for the KryptonOutlookGrid.</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonOutlookGridStrings.Month">
<summary>Gets or sets the month string for the KryptonOutlookGrid.</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonOutlookGridStrings.NextMonth">
<summary>Gets or sets the next month string for the KryptonOutlookGrid.</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonOutlookGridStrings.NextWeek">
<summary>Gets or sets the next week string for the KryptonOutlookGrid.</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonOutlookGridStrings.NoDate">
<summary>Gets or sets the no date string for the KryptonOutlookGrid.</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonOutlookGridStrings.Older">
<summary>Gets or sets the older string for the KryptonOutlookGrid.</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonOutlookGridStrings.OneItem">
<summary>Gets or sets the one item string for the KryptonOutlookGrid.</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonOutlookGridStrings.Other">
<summary>Gets or sets the other string for the KryptonOutlookGrid.</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonOutlookGridStrings.PaletteCustom">
<summary>Gets or sets the palette custom string for the KryptonOutlookGrid.</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonOutlookGridStrings.PaletteCustomHeading">
<summary>Gets or sets the palette custom heading string for the KryptonOutlookGrid.</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonOutlookGridStrings.PreviousMonth">
<summary>Gets or sets the previous month string for the KryptonOutlookGrid.</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonOutlookGridStrings.PreviousWeek">
<summary>Gets or sets the previous week string for the KryptonOutlookGrid.</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonOutlookGridStrings.PreviousYear">
<summary>Gets or sets the previous year string for the KryptonOutlookGrid.</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonOutlookGridStrings.QuarterOne">
<summary>Gets or sets the quarter one string for the KryptonOutlookGrid.</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonOutlookGridStrings.QuarterTwo">
<summary>Gets or sets the quarter two string for the KryptonOutlookGrid.</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonOutlookGridStrings.QuarterThree">
<summary>Gets or sets the quarter three string for the KryptonOutlookGrid.</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonOutlookGridStrings.QuarterFour">
<summary>Gets or sets the quarter four string for the KryptonOutlookGrid.</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonOutlookGridStrings.Quarter">
<summary>Gets or sets the quarter string for the KryptonOutlookGrid.</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonOutlookGridStrings.ShowGroupBox">
<summary>Gets or sets the show group box string for the KryptonOutlookGrid.</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonOutlookGridStrings.Smart">
<summary>Gets or sets the smart string for the KryptonOutlookGrid.</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonOutlookGridStrings.SolidFill">
<summary>Gets or sets the solid fill string for the KryptonOutlookGrid.</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonOutlookGridStrings.SortAscending">
<summary>Gets or sets the sort ascending string for the KryptonOutlookGrid.</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonOutlookGridStrings.SortBySummaryCount">
<summary>Gets or sets the sort by summary count string for the KryptonOutlookGrid.</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonOutlookGridStrings.SortDescending">
<summary>Gets or sets the sort descending string for the KryptonOutlookGrid.</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonOutlookGridStrings.ThreeColorsRange">
<summary>Gets or sets the three colors range string for the KryptonOutlookGrid.</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonOutlookGridStrings.ThreeWeeksAgo">
<summary>Gets or sets the three weeks ago string for the KryptonOutlookGrid.</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonOutlookGridStrings.Today">
<summary>Gets or sets the today string for the KryptonOutlookGrid.</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonOutlookGridStrings.Tomorrow">
<summary>Gets or sets the tomorrow string for the KryptonOutlookGrid.</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonOutlookGridStrings.TwoColorsRange">
<summary>Gets or sets the two colors range string for the KryptonOutlookGrid.</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonOutlookGridStrings.TwoWeeksAgo">
<summary>Gets or sets the two weeks ago string for the KryptonOutlookGrid.</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonOutlookGridStrings.Ungroup">
<summary>Gets or sets the Ungroup string for the KryptonOutlookGrid.</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonOutlookGridStrings.Unknown">
<summary>Gets or sets the unknown string for the KryptonOutlookGrid.</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonOutlookGridStrings.NumberOfItems">
<summary>Gets or sets the number of items string for the KryptonOutlookGrid.</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonOutlookGridStrings.Year">
<summary>Gets or sets the year string for the KryptonOutlookGrid.</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonOutlookGridStrings.YearGroupText">
<summary>Gets or sets the year group text string for the KryptonOutlookGrid.</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonOutlookGridStrings.Yesterday">
<summary>Gets or sets the yesterday string for the KryptonOutlookGrid.</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonOutlookGridStrings.Monday">
<summary>Gets or sets the Monday string for the KryptonOutlookGrid.</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonOutlookGridStrings.Tuesday">
<summary>Gets or sets the Tuesday string for the KryptonOutlookGrid.</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonOutlookGridStrings.Wednesday">
<summary>Gets or sets the Wednesday string for the KryptonOutlookGrid.</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonOutlookGridStrings.Thursday">
<summary>Gets or sets the Thursday string for the KryptonOutlookGrid.</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonOutlookGridStrings.Friday">
<summary>Gets or sets the Friday string for the KryptonOutlookGrid.</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonOutlookGridStrings.Saturday">
<summary>Gets or sets the Saturday string for the KryptonOutlookGrid.</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonOutlookGridStrings.Sunday">
<summary>Gets or sets the Sunday string for the KryptonOutlookGrid.</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonOutlookGridStrings.CustomFormatWindowTitle">
<summary>Gets or sets the custom format window title string for the KryptonOutlookGrid.</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonOutlookGridStrings.CustomFormatLabelText">
<summary>Gets or sets the format label string for the KryptonOutlookGrid.</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonOutlookGridStrings.CustomFormatPreviewLabelText">
<summary>Gets or sets the preview label string for the KryptonOutlookGrid.</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonOutlookGridStrings.CustomFormatMinimumColorButtonText">
<summary>Gets or sets the minimum color button text string for the KryptonOutlookGrid.</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonOutlookGridStrings.CustomFormatIntermediateColorButtonText">
<summary>Gets or sets the intermediate color button text string for the KryptonOutlookGrid.</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonOutlookGridStrings.CustomFormatMaximumColorButtonText">
<summary>Gets or sets the maximum color button text string for the KryptonOutlookGrid.</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonOutlookGridStrings.CustomFormatFillLabelText">
<summary>Gets or sets the fill label string for the KryptonOutlookGrid.</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonOutlookGridStrings.ConditionXMLNodeText">
<summary>Gets or sets the condition XML node string for the KryptonOutlookGrid.</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonOutlookGridStrings.ColumnNameXMLNodeText">
<summary>Gets or sets the column name XML node string for the KryptonOutlookGrid.</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonOutlookGridStrings.FormatTypeXMLNodeText">
<summary>Gets or sets the format type XML node string for the KryptonOutlookGrid.</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonOutlookGridStrings.FormatParamsXMLNodeText">
<summary>Gets or sets the format params XML node string for the KryptonOutlookGrid.</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonOutlookGridStrings.Reset">
<summary>Resets this instance.</summary>
</member>
<member name="T:Krypton.Toolkit.KryptonScrollBarStrings">
<summary>Exposes the set of <see cref="T:Krypton.Toolkit.KryptonScrollBar"/> strings used within Krypton and that are localizable.</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonScrollBarStrings.#ctor">
<summary>Initializes a new instance of the <see cref="T:Krypton.Toolkit.KryptonScrollBarStrings" /> class.</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonScrollBarStrings.IsDefault">
<summary>Gets a value indicating whether this instance is default.</summary>
<value><c>true</c> if this instance is default; otherwise, <c>false</c>.</value>
</member>
<member name="M:Krypton.Toolkit.KryptonScrollBarStrings.Reset">
<summary>Resets this instance.</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonScrollBarStrings.PageDown">
<summary>Gets or sets the scrollbar page down string.</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonScrollBarStrings.PageUp">
<summary>Gets or sets the scrollbar page up string.</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonScrollBarStrings.PageRight">
<summary>Gets or sets the scrollbar page right string.</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonScrollBarStrings.PageLeft">
<summary>Gets or sets the scrollbar page left string.</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonScrollBarStrings.ScrollDown">
<summary>Gets or sets the scrollbar scroll down string.</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonScrollBarStrings.ScrollHere">
<summary>Gets or sets the scrollbar scroll here string.</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonScrollBarStrings.ScrollUp">
<summary>Gets or sets the scrollbar scroll up string.</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonScrollBarStrings.ScrollRight">
<summary>Gets or sets the scrollbar scroll right string.</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonScrollBarStrings.ScrollLeft">
<summary>Gets or sets the scrollbar scroll left string.</summary>
</member>
<member name="T:Krypton.Toolkit.KryptonToastNotificationStrings">
<summary>Exposes a custom set of strings that are used within the Krypton Toolkit, and are localisable.</summary>
<seealso cref="T:Krypton.Toolkit.GlobalId" />
</member>
<member name="M:Krypton.Toolkit.KryptonToastNotificationStrings.#ctor">
<summary>Initializes a new instance of the <see cref="T:Krypton.Toolkit.KryptonToastNotificationStrings" /> class.</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonToastNotificationStrings.ToString">
<summary>Converts to string.</summary>
<returns>A <see cref="T:System.String" /> that represents this instance.</returns>
</member>
<member name="P:Krypton.Toolkit.KryptonToastNotificationStrings.DoNotShowAgain">
<summary>Gets or sets the dismiss string used for custom situations.</summary>
</member>
<member name="P:Krypton.Toolkit.KryptonToastNotificationStrings.Dismiss">
<summary>Gets or sets the dismiss string used for custom situations.</summary>
</member>
<member name="T:Krypton.Toolkit.ActiveFormTracker">
<summary>
Static class that tracks the active form within a WinForms application in an event drive way.<br/>
It removes the need for the use of Form.ActiveForm which relies on GetForeGroundWindow().
</summary>
</member>
<member name="P:Krypton.Toolkit.ActiveFormTracker.ActiveForm">
<summary>
The currently active form
</summary>
</member>
<member name="P:Krypton.Toolkit.ActiveFormTracker.ActiveMdiChild">
<summary>
The currently active mdi child form
</summary>
</member>
<member name="M:Krypton.Toolkit.ActiveFormTracker.Attach(System.Windows.Forms.Form)">
<summary>
Subscribes the form to the tracker.<br/>
KryptonForm objects automatically subscribe to the tracker on instantiation.<br/>
When using a WinForms form in combination with the Krypton Docking module add the following code to each form definition.<br/><br/>
<code>
protected override void OnHandleCreated(EventArgs e)
{
base.OnHandleCreated(e);
Tracker.Attach(this);
}
</code><br/><br/>
When the form is destroyed it will automatically be unsubscribed from the tracker.
</summary>
<param name="form">The form to subscribe.</param>
</member>
<member name="M:Krypton.Toolkit.ActiveFormTracker.IsActiveForm(System.Windows.Forms.Form)">
<summary>
Return if the given form is the active form.
</summary>
<param name="form">Form to check if it's active.</param>
<returns>True if the given form is equal to the active form, otherwise false.</returns>
</member>
<member name="M:Krypton.Toolkit.ActiveFormTracker.IsActiveMdiChild(System.Windows.Forms.Form)">
<summary>
Return if the given form is the active mdi child form.
</summary>
<param name="mdiChild">ChildForm to check if it's active.</param>
<returns>True if the given childform is equal to the active form, otherwise false.</returns>
</member>
<member name="M:Krypton.Toolkit.ActiveFormTracker.ActivatedMdiChild(System.Object,System.EventArgs)">
<summary>
Is executed when the child form is activated.
</summary>
<param name="sender">The source of the event.</param>
<param name="e">Not used.</param>
</member>
<member name="M:Krypton.Toolkit.ActiveFormTracker.Activated(System.Object,System.EventArgs)">
<summary>
Is executed when the form is activated.
</summary>
<param name="sender">The source of the event.</param>
<param name="e">Not used.</param>
</member>
<member name="M:Krypton.Toolkit.ActiveFormTracker.Deactivate(System.Object,System.EventArgs)">
<summary>
Is executed when the form is deactivated.
</summary>
<param name="sender">The source of the event.</param>
<param name="e">Not used.</param>
</member>
<member name="M:Krypton.Toolkit.ActiveFormTracker.DeactivateMdiChild(System.Object,System.EventArgs)">
<summary>
Is executed when the child form is deactivated.
</summary>
<param name="sender">The source of the event.</param>
<param name="e">Not used.</param>
</member>
<member name="M:Krypton.Toolkit.ActiveFormTracker.HandleDestroyed(System.Object,System.EventArgs)">
<summary>
Unsubscribes from the form events.
</summary>
<param name="sender">The source of the event.</param>
<param name="e">Not used.</param>
</member>
<member name="M:Krypton.Toolkit.ActiveFormTracker.HandleDestroyedMdiChild(System.Object,System.EventArgs)">
<summary>
Unsubscribes from the child form events.
</summary>
<param name="sender">The source of the event.</param>
<param name="e">Not used.</param>
</member>
<member name="T:Krypton.Toolkit.BiDictionary`2">
<summary>
Taken and then modified from
https://stackoverflow.com/questions/255341/getting-multiple-keys-of-specified-value-of-a-generic-dictionary/255638#255638
</summary>
<typeparam name="TFirst"></typeparam>
<typeparam name="TSecond"></typeparam>
</member>
<member name="P:Krypton.Toolkit.DesignModeHelper.IsInDesignMode">
<summary>
Gets a value indicating whether the application is running inside the Visual Studio designer.
</summary>
</member>
<member name="M:Krypton.Toolkit.DesignModeHelper.#cctor">
<summary>
Initializes the <see cref="T:Krypton.Toolkit.DesignModeHelper"/> class.
</summary>
</member>
<member name="T:Krypton.Toolkit.GlobalToolkitUtilities">
<summary></summary>
</member>
<member name="M:Krypton.Toolkit.GlobalToolkitUtilities.LaunchProcess(System.String)">
<summary>Launches a chosen process.</summary>
<param name="processName">Name of the process.</param>
</member>
<member name="M:Krypton.Toolkit.GlobalToolkitUtilities.LaunchProcess(System.String,System.String)">
<summary>Launches a chosen process.</summary>
<param name="processName">Name of the process.</param>
<param name="arguments">The arguments to pass through.</param>
</member>
<member name="M:Krypton.Toolkit.GlobalToolkitUtilities.LaunchProcess(System.Diagnostics.ProcessStartInfo)">
<summary>Launches a chosen process.</summary>
<param name="startInfo">The <see cref="T:System.Diagnostics.ProcessStartInfo"/> object in which to start.</param>
</member>
<member name="M:Krypton.Toolkit.GlobalToolkitUtilities.GetFileList(System.String,System.String,System.IO.SearchOption)">
<summary>Gets the file list.</summary>
<param name="directory">The directory.</param>
<param name="fileType">Type of the file.</param>
<param name="searchOption">The search option.</param>
<returns></returns>
</member>
<member name="T:Krypton.Toolkit.GraphicsExtensions">
<summary>Allows the manipulation of graphics.</summary>
</member>
<member name="M:Krypton.Toolkit.GraphicsExtensions.LoadIcon(Krypton.Toolkit.IconType,System.Drawing.Size)">
<summary>Loads the icon.</summary>
<param name="type">The type of icon.</param>
<param name="size">The size.</param>
<returns>The icon.</returns>
<exception cref="T:System.PlatformNotSupportedException"></exception>
</member>
<member name="M:Krypton.Toolkit.GraphicsExtensions.ExtractIconFromFilePath(System.String)">
<summary>Returns an icon representation of an image that is contained in the specified file.</summary>
<param name="executablePath"></param>
<returns></returns>
</member>
<member name="T:Krypton.Toolkit.GraphicsExtensions.SystemIconSize">
<summary>Icon sizes.</summary>
</member>
<member name="M:Krypton.Toolkit.GraphicsExtensions.ScaleImage(System.Drawing.Image,System.Nullable{System.Drawing.Size})">
<summary>Resize the image to the specified width and height. Copied from: https://stackoverflow.com/questions/1922040/how-to-resize-an-image-c-sharp</summary>
<param name="sourceImage">The image to resize.</param>
<param name="imageSize">The size that you want to resize the image to.</param>
<returns>The resized image.</returns>
</member>
<member name="M:Krypton.Toolkit.GraphicsExtensions.ScaleImage(System.Drawing.Image,System.Int32,System.Int32)">
<summary>Scales the image.</summary>
<param name="image">The image.</param>
<param name="width">The width.</param>
<param name="height">The height.</param>
</member>
<member name="M:Krypton.Toolkit.GraphicsExtensions.SetIcon(System.Drawing.Image,System.Drawing.Size)">
<summary>Sets the icon.</summary>
<param name="image">The image.</param>
<param name="size">The size.</param>
</member>
<member name="M:Krypton.Toolkit.GraphicsExtensions.ExtractIcon(System.String,System.Int32,System.Boolean)">
<summary>Extracts an icon from a DLL.
Code from https://www.pinvoke.net/default.aspx/shell32.extracticonex
</summary>
<param name="filePath">The file path to ingest.</param>
<param name="imageIndex">Index of the image.</param>
<param name="largeIcon">if set to <c>true</c> [large icon].</param>
<returns>A specified icon from a chosen DLL file.</returns>
</member>
<member name="M:Krypton.Toolkit.GraphicsExtensions.GetScreenSize">
<summary>Gets the size of the screen.</summary>
<returns></returns>
</member>
<member name="M:Krypton.Toolkit.GraphicsExtensions.GetWorkingArea">
<summary>Gets the working area.</summary>
<returns></returns>
</member>
<member name="M:Krypton.Toolkit.GraphicsExtensions.GetKryptonMessageBoxImageType(Krypton.Toolkit.KryptonMessageBoxIcon,System.Nullable{System.Drawing.Size},System.Drawing.Image)">
<summary>Gets the type of the krypton message box image.</summary>
<param name="iconType">Type of the icon.</param>
<param name="imageSize">Size of the image.</param>
<param name="customImage">The custom image.</param>
<returns>The image, based on the type chosen.</returns>
<exception cref="T:System.ArgumentOutOfRangeException">iconType - null</exception>
</member>
<member name="M:Krypton.Toolkit.GraphicsExtensions.GetToastNotificationIconType(Krypton.Toolkit.KryptonToastNotificationIcon,System.Drawing.Image,System.Nullable{System.Drawing.Size})">
<summary>Gets the type of the toast notification icon.</summary>
<param name="notificationIconType">Type of the notification icon.</param>
<param name="customImage">The custom image.</param>
<param name="customSize">Size of the custom.</param>
<returns></returns>
<exception cref="T:System.ArgumentOutOfRangeException">notificationIconType - null</exception>
</member>
<member name="M:Krypton.Toolkit.IconHelper.CreateIconFromImage(System.Drawing.Image,System.Nullable{System.Drawing.Size})">
<summary>Creates an icon from an image. Code adapted from https://www.codeproject.com/tips/627823/fast-and-high-quality-bitmap-to-icon-converter.</summary>
<param name="sourceImage">The source image.</param>
<param name="iconSize">Size of the icon.</param>
<returns>
<br />
</returns>
</member>
<member name="T:Krypton.Toolkit.IFormatParams">
<summary>
Parameter class for Conditional Formatting
</summary>
<seealso cref="T:System.ICloneable" />
</member>
<member name="M:Krypton.Toolkit.IFormatParams.Persist(System.Xml.XmlWriter)">
<summary>
Persists the parameters.
</summary>
<param name="writer">The XML writer.</param>
</member>
<member name="T:Krypton.Toolkit.IOutlookGridGroup">
<summary>
IOutlookGridGroup specifies the interface of any implementation of a OutlookGridGroup class
Each implementation of the IOutlookGridGroup can override the behaviour of the grouping mechanism
Notice also that ICloneable must be implemented. The OutlookGrid makes use of the Clone method of the Group
to create new Group clones. Related to this is the OutlookGrid.GroupTemplate property, which determines what
type of Group must be cloned.
</summary>
</member>
<member name="P:Krypton.Toolkit.IOutlookGridGroup.Text">
<summary>
the text to be displayed in the group row
</summary>
</member>
<member name="P:Krypton.Toolkit.IOutlookGridGroup.Value">
<summary>
determines the value of the current group. this is used to compare the group value
against each item's value.
</summary>
</member>
<member name="P:Krypton.Toolkit.IOutlookGridGroup.Collapsed">
<summary>
indicates whether the group is collapsed. If it is collapsed, it group items (rows) will
not be displayed.
</summary>
</member>
<member name="P:Krypton.Toolkit.IOutlookGridGroup.ItemCount">
<summary>
specifies the number of items that are part of the current group
this value is automatically filled each time the grid is re-drawn
e.g. after sorting the grid.
</summary>
</member>
<member name="P:Krypton.Toolkit.IOutlookGridGroup.Height">
<summary>
specifies the default height of the group
each group is cloned from the GroupStyle object. Setting the height of this object
will also set the default height of each group.
</summary>
</member>
<member name="P:Krypton.Toolkit.IOutlookGridGroup.Column">
<summary>
specifies which column is associated with this group
</summary>
</member>
<member name="P:Krypton.Toolkit.IOutlookGridGroup.Rows">
<summary>
The list of the rows contained in a group
</summary>
</member>
<member name="P:Krypton.Toolkit.IOutlookGridGroup.ParentGroup">
<summary>
The parent group if any
</summary>
</member>
<member name="P:Krypton.Toolkit.IOutlookGridGroup.Level">
<summary>
The level in the depth of groups
</summary>
</member>
<member name="P:Krypton.Toolkit.IOutlookGridGroup.Children">
<summary>
The children groups
</summary>
</member>
<member name="P:Krypton.Toolkit.IOutlookGridGroup.FormatStyle">
<summary>
Format style of the cell
</summary>
</member>
<member name="P:Krypton.Toolkit.IOutlookGridGroup.GroupImage">
<summary>
Image associated to the group if any
</summary>
</member>
<member name="P:Krypton.Toolkit.IOutlookGridGroup.OneItemText">
<summary>
The text associated for the group text (1 item)
</summary>
</member>
<member name="P:Krypton.Toolkit.IOutlookGridGroup.XxxItemsText">
<summary>
The text associated for the group text (XXX items)
</summary>
</member>
<member name="P:Krypton.Toolkit.IOutlookGridGroup.AllowHiddenWhenGrouped">
<summary>
Allows the column to be hidden when it is grouped by
</summary>
</member>
<member name="P:Krypton.Toolkit.IOutlookGridGroup.SortBySummaryCount">
<summary>
Sort groups using count items value
</summary>
</member>
<member name="P:Krypton.Toolkit.IOutlookGridGroup.ItemsComparer">
<summary>
Gets or sets the items comparer, if overriding the default IComparable is needed
</summary>
</member>
<member name="T:Krypton.Toolkit.KryptonColorButtonCustomColorPreviewShape">
<summary>Specifies a custom color preview shape for a <seealso cref="T:Krypton.Toolkit.KryptonColorButton"/>.</summary>
</member>
<member name="M:Krypton.Toolkit.KryptonDataGridViewProxy.#ctor(Krypton.Toolkit.KryptonDataGridView)">
<summary>Initializes a new instance of the <see cref="T:Krypton.Toolkit.KryptonDataGridViewProxy" /> class.</summary>
<param name="dataGridView">The data grid view.</param>
</member>
<member name="T:Krypton.Toolkit.KryptonFormTitleStyle">
<summary>Positions the title on a <see cref="T:Krypton.Toolkit.KryptonForm"/>.</summary>
</member>
<member name="F:Krypton.Toolkit.KryptonFormTitleStyle.Classic">
<summary>Positions the title to the left (Windows 95 - 7/10/11 style).</summary>
</member>
<member name="F:Krypton.Toolkit.KryptonFormTitleStyle.Modern">
<summary>Positions the title to the center (Windows 8/8.1 style).</summary>
</member>
<member name="F:Krypton.Toolkit.KryptonFormTitleStyle.Inherit">
<summary>Positions the title, based on OS settings.</summary>
</member>
<member name="T:Krypton.Toolkit.KryptonInputBoxType">
<summary>The <see cref="T:Krypton.Toolkit.KryptonInputBox"/> type.</summary>
</member>
<member name="F:Krypton.Toolkit.KryptonInputBoxType.DateAndTime">
<summary>Use a date and time input style.</summary>
</member>
<member name="F:Krypton.Toolkit.KryptonInputBoxType.Default">
<summary>The default WinForms style.</summary>
</member>
<member name="T:Krypton.Toolkit.OSUtilities">
<summary>Gets access to specific information about the client operating system.</summary>
</member>
<member name="P:Krypton.Toolkit.OSUtilities.IsWindowsSeven">
<summary>Gets a value indicating whether the client version is Windows 7.</summary>
<value><c>true</c> if the client version is Windows 7; otherwise, <c>false</c>.</value>
</member>
<member name="P:Krypton.Toolkit.OSUtilities.IsWindowsEight">
<summary>Gets a value indicating whether the client version is Windows 8.</summary>
<value><c>true</c> if the client version is Windows 8; otherwise, <c>false</c>.</value>
</member>
<member name="P:Krypton.Toolkit.OSUtilities.IsWindowsEightPointOne">
<summary>Gets a value indicating whether the client version is Windows 8.1.</summary>
<value><c>true</c> if the client version is Windows 8.1; otherwise, <c>false</c>.</value>
</member>
<member name="P:Krypton.Toolkit.OSUtilities.IsWindowsTen">
<summary>Gets a value indicating whether the client version is Windows 10.</summary>
<value><c>true</c> if the client version is Windows 10; otherwise, <c>false</c>.</value>
</member>
<member name="P:Krypton.Toolkit.OSUtilities.IsWindowsEleven">
<summary>Gets a value indicating whether the client version is Windows 11.</summary>
<value><c>true</c> if the client version is Windows 11; otherwise, <c>false</c>.</value>
</member>
<member name="P:Krypton.Toolkit.OSUtilities.IsAtLeastWindowsEleven">
<summary>Gets a value indicating whether the client version is Windows 11.</summary>
<value><c>true</c> if the client version is Windows 11; otherwise, <c>false</c>.</value>
</member>
<member name="P:Krypton.Toolkit.OSUtilities.Is64BitOperatingSystem">
<summary>Gets a value indicating whether the client is a 64 bit operating system.</summary>
<value><c>true</c> if the client is a 64 bit operating system; otherwise, <c>false</c>.</value>
</member>
<member name="P:Krypton.Toolkit.OSUtilities.OsVersionInfo">
<summary>OSVersionInfo data obtained from the Windows Api call RtlGetVersion.</summary>
</member>
<member name="M:Krypton.Toolkit.OSUtilities.Refresh">
<summary> Rereads the version info. </summary>
</member>
<member name="T:Krypton.Toolkit.OsVersionInfo">
<summary>
Version data obtained via the RtlGetVersion API call.<br/>
Used by static class OSUtilities
</summary>
</member>
<member name="P:Krypton.Toolkit.OutlookGridLanguageManager.PLocker">
<summary>Gets or sets the P locker.</summary>
<value>The P locker.</value>
</member>
<member name="P:Krypton.Toolkit.OutlookGridLanguageManager.Instance">
<summary>Gets the instance of the singleton.</summary>
</member>
<member name="M:Krypton.Toolkit.OutlookGridLanguageManager.GetString(System.String)">
<summary>
Get localized string
</summary>
<param name="name"></param>
<returns></returns>
<remarks></remarks>
</member>
<member name="T:Krypton.Toolkit.PaletteImageScaler">
<summary>
Helper class for high DPI.
How to use? Simply put ' PaletteImageScaler.ScalePalette(this, PALETTENAME);' in your initialization, and put the following method in your code:
'private void ChangePalette(PaletteMode palMode)
{
PALETTENAME.SuspendUpdates();
PALETTENAME.BasePaletteMode = palMode;
PaletteImageScaler.ScalePalette(this, PALETTENAME);
PALETTENAME.ResumeUpdates();
}'
Use the above mentioned method on the 'Click' event of the control.
</summary>
</member>
<member name="M:Krypton.Toolkit.PaletteImageScaler.ScalePalette(System.Single,System.Single,Krypton.Toolkit.KryptonCustomPaletteBase)">
<summary>
scales the custom KryptonPalette images using the current Dpi
</summary>
<param name="factorDpiX">multiplier from dpi of 96 X</param>
<param name="factorDpiY">multiplier from dpi of 96 Y</param>
<param name="pal">KryptonPalette</param>
</member>
<member name="M:Krypton.Toolkit.PaletteImageScaler.ScaleButtonSpecImageType(Krypton.Toolkit.KryptonPaletteButtonSpecTyped,System.Drawing.SizeF)">
<summary>Scales the type of the button spec image.</summary>
<param name="bst">The ButtonSpecType.</param>
<param name="scaleFactor">The scale factor.</param>
</member>
<member name="M:Krypton.Toolkit.PaletteImageScaler.GetScaledImage(System.Drawing.Image,System.Drawing.SizeF)">
<summary>Gets the scaled image.</summary>
<param name="img">The image.</param>
<param name="scaleFactor">The scale factor.</param>
<returns>A scaled image, based on the scaleFactor.</returns>
</member>
<member name="T:Krypton.Toolkit.RoundedRectangleF">
<summary>
Code from: https://github.com/aalitor/AltoControls/blob/on-development/AltoControls/Helpers/RoundedRectangleF.cs
</summary>
</member>
<member name="P:Krypton.Toolkit.RoundedRectangleF.Path">
<summary>Gets the path.</summary>
<value>The path.</value>
</member>
<member name="P:Krypton.Toolkit.RoundedRectangleF.Rect">
<summary>Gets the rectangle.</summary>
<value>The rectangle.</value>
</member>
<member name="M:Krypton.Toolkit.RoundedRectangleF.#ctor(System.Single,System.Single,System.Single,System.Single,System.Single)">
<summary>Initializes a new instance of the <see cref="T:Krypton.Toolkit.RoundedRectangleF" /> class.</summary>
<param name="width">The width.</param>
<param name="height">The height.</param>
<param name="radius">The radius.</param>
<param name="x">The x axis.</param>
<param name="y">The y axis.</param>
</member>
<member name="M:Krypton.Toolkit.TimedCache`2.Add(`0,`1)">
<summary>Adds the specified key and value to the dictionary.</summary>
</member>
<member name="T:Krypton.Toolkit.UACShieldIconSize">
<summary>Defines the UAC shield image size for a <see cref="T:Krypton.Toolkit.KryptonButton"/>.</summary>
</member>
<member name="F:Krypton.Toolkit.UACShieldIconSize.ExtraSmall">
<summary>The extra small image size (16 x 16).</summary>
</member>
<member name="F:Krypton.Toolkit.UACShieldIconSize.Small">
<summary>The small image size (32 x 32).</summary>
</member>
<member name="F:Krypton.Toolkit.UACShieldIconSize.Medium">
<summary>The medium image size (64 x 64).</summary>
</member>
<member name="F:Krypton.Toolkit.UACShieldIconSize.Large">
<summary>The large image size (128 x 128).</summary>
</member>
<member name="F:Krypton.Toolkit.UACShieldIconSize.ExtraLarge">
<summary>The extra large image size (256 x 256).</summary>
</member>
<member name="T:Krypton.Toolkit.BlurValues">
<summary>
</summary>
</member>
<member name="M:Krypton.Toolkit.BlurValues.#ctor">
<summary>
</summary>
</member>
<member name="M:Krypton.Toolkit.BlurValues.Reset">
<summary>
</summary>
</member>
<member name="P:Krypton.Toolkit.BlurValues.EnableBlur">
<summary>
</summary>
</member>
<member name="P:Krypton.Toolkit.BlurValues.Radius">
<summary>
</summary>
</member>
<member name="P:Krypton.Toolkit.BlurValues.Opacity">
<summary>
</summary>
</member>
<member name="M:Krypton.Toolkit.BlurValues.ResetOpacity">
<summary>
</summary>
</member>
<member name="P:Krypton.Toolkit.BlurValues.BlurWhenFocusLost">
<summary>
</summary>
</member>
<member name="M:Krypton.Toolkit.BlurValues.ResetBlurWhenFocusLost">
<summary>
</summary>
</member>
<member name="P:Krypton.Toolkit.BlurValues.IsDefault">
<summary>
</summary>
</member>
<member name="T:Krypton.Toolkit.ButtonImageStates">
<summary>
Storage for button content value information.
</summary>
</member>
<member name="P:Krypton.Toolkit.ButtonImageStates.IsDefault">
<summary>
Gets a value indicating if all values are default.
</summary>
</member>
<member name="P:Krypton.Toolkit.ButtonImageStates.ImageNormal">
<summary>
Gets and sets the button image for normal state.
</summary>
</member>
<member name="M:Krypton.Toolkit.ButtonImageStates.ResetImageNormal">
<summary>
Resets the ImageNormal property to its default value.
</summary>
</member>
<member name="P:Krypton.Toolkit.ButtonImageStates.ImageDisabled">
<summary>
Gets and sets the button image for disabled state.
</summary>
</member>
<member name="M:Krypton.Toolkit.ButtonImageStates.ResetImageDisabled">
<summary>
Resets the ImageDisabled property to its default value.
</summary>
</member>
<member name="P:Krypton.Toolkit.ButtonImageStates.ImagePressed">
<summary>
Gets and sets the button image for pressed state.
</summary>
</member>
<member name="M:Krypton.Toolkit.ButtonImageStates.ResetImagePressed">
<summary>
Resets the ImagePressed property to its default value.
</summary>
</member>
<member name="P:Krypton.Toolkit.ButtonImageStates.ImageTracking">
<summary>
Gets and sets the button image for tracking state.
</summary>
</member>
<member name="M:Krypton.Toolkit.ButtonImageStates.ResetImageTracking">
<summary>
Resets the ImageTracking property to its default value.
</summary>
</member>
<member name="P:Krypton.Toolkit.ButtonImageStates.ImageCheckedNormal">
<summary>
Gets and sets the button image for checked normal state.
</summary>
</member>
<member name="P:Krypton.Toolkit.ButtonImageStates.ImageCheckedPressed">
<summary>
Gets and sets the button image for checked pressed state.
</summary>
</member>
<member name="P:Krypton.Toolkit.ButtonImageStates.ImageCheckedTracking">
<summary>
Gets and sets the button image for checked tracking state.
</summary>
</member>
<member name="M:Krypton.Toolkit.ButtonImageStates.CopyFrom(Krypton.Toolkit.ButtonImageStates)">
<summary>
Value copy form the provided source to ourself.
</summary>
<param name="source">Source instance.</param>
</member>
<member name="T:Krypton.Toolkit.ButtonValues">
<summary>
Storage for button content value information.
</summary>
</member>
<member name="E:Krypton.Toolkit.ButtonValues.TextChanged">
<summary>
Occurs when the value of the Text property changes.
</summary>
</member>
<member name="M:Krypton.Toolkit.ButtonValues.#ctor(Krypton.Toolkit.NeedPaintHandler)">
<summary>
Initialize a new instance of the ButtonValues class.
</summary>
<param name="needPaint">Delegate for notifying paint requests.</param>
</member>
<member name="P:Krypton.Toolkit.ButtonValues.IsDefault">
<summary>
Gets a value indicating if all values are default.
</summary>
</member>
<member name="P:Krypton.Toolkit.ButtonValues.Image">
<summary>
Gets and sets the button image.
</summary>
</member>
<member name="M:Krypton.Toolkit.ButtonValues.ResetImage">
<summary>
Resets the Image property to its default value.
</summary>
</member>
<member name="P:Krypton.Toolkit.ButtonValues.ImageTransparentColor">
<summary>
Gets and sets the label image transparent color.
</summary>
</member>
<member name="M:Krypton.Toolkit.ButtonValues.ResetImageTransparentColor">
<summary>
Resets the ImageTransparentColor property to its default value.
</summary>
</member>
<member name="M:Krypton.Toolkit.ButtonValues.GetImageTransparentColor(Krypton.Toolkit.PaletteState)">
<summary>
Gets the content image transparent color.
</summary>
<param name="state">The state for which the image color is needed.</param>
<returns>Color value.</returns>
</member>
<member name="P:Krypton.Toolkit.ButtonValues.ImageStates">
<summary>
Gets access to the state specific images for the button.
</summary>
</member>
<member name="P:Krypton.Toolkit.ButtonValues.Text">
<summary>
Gets and sets the button text.
</summary>
</member>
<member name="M:Krypton.Toolkit.ButtonValues.ResetText">
<summary>
Resets the Text property to its default value.
</summary>
</member>
<member name="P:Krypton.Toolkit.ButtonValues.ExtraText">
<summary>
Gets and sets the button extra text.
</summary>
</member>
<member name="P:Krypton.Toolkit.ButtonValues.UseAsUACElevationButton">
<summary>Gets or sets a value indicating whether [use as uac elevation button].</summary>
<value><c>true</c> if [use as uac elevation button]; otherwise, <c>false</c>.</value>
</member>
<member name="P:Krypton.Toolkit.ButtonValues.UACShieldIconSize">
<summary>Gets or sets the size of the UAC shield icon.</summary>
<value>The size of the UAC shield icon.</value>
</member>
<member name="P:Krypton.Toolkit.ButtonValues.ShowSplitOption">
<summary>Gets or sets a value indicating whether [show split option].</summary>
<value><c>true</c> if [show split option]; otherwise, <c>false</c>.</value>
</member>
<member name="P:Krypton.Toolkit.ButtonValues.DropDownArrowColor">
<summary>Gets or sets the color of the drop-down arrow.</summary>
<value>The color of the drop-down arrow.</value>
</member>
<member name="M:Krypton.Toolkit.ButtonValues.CreateImageStates">
<summary>
Create the storage for the image states.
</summary>
<returns>Storage object.</returns>
</member>
<member name="M:Krypton.Toolkit.ButtonValues.GetImage(Krypton.Toolkit.PaletteState)">
<summary>
Gets the content image.
</summary>
<param name="state">The state for which the image is needed.</param>
<returns>Image value.</returns>
</member>
<member name="M:Krypton.Toolkit.ButtonValues.GetShortText">
<summary>
Gets the content short text.
</summary>
</member>
<member name="M:Krypton.Toolkit.ButtonValues.GetLongText">
<summary>
Gets the content long text.
</summary>
</member>
<member name="M:Krypton.Toolkit.ButtonValues.ShowUACShieldImage(System.Boolean,System.Nullable{Krypton.Toolkit.UACShieldIconSize},System.Nullable{System.Int32},System.Nullable{System.Int32})">
<summary>Shows the uac shield.</summary>
<param name="showUACShield">if set to <c>true</c> [show uac shield].</param>
<param name="shieldIconSize">Size of the shield icon.</param>
<param name="width">The width.</param>
<param name="height">The height.</param>
</member>
<member name="M:Krypton.Toolkit.ButtonValues.UpdateOSUACShieldIcon(System.Nullable{Krypton.Toolkit.UACShieldIconSize},System.Nullable{System.Drawing.Size})">
<summary>Updates the UAC shield icon.</summary>
<param name="iconSize">Size of the icon.</param>
<param name="customSize">Size of the custom.</param>
</member>
<member name="T:Krypton.Toolkit.CaptionValues">
<summary>
Storage for the group box caption values.
</summary>
</member>
<member name="M:Krypton.Toolkit.CaptionValues.#ctor(Krypton.Toolkit.NeedPaintHandler,Krypton.Toolkit.HeaderValuesBase.GetDpiFactor)">
<summary>
Initialize a new instance of the CaptionValues class.
</summary>
<param name="needPaint">Delegate for notifying paint requests.</param>
<param name="getDpiFactor"></param>
</member>
<member name="M:Krypton.Toolkit.CaptionValues.GetImageDefault">
<summary>
Gets the default image value.
</summary>
<returns>Image reference.</returns>
</member>
<member name="M:Krypton.Toolkit.CaptionValues.GetHeadingDefault">
<summary>
Gets the default heading value.
</summary>
<returns>String reference.</returns>
</member>
<member name="M:Krypton.Toolkit.CaptionValues.GetDescriptionDefault">
<summary>
Gets the default description value.
</summary>
<returns>String reference.</returns>
</member>
<member name="P:Krypton.Toolkit.CaptionValues.Description">
<summary>
Gets and sets the header description text.
</summary>
</member>
<member name="T:Krypton.Toolkit.CheckBoxImages">
<summary>
Storage for check box images.
</summary>
</member>
<member name="M:Krypton.Toolkit.CheckBoxImages.#ctor">
<summary>
Initialize a new instance of the CheckBoxImages class.
</summary>
</member>
<member name="M:Krypton.Toolkit.CheckBoxImages.#ctor(Krypton.Toolkit.NeedPaintHandler)">
<summary>
Initialize a new instance of the CheckBoxImages class.
</summary>
<param name="needPaint">Delegate for notifying paint requests.</param>
</member>
<member name="P:Krypton.Toolkit.CheckBoxImages.IsDefault">
<summary>
Gets a value indicating if all values are default.
</summary>
</member>
<member name="P:Krypton.Toolkit.CheckBoxImages.Common">
<summary>
Gets and sets the common image that other check box images inherit from.
</summary>
</member>
<member name="M:Krypton.Toolkit.CheckBoxImages.ResetCommon">
<summary>
Resets the Common property to its default value.
</summary>
</member>
<member name="P:Krypton.Toolkit.CheckBoxImages.UncheckedDisabled">
<summary>
Gets and sets the image for use when the check box is not checked and disabled.
</summary>
</member>
<member name="M:Krypton.Toolkit.CheckBoxImages.ResetUncheckedDisabled">
<summary>
Resets the UncheckedDisabled property to its default value.
</summary>
</member>
<member name="P:Krypton.Toolkit.CheckBoxImages.UncheckedNormal">
<summary>
Gets and sets the image for use when the check box is unchecked.
</summary>
</member>
<member name="M:Krypton.Toolkit.CheckBoxImages.ResetUncheckedNormal">
<summary>
Resets the UncheckedNormal property to its default value.
</summary>
</member>
<member name="P:Krypton.Toolkit.CheckBoxImages.UncheckedTracking">
<summary>
Gets and sets the image for use when the check box is unchecked and hot tracking.
</summary>
</member>
<member name="M:Krypton.Toolkit.CheckBoxImages.ResetUncheckedTracking">
<summary>
Resets the UncheckedTracking property to its default value.
</summary>
</member>
<member name="P:Krypton.Toolkit.CheckBoxImages.UncheckedPressed">
<summary>
Gets and sets the image for use when the check box is unchecked and pressed.
</summary>
</member>
<member name="M:Krypton.Toolkit.CheckBoxImages.ResetUncheckedPressed">
<summary>
Resets the UncheckedPressed property to its default value.
</summary>
</member>
<member name="P:Krypton.Toolkit.CheckBoxImages.CheckedDisabled">
<summary>
Gets and sets the image for use when the check box is checked but disabled.
</summary>
</member>
<member name="M:Krypton.Toolkit.CheckBoxImages.ResetCheckedDisabled">
<summary>
Resets the CheckedDisabled property to its default value.
</summary>
</member>
<member name="P:Krypton.Toolkit.CheckBoxImages.CheckedNormal">
<summary>
Gets and sets the image for use when the check box is checked.
</summary>
</member>
<member name="M:Krypton.Toolkit.CheckBoxImages.ResetCheckedNormal">
<summary>
Resets the CheckedNormal property to its default value.
</summary>
</member>
<member name="P:Krypton.Toolkit.CheckBoxImages.CheckedTracking">
<summary>
Gets and sets the image for use when the check box is checked and hot tracking.
</summary>
</member>
<member name="M:Krypton.Toolkit.CheckBoxImages.ResetCheckedTracking">
<summary>
Resets the CheckedTracking property to its default value.
</summary>
</member>
<member name="P:Krypton.Toolkit.CheckBoxImages.CheckedPressed">
<summary>
Gets and sets the image for use when the check box is checked and pressed.
</summary>
</member>
<member name="M:Krypton.Toolkit.CheckBoxImages.ResetCheckedPressed">
<summary>
Resets the CheckedPressed property to its default value.
</summary>
</member>
<member name="P:Krypton.Toolkit.CheckBoxImages.IndeterminateDisabled">
<summary>
Gets and sets the image for use when the check box is indeterminate but disabled.
</summary>
</member>
<member name="M:Krypton.Toolkit.CheckBoxImages.ResetIndeterminateDisabled">
<summary>
Resets the IndeterminateDisabled property to its default value.
</summary>
</member>
<member name="P:Krypton.Toolkit.CheckBoxImages.IndeterminateNormal">
<summary>
Gets and sets the image for use when the check box is indeterminate.
</summary>
</member>
<member name="M:Krypton.Toolkit.CheckBoxImages.ResetIndeterminateNormal">
<summary>
Resets the IndeterminateNormal property to its default value.
</summary>
</member>
<member name="P:Krypton.Toolkit.CheckBoxImages.IndeterminateTracking">
<summary>
Gets and sets the image for use when the check box is indeterminate and hot tracking.
</summary>
</member>
<member name="M:Krypton.Toolkit.CheckBoxImages.ResetIndeterminateTracking">
<summary>
Resets the IndeterminateTracking property to its default value.
</summary>
</member>
<member name="P:Krypton.Toolkit.CheckBoxImages.IndeterminatePressed">
<summary>
Gets and sets the image for use when the check box is indeterminate and pressed.
</summary>
</member>
<member name="M:Krypton.Toolkit.CheckBoxImages.ResetIndeterminatePressed">
<summary>
Resets the IndeterminatePressed property to its default value.
</summary>
</member>
<member name="T:Krypton.Toolkit.CheckButtonImageStates">
<summary>
Storage for check button content value information.
</summary>
</member>
<member name="P:Krypton.Toolkit.CheckButtonImageStates.IsDefault">
<summary>
Gets a value indicating if all values are default.
</summary>
</member>
<member name="P:Krypton.Toolkit.CheckButtonImageStates.ImageCheckedNormal">
<summary>
Gets and sets the button image for checked normal state.
</summary>
</member>
<member name="M:Krypton.Toolkit.CheckButtonImageStates.ResetImageCheckedNormal">
<summary>
Resets the ImageCheckedNormal property to its default value.
</summary>
</member>
<member name="P:Krypton.Toolkit.CheckButtonImageStates.ImageCheckedPressed">
<summary>
Gets and sets the button image for checked pressed state.
</summary>
</member>
<member name="M:Krypton.Toolkit.CheckButtonImageStates.ResetImageCheckedPressed">
<summary>
Resets the ImageCheckedPressed property to its default value.
</summary>
</member>
<member name="P:Krypton.Toolkit.CheckButtonImageStates.ImageCheckedTracking">
<summary>
Gets and sets the button image for checked tracking state.
</summary>
</member>
<member name="M:Krypton.Toolkit.CheckButtonImageStates.ResetImageCheckedTracking">
<summary>
Resets the ImageCheckedTracking property to its default value.
</summary>
</member>
<member name="M:Krypton.Toolkit.CheckButtonImageStates.CopyFrom(Krypton.Toolkit.CheckButtonImageStates)">
<summary>
Value copy form the provided source to ourself.
</summary>
<param name="source">Source instance.</param>
</member>
<member name="T:Krypton.Toolkit.CheckButtonValues">
<summary>
Storage for button content value information.
</summary>
</member>
<member name="M:Krypton.Toolkit.CheckButtonValues.#ctor(Krypton.Toolkit.NeedPaintHandler)">
<summary>
Initialize a new instance of the CheckButtonValues class.
</summary>
<param name="needPaint">Delegate for notifying paint requests.</param>
</member>
<member name="M:Krypton.Toolkit.CheckButtonValues.CreateImageStates">
<summary>
Create the storage for the image states.
</summary>
<returns>Storage object.</returns>
</member>
<member name="M:Krypton.Toolkit.CheckButtonValues.GetImage(Krypton.Toolkit.PaletteState)">
<summary>
Gets the content image.
</summary>
<param name="state">The state for which the image is needed.</param>
<returns>Image value.</returns>
</member>
<member name="T:Krypton.Toolkit.ColorButtonValues">
<summary>
Storage for color button content value information.
</summary>
</member>
<member name="E:Krypton.Toolkit.ColorButtonValues.TextChanged">
<summary>
Occurs when the value of the Text property changes.
</summary>
</member>
<member name="M:Krypton.Toolkit.ColorButtonValues.#ctor(Krypton.Toolkit.NeedPaintHandler)">
<summary>
Initialize a new instance of the ColorButtonValues class.
</summary>
<param name="needPaint">Delegate for notifying paint requests.</param>
</member>
<member name="P:Krypton.Toolkit.ColorButtonValues.IsDefault">
<summary>
Gets a value indicating if all values are default.
</summary>
</member>
<member name="P:Krypton.Toolkit.ColorButtonValues.Image">
<summary>
Gets and sets the button image.
</summary>
</member>
<member name="M:Krypton.Toolkit.ColorButtonValues.ResetImage">
<summary>
Resets the Image property to its default value.
</summary>
</member>
<member name="P:Krypton.Toolkit.ColorButtonValues.ImageTransparentColor">
<summary>
Gets and sets the label image transparent color.
</summary>
</member>
<member name="M:Krypton.Toolkit.ColorButtonValues.ResetImageTransparentColor">
<summary>
Resets the ImageTransparentColor property to its default value.
</summary>
</member>
<member name="M:Krypton.Toolkit.ColorButtonValues.GetImageTransparentColor(Krypton.Toolkit.PaletteState)">
<summary>
Gets the content image transparent color.
</summary>
<param name="state">The state for which the image color is needed.</param>
<returns>Color value.</returns>
</member>
<member name="P:Krypton.Toolkit.ColorButtonValues.ImageStates">
<summary>
Gets access to the state specific images for the button.
</summary>
</member>
<member name="P:Krypton.Toolkit.ColorButtonValues.Text">
<summary>
Gets and sets the button text.
</summary>
</member>
<member name="M:Krypton.Toolkit.ColorButtonValues.ResetText">
<summary>
Resets the Text property to its default value.
</summary>
</member>
<member name="P:Krypton.Toolkit.ColorButtonValues.ExtraText">
<summary>
Gets and sets the button extra text.
</summary>
</member>
<member name="M:Krypton.Toolkit.ColorButtonValues.ResetExtraText">
<summary>
Resets the Description property to its default value.
</summary>
</member>
<member name="P:Krypton.Toolkit.ColorButtonValues.SelectedColor">
<summary>
Gets and sets the selected color for the composite image.
</summary>
</member>
<member name="P:Krypton.Toolkit.ColorButtonValues.EmptyBorderColor">
<summary>
Gets and sets the empty border color for the composite image.
</summary>
</member>
<member name="P:Krypton.Toolkit.ColorButtonValues.SelectedRect">
<summary>
Gets and sets the selected rectangle for the composite image.
</summary>
</member>
<member name="P:Krypton.Toolkit.ColorButtonValues.RoundedCorners">
<summary>
Gets and sets the selected color drawing rectangle.
</summary>
</member>
<member name="M:Krypton.Toolkit.ColorButtonValues.ResetRoundedCorners">
<summary>
Resets the Description property to its default value.
</summary>
</member>
<member name="M:Krypton.Toolkit.ColorButtonValues.CreateImageStates">
<summary>
Create the storage for the image states.
</summary>
<returns>Storage object.</returns>
</member>
<member name="M:Krypton.Toolkit.ColorButtonValues.GetImage(Krypton.Toolkit.PaletteState)">
<summary>
Gets the content image.
</summary>
<param name="state">The state for which the image is needed.</param>
<returns>Image value.</returns>
</member>
<member name="M:Krypton.Toolkit.ColorButtonValues.GetShortText">
<summary>
Gets the content short text.
</summary>
</member>
<member name="M:Krypton.Toolkit.ColorButtonValues.GetLongText">
<summary>
Gets the content long text.
</summary>
</member>
<member name="P:Krypton.Toolkit.CommandLinkImageValues.ImageTransparentColor">
<summary>Gets and sets the heading image transparent color.</summary>
</member>
<member name="P:Krypton.Toolkit.CommandLinkImageValues.Image">
<summary>Gets or sets the image.</summary>
<value>The image.</value>
</member>
<member name="M:Krypton.Toolkit.CommandLinkImageValues.#ctor(Krypton.Toolkit.NeedPaintHandler)">
<summary>Initializes a new instance of the <see cref="T:Krypton.Toolkit.CommandLinkImageValues" /> class.</summary>
<param name="needPaint">The need paint.</param>
</member>
<member name="P:Krypton.Toolkit.CommandLinkImageValues.IsDefault">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.CommandLinkImageValues.GetImage(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.CommandLinkImageValues.GetImageTransparentColor(Krypton.Toolkit.PaletteState)">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.CommandLinkImageValues.GetShortText">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.CommandLinkImageValues.GetLongText">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.CommandLinkImageValues.ShowUACShieldImage(System.Boolean,System.Nullable{Krypton.Toolkit.UACShieldIconSize},System.Nullable{System.Int32},System.Nullable{System.Int32})">
<summary>Shows the uac shield.</summary>
<param name="showUACShield">if set to <c>true</c> [show uac shield].</param>
<param name="shieldIconSize">Size of the shield icon.</param>
<param name="width">The width.</param>
<param name="height">The height.</param>
</member>
<member name="M:Krypton.Toolkit.CommandLinkImageValues.UpdateOSUACShieldIcon(System.Nullable{Krypton.Toolkit.UACShieldIconSize},System.Nullable{System.Drawing.Size})">
<summary>Updates the UAC shield icon.</summary>
<param name="iconSize">Size of the icon.</param>
<param name="customSize">Size of the custom.</param>
</member>
<member name="P:Krypton.Toolkit.CommandLinkMainTextValue.ShortText">
<summary>Gets or sets the short text.</summary>
<value>The short text.</value>
</member>
<member name="M:Krypton.Toolkit.CommandLinkMainTextValue.GetShortText">
<summary>Gets the content short text.</summary>
<returns>String value.</returns>
</member>
<member name="P:Krypton.Toolkit.CommandLinkSubscriptTextValue.LongText">
<summary>Gets or sets the long text.</summary>
<value>The long text.</value>
</member>
<member name="M:Krypton.Toolkit.CommandLinkSubscriptTextValue.GetLongText">
<summary>Gets the content long text.</summary>
<returns>String value.</returns>
</member>
<member name="M:Krypton.Toolkit.CommandLinkTextValues.#ctor(Krypton.Toolkit.NeedPaintHandler,Krypton.Toolkit.HeaderValuesBase.GetDpiFactor)">
<summary>Initializes a new instance of the <see cref="T:Krypton.Toolkit.CommandLinkTextValues" /> class.</summary>
<param name="needPaint">Delegate for notifying paint requests.</param>
<param name="getDpiFactor"></param>
</member>
<member name="M:Krypton.Toolkit.CommandLinkTextValues.GetDescriptionDefault">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.CommandLinkTextValues.GetHeadingDefault">
<inheritdoc />
</member>
<member name="P:Krypton.Toolkit.CommandLinkTextValues.Description">
<inheritdoc />
</member>
<member name="M:Krypton.Toolkit.CommandLinkTextValues.ResetText">
<summary>Resets the text.</summary>
</member>
<member name="P:Krypton.Toolkit.CommandLinkTextValues.DescriptionFont">
<summary>Gets or sets the description font.</summary>
<value>The description font.</value>
</member>
<member name="P:Krypton.Toolkit.CommandLinkTextValues.HeadingFont">
<summary>Gets or sets the heading font.</summary>
<value>The heading font.</value>
</member>
<member name="P:Krypton.Toolkit.CommandLinkTextValues.DescriptionTextHAlignment">
<summary>Gets or sets the description text horizontal alignment.</summary>
<value>The description text horizontal alignment.</value>
</member>
<member name="P:Krypton.Toolkit.CommandLinkTextValues.DescriptionTextVAlignment">
<summary>Gets or sets the description text vertical alignment.</summary>
<value>The description text vertical alignment.</value>
</member>
<member name="P:Krypton.Toolkit.CommandLinkTextValues.HeadingTextHAlignment">
<summary>Gets or sets the heading text horizontal alignment.</summary>
<value>The heading text horizontal alignment.</value>
</member>
<member name="P:Krypton.Toolkit.CommandLinkTextValues.HeadingTextVAlignment">
<summary>Gets or sets the heading text vertical alignment.</summary>
<value>The heading text vertical alignment.</value>
</member>
<member name="T:Krypton.Toolkit.ContextMenuImages">
<summary>
Storage for context menu images.
</summary>
</member>
<member name="M:Krypton.Toolkit.ContextMenuImages.#ctor(Krypton.Toolkit.NeedPaintHandler)">
<summary>
Initialize a new instance of the ContextMenuImages class.
</summary>
<param name="needPaint">Delegate for notifying paint requests.</param>
</member>
<member name="P:Krypton.Toolkit.ContextMenuImages.IsDefault">
<summary>
Gets a value indicating if all values are default.
</summary>
</member>
<member name="P:Krypton.Toolkit.ContextMenuImages.Checked">
<summary>
Gets and sets the image for a checked context menu item.
</summary>
</member>
<member name="M:Krypton.Toolkit.ContextMenuImages.ResetChecked">
<summary>
Resets the Checked property to its default value.
</summary>
</member>
<member name="P:Krypton.Toolkit.ContextMenuImages.Indeterminate">
<summary>
Gets and sets the image for an indeterminate context menu item.
</summary>
</member>
<member name="M:Krypton.Toolkit.ContextMenuImages.ResetIndeterminate">
<summary>
Resets the Indeterminate property to its default value.
</summary>
</member>
<member name="P:Krypton.Toolkit.ContextMenuImages.SubMenu">
<summary>
Gets and sets an image indicating a sub-menu on a context menu item.
</summary>
</member>
<member name="M:Krypton.Toolkit.ContextMenuImages.ResetSubMenu">
<summary>
Resets the SubMenu property to its default value.
</summary>
</member>
<member name="T:Krypton.Toolkit.FixedContentValue">
<summary>
Stores a text/extraText/Image triple of values as a content values source.
</summary>
</member>
<member name="M:Krypton.Toolkit.FixedContentValue.#ctor">
<summary>
Initialize a new instance of the FixedContentValue class.
</summary>
</member>
<member name="M:Krypton.Toolkit.FixedContentValue.#ctor(System.String,System.String,System.Drawing.Image,System.Drawing.Color)">
<summary>
Initialize a new instance of the FixedContentValue class.
</summary>
<param name="shortText">Initial short text value.</param>
<param name="longText">Initial long text value.</param>
<param name="image">Initial image value.</param>
<param name="imageTransparentColor">Initial image transparent color value.</param>
</member>
<member name="P:Krypton.Toolkit.FixedContentValue.ShortText">
<summary>
Gets and sets the short text.
</summary>
</member>
<member name="P:Krypton.Toolkit.FixedContentValue.LongText">
<summary>
Gets and sets the long text.
</summary>
</member>
<member name="P:Krypton.Toolkit.FixedContentValue.Image">
<summary>
Gets and sets the image.
</summary>
</member>
<member name="P:Krypton.Toolkit.FixedContentValue.ImageTransparentColor">
<summary>
Gets and sets the image transparent color.
</summary>
</member>
<member name="M:Krypton.Toolkit.FixedContentValue.GetShortText">
<summary>
Gets the content short text.
</summary>
<returns>String value.</returns>
</member>
<member name="M:Krypton.Toolkit.FixedContentValue.GetImage(Krypton.Toolkit.PaletteState)">
<summary>
Gets the content image.
</summary>
<param name="state">The state for which the image is needed.</param>
<returns>Image value.</returns>
</member>
<member name="M:Krypton.Toolkit.FixedContentValue.GetImageTransparentColor(Krypton.Toolkit.PaletteState)">
<summary>
Gets the image color that should be transparent.
</summary>
<param name="state">The state for which the image is needed.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.FixedContentValue.GetLongText">
<summary>
Gets the content long text.
</summary>
<returns>String value.</returns>
</member>
<member name="T:Krypton.Toolkit.GalleryButtonImages">
<summary>
Storage for gallery button state specific images.
</summary>
</member>
<member name="M:Krypton.Toolkit.GalleryButtonImages.#ctor(Krypton.Toolkit.NeedPaintHandler)">
<summary>
Initialize a new instance of the GalleryButtonImages class.
</summary>
<param name="needPaint">Delegate for notifying paint requests.</param>
</member>
<member name="P:Krypton.Toolkit.GalleryButtonImages.IsDefault">
<summary>
Gets a value indicating if all values are default.
</summary>
</member>
<member name="P:Krypton.Toolkit.GalleryButtonImages.Common">
<summary>
Gets and sets the common image that other gallery button images inherit from.
</summary>
</member>
<member name="M:Krypton.Toolkit.GalleryButtonImages.ResetCommon">
<summary>
Resets the Common property to its default value.
</summary>
</member>
<member name="P:Krypton.Toolkit.GalleryButtonImages.Disabled">
<summary>
Gets and sets the image for use when the gallery button is disabled.
</summary>
</member>
<member name="M:Krypton.Toolkit.GalleryButtonImages.ResetDisabled">
<summary>
Resets the Disabled property to its default value.
</summary>
</member>
<member name="P:Krypton.Toolkit.GalleryButtonImages.Normal">
<summary>
Gets and sets the image for use when the gallery button is normal.
</summary>
</member>
<member name="M:Krypton.Toolkit.GalleryButtonImages.ResetNormal">
<summary>
Resets the Normal property to its default value.
</summary>
</member>
<member name="P:Krypton.Toolkit.GalleryButtonImages.Tracking">
<summary>
Gets and sets the image for use when the gallery button is hot tracking.
</summary>
</member>
<member name="M:Krypton.Toolkit.GalleryButtonImages.ResetTracking">
<summary>
Resets the Tracking property to its default value.
</summary>
</member>
<member name="P:Krypton.Toolkit.GalleryButtonImages.Pressed">
<summary>
Gets and sets the image for use when the gallery button is pressed.
</summary>
</member>
<member name="M:Krypton.Toolkit.GalleryButtonImages.ResetPressed">
<summary>
Resets the Pressed property to its default value.
</summary>
</member>
<member name="T:Krypton.Toolkit.GalleryImages">
<summary>
Storage for gallery button images.
</summary>
</member>
<member name="M:Krypton.Toolkit.GalleryImages.#ctor(Krypton.Toolkit.NeedPaintHandler)">
<summary>
Initialize a new instance of the GalleryImages class.
</summary>
<param name="needPaint">Delegate for notifying paint requests.</param>
</member>
<member name="P:Krypton.Toolkit.GalleryImages.IsDefault">
<summary>
Gets a value indicating if all values are default.
</summary>
</member>
<member name="P:Krypton.Toolkit.GalleryImages.Up">
<summary>
Gallery up button images.
</summary>
</member>
<member name="P:Krypton.Toolkit.GalleryImages.Down">
<summary>
Gallery down button images.
</summary>
</member>
<member name="P:Krypton.Toolkit.GalleryImages.DropDown">
<summary>
Gallery drop-down button images.
</summary>
</member>
<member name="T:Krypton.Toolkit.HeaderGroupValuesPrimary">
<summary>
Storage for the primary header of the header group control.
</summary>
</member>
<member name="M:Krypton.Toolkit.HeaderGroupValuesPrimary.#ctor(Krypton.Toolkit.NeedPaintHandler,Krypton.Toolkit.HeaderValuesBase.GetDpiFactor)">
<summary>
Initialize a new instance of the HeaderGroupValuesPrimary class.
</summary>
<param name="needPaint">Delegate for notifying paint requests.</param>
<param name="getDpiFactor"></param>
</member>
<member name="M:Krypton.Toolkit.HeaderGroupValuesPrimary.GetHeadingDefault">
<summary>
Gets the default heading value.
</summary>
<returns>String reference.</returns>
</member>
<member name="M:Krypton.Toolkit.HeaderGroupValuesPrimary.GetDescriptionDefault">
<summary>
Gets the default description value.
</summary>
<returns>String reference.</returns>
</member>
<member name="P:Krypton.Toolkit.HeaderGroupValuesPrimary.Heading">
<summary>
Gets and sets the header text.
</summary>
</member>
<member name="T:Krypton.Toolkit.HeaderGroupValuesSecondary">
<summary>
Storage for the secondary header of the header group control.
</summary>
</member>
<member name="M:Krypton.Toolkit.HeaderGroupValuesSecondary.#ctor(Krypton.Toolkit.NeedPaintHandler,Krypton.Toolkit.HeaderValuesBase.GetDpiFactor)">
<summary>
Initialize a new instance of the HeaderGroupValuesSecondary class.
</summary>
<param name="needPaint">Delegate for notifying paint requests.</param>
<param name="getDpiFactor"></param>
</member>
<member name="M:Krypton.Toolkit.HeaderGroupValuesSecondary.GetImageDefault">
<summary>
Gets the default image value.
</summary>
<returns>Image reference.</returns>
</member>
<member name="M:Krypton.Toolkit.HeaderGroupValuesSecondary.GetHeadingDefault">
<summary>
Gets the default heading value.
</summary>
<returns>String reference.</returns>
</member>
<member name="M:Krypton.Toolkit.HeaderGroupValuesSecondary.GetDescriptionDefault">
<summary>
Gets the default description value.
</summary>
<returns>String reference.</returns>
</member>
<member name="P:Krypton.Toolkit.HeaderGroupValuesSecondary.Heading">
<summary>
Gets and sets the heading text.
</summary>
</member>
<member name="T:Krypton.Toolkit.HeaderValues">
<summary>
Storage for standard header storage.
</summary>
</member>
<member name="M:Krypton.Toolkit.HeaderValues.#ctor(Krypton.Toolkit.NeedPaintHandler,Krypton.Toolkit.HeaderValuesBase.GetDpiFactor)">
<summary>
Initialize a new instance of the HeaderValues class.
</summary>
<param name="needPaint">Delegate for notifying paint requests.</param>
<param name="getDpiFactor"></param>
</member>
<member name="M:Krypton.Toolkit.HeaderValues.GetHeadingDefault">
<summary>
Gets the default heading value.
</summary>
<returns>String reference.</returns>
</member>
<member name="M:Krypton.Toolkit.HeaderValues.GetDescriptionDefault">
<summary>
Gets the default description value.
</summary>
<returns>String reference.</returns>
</member>
<member name="T:Krypton.Toolkit.HeaderValuesBase">
<summary>
Storage for header content value information.
</summary>
</member>
<member name="E:Krypton.Toolkit.HeaderValuesBase.TextChanged">
<summary>
Occurs when the value of the Text property changes.
</summary>
</member>
<member name="T:Krypton.Toolkit.HeaderValuesBase.GetDpiFactor">
<summary>
Signature of method that is called when scaling an image is required.
</summary>
</member>
<member name="M:Krypton.Toolkit.HeaderValuesBase.#ctor(Krypton.Toolkit.NeedPaintHandler,Krypton.Toolkit.HeaderValuesBase.GetDpiFactor)">
<summary>
Initialize a new instance of the HeaderValuesBase class.
</summary>
<param name="needPaint">Delegate for notifying paint requests.</param>
<param name="getDpiFactor"></param>
</member>
<member name="P:Krypton.Toolkit.HeaderValuesBase.IsDefault">
<summary>
Gets a value indicating if all values are default.
</summary>
</member>
<member name="M:Krypton.Toolkit.HeaderValuesBase.GetImageDefault">
<summary>
Gets the default image value.
</summary>
<returns>Image reference.</returns>
</member>
<member name="M:Krypton.Toolkit.HeaderValuesBase.GetHeadingDefault">
<summary>
Gets the default heading value.
</summary>
<returns>String reference.</returns>
</member>
<member name="M:Krypton.Toolkit.HeaderValuesBase.GetDescriptionDefault">
<summary>
Gets the default description value.
</summary>
<returns>String reference.</returns>
</member>
<member name="P:Krypton.Toolkit.HeaderValuesBase.Image">
<summary>
Gets and sets the heading image.
</summary>
</member>
<member name="M:Krypton.Toolkit.HeaderValuesBase.GetImage(Krypton.Toolkit.PaletteState)">
<summary>
Gets the content image.
</summary>
<param name="state">The state for which the image is needed.</param>
<returns>Image value.</returns>
</member>
<member name="P:Krypton.Toolkit.HeaderValuesBase.ImageTransparentColor">
<summary>
Gets and sets the heading image transparent color.
</summary>
</member>
<member name="M:Krypton.Toolkit.HeaderValuesBase.GetImageTransparentColor(Krypton.Toolkit.PaletteState)">
<summary>
Gets the content image transparent color.
</summary>
<param name="state">The state for which the image color is needed.</param>
<returns>Color value.</returns>
</member>
<member name="P:Krypton.Toolkit.HeaderValuesBase.Heading">
<summary>
Gets and sets the heading text.
</summary>
</member>
<member name="M:Krypton.Toolkit.HeaderValuesBase.GetShortText">
<summary>
Gets the content short text.
</summary>
</member>
<member name="P:Krypton.Toolkit.HeaderValuesBase.Description">
<summary>
Gets and sets the header description text.
</summary>
</member>
<member name="M:Krypton.Toolkit.HeaderValuesBase.GetLongText">
<summary>
Gets the content long text.
</summary>
</member>
<member name="M:Krypton.Toolkit.IntegratedToolBarButtonValues.#ctor">
<summary>Initializes a new instance of the <see cref="T:Krypton.Toolkit.IntegratedToolBarButtonValues" /> class.</summary>
</member>
<member name="M:Krypton.Toolkit.IntegratedToolBarButtonValues.ToString">
<summary>Converts to string.</summary>
<returns>A <see cref="T:System.String" /> that represents this instance.</returns>
</member>
<member name="M:Krypton.Toolkit.IntegratedToolBarCommandValues.#ctor">
<summary>Initializes a new instance of the <see cref="T:Krypton.Toolkit.IntegratedToolBarCommandValues" /> class.</summary>
</member>
<member name="M:Krypton.Toolkit.IntegratedToolBarCommandValues.ToString">
<summary>Converts to string.</summary>
<returns>A <see cref="T:System.String" /> that represents this instance.</returns>
</member>
<member name="P:Krypton.Toolkit.IntegratedToolBarCommandValues.IsDefault">
<summary>Gets a value indicating whether this instance is default.</summary>
<value><c>true</c> if this instance is default; otherwise, <c>false</c>.</value>
</member>
<member name="M:Krypton.Toolkit.IntegratedToolBarCommandValues.Reset">
<summary>Resets this instance.</summary>
</member>
<member name="T:Krypton.Toolkit.KryptonInputBoxValues">
<summary>Access Krypton input box settings.</summary>
</member>
<member name="T:Krypton.Toolkit.LabelValues">
<summary>
Storage for label content value information.
</summary>
</member>
<member name="E:Krypton.Toolkit.LabelValues.TextChanged">
<summary>
Occurs when the value of the Text property changes.
</summary>
</member>
<member name="M:Krypton.Toolkit.LabelValues.#ctor(Krypton.Toolkit.NeedPaintHandler)">
<summary>
Initialize a new instance of the LabelValues class.
</summary>
<param name="needPaint">Delegate for notifying paint requests.</param>
</member>
<member name="P:Krypton.Toolkit.LabelValues.IsDefault">
<summary>
Gets a value indicating if all values are default.
</summary>
</member>
<member name="P:Krypton.Toolkit.LabelValues.Image">
<summary>
Gets and sets the label image.
</summary>
</member>
<member name="M:Krypton.Toolkit.LabelValues.ResetImage">
<summary>
Resets the Image property to its default value.
</summary>
</member>
<member name="M:Krypton.Toolkit.LabelValues.GetImage(Krypton.Toolkit.PaletteState)">
<summary>
Gets the content image.
</summary>
<param name="state">The state for which the image is needed.</param>
<returns>Image value.</returns>
</member>
<member name="P:Krypton.Toolkit.LabelValues.ImageTransparentColor">
<summary>
Gets and sets the label image transparent color.
</summary>
</member>
<member name="M:Krypton.Toolkit.LabelValues.ResetImageTransparentColor">
<summary>
Resets the ImageTransparentColor property to its default value.
</summary>
</member>
<member name="M:Krypton.Toolkit.LabelValues.GetImageTransparentColor(Krypton.Toolkit.PaletteState)">
<summary>
Gets the content image transparent color.
</summary>
<param name="state">The state for which the image color is needed.</param>
<returns>Color value.</returns>
</member>
<member name="P:Krypton.Toolkit.LabelValues.Text">
<summary>
Gets and sets the label text.
</summary>
</member>
<member name="M:Krypton.Toolkit.LabelValues.ResetText">
<summary>
Resets the Text property to its default value.
</summary>
</member>
<member name="M:Krypton.Toolkit.LabelValues.GetShortText">
<summary>
Gets the content short text.
</summary>
</member>
<member name="P:Krypton.Toolkit.LabelValues.ExtraText">
<summary>
Gets and sets the label extra text.
</summary>
</member>
<member name="M:Krypton.Toolkit.LabelValues.ResetExtraText">
<summary>
Resets the Description property to its default value.
</summary>
</member>
<member name="M:Krypton.Toolkit.LabelValues.GetLongText">
<summary>
Gets the content long text.
</summary>
</member>
<member name="T:Krypton.Toolkit.PopupPositionValues">
<summary>
Be More WPF like...
https://docs.microsoft.com/en-us/dotnet/framework/wpf/controls/popup-placement-behavior?view=netframework-4.7.2
https://docs.microsoft.com/en-us/dotnet/api/system.windows.controls.tooltip.placement?view=netframework-4.7.2
</summary>
</member>
<member name="M:Krypton.Toolkit.PopupPositionValues.#ctor">
<summary>
</summary>
</member>
<member name="M:Krypton.Toolkit.PopupPositionValues.Reset">
<summary>
</summary>
</member>
<member name="P:Krypton.Toolkit.PopupPositionValues.PlacementMode">
<summary>
</summary>
</member>
<member name="M:Krypton.Toolkit.PopupPositionValues.ResetPlacementMode">
<summary>
Resets the PlacementMode property to its default value.
</summary>
</member>
<member name="P:Krypton.Toolkit.PopupPositionValues.PlacementTarget">
<summary>
</summary>
</member>
<member name="M:Krypton.Toolkit.PopupPositionValues.ResetPlacementTarget">
<summary>
Resets the PlacementTarget property to its default value.
</summary>
</member>
<member name="P:Krypton.Toolkit.PopupPositionValues.PlacementRectangle">
<summary>
</summary>
</member>
<member name="M:Krypton.Toolkit.PopupPositionValues.ResetPlacementRectangle">
<summary>
Resets the ToolTipStyle property to its default value.
</summary>
</member>
<member name="P:Krypton.Toolkit.PopupPositionValues.IsDefault">
<summary>
</summary>
</member>
<member name="T:Krypton.Toolkit.RadioButtonImages">
<summary>
Storage for radio button images.
</summary>
</member>
<member name="M:Krypton.Toolkit.RadioButtonImages.#ctor">
<summary>
Initialize a new instance of the RadioButtonImages class.
</summary>
</member>
<member name="M:Krypton.Toolkit.RadioButtonImages.#ctor(Krypton.Toolkit.NeedPaintHandler)">
<summary>
Initialize a new instance of the RadioButtonImages class.
</summary>
<param name="needPaint">Delegate for notifying paint requests.</param>
</member>
<member name="P:Krypton.Toolkit.RadioButtonImages.IsDefault">
<summary>
Gets a value indicating if all values are default.
</summary>
</member>
<member name="P:Krypton.Toolkit.RadioButtonImages.Common">
<summary>
Gets and sets the common image that other radio button images inherit from.
</summary>
</member>
<member name="M:Krypton.Toolkit.RadioButtonImages.ResetCommon">
<summary>
Resets the Common property to its default value.
</summary>
</member>
<member name="P:Krypton.Toolkit.RadioButtonImages.UncheckedDisabled">
<summary>
Gets and sets the image for use when the radio button is not checked and disabled.
</summary>
</member>
<member name="M:Krypton.Toolkit.RadioButtonImages.ResetUncheckedDisabled">
<summary>
Resets the UncheckedDisabled property to its default value.
</summary>
</member>
<member name="P:Krypton.Toolkit.RadioButtonImages.UncheckedNormal">
<summary>
Gets and sets the image for use when the radio button is unchecked.
</summary>
</member>
<member name="M:Krypton.Toolkit.RadioButtonImages.ResetUncheckedNormal">
<summary>
Resets the UncheckedNormal property to its default value.
</summary>
</member>
<member name="P:Krypton.Toolkit.RadioButtonImages.UncheckedTracking">
<summary>
Gets and sets the image for use when the radio button is unchecked and hot tracking.
</summary>
</member>
<member name="M:Krypton.Toolkit.RadioButtonImages.ResetUncheckedTracking">
<summary>
Resets the UncheckedTracking property to its default value.
</summary>
</member>
<member name="P:Krypton.Toolkit.RadioButtonImages.UncheckedPressed">
<summary>
Gets and sets the image for use when the radio button is unchecked and pressed.
</summary>
</member>
<member name="M:Krypton.Toolkit.RadioButtonImages.ResetUncheckedPressed">
<summary>
Resets the UncheckedPressed property to its default value.
</summary>
</member>
<member name="P:Krypton.Toolkit.RadioButtonImages.CheckedDisabled">
<summary>
Gets and sets the image for use when the radio button is checked but disabled.
</summary>
</member>
<member name="M:Krypton.Toolkit.RadioButtonImages.ResetCheckedDisabled">
<summary>
Resets the CheckedDisabled property to its default value.
</summary>
</member>
<member name="P:Krypton.Toolkit.RadioButtonImages.CheckedNormal">
<summary>
Gets and sets the image for use when the radio button is checked.
</summary>
</member>
<member name="M:Krypton.Toolkit.RadioButtonImages.ResetCheckedNormal">
<summary>
Resets the CheckedNormal property to its default value.
</summary>
</member>
<member name="P:Krypton.Toolkit.RadioButtonImages.CheckedTracking">
<summary>
Gets and sets the image for use when the radio button is checked and hot tracking.
</summary>
</member>
<member name="M:Krypton.Toolkit.RadioButtonImages.ResetCheckedTracking">
<summary>
Resets the CheckedTracking property to its default value.
</summary>
</member>
<member name="P:Krypton.Toolkit.RadioButtonImages.CheckedPressed">
<summary>
Gets and sets the image for use when the radio button is checked and pressed.
</summary>
</member>
<member name="M:Krypton.Toolkit.RadioButtonImages.ResetCheckedPressed">
<summary>
Resets the CheckedPressed property to its default value.
</summary>
</member>
<member name="T:Krypton.Toolkit.ShadowValues">
<summary>
</summary>
</member>
<member name="M:Krypton.Toolkit.ShadowValues.#ctor">
<summary>
</summary>
</member>
<member name="M:Krypton.Toolkit.ShadowValues.Reset">
<summary>
</summary>
</member>
<member name="P:Krypton.Toolkit.ShadowValues.EnableShadows">
<summary>
</summary>
</member>
<member name="P:Krypton.Toolkit.ShadowValues.Offset">
<summary>
</summary>
</member>
<member name="P:Krypton.Toolkit.ShadowValues.ExtraWidth">
<summary>
</summary>
</member>
<member name="P:Krypton.Toolkit.ShadowValues.BlurDistance">
<summary>
</summary>
</member>
<member name="P:Krypton.Toolkit.ShadowValues.Colour">
<summary>
</summary>
</member>
<member name="P:Krypton.Toolkit.ShadowValues.Opacity">
<summary>
</summary>
</member>
<member name="P:Krypton.Toolkit.ShadowValues.IsDefault">
<summary>
</summary>
</member>
<member name="P:Krypton.Toolkit.ShortTextValue.ShortText">
<summary>
Gets and sets the short text value to use.
</summary>
</member>
<member name="M:Krypton.Toolkit.ShortTextValue.GetShortText">
<summary>
Gets the content short text.
</summary>
<returns>String value.</returns>
</member>
<member name="T:Krypton.Toolkit.ToolkitStringValues">
<summary>Access 'Global' Krypton string settings.</summary>
</member>
<member name="P:Krypton.Toolkit.ToolkitStringValues.GlobalColorStrings">
<summary>Gets the global color strings.</summary>
<value>The global color strings.</value>
</member>
<member name="M:Krypton.Toolkit.ToolkitStringValues.ResetColorStrings">
<summary>Resets the color strings.</summary>
</member>
<member name="P:Krypton.Toolkit.ToolkitStringValues.ButtonStyleStrings">
<summary>Gets the button spec style strings.</summary>
<value>The button spec style strings.</value>
</member>
<member name="M:Krypton.Toolkit.ToolkitStringValues.ResetButtonSpecStyleStrings">
<summary>Resets the button spec style strings.</summary>
</member>
<member name="P:Krypton.Toolkit.ToolkitStringValues.CustomStrings">
<summary>Gets the custom toolkit strings.</summary>
<value>The custom toolkit strings.</value>
</member>
<member name="M:Krypton.Toolkit.ToolkitStringValues.ResetCustomStrings">
<summary>Resets the custom strings.</summary>
</member>
<member name="P:Krypton.Toolkit.ToolkitStringValues.GeneralStrings">
<summary>Gets the general toolkit strings.</summary>
<value>The general toolkit strings.</value>
</member>
<member name="M:Krypton.Toolkit.ToolkitStringValues.ResetGeneralStrings">
<summary>Resets the general strings.</summary>
</member>
<member name="P:Krypton.Toolkit.ToolkitStringValues.DataGridViewStyleStrings">
<summary>Gets the data grid view style strings.</summary>
<value>The data grid view style strings.</value>
</member>
<member name="M:Krypton.Toolkit.ToolkitStringValues.ResetDataGridViewStyleStrings">
<summary>Resets the data grid view style strings.</summary>
</member>
<member name="P:Krypton.Toolkit.ToolkitStringValues.GridStyleStrings">
<summary>Gets the grid style strings.</summary>
<value>The grid style strings.</value>
</member>
<member name="M:Krypton.Toolkit.ToolkitStringValues.ResetGridStyleStrings">
<summary>Resets the grid style strings.</summary>
</member>
<member name="P:Krypton.Toolkit.ToolkitStringValues.HeaderGroupCollapsedTargetStrings">
<summary>Gets the header group collapsed target strings.</summary>
<value>The header group collapsed target strings.</value>
</member>
<member name="M:Krypton.Toolkit.ToolkitStringValues.ResetHeaderGroupCollapsedTargetStrings">
<summary>Resets the header group collapsed target strings.</summary>
</member>
<member name="P:Krypton.Toolkit.ToolkitStringValues.HeaderStyleStrings">
<summary>Gets the header style strings.</summary>
<value>The header style strings.</value>
</member>
<member name="M:Krypton.Toolkit.ToolkitStringValues.ResetHeaderStyleStrings">
<summary>Resets the header style strings.</summary>
</member>
<member name="P:Krypton.Toolkit.ToolkitStringValues.InputControlStyleStrings">
<summary>Gets the input control style strings.</summary>
<value>The input control style strings.</value>
</member>
<member name="M:Krypton.Toolkit.ToolkitStringValues.ResetInputControlStyleStrings">
<summary>Resets the input control style strings.</summary>
</member>
<member name="P:Krypton.Toolkit.ToolkitStringValues.IntegratedToolBarStrings">
<summary>Gets the integrated toolbar button strings.</summary>
<value>The integrated toolbar button strings.</value>
</member>
<member name="M:Krypton.Toolkit.ToolkitStringValues.ResetIntegratedToolBarStrings">
<summary>Resets the integrated tool bar strings.</summary>
</member>
<member name="P:Krypton.Toolkit.ToolkitStringValues.KryptonLinkBehaviorStrings">
<summary>Gets the link behavior style strings.</summary>
<value>The link behavior style strings.</value>
</member>
<member name="M:Krypton.Toolkit.ToolkitStringValues.ResetKryptonLinkBehaviorStrings">
<summary>Resets the krypton link behavior strings.</summary>
</member>
<member name="P:Krypton.Toolkit.ToolkitStringValues.LabelStyleStrings">
<summary>Gets the link style strings.</summary>
<value>The link style strings.</value>
</member>
<member name="M:Krypton.Toolkit.ToolkitStringValues.ResetLabelStyleStrings">
<summary>Resets the label style strings.</summary>
</member>
<member name="P:Krypton.Toolkit.ToolkitStringValues.PaletteBackStyleStrings">
<summary>Gets the palette back style strings.</summary>
<value>The palette back style strings.</value>
</member>
<member name="M:Krypton.Toolkit.ToolkitStringValues.ResetPaletteBackStyleStrings">
<summary>Resets the palette back style strings.</summary>
</member>
<member name="P:Krypton.Toolkit.ToolkitStringValues.PaletteBorderStyleStrings">
<summary>Gets the palette border style strings.</summary>
<value>The palette border style strings.</value>
</member>
<member name="M:Krypton.Toolkit.ToolkitStringValues.ResetPaletteBorderStyleStrings">
<summary>Resets the palette border style strings.</summary>
</member>
<member name="P:Krypton.Toolkit.ToolkitStringValues.PaletteButtonOrientationStrings">
<summary>Gets the palette button orientation strings.</summary>
<value>The palette button orientation strings.</value>
</member>
<member name="M:Krypton.Toolkit.ToolkitStringValues.ResetPaletteButtonOrientationStrings">
<summary>Resets the palette button orientation strings.</summary>
</member>
<member name="P:Krypton.Toolkit.ToolkitStringValues.PaletteButtonSpecStyleStrings">
<summary>Gets the palette button spec style strings.</summary>
<value>The palette button spec style strings.</value>
</member>
<member name="M:Krypton.Toolkit.ToolkitStringValues.ResetPaletteButtonSpecStyleStrings">
<summary>Resets the palette button spec style strings.</summary>
</member>
<member name="P:Krypton.Toolkit.ToolkitStringValues.PaletteButtonStyleStrings">
<summary>Gets the palette button style strings.</summary>
<value>The palette button style strings.</value>
</member>
<member name="P:Krypton.Toolkit.ToolkitStringValues.PaletteContentStyleStrings">
<summary>Gets the palette content style strings.</summary>
<value>The palette content style strings.</value>
</member>
<member name="M:Krypton.Toolkit.ToolkitStringValues.ResetPaletteContentStyleStrings">
<summary>Resets the palette content style strings.</summary>
</member>
<member name="P:Krypton.Toolkit.ToolkitStringValues.PaletteImageEffectStrings">
<summary>Gets the image effect strings.</summary>
<value>The image effect strings.</value>
</member>
<member name="M:Krypton.Toolkit.ToolkitStringValues.ResetPaletteImageEffectStrings">
<summary>Resets the palette image effect strings.</summary>
</member>
<member name="P:Krypton.Toolkit.ToolkitStringValues.PaletteImageStyleStrings">
<summary>Gets the image style strings.</summary>
<value>The image style strings.</value>
</member>
<member name="M:Krypton.Toolkit.ToolkitStringValues.ResetPaletteImageStyleStrings">
<summary>Resets the palette image style strings.</summary>
</member>
<member name="P:Krypton.Toolkit.ToolkitStringValues.PaletteModeStrings">
<summary>Gets the palette mode strings.</summary>
<value>The palette mode strings.</value>
</member>
<member name="M:Krypton.Toolkit.ToolkitStringValues.ResetPaletteModeStrings">
<summary>Resets the palette mode strings.</summary>
</member>
<member name="P:Krypton.Toolkit.ToolkitStringValues.PaletteTextTrimStrings">
<summary>Gets the palette text trim strings.</summary>
<value>The palette text trim strings.</value>
</member>
<member name="M:Krypton.Toolkit.ToolkitStringValues.ResetPaletteTextTrimStrings">
<summary>Resets the palette text trim strings.</summary>
</member>
<member name="P:Krypton.Toolkit.ToolkitStringValues.PlacementMode">
<summary>Gets the placement mode strings.</summary>
<value>The placement mode strings.</value>
</member>
<member name="M:Krypton.Toolkit.ToolkitStringValues.ResetPlacementModeStrings">
<summary>Resets the placement mode strings.</summary>
</member>
<member name="P:Krypton.Toolkit.ToolkitStringValues.SeparatorStyleStrings">
<summary>Gets the separator style strings.</summary>
<value>The separator style strings.</value>
</member>
<member name="M:Krypton.Toolkit.ToolkitStringValues.ResetSeparatorStyleStrings">
<summary>Resets the separator style strings.</summary>
</member>
<member name="P:Krypton.Toolkit.ToolkitStringValues.TabBorderStyleStrings">
<summary>Gets the tab border style strings.</summary>
<value>The tab border style strings.</value>
</member>
<member name="M:Krypton.Toolkit.ToolkitStringValues.ResetTabBorderStyleStrings">
<summary>Resets the tab border style strings.</summary>
</member>
<member name="P:Krypton.Toolkit.ToolkitStringValues.TabStyleStrings">
<summary>Gets the tab style strings.</summary>
<value>The tab style strings.</value>
</member>
<member name="M:Krypton.Toolkit.ToolkitStringValues.ResetTabStyleStrings">
<summary>Resets the tab style strings.</summary>
</member>
<member name="P:Krypton.Toolkit.ToolkitStringValues.KryptonScrollBarStrings">
<summary>Gets the scrollbar strings.</summary>
<value>The scrollbar strings.</value>
</member>
<member name="M:Krypton.Toolkit.ToolkitStringValues.ResetKryptonScrollBarStrings">
<summary>Resets the krypton scroll bar strings.</summary>
</member>
<member name="P:Krypton.Toolkit.ToolkitStringValues.KryptonToastNotificationStrings">
<summary>Gets the krypton toast notification strings.</summary>
<value>The krypton toast notification strings.</value>
</member>
<member name="M:Krypton.Toolkit.ToolkitStringValues.ResetKryptonToastNotificationStrings">
<summary>Resets the krypton toast notification strings.</summary>
</member>
<member name="P:Krypton.Toolkit.ToolkitStringValues.ColorStrings">
<summary>Gets the color strings.</summary>
<value>The color strings.</value>
</member>
<member name="P:Krypton.Toolkit.ToolkitStringValues.ButtonStyles">
<summary>Gets the spec style strings.</summary>
<value>The spec style strings.</value>
</member>
<member name="P:Krypton.Toolkit.ToolkitStringValues.GeneralToolkitStrings">
<summary>Gets the strings.</summary>
<value>The strings.</value>
</member>
<member name="P:Krypton.Toolkit.ToolkitStringValues.DataGridViewStyles">
<summary>Gets the grid view style strings.</summary>
<value>The grid view style strings.</value>
</member>
<member name="P:Krypton.Toolkit.ToolkitStringValues.GridStyles">
<summary>Gets the style strings.</summary>
<value>The style strings.</value>
</member>
<member name="P:Krypton.Toolkit.ToolkitStringValues.GroupCollapsedTargetStrings">
<summary>Gets the group collapsed target strings.</summary>
<value>The group collapsed target strings.</value>
</member>
<member name="P:Krypton.Toolkit.ToolkitStringValues.HeaderStyles">
<summary>Gets the header styles.</summary>
<value>The header styles.</value>
</member>
<member name="P:Krypton.Toolkit.ToolkitStringValues.InputControlStyles">
<summary>Gets the input control styles.</summary>
<value>The input control styles.</value>
</member>
<member name="P:Krypton.Toolkit.ToolkitStringValues.ToolBarStrings">
<summary>Gets the tool bar strings.</summary>
<value>The tool bar strings.</value>
</member>
<member name="P:Krypton.Toolkit.ToolkitStringValues.LinkBehaviorStrings">
<summary>Gets the link behavior strings.</summary>
<value>The link behavior strings.</value>
</member>
<member name="P:Krypton.Toolkit.ToolkitStringValues.KryptonLabelStyleStrings">
<summary>Gets the krypton label style strings.</summary>
<value>The krypton label style strings.</value>
</member>
<member name="P:Krypton.Toolkit.ToolkitStringValues.BackStyleStrings">
<summary>Gets the back style strings.</summary>
<value>The back style strings.</value>
</member>
<member name="P:Krypton.Toolkit.ToolkitStringValues.BorderStyleStrings">
<summary>Gets the border style strings.</summary>
<value>The border style strings.</value>
</member>
<member name="P:Krypton.Toolkit.ToolkitStringValues.ButtonOrientationStrings">
<summary>Gets the button orientation strings.</summary>
<value>The button orientation strings.</value>
</member>
<member name="P:Krypton.Toolkit.ToolkitStringValues.ButtonSpecStyles">
<summary>Gets the button spec styles.</summary>
<value>The button spec styles.</value>
</member>
<member name="P:Krypton.Toolkit.ToolkitStringValues.PaletteButtonStyles">
<summary>Gets the button style strings.</summary>
<value>The button style strings.</value>
</member>
<member name="P:Krypton.Toolkit.ToolkitStringValues.ContentStyleStrings">
<summary>Gets the content style strings.</summary>
<value>The content style strings.</value>
</member>
<member name="P:Krypton.Toolkit.ToolkitStringValues.ImageEffectStrings">
<summary>Gets the image effect strings.</summary>
<value>The image effect strings.</value>
</member>
<member name="P:Krypton.Toolkit.ToolkitStringValues.ImageStyleStrings">
<summary>Gets the image style strings.</summary>
<value>The image style strings.</value>
</member>
<member name="P:Krypton.Toolkit.ToolkitStringValues.ModeStrings">
<summary>Gets the mode strings.</summary>
<value>The mode strings.</value>
</member>
<member name="P:Krypton.Toolkit.ToolkitStringValues.TextTrimStrings">
<summary>Gets the text trim strings.</summary>
<value>The text trim strings.</value>
</member>
<member name="P:Krypton.Toolkit.ToolkitStringValues.PlacementModeStrings">
<summary>Gets the placement mode strings.</summary>
<value>The placement mode strings.</value>
</member>
<member name="P:Krypton.Toolkit.ToolkitStringValues.SeparatorStyles">
<summary>Gets the separator styles.</summary>
<value>The separator styles.</value>
</member>
<member name="P:Krypton.Toolkit.ToolkitStringValues.TabBorderStyles">
<summary>Gets the tab border styles.</summary>
<value>The tab border styles.</value>
</member>
<member name="P:Krypton.Toolkit.ToolkitStringValues.TabStyles">
<summary>Gets the tab styles.</summary>
<value>The tab styles.</value>
</member>
<member name="P:Krypton.Toolkit.ToolkitStringValues.ScrollBarStrings">
<summary>Gets the scroll bar strings.</summary>
<value>The scroll bar strings.</value>
</member>
<member name="M:Krypton.Toolkit.ToolkitStringValues.#ctor">
<summary>Initializes a new instance of the <see cref="T:Krypton.Toolkit.ToolkitStringValues" /> class.</summary>
</member>
<member name="M:Krypton.Toolkit.ToolkitStringValues.ToString">
<summary>Converts to string.</summary>
<returns>A <see cref="T:System.String" /> that represents this instance.</returns>
</member>
<member name="M:Krypton.Toolkit.ToolkitStringValues.Reset">
<summary>Resets this instance.</summary>
</member>
<member name="T:Krypton.Toolkit.ToolTipValues">
<summary>
What will be Displayed in the designer
</summary>
</member>
<member name="M:Krypton.Toolkit.ToolTipValues.#ctor(Krypton.Toolkit.NeedPaintHandler,Krypton.Toolkit.HeaderValuesBase.GetDpiFactor)">
<summary>
</summary>
<param name="needPaint"></param>
<param name="getDpiFactor"></param>
</member>
<member name="M:Krypton.Toolkit.ToolTipValues.GetImageDefault">
<inheritdoc />
</member>
<member name="P:Krypton.Toolkit.ToolTipValues.EnableToolTips">
<summary>
Make sure default values are
Gets and sets the EnableToolTips
</summary>
</member>
<member name="P:Krypton.Toolkit.ToolTipValues.ToolTipShadow">
<summary>
Gets and sets the tooltip label style.
</summary>
</member>
<member name="P:Krypton.Toolkit.ToolTipValues.ToolTipPosition">
<summary>
Gets and sets the EnableToolTips
</summary>
</member>
<member name="P:Krypton.Toolkit.ToolTipValues.ToolTipStyle">
<summary>
Gets and sets the tooltip label style.
</summary>
</member>
<member name="P:Krypton.Toolkit.ToolTipValues.ShowIntervalDelay">
<summary>
Gets and sets the tooltip label style.
</summary>
</member>
<member name="P:Krypton.Toolkit.ToolTipValues.CloseIntervalDelay">
<summary>
Gets and sets the tooltip label style.
</summary>
</member>
<member name="M:Krypton.Toolkit.ToolTipValues.Reset">
<summary>
</summary>
</member>
<member name="P:Krypton.Toolkit.ToolTipValues.IsDefault">
<summary>
Gets a value indicating if all values are default.
</summary>
</member>
<member name="T:Krypton.Toolkit.TreeViewImages">
<summary>
Storage for tree view images.
</summary>
</member>
<member name="M:Krypton.Toolkit.TreeViewImages.#ctor">
<summary>
Initialize a new instance of the TreeViewImages class.
</summary>
</member>
<member name="M:Krypton.Toolkit.TreeViewImages.#ctor(Krypton.Toolkit.NeedPaintHandler)">
<summary>
Initialize a new instance of the TreeViewImages class.
</summary>
<param name="needPaint">Delegate for notifying paint requests.</param>
</member>
<member name="P:Krypton.Toolkit.TreeViewImages.IsDefault">
<summary>
Gets a value indicating if all values are default.
</summary>
</member>
<member name="P:Krypton.Toolkit.TreeViewImages.Plus">
<summary>
Gets and sets the image for use to expand a tree node.
</summary>
</member>
<member name="M:Krypton.Toolkit.TreeViewImages.ResetPlus">
<summary>
Resets the collapse property to its default value.
</summary>
</member>
<member name="P:Krypton.Toolkit.TreeViewImages.Minus">
<summary>
Gets and sets the image for use to collapse a tree node.
</summary>
</member>
<member name="M:Krypton.Toolkit.TreeViewImages.ResetMinus">
<summary>
Resets the Minus property to its default value.
</summary>
</member>
<member name="F:Krypton.Toolkit.InternalAssemblyDetails.components">
<summary>
Required designer variable.
</summary>
</member>
<member name="M:Krypton.Toolkit.InternalAssemblyDetails.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:Krypton.Toolkit.InternalAssemblyDetails.InitializeComponent">
<summary>
Required method for Designer support - do not modify
the contents of this method with the code editor.
</summary>
</member>
<member name="P:Krypton.Toolkit.InternalKryptonStringCollectionEditor.UseTextBox">
<summary>Gets or sets a value indicating whether to use a multiline <see cref="T:Krypton.Toolkit.KryptonTextBox"/> in place of a <see cref="T:Krypton.Toolkit.KryptonRichTextBox"/>.</summary>
<value><c>true</c> if [use text box]; otherwise, <c>false</c>.</value>
</member>
<member name="P:Krypton.Toolkit.InternalKryptonStringCollectionEditor.UseRichTextBox">
<summary>Gets or sets a value indicating whether to use a <see cref="T:Krypton.Toolkit.KryptonRichTextBox"/> in place of a multiline <see cref="T:Krypton.Toolkit.KryptonTextBox"/>.</summary>
<value><c>true</c> if [use rich text box]; otherwise, <c>false</c>.</value>
</member>
<member name="P:Krypton.Toolkit.InternalKryptonStringCollectionEditor.HeaderText">
<summary>Gets or sets the header text.</summary>
<value>The header text.</value>
</member>
<member name="P:Krypton.Toolkit.InternalKryptonStringCollectionEditor.OkButtonText">
<summary>Gets or sets the ok button text.</summary>
<value>The ok button text.</value>
</member>
<member name="P:Krypton.Toolkit.InternalKryptonStringCollectionEditor.CancelButtonText">
<summary>Gets or sets the cancel button text.</summary>
<value>The cancel button text.</value>
</member>
<member name="P:Krypton.Toolkit.InternalKryptonStringCollectionEditor.Contents">
<summary>Gets the contents of the text field.</summary>
<value>The contents of the text field.</value>
</member>
<member name="P:Krypton.Toolkit.InternalKryptonStringCollectionEditor.OkButton">
<summary>Gets the ok button.</summary>
<value>The ok button.</value>
</member>
<member name="P:Krypton.Toolkit.InternalKryptonStringCollectionEditor.CancelButton">
<summary>Gets the cancel button.</summary>
<value>The cancel button.</value>
</member>
<member name="P:Krypton.Toolkit.InternalKryptonStringCollectionEditor.Owner">
<summary>Gets or sets the owner.</summary>
<value>The owner.</value>
</member>
<member name="M:Krypton.Toolkit.InternalKryptonStringCollectionEditor.#ctor">
<summary>Initializes a new instance of the <see cref="T:Krypton.Toolkit.InternalKryptonStringCollectionEditor" /> class.</summary>
</member>
<member name="M:Krypton.Toolkit.InternalToastButton.#ctor">
<summary>Initializes a new instance of the <see cref="T:Krypton.Toolkit.InternalToastButton" /> class.</summary>
</member>
<member name="T:Krypton.Toolkit.PercentageEditingControl">
<summary>
Public class for the underlying editing control
</summary>
</member>
<member name="M:Krypton.Toolkit.PercentageEditingControl.#ctor">
<summary>
Constructor
</summary>
</member>
<member name="M:Krypton.Toolkit.PercentageEditingControl.IsValidForNumberInput(System.Char)">
<summary>
Returns if the character is a valid digit
</summary>
<param name="c">The character.</param>
<returns>True if valid digit, false otherwise.</returns>
</member>
<member name="M:Krypton.Toolkit.PercentageEditingControl.OnKeyPress(System.Windows.Forms.KeyPressEventArgs)">
<summary>
Overrides OnKeyPress
</summary>
<param name="e"></param>
</member>
<member name="T:Krypton.Toolkit.TaskDialogMessageButton">
<summary>
Internal button used by the VisualTaskDialog
</summary>
</member>
<member name="P:Krypton.Toolkit.TaskDialogMessageButton.IgnoreAltF4">
<summary>
Gets and sets the ignoring of Alt+F4
</summary>
</member>
<member name="M:Krypton.Toolkit.TaskDialogMessageButton.WndProc(System.Windows.Forms.Message@)">
<summary>
Processes Windows messages.
</summary>
<param name="m">The Windows Message to process. </param>
</member>
<member name="T:Krypton.Toolkit.ViewBase">
<summary>
Base class from which all view types derive.
</summary>
</member>
<member name="M:Krypton.Toolkit.ViewBase.#ctor">
<summary>
Initialize a new instance of the ViewBase class.
</summary>
</member>
<member name="M:Krypton.Toolkit.ViewBase.Finalize">
<summary>
Release resources.
</summary>
</member>
<member name="M:Krypton.Toolkit.ViewBase.Dispose">
<summary>
Release managed and unmanaged resources.
</summary>
</member>
<member name="M:Krypton.Toolkit.ViewBase.Dispose(System.Boolean)">
<summary>
Release unmanaged and optionally managed resources.
</summary>
<param name="disposing">Called from Dispose method.</param>
</member>
<member name="P:Krypton.Toolkit.ViewBase.IsDisposed">
<summary>
Gets a value indicating if the view has been disposed.
</summary>
</member>
<member name="M:Krypton.Toolkit.ViewBase.ToString">
<summary>
Obtains the String representation of this instance.
</summary>
<returns>User readable name of the instance.</returns>
</member>
<member name="P:Krypton.Toolkit.ViewBase.OwningControl">
<summary>
Gets and sets a reference to the control instance that contains this view element.
</summary>
</member>
<member name="P:Krypton.Toolkit.ViewBase.Enabled">
<summary>
Gets and sets the enabled state of the element.
</summary>
</member>
<member name="P:Krypton.Toolkit.ViewBase.Visible">
<summary>
Gets and sets the enabled state of the element.
</summary>
</member>
<member name="P:Krypton.Toolkit.ViewBase.ClientRectangle">
<summary>
Gets and sets the rectangle bounding the client area.
</summary>
</member>
<member name="P:Krypton.Toolkit.ViewBase.ClientRectangleF">
<summary>
</summary>
</member>
<member name="P:Krypton.Toolkit.ViewBase.ClientLocation">
<summary>
Gets and sets the location of the view inside the parent view.
</summary>
</member>
<member name="P:Krypton.Toolkit.ViewBase.ClientSize">
<summary>
Gets and sets the size of the view.
</summary>
</member>
<member name="P:Krypton.Toolkit.ViewBase.ClientWidth">
<summary>
Gets and sets the width of the view.
</summary>
</member>
<member name="P:Krypton.Toolkit.ViewBase.ClientHeight">
<summary>
Gets and sets the height of the view.
</summary>
</member>
<member name="P:Krypton.Toolkit.ViewBase.FactorDpiX">
<summary>
Gets the DpiX of the view.
</summary>
</member>
<member name="P:Krypton.Toolkit.ViewBase.FactorDpiY">
<summary>
Gets the DpiY of the view.
</summary>
</member>
<member name="P:Krypton.Toolkit.ViewBase.Component">
<summary>
Gets the component associated with the element.
</summary>
</member>
<member name="M:Krypton.Toolkit.ViewBase.EvalTransparentPaint(Krypton.Toolkit.ViewContext)">
<summary>
Evaluate the need for drawing transparent areas.
</summary>
<param name="context">Evaluation context.</param>
<returns>True if transparent areas exist; otherwise false.</returns>
</member>
<member name="M:Krypton.Toolkit.ViewBase.GetPreferredSize(Krypton.Toolkit.ViewLayoutContext)">
<summary>
Discover the preferred size of the element.
</summary>
<param name="context">Layout context.</param>
</member>
<member name="M:Krypton.Toolkit.ViewBase.Layout(Krypton.Toolkit.ViewLayoutContext)">
<summary>
Perform a layout of the elements.
</summary>
<param name="context">Layout context.</param>
</member>
<member name="M:Krypton.Toolkit.ViewBase.Render(Krypton.Toolkit.RenderContext)">
<summary>
Perform a render of the elements.
</summary>
<param name="context">Rendering context.</param>
</member>
<member name="M:Krypton.Toolkit.ViewBase.RenderBefore(Krypton.Toolkit.RenderContext)">
<summary>
Perform rendering before child elements are rendered.
</summary>
<param name="context">Rendering context.</param>
</member>
<member name="M:Krypton.Toolkit.ViewBase.RenderAfter(Krypton.Toolkit.RenderContext)">
<summary>
Perform rendering after child elements are rendered.
</summary>
<param name="context">Rendering context.</param>
</member>
<member name="P:Krypton.Toolkit.ViewBase.Parent">
<summary>
Gets the parent view.
</summary>
</member>
<member name="M:Krypton.Toolkit.ViewBase.Add(Krypton.Toolkit.ViewBase)">
<summary>
Append a view to the collection.
</summary>
<param name="item">ViewBase reference.</param>
</member>
<member name="M:Krypton.Toolkit.ViewBase.Clear">
<summary>
Remove all views from the collection.
</summary>
</member>
<member name="M:Krypton.Toolkit.ViewBase.Contains(Krypton.Toolkit.ViewBase)">
<summary>
Determines whether the collection contains the view.
</summary>
<param name="item">ViewBase reference.</param>
<returns>True if view found; otherwise false.</returns>
</member>
<member name="M:Krypton.Toolkit.ViewBase.ContainsRecurse(Krypton.Toolkit.ViewBase)">
<summary>
Determines whether any part of the view hierarchy is the specified view.
</summary>
<param name="item">ViewBase reference.</param>
<returns>True if view found; otherwise false.</returns>
</member>
<member name="M:Krypton.Toolkit.ViewBase.CopyTo(Krypton.Toolkit.ViewBase[],System.Int32)">
<summary>
Copies views to specified array starting at particular index.
</summary>
<param name="array">Target array.</param>
<param name="arrayIndex">Starting array index.</param>
</member>
<member name="M:Krypton.Toolkit.ViewBase.Remove(Krypton.Toolkit.ViewBase)">
<summary>
Removes first occurrence of specified view.
</summary>
<param name="item">ViewBase reference.</param>
<returns>True if removed; otherwise false.</returns>
</member>
<member name="P:Krypton.Toolkit.ViewBase.Count">
<summary>
Gets the number of views in collection.
</summary>
</member>
<member name="P:Krypton.Toolkit.ViewBase.IsReadOnly">
<summary>
Gets a value indicating whether the collection is read-only.
</summary>
</member>
<member name="M:Krypton.Toolkit.ViewBase.IndexOf(Krypton.Toolkit.ViewBase)">
<summary>
Determines the index of the specified view in the collection.
</summary>
<param name="item">ViewBase reference.</param>
<returns>-1 if not found; otherwise index position.</returns>
</member>
<member name="M:Krypton.Toolkit.ViewBase.Insert(System.Int32,Krypton.Toolkit.ViewBase)">
<summary>
Inserts a view to the collection at the specified index.
</summary>
<param name="index">Insert index.</param>
<param name="item">ViewBase reference.</param>
</member>
<member name="M:Krypton.Toolkit.ViewBase.RemoveAt(System.Int32)">
<summary>
Removes the view at the specified index.
</summary>
<param name="index">Remove index.</param>
</member>
<member name="P:Krypton.Toolkit.ViewBase.Item(System.Int32)">
<summary>
Gets or sets the view at the specified index.
</summary>
<param name="index">ViewBase index.</param>
<returns>ViewBase at specified index.</returns>
</member>
<member name="M:Krypton.Toolkit.ViewBase.GetEnumerator">
<summary>
Shallow enumerate forward over children of the element.
</summary>
<returns>Enumerator instance.</returns>
</member>
<member name="M:Krypton.Toolkit.ViewBase.Recurse">
<summary>
Deep enumerate forward over children of the element.
</summary>
<returns>Enumerator instance.</returns>
</member>
<member name="M:Krypton.Toolkit.ViewBase.Reverse">
<summary>
Shallow enumerate backwards over children of the element.
</summary>
<returns>Enumerator instance.</returns>
</member>
<member name="M:Krypton.Toolkit.ViewBase.ReverseRecurse">
<summary>
Deep enumerate backwards over children of the element.
</summary>
<returns>Enumerator instance.</returns>
</member>
<member name="M:Krypton.Toolkit.ViewBase.System#Collections#IEnumerable#GetEnumerator">
<summary>
Enumerate using non-generic interface.
</summary>
<returns>Enumerator instance.</returns>
</member>
<member name="P:Krypton.Toolkit.ViewBase.MouseController">
<summary>
Gets and sets the associated mouse controller.
</summary>
</member>
<member name="P:Krypton.Toolkit.ViewBase.KeyController">
<summary>
Gets and sets the associated key controller.
</summary>
</member>
<member name="P:Krypton.Toolkit.ViewBase.SourceController">
<summary>
Gets and sets the associated source controller.
</summary>
</member>
<member name="M:Krypton.Toolkit.ViewBase.FindMouseController">
<summary>
Mouse has entered the view.
</summary>
</member>
<member name="M:Krypton.Toolkit.ViewBase.MouseEnter">
<summary>
Mouse has entered the view.
</summary>
</member>
<member name="M:Krypton.Toolkit.ViewBase.MouseMove(System.Drawing.Point)">
<summary>
Mouse has moved inside the view.
</summary>
<param name="pt">Mouse position relative to control.</param>
</member>
<member name="M:Krypton.Toolkit.ViewBase.MouseDown(System.Drawing.Point,System.Windows.Forms.MouseButtons)">
<summary>
Mouse button has been pressed in the view.
</summary>
<param name="pt">Mouse position relative to control.</param>
<param name="button">Mouse button pressed down.</param>
<returns>True if capturing input; otherwise false.</returns>
</member>
<member name="M:Krypton.Toolkit.ViewBase.MouseUp(System.Drawing.Point,System.Windows.Forms.MouseButtons)">
<summary>
Mouse button has been released in the view.
</summary>
<param name="pt">Mouse position relative to control.</param>
<param name="button">Mouse button released.</param>
</member>
<member name="M:Krypton.Toolkit.ViewBase.MouseLeave(Krypton.Toolkit.ViewBase)">
<summary>
Mouse has left the view.
</summary>
<param name="next">Reference to view that is next to have the mouse.</param>
</member>
<member name="M:Krypton.Toolkit.ViewBase.DoubleClick(System.Drawing.Point)">
<summary>
Left mouse button has been double clicked.
</summary>
<param name="pt">Mouse position relative to control.</param>
</member>
<member name="M:Krypton.Toolkit.ViewBase.KeyDown(System.Windows.Forms.KeyEventArgs)">
<summary>
Key has been pressed down.
</summary>
<param name="e">A KeyEventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.ViewBase.KeyPress(System.Windows.Forms.KeyPressEventArgs)">
<summary>
Key has been pressed.
</summary>
<param name="e">A KeyPressEventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.ViewBase.KeyUp(System.Windows.Forms.KeyEventArgs)">
<summary>
Key has been released.
</summary>
<param name="e">A KeyEventArgs that contains the event data.</param>
<returns>True if capturing input; otherwise false.</returns>
</member>
<member name="M:Krypton.Toolkit.ViewBase.GotFocus(System.Windows.Forms.Control)">
<summary>
Source control has got the focus.
</summary>
<param name="c">Reference to the source control instance.</param>
</member>
<member name="M:Krypton.Toolkit.ViewBase.LostFocus(System.Windows.Forms.Control)">
<summary>
Source control has lost the focus.
</summary>
<param name="c">Reference to the source control instance.</param>
</member>
<member name="P:Krypton.Toolkit.ViewBase.ElementState">
<summary>
Gets and sets the visual state of the element.
</summary>
</member>
<member name="P:Krypton.Toolkit.ViewBase.State">
<summary>
Gets the visual state taking into account the owning controls state.
</summary>
</member>
<member name="P:Krypton.Toolkit.ViewBase.FixedState">
<summary>
Set a fixed state to override usual behavior and appearance
</summary>
</member>
<member name="M:Krypton.Toolkit.ViewBase.ClearFixedState">
<summary>
Clear down the use of the fixed state
</summary>
</member>
<member name="P:Krypton.Toolkit.ViewBase.IsFixed">
<summary>
Gets a value indicating if view is using a fixed state.
</summary>
</member>
<member name="P:Krypton.Toolkit.ViewBase.DependantEnabledState">
<summary>
Get and set the view the enabled state of this view element is dependant on.
</summary>
</member>
<member name="P:Krypton.Toolkit.ViewBase.IsEnableDependant">
<summary>
Gets a value indicating if view enabled state is dependent on another view.
</summary>
</member>
<member name="M:Krypton.Toolkit.ViewBase.ViewFromPoint(System.Drawing.Point)">
<summary>
Find the view that contains the specified point.
</summary>
<param name="pt">Point in view coordinates.</param>
<returns>ViewBase if a match is found; otherwise false.</returns>
</member>
<member name="T:Krypton.Toolkit.ViewComposite">
<summary>
Extends the base class by managing a collection of child views.
</summary>
</member>
<member name="M:Krypton.Toolkit.ViewComposite.#ctor">
<summary>
Initialize a new instance of the ViewComposite class.
</summary>
</member>
<member name="M:Krypton.Toolkit.ViewComposite.Dispose(System.Boolean)">
<summary>
Release unmanaged and optionally managed resources.
</summary>
<param name="disposing">Called from Dispose method.</param>
</member>
<member name="M:Krypton.Toolkit.ViewComposite.ToString">
<summary>
Obtains the String representation of this instance.
</summary>
<returns>User readable name of the instance.</returns>
</member>
<member name="P:Krypton.Toolkit.ViewComposite.ReverseRenderOrder">
<summary>
Gets and sets the use of reverse order when rendering.
</summary>
</member>
<member name="M:Krypton.Toolkit.ViewComposite.EvalTransparentPaint(Krypton.Toolkit.ViewContext)">
<summary>
Evaluate the need for drawing transparent areas.
</summary>
<param name="context">Evaluation context.</param>
<returns>True if transparent areas exist; otherwise false.</returns>
</member>
<member name="M:Krypton.Toolkit.ViewComposite.GetPreferredSize(Krypton.Toolkit.ViewLayoutContext)">
<summary>
Discover the preferred size of the element.
</summary>
<param name="context">Layout context.</param>
</member>
<member name="M:Krypton.Toolkit.ViewComposite.Layout(Krypton.Toolkit.ViewLayoutContext)">
<summary>
Perform a layout of the elements.
</summary>
<param name="context">Layout context.</param>
</member>
<member name="M:Krypton.Toolkit.ViewComposite.Render(Krypton.Toolkit.RenderContext)">
<summary>
Perform a render of the elements.
</summary>
<param name="context">Rendering context.</param>
</member>
<member name="M:Krypton.Toolkit.ViewComposite.Add(Krypton.Toolkit.ViewBase)">
<summary>
Append a view to the collection.
</summary>
<param name="item">ViewBase reference.</param>
<exception cref="T:System.ArgumentNullException"></exception>
</member>
<member name="M:Krypton.Toolkit.ViewComposite.Clear">
<summary>
Remove all views from the collection.
</summary>
</member>
<member name="M:Krypton.Toolkit.ViewComposite.Contains(Krypton.Toolkit.ViewBase)">
<summary>
Determines whether the collection contains the view.
</summary>
<param name="item">ViewBase reference.</param>
<returns>True if view found; otherwise false.</returns>
</member>
<member name="M:Krypton.Toolkit.ViewComposite.ContainsRecurse(Krypton.Toolkit.ViewBase)">
<summary>
Determines whether any part of the view hierarchy is the specified view.
</summary>
<param name="item">ViewBase reference.</param>
<returns>True if view found; otherwise false.</returns>
</member>
<member name="M:Krypton.Toolkit.ViewComposite.CopyTo(Krypton.Toolkit.ViewBase[],System.Int32)">
<summary>
Copies views to specified array starting at particular index.
</summary>
<param name="array">Target array.</param>
<param name="arrayIndex">Starting array index.</param>
</member>
<member name="M:Krypton.Toolkit.ViewComposite.Remove(Krypton.Toolkit.ViewBase)">
<summary>
Removes first occurrence of specified view.
</summary>
<param name="item">ViewBase reference.</param>
<returns>True if removed; otherwise false.</returns>
</member>
<member name="P:Krypton.Toolkit.ViewComposite.Count">
<summary>
Gets the number of views in collection.
</summary>
</member>
<member name="M:Krypton.Toolkit.ViewComposite.IndexOf(Krypton.Toolkit.ViewBase)">
<summary>
Determines the index of the specified view in the collection.
</summary>
<param name="item">ViewBase reference.</param>
<returns>-1 if not found; otherwise index position.</returns>
</member>
<member name="M:Krypton.Toolkit.ViewComposite.Insert(System.Int32,Krypton.Toolkit.ViewBase)">
<summary>
Inserts a view to the collection at the specified index.
</summary>
<param name="index">Insert index.</param>
<param name="item">ViewBase reference.</param>
<exception cref="T:System.ArgumentNullException"></exception>
</member>
<member name="M:Krypton.Toolkit.ViewComposite.RemoveAt(System.Int32)">
<summary>
Removes the view at the specified index.
</summary>
<param name="index">Remove index.</param>
</member>
<member name="P:Krypton.Toolkit.ViewComposite.Item(System.Int32)">
<summary>
Gets or sets the view at the specified index.
</summary>
<param name="index">ViewBase index.</param>
<returns>ViewBase at specified index.</returns>
</member>
<member name="M:Krypton.Toolkit.ViewComposite.GetEnumerator">
<summary>
Shallow enumerate forward over children of the element.
</summary>
<returns>Enumerator instance.</returns>
</member>
<member name="M:Krypton.Toolkit.ViewComposite.Recurse">
<summary>
Deep enumerate forward over children of the element.
</summary>
<returns>Enumerator instance.</returns>
</member>
<member name="M:Krypton.Toolkit.ViewComposite.Reverse">
<summary>
Shallow enumerate backwards over children of the element.
</summary>
<returns>Enumerator instance.</returns>
</member>
<member name="M:Krypton.Toolkit.ViewComposite.ReverseRecurse">
<summary>
Deep enumerate backwards over children of the element.
</summary>
<returns>Enumerator instance.</returns>
</member>
<member name="P:Krypton.Toolkit.ViewComposite.FixedState">
<summary>
Set a fixed state to override usual behavior and appearance
</summary>
</member>
<member name="M:Krypton.Toolkit.ViewComposite.ClearFixedState">
<summary>
Clear down the use of the fixed state
</summary>
</member>
<member name="M:Krypton.Toolkit.ViewComposite.ViewFromPoint(System.Drawing.Point)">
<summary>
Find the view that contains the specified point.
</summary>
<param name="pt">Point in view coordinates.</param>
<returns>ViewBase if a match is found; otherwise false.</returns>
</member>
<member name="T:Krypton.Toolkit.ViewContext">
<summary>
Encapsulates common context for view layout and render operations.
</summary>
</member>
<member name="M:Krypton.Toolkit.ViewContext.#ctor(Krypton.Toolkit.ViewManager,System.Windows.Forms.Control,System.Windows.Forms.Control,Krypton.Toolkit.IRenderer)">
<summary>
Initialize a new instance of the ViewContext class.
</summary>
<param name="manager">Reference to the view manager.</param>
<param name="control">Control associated with rendering.</param>
<param name="alignControl">Control used for aligning elements.</param>
<param name="renderer">Rendering provider.</param>
</member>
<member name="M:Krypton.Toolkit.ViewContext.#ctor(System.Windows.Forms.Control,System.Windows.Forms.Control,System.Drawing.Graphics,Krypton.Toolkit.IRenderer)">
<summary>
Initialize a new instance of the ViewContext class.
</summary>
<param name="control">Control associated with rendering.</param>
<param name="alignControl">Control used for aligning elements.</param>
<param name="graphics">Graphics instance for drawing.</param>
<param name="renderer">Rendering provider.</param>
</member>
<member name="M:Krypton.Toolkit.ViewContext.#ctor(Krypton.Toolkit.ViewManager,System.Windows.Forms.Control,System.Windows.Forms.Control,System.Drawing.Graphics,Krypton.Toolkit.IRenderer)">
<summary>
Initialize a new instance of the ViewContext class.
</summary>
<param name="manager">Reference to the view manager.</param>
<param name="control">Control associated with rendering.</param>
<param name="alignControl">Control used for aligning elements.</param>
<param name="graphics">Graphics instance for drawing.</param>
<param name="renderer">Rendering provider.</param>
</member>
<member name="M:Krypton.Toolkit.ViewContext.Dispose">
<summary>
Dispose of resources.
</summary>
</member>
<member name="P:Krypton.Toolkit.ViewContext.ViewManager">
<summary>
Gets the owning view manager.
</summary>
</member>
<member name="P:Krypton.Toolkit.ViewContext.Control">
<summary>
Gets and sets the owning control associated with rendering.
</summary>
</member>
<member name="P:Krypton.Toolkit.ViewContext.AlignControl">
<summary>
Gets and sets the control to use when aligning elements.
</summary>
</member>
<member name="P:Krypton.Toolkit.ViewContext.Graphics">
<summary>
Gets the graphics instance used for rendering operations.
</summary>
</member>
<member name="P:Krypton.Toolkit.ViewContext.TopControl">
<summary>
Gets the owning top level control associated with rendering.
</summary>
</member>
<member name="P:Krypton.Toolkit.ViewContext.Renderer">
<summary>
Gets access to the renderer provider.
</summary>
</member>
<member name="T:Krypton.Toolkit.ViewContextMenuManager">
<summary>
ViewManager for context menu handling.
</summary>
</member>
<member name="M:Krypton.Toolkit.ViewContextMenuManager.#ctor(System.Windows.Forms.Control,Krypton.Toolkit.ViewBase)">
<summary>
Initialize a new instance of the ViewContextMenuManager class.
</summary>
<param name="control">Owning control.</param>
<param name="root">Root of the view hierarchy.</param>
</member>
<member name="M:Krypton.Toolkit.ViewContextMenuManager.Dispose">
<summary>
Clean up any resources.
</summary>
</member>
<member name="M:Krypton.Toolkit.ViewContextMenuManager.SetTarget(Krypton.Toolkit.IContextMenuTarget,System.Boolean)">
<summary>
Set the provided target as the current target.
</summary>
<param name="target">Reference to the new target.</param>
<param name="startTimer">Should a timer be started for handling sub menu showing.</param>
</member>
<member name="M:Krypton.Toolkit.ViewContextMenuManager.SetTargetSubMenu(Krypton.Toolkit.IContextMenuTarget)">
<summary>
Set the provided target as the current target and it is already showing a sub menu
</summary>
</member>
<member name="M:Krypton.Toolkit.ViewContextMenuManager.ClearTarget(Krypton.Toolkit.IContextMenuTarget)">
<summary>
Clear the provided target from being the current target.
</summary>
<param name="target"></param>
</member>
<member name="M:Krypton.Toolkit.ViewContextMenuManager.ClearTargetSubMenu(Krypton.Toolkit.IContextMenuTarget)">
<summary>
Clear the provided target as no longer showing a sub menu.
</summary>
<param name="target">Target that used to be showing a sub menu.</param>
</member>
<member name="M:Krypton.Toolkit.ViewContextMenuManager.KeyUp">
<summary>
Handle up key being pressed.
</summary>
</member>
<member name="M:Krypton.Toolkit.ViewContextMenuManager.KeyDown">
<summary>
Handle down key being pressed.
</summary>
</member>
<member name="M:Krypton.Toolkit.ViewContextMenuManager.KeyLeft(System.Boolean)">
<summary>
Handle left key being pressed.
</summary>
<param name="wrap">Should calculation wrap around the left edge.</param>
<returns>Did the calculation hit the left edge.</returns>
</member>
<member name="M:Krypton.Toolkit.ViewContextMenuManager.KeyRight">
<summary>
Handle right key being pressed.
</summary>
</member>
<member name="M:Krypton.Toolkit.ViewContextMenuManager.KeyTab(System.Boolean)">
<summary>
Handle tab key being pressed.
</summary>
<param name="shift">Was shift key pressed for the tab.</param>
</member>
<member name="M:Krypton.Toolkit.ViewContextMenuManager.KeyHome">
<summary>
Handle home key being pressed.
</summary>
</member>
<member name="M:Krypton.Toolkit.ViewContextMenuManager.KeyEnd">
<summary>
Handle end key being pressed.
</summary>
</member>
<member name="M:Krypton.Toolkit.ViewContextMenuManager.KeyMnemonic(System.Char)">
<summary>
Handle key that could be interpreted as a mnemonic.
</summary>
<param name="charCode">Key code to test against.</param>
</member>
<member name="M:Krypton.Toolkit.ViewContextMenuManager.DoesStackedClientMouseDownBecomeCurrent(System.Windows.Forms.Message,System.Drawing.Point)">
<summary>
Should a mouse down at the provided point cause it to become the current tracking popup.
</summary>
<param name="m">Original message.</param>
<param name="pt">Client coordinates point.</param>
<returns>True to become current; otherwise false.</returns>
</member>
<member name="T:Krypton.Toolkit.ViewControl">
<summary>
Control that is contained inside an element to act as clipping of real controls.
</summary>
</member>
<member name="E:Krypton.Toolkit.ViewControl.PaintBackground">
<summary>
Occurs when the background needs painting.
</summary>
</member>
<member name="E:Krypton.Toolkit.ViewControl.WndProcHitTest">
<summary>
Occurs when the WM_NCHITTEST occurs.
</summary>
</member>
<member name="M:Krypton.Toolkit.ViewControl.#ctor(Krypton.Toolkit.VisualControl)">
<summary>
Initialize a new instance of the ViewControl class.
</summary>
<param name="rootControl">Top level visual control.</param>
</member>
<member name="P:Krypton.Toolkit.ViewControl.ViewLayoutControl">
<summary>
Gets and sets access to the view layout control.
</summary>
</member>
<member name="M:Krypton.Toolkit.ViewControl.UpdateParent(System.Windows.Forms.Control)">
<summary>
Gets and sets the root control for point translation and message dispatch.
</summary>
<param name="parent">Parent control.</param>
</member>
<member name="P:Krypton.Toolkit.ViewControl.TransparentBackground">
<summary>
Gets and sets if the background is transparent.
</summary>
</member>
<member name="P:Krypton.Toolkit.ViewControl.InDesignMode">
<summary>
Gets and sets a value indicating if the control is in design mode.
</summary>
</member>
<member name="P:Krypton.Toolkit.ViewControl.NeedPaintDelegate">
<summary>
Gets access to the need paint delegate.
</summary>
</member>
<member name="M:Krypton.Toolkit.ViewControl.OnPaint(System.Windows.Forms.PaintEventArgs)">
<summary>
Raises the Paint event.
</summary>
<param name="e">A PaintEventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.ViewControl.OnDoubleClick(System.EventArgs)">
<summary>
Raises the DoubleClick event.
</summary>
<param name="e">A KeyEventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.ViewControl.OnMouseMove(System.Windows.Forms.MouseEventArgs)">
<summary>
Raises the MouseMove event.
</summary>
<param name="e">A MouseEventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.ViewControl.OnMouseDown(System.Windows.Forms.MouseEventArgs)">
<summary>
Raises the MouseDown event.
</summary>
<param name="e">A MouseEventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.ViewControl.OnMouseUp(System.Windows.Forms.MouseEventArgs)">
<summary>
Raises the MouseUp event.
</summary>
<param name="e">A MouseEventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.ViewControl.OnMouseLeave(System.EventArgs)">
<summary>
Raises the MouseLeave event.
</summary>
<param name="e">An EventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.ViewControl.OnKeyDown(System.Windows.Forms.KeyEventArgs)">
<summary>
Raises the KeyDown event.
</summary>
<param name="e">A KeyEventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.ViewControl.OnKeyPress(System.Windows.Forms.KeyPressEventArgs)">
<summary>
Raises the KeyPress event.
</summary>
<param name="e">A KeyPressEventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.ViewControl.OnKeyUp(System.Windows.Forms.KeyEventArgs)">
<summary>
Raises the KeyUp event.
</summary>
<param name="e">A KeyEventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.ViewControl.OnNeedPaint(System.Object,Krypton.Toolkit.NeedLayoutEventArgs)">
<summary>
Processes a notification from palette storage of a paint and optional layout required.
</summary>
<param name="sender">Source of notification.</param>
<param name="e">An NeedLayoutEventArgs containing event data.</param>
<exception cref="T:System.ArgumentNullException"></exception>
</member>
<member name="M:Krypton.Toolkit.ViewControl.WndProc(System.Windows.Forms.Message@)">
<summary>
Process Windows-based messages.
</summary>
<param name="m">A Windows-based message.</param>
</member>
<member name="M:Krypton.Toolkit.ViewControl.OnWndProcHitTest(Krypton.Toolkit.ViewControlHitTestArgs)">
<summary>
Raises the WndProcHitTest event.
</summary>
<param name="e">A ViewControlHitTestArgs containing the event data.</param>
</member>
<member name="T:Krypton.Toolkit.ViewDecorator">
<summary>
Base class from which all decorator views inherit.
</summary>
</member>
<member name="M:Krypton.Toolkit.ViewDecorator.#ctor(Krypton.Toolkit.ViewBase)">
<summary>
Initialize a new instance of the ViewBase class.
</summary>
</member>
<member name="M:Krypton.Toolkit.ViewDecorator.Dispose(System.Boolean)">
<summary>
Release unmanaged and optionally managed resources.
</summary>
<param name="disposing">Called from Dispose method.</param>
</member>
<member name="M:Krypton.Toolkit.ViewDecorator.ToString">
<summary>
Obtains the String representation of this instance.
</summary>
<returns>User readable name of the instance.</returns>
</member>
<member name="P:Krypton.Toolkit.ViewDecorator.Enabled">
<summary>
Gets and sets the enabled state of the element.
</summary>
</member>
<member name="P:Krypton.Toolkit.ViewDecorator.Visible">
<summary>
Gets and sets the enabled state of the element.
</summary>
</member>
<member name="P:Krypton.Toolkit.ViewDecorator.ClientRectangle">
<summary>
Gets and sets the rectangle bounding the client area.
</summary>
</member>
<member name="P:Krypton.Toolkit.ViewDecorator.ClientLocation">
<summary>
Gets and sets the location of the view inside the parent view.
</summary>
</member>
<member name="P:Krypton.Toolkit.ViewDecorator.ClientSize">
<summary>
Gets and sets the size of the view.
</summary>
</member>
<member name="P:Krypton.Toolkit.ViewDecorator.ClientWidth">
<summary>
Gets and sets the width of the view.
</summary>
</member>
<member name="P:Krypton.Toolkit.ViewDecorator.ClientHeight">
<summary>
Gets and sets the height of the view.
</summary>
</member>
<member name="M:Krypton.Toolkit.ViewDecorator.EvalTransparentPaint(Krypton.Toolkit.ViewContext)">
<summary>
Evaluate the need for drawing transparent areas.
</summary>
<param name="context">Evaluation context.</param>
<returns>True if transparent areas exist; otherwise false.</returns>
</member>
<member name="M:Krypton.Toolkit.ViewDecorator.GetPreferredSize(Krypton.Toolkit.ViewLayoutContext)">
<summary>
Discover the preferred size of the element.
</summary>
<param name="context">Layout context.</param>
</member>
<member name="M:Krypton.Toolkit.ViewDecorator.Layout(Krypton.Toolkit.ViewLayoutContext)">
<summary>
Perform a layout of the elements.
</summary>
<param name="context">Layout context.</param>
</member>
<member name="M:Krypton.Toolkit.ViewDecorator.Render(Krypton.Toolkit.RenderContext)">
<summary>
Perform a render of the elements.
</summary>
<param name="context">Rendering context.</param>
</member>
<member name="M:Krypton.Toolkit.ViewDecorator.Add(Krypton.Toolkit.ViewBase)">
<summary>
Append a view to the collection.
</summary>
<param name="item">ViewBase reference.</param>
</member>
<member name="M:Krypton.Toolkit.ViewDecorator.Clear">
<summary>
Remove all views from the collection.
</summary>
</member>
<member name="M:Krypton.Toolkit.ViewDecorator.Contains(Krypton.Toolkit.ViewBase)">
<summary>
Determines whether the collection contains the view.
</summary>
<param name="item">ViewBase reference.</param>
<returns>True if view found; otherwise false.</returns>
</member>
<member name="M:Krypton.Toolkit.ViewDecorator.ContainsRecurse(Krypton.Toolkit.ViewBase)">
<summary>
Determines whether any part of the view hierarchy is the specified view.
</summary>
<param name="item">ViewBase reference.</param>
<returns>True if view found; otherwise false.</returns>
</member>
<member name="M:Krypton.Toolkit.ViewDecorator.CopyTo(Krypton.Toolkit.ViewBase[],System.Int32)">
<summary>
Copies views to specified array starting at particular index.
</summary>
<param name="array">Target array.</param>
<param name="arrayIndex">Starting array index.</param>
</member>
<member name="M:Krypton.Toolkit.ViewDecorator.Remove(Krypton.Toolkit.ViewBase)">
<summary>
Removes first occurrence of specified view.
</summary>
<param name="item">ViewBase reference.</param>
<returns>True if removed; otherwise false.</returns>
</member>
<member name="P:Krypton.Toolkit.ViewDecorator.Count">
<summary>
Gets the number of views in collection.
</summary>
</member>
<member name="M:Krypton.Toolkit.ViewDecorator.IndexOf(Krypton.Toolkit.ViewBase)">
<summary>
Determines the index of the specified view in the collection.
</summary>
<param name="item">ViewBase reference.</param>
<returns>-1 if not found; otherwise index position.</returns>
</member>
<member name="M:Krypton.Toolkit.ViewDecorator.Insert(System.Int32,Krypton.Toolkit.ViewBase)">
<summary>
Inserts a view to the collection at the specified index.
</summary>
<param name="index">Insert index.</param>
<param name="item">ViewBase reference.</param>
</member>
<member name="M:Krypton.Toolkit.ViewDecorator.RemoveAt(System.Int32)">
<summary>
Removes the view at the specified index.
</summary>
<param name="index">Remove index.</param>
</member>
<member name="P:Krypton.Toolkit.ViewDecorator.Item(System.Int32)">
<summary>
Gets or sets the view at the specified index.
</summary>
<param name="index">ViewBase index.</param>
<returns>ViewBase at specified index.</returns>
</member>
<member name="M:Krypton.Toolkit.ViewDecorator.GetEnumerator">
<summary>
Shallow enumerate forward over children of the element.
</summary>
<returns>Enumerator instance.</returns>
</member>
<member name="M:Krypton.Toolkit.ViewDecorator.Recurse">
<summary>
Deep enumerate forward over children of the element.
</summary>
<returns>Enumerator instance.</returns>
</member>
<member name="M:Krypton.Toolkit.ViewDecorator.Reverse">
<summary>
Shallow enumerate backwards over children of the element.
</summary>
<returns>Enumerator instance.</returns>
</member>
<member name="M:Krypton.Toolkit.ViewDecorator.ReverseRecurse">
<summary>
Deep enumerate backwards over children of the element.
</summary>
<returns>Enumerator instance.</returns>
</member>
<member name="P:Krypton.Toolkit.ViewDecorator.MouseController">
<summary>
Gets and sets the associated mouse controller.
</summary>
</member>
<member name="P:Krypton.Toolkit.ViewDecorator.KeyController">
<summary>
Gets and sets the associated key controller.
</summary>
</member>
<member name="P:Krypton.Toolkit.ViewDecorator.SourceController">
<summary>
Gets and sets the associated source controller.
</summary>
</member>
<member name="M:Krypton.Toolkit.ViewDecorator.MouseEnter">
<summary>
Mouse has entered the view.
</summary>
</member>
<member name="M:Krypton.Toolkit.ViewDecorator.MouseMove(System.Drawing.Point)">
<summary>
Mouse has moved inside the view.
</summary>
<param name="pt">Mouse position relative to control.</param>
</member>
<member name="M:Krypton.Toolkit.ViewDecorator.MouseDown(System.Drawing.Point,System.Windows.Forms.MouseButtons)">
<summary>
Mouse button has been pressed in the view.
</summary>
<param name="pt">Mouse position relative to control.</param>
<param name="button">Mouse button pressed down.</param>
<returns>True if capturing input; otherwise false.</returns>
</member>
<member name="M:Krypton.Toolkit.ViewDecorator.MouseUp(System.Drawing.Point,System.Windows.Forms.MouseButtons)">
<summary>
Mouse button has been released in the view.
</summary>
<param name="pt">Mouse position relative to control.</param>
<param name="button">Mouse button released.</param>
</member>
<member name="M:Krypton.Toolkit.ViewDecorator.MouseLeave(Krypton.Toolkit.ViewBase)">
<summary>
Mouse has left the view.
</summary>
<param name="next">Reference to view that is next to have the mouse.</param>
</member>
<member name="M:Krypton.Toolkit.ViewDecorator.KeyDown(System.Windows.Forms.KeyEventArgs)">
<summary>
Key has been pressed down.
</summary>
<param name="e">A KeyEventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.ViewDecorator.KeyPress(System.Windows.Forms.KeyPressEventArgs)">
<summary>
Key has been pressed.
</summary>
<param name="e">A KeyPressEventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.ViewDecorator.KeyUp(System.Windows.Forms.KeyEventArgs)">
<summary>
Key has been released.
</summary>
<param name="e">A KeyEventArgs that contains the event data.</param>
<returns>True if capturing input; otherwise false.</returns>
</member>
<member name="M:Krypton.Toolkit.ViewDecorator.GotFocus(System.Windows.Forms.Control)">
<summary>
Source control has got the focus.
</summary>
<param name="c">Reference to the source control instance.</param>
</member>
<member name="M:Krypton.Toolkit.ViewDecorator.LostFocus(System.Windows.Forms.Control)">
<summary>
Source control has lost the focus.
</summary>
<param name="c">Reference to the source control instance.</param>
</member>
<member name="P:Krypton.Toolkit.ViewDecorator.ElementState">
<summary>
Gets and sets the visual state of the element.
</summary>
</member>
<member name="P:Krypton.Toolkit.ViewDecorator.State">
<summary>
Gets the visual state taking into account the owning controls state.
</summary>
</member>
<member name="P:Krypton.Toolkit.ViewDecorator.FixedState">
<summary>
Set a fixed state to override usual behavior and appearance
</summary>
</member>
<member name="M:Krypton.Toolkit.ViewDecorator.ClearFixedState">
<summary>
Clear down the use of the fixed state
</summary>
</member>
<member name="P:Krypton.Toolkit.ViewDecorator.IsFixed">
<summary>
Gets a value indicating if view is using a fixed state.
</summary>
</member>
<member name="P:Krypton.Toolkit.ViewDecorator.DependantEnabledState">
<summary>
Get and set the view the enabled state of this view element is dependant on.
</summary>
</member>
<member name="P:Krypton.Toolkit.ViewDecorator.IsEnableDependant">
<summary>
Gets a value indicating if view enabled state is dependant on another view.
</summary>
</member>
<member name="M:Krypton.Toolkit.ViewDecorator.ViewFromPoint(System.Drawing.Point)">
<summary>
Find the view that contains the specified point.
</summary>
<param name="pt">Point in view coordinates.</param>
<returns>ViewBase if a match is found; otherwise false.</returns>
</member>
<member name="T:Krypton.Toolkit.ViewLeaf">
<summary>
Extends the base class by implementing an end node view.
</summary>
</member>
<member name="M:Krypton.Toolkit.ViewLeaf.#ctor">
<summary>
Initialize a new instance of the ViewLeaf class.
</summary>
</member>
<member name="M:Krypton.Toolkit.ViewLeaf.ToString">
<summary>
Obtains the String representation of this instance.
</summary>
<returns>User readable name of the instance.</returns>
</member>
<member name="M:Krypton.Toolkit.ViewLeaf.EvalTransparentPaint(Krypton.Toolkit.ViewContext)">
<summary>
Evaluate the need for drawing transparent areas.
</summary>
<param name="context">Evaluation context.</param>
<returns>True if transparent areas exist; otherwise false.</returns>
</member>
<member name="M:Krypton.Toolkit.ViewLeaf.Render(Krypton.Toolkit.RenderContext)">
<summary>
Perform a render of the elements.
</summary>
<param name="context">Rendering context.</param>
</member>
<member name="M:Krypton.Toolkit.ViewLeaf.Add(Krypton.Toolkit.ViewBase)">
<summary>
Append a view to the collection.
</summary>
<param name="item">ViewBase reference.</param>
<exception cref="T:System.NotSupportedException"></exception>
</member>
<member name="M:Krypton.Toolkit.ViewLeaf.Clear">
<summary>
Remove all views from the collection.
</summary>
</member>
<member name="M:Krypton.Toolkit.ViewLeaf.Contains(Krypton.Toolkit.ViewBase)">
<summary>
Determines whether the collection contains the view.
</summary>
<param name="item">ViewBase reference.</param>
<returns>True if view found; otherwise false.</returns>
</member>
<member name="M:Krypton.Toolkit.ViewLeaf.ContainsRecurse(Krypton.Toolkit.ViewBase)">
<summary>
Determines whether any part of the view hierarchy is the specified view.
</summary>
<param name="item">ViewBase reference.</param>
<returns>True if view found; otherwise false.</returns>
</member>
<member name="M:Krypton.Toolkit.ViewLeaf.CopyTo(Krypton.Toolkit.ViewBase[],System.Int32)">
<summary>
Copies views to specified array starting at particular index.
</summary>
<param name="array">Target array.</param>
<param name="arrayIndex">Starting array index.</param>
</member>
<member name="M:Krypton.Toolkit.ViewLeaf.Remove(Krypton.Toolkit.ViewBase)">
<summary>
Removes first occurrence of specified view.
</summary>
<param name="item">ViewBase reference.</param>
<returns>True if removed; otherwise false.</returns>
</member>
<member name="P:Krypton.Toolkit.ViewLeaf.Count">
<summary>
Gets the number of views in collection.
</summary>
</member>
<member name="M:Krypton.Toolkit.ViewLeaf.IndexOf(Krypton.Toolkit.ViewBase)">
<summary>
Determines the index of the specified view in the collection.
</summary>
<param name="item">ViewBase reference.</param>
<returns>-1 if not found; otherwise index position.</returns>
</member>
<member name="M:Krypton.Toolkit.ViewLeaf.Insert(System.Int32,Krypton.Toolkit.ViewBase)">
<summary>
Inserts a view to the collection at the specified index.
</summary>
<param name="index">Insert index.</param>
<param name="item">ViewBase reference.</param>
<exception cref="T:System.NotSupportedException"></exception>
</member>
<member name="M:Krypton.Toolkit.ViewLeaf.RemoveAt(System.Int32)">
<summary>
Removes the view at the specified index.
</summary>
<param name="index">Remove index.</param>
<exception cref="T:System.NotSupportedException"></exception>
</member>
<member name="P:Krypton.Toolkit.ViewLeaf.Item(System.Int32)">
<summary>
Gets or sets the view at the specified index.
</summary>
<param name="index">ViewBase index.</param>
<returns>ViewBase at specified index.</returns>
</member>
<member name="M:Krypton.Toolkit.ViewLeaf.GetEnumerator">
<summary>
Shallow enumerate forward over children of the element.
</summary>
<returns>Enumerator instance.</returns>
</member>
<member name="M:Krypton.Toolkit.ViewLeaf.Recurse">
<summary>
Deep enumerate forward over children of the element.
</summary>
<returns>Enumerator instance.</returns>
</member>
<member name="M:Krypton.Toolkit.ViewLeaf.Reverse">
<summary>
Shallow enumerate backwards over children of the element.
</summary>
<returns>Enumerator instance.</returns>
</member>
<member name="M:Krypton.Toolkit.ViewLeaf.ReverseRecurse">
<summary>
Deep enumerate backwards over children of the element.
</summary>
<returns>Enumerator instance.</returns>
</member>
<member name="M:Krypton.Toolkit.ViewLeaf.ViewFromPoint(System.Drawing.Point)">
<summary>
Find the view that contains the specified point.
</summary>
<param name="pt">Point in view coordinates.</param>
<returns>ViewBase if a match is found; otherwise false.</returns>
</member>
<member name="T:Krypton.Toolkit.ViewManager">
<summary>
Manages a view presentation for a control display surface.
</summary>
</member>
<member name="E:Krypton.Toolkit.ViewManager.LayoutBefore">
<summary>
Occurs just before the layout cycle.
</summary>
</member>
<member name="E:Krypton.Toolkit.ViewManager.LayoutAfter">
<summary>
Occurs just after the layout cycle.
</summary>
</member>
<member name="E:Krypton.Toolkit.ViewManager.MouseDownProcessed">
<summary>
Occurs when the mouse down event is processed.
</summary>
</member>
<member name="E:Krypton.Toolkit.ViewManager.MouseUpProcessed">
<summary>
Occurs when the mouse up event is processed.
</summary>
</member>
<member name="E:Krypton.Toolkit.ViewManager.DoubleClickProcessed">
<summary>
Occurs when the mouse up event is processed.
</summary>
</member>
<member name="M:Krypton.Toolkit.ViewManager.#ctor">
<summary>
Initialize a new instance of the ViewManager class.
</summary>
</member>
<member name="M:Krypton.Toolkit.ViewManager.#ctor(System.Windows.Forms.Control,Krypton.Toolkit.ViewBase)">
<summary>
Initialize a new instance of the ViewManager class.
</summary>
<param name="control">Owning control.</param>
<param name="root">Root of the view hierarchy.</param>
</member>
<member name="M:Krypton.Toolkit.ViewManager.Dispose">
<summary>
Clean up any resources.
</summary>
</member>
<member name="M:Krypton.Toolkit.ViewManager.Attach(System.Windows.Forms.Control,Krypton.Toolkit.ViewBase)">
<summary>
Attach the view manager to provided control and root element.
</summary>
<param name="control">Owning control.</param>
<param name="root">Root of the view hierarchy.</param>
</member>
<member name="P:Krypton.Toolkit.ViewManager.Root">
<summary>
Gets and sets the view root.
</summary>
</member>
<member name="P:Krypton.Toolkit.ViewManager.Control">
<summary>
Control owning the view manager.
</summary>
</member>
<member name="P:Krypton.Toolkit.ViewManager.AlignControl">
<summary>
Control used to align view elements.
</summary>
</member>
<member name="P:Krypton.Toolkit.ViewManager.DoNotLayoutControls">
<summary>
Should child controls be laid out during layout calls.
</summary>
</member>
<member name="P:Krypton.Toolkit.ViewManager.OutputDebug">
<summary>
Should debug information be output during layout and paint cycles.
</summary>
</member>
<member name="M:Krypton.Toolkit.ViewManager.GetPreferredSize(Krypton.Toolkit.IRenderer,System.Drawing.Size)">
<summary>
Discover the preferred size of the view.
</summary>
<param name="renderer">Renderer provider.</param>
<param name="proposedSize">The custom-sized area for a control.</param>
</member>
<member name="M:Krypton.Toolkit.ViewManager.EvalTransparentPaint(Krypton.Toolkit.IRenderer)">
<summary>
Perform a layout of the view.
</summary>
<param name="renderer">Renderer provider.</param>
<exception cref="T:System.ArgumentNullException"></exception>
<returns>True if it contains transparent painting.</returns>
</member>
<member name="P:Krypton.Toolkit.ViewManager.ActiveView">
<summary>
Gets and sets the active view element.
</summary>
</member>
<member name="M:Krypton.Toolkit.ViewManager.ComponentFromPoint(System.Drawing.Point)">
<summary>
Is the provided point associated with a component.
</summary>
<param name="pt">Mouse point.</param>
<returns>Component reference; otherwise false.</returns>
</member>
<member name="P:Krypton.Toolkit.ViewManager.MouseCaptured">
<summary>
Gets and sets a value indicating if the mouse is capturing input.
</summary>
</member>
<member name="M:Krypton.Toolkit.ViewManager.Layout(Krypton.Toolkit.IRenderer)">
<summary>
Perform a layout of the view.
</summary>
<param name="renderer">Renderer provider.</param>
</member>
<member name="M:Krypton.Toolkit.ViewManager.Layout(Krypton.Toolkit.ViewLayoutContext)">
<summary>
Perform a layout of the view.
</summary>
<param name="context">View context for layout operation.</param>
<exception cref="T:System.ArgumentNullException"></exception>
</member>
<member name="M:Krypton.Toolkit.ViewManager.Paint(Krypton.Toolkit.IRenderer,System.Windows.Forms.PaintEventArgs)">
<summary>
Perform a paint of the view.
</summary>
<param name="renderer">Renderer provider.</param>
<param name="e">A PaintEventArgs that contains the event data.</param>
<exception cref="T:System.ArgumentNullException"></exception>
</member>
<member name="M:Krypton.Toolkit.ViewManager.Paint(Krypton.Toolkit.RenderContext)">
<summary>
Perform a paint of the view.
</summary>
<param name="context">Renderer context.</param>
<exception cref="T:System.ArgumentNullException"></exception>
</member>
<member name="M:Krypton.Toolkit.ViewManager.MouseMove(System.Windows.Forms.MouseEventArgs,System.Drawing.Point)">
<summary>
Perform mouse movement handling.
</summary>
<param name="e">A MouseEventArgs that contains the event data.</param>
<param name="rawPt">The actual point provided from the windows message.</param>
<exception cref="T:System.ArgumentNullException"></exception>
</member>
<member name="M:Krypton.Toolkit.ViewManager.MouseDown(System.Windows.Forms.MouseEventArgs,System.Drawing.Point)">
<summary>
Perform mouse down processing.
</summary>
<param name="e">A MouseEventArgs that contains the event data.</param>
<param name="rawPt">The actual point provided from the windows message.</param>
<exception cref="T:System.ArgumentNullException"></exception>
</member>
<member name="M:Krypton.Toolkit.ViewManager.MouseUp(System.Windows.Forms.MouseEventArgs,System.Drawing.Point)">
<summary>
Perform mouse up processing.
</summary>
<param name="e">A MouseEventArgs that contains the event data.</param>
<param name="rawPt">The actual point provided from the windows message.</param>
<exception cref="T:System.ArgumentNullException"></exception>
</member>
<member name="M:Krypton.Toolkit.ViewManager.MouseLeave(System.EventArgs)">
<summary>
Perform mouse leave processing.
</summary>
<param name="e">An EventArgs that contains the event data.</param>
<exception cref="T:System.ArgumentNullException"></exception>
</member>
<member name="M:Krypton.Toolkit.ViewManager.DoubleClick(System.Drawing.Point)">
<summary>
Perform double click processing.
</summary>
<param name="pt">Control coordinates point.</param>
</member>
<member name="M:Krypton.Toolkit.ViewManager.PerformMouseDownProcessed(System.Windows.Forms.MouseEventArgs)">
<summary>
Raises the MouseDownProcessed event.
</summary>
<param name="e">A MouseEventArgs containing the event data.</param>
</member>
<member name="M:Krypton.Toolkit.ViewManager.PerformMouseUpProcessed(System.Windows.Forms.MouseEventArgs)">
<summary>
Raises the MouseUpProcessed event.
</summary>
<param name="e">A MouseEventArgs containing the event data.</param>
</member>
<member name="M:Krypton.Toolkit.ViewManager.KeyDown(System.Windows.Forms.KeyEventArgs)">
<summary>
Perform key down handling.
</summary>
<param name="e">A KeyEventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.ViewManager.KeyPress(System.Windows.Forms.KeyPressEventArgs)">
<summary>
Perform key press handling.
</summary>
<param name="e">A KeyPressEventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.ViewManager.KeyUp(System.Windows.Forms.KeyEventArgs)">
<summary>
Perform key up handling.
</summary>
<param name="e">A KeyEventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.ViewManager.GotFocus">
<summary>
Perform got focus handling.
</summary>
</member>
<member name="M:Krypton.Toolkit.ViewManager.LostFocus">
<summary>
Perform lost focus handling.
</summary>
</member>
<member name="M:Krypton.Toolkit.ViewManager.ResetCounters">
<summary>
Reset the internal counters.
</summary>
</member>
<member name="P:Krypton.Toolkit.ViewManager.LayoutCounter">
<summary>
Gets the number of layout cycles performed since last reset.
</summary>
</member>
<member name="P:Krypton.Toolkit.ViewManager.PaintCounter">
<summary>
Gets the number of paint cycles performed since last reset.
</summary>
</member>
<member name="M:Krypton.Toolkit.ViewManager.UpdateViewFromPoint(System.Windows.Forms.Control,System.Drawing.Point)">
<summary>
Update the active view based on the mouse position.
</summary>
<param name="control">Source control.</param>
<param name="pt">Point within the source control.</param>
</member>
<member name="T:Krypton.Toolkit.ViewDecoratorFixedSize">
<summary>
Override the contained child to present a fixed size.
</summary>
</member>
<member name="M:Krypton.Toolkit.ViewDecoratorFixedSize.#ctor(Krypton.Toolkit.ViewBase,System.Drawing.Size)">
<summary>
Initialize a new instance of the ViewBase class.
</summary>
</member>
<member name="M:Krypton.Toolkit.ViewDecoratorFixedSize.ToString">
<summary>
Obtains the String representation of this instance.
</summary>
<returns>User readable name of the instance.</returns>
</member>
<member name="P:Krypton.Toolkit.ViewDecoratorFixedSize.FixedSize">
<summary>
Gets and sets the fixed size for laying out the contained child element.
</summary>
</member>
<member name="M:Krypton.Toolkit.ViewDecoratorFixedSize.GetPreferredSize(Krypton.Toolkit.ViewLayoutContext)">
<summary>
Discover the preferred size of the element.
</summary>
<param name="context">Layout context.</param>
</member>
<member name="T:Krypton.Toolkit.ViewDrawBorderEdge">
<summary>
View element that can draw a border edge by applying a size to a panel.
</summary>
</member>
<member name="M:Krypton.Toolkit.ViewDrawBorderEdge.#ctor(Krypton.Toolkit.PaletteBorderEdge,System.Windows.Forms.Orientation)">
<summary>
Initialize a new instance of the ViewDrawBorderEdge class.
</summary>
<param name="palette">Palette source for drawing details.</param>
<param name="orientation">Initial orientation of the border.</param>
</member>
<member name="M:Krypton.Toolkit.ViewDrawBorderEdge.ToString">
<summary>
Obtains the String representation of this instance.
</summary>
<returns>User readable name of the instance.</returns>
</member>
<member name="P:Krypton.Toolkit.ViewDrawBorderEdge.Orientation">
<summary>
Gets and sets the orientation.
</summary>
</member>
<member name="M:Krypton.Toolkit.ViewDrawBorderEdge.SetPalettes(Krypton.Toolkit.PaletteBorderEdge)">
<summary>
Update the source palette for drawing.
</summary>
<param name="palette">Palette source for drawing details.</param>
</member>
<member name="M:Krypton.Toolkit.ViewDrawBorderEdge.GetPreferredSize(Krypton.Toolkit.ViewLayoutContext)">
<summary>
Discover the preferred size of the element.
</summary>
<param name="context">Layout context.</param>
</member>
<member name="T:Krypton.Toolkit.ViewDrawButton">
<summary>
View element that can draw a button.
</summary>
</member>
<member name="M:Krypton.Toolkit.ViewDrawButton.#ctor(Krypton.Toolkit.IPaletteTriple,Krypton.Toolkit.IPaletteTriple,Krypton.Toolkit.IPaletteTriple,Krypton.Toolkit.IPaletteTriple,Krypton.Toolkit.IPaletteMetric,Krypton.Toolkit.IContentValues,Krypton.Toolkit.VisualOrientation,System.Boolean)">
<summary>
Initialize a new instance of the ViewDrawButton class.
</summary>
<param name="paletteDisabled">Palette source for the disabled state.</param>
<param name="paletteNormal">Palette source for the normal state.</param>
<param name="paletteTracking">Palette source for the tracking state.</param>
<param name="palettePressed">Palette source for the pressed state.</param>
<param name="paletteMetric">Palette source for metric values.</param>
<param name="buttonValues">Source for content values.</param>
<param name="orientation">Visual orientation of the content.</param>
<param name="useMnemonic">Use mnemonics.</param>
</member>
<member name="M:Krypton.Toolkit.ViewDrawButton.#ctor(Krypton.Toolkit.IPaletteTriple,Krypton.Toolkit.IPaletteTriple,Krypton.Toolkit.IPaletteTriple,Krypton.Toolkit.IPaletteTriple,Krypton.Toolkit.IPaletteTriple,Krypton.Toolkit.IPaletteTriple,Krypton.Toolkit.IPaletteTriple,Krypton.Toolkit.IPaletteMetric,Krypton.Toolkit.IContentValues,Krypton.Toolkit.VisualOrientation,System.Boolean)">
<summary>
Initialize a new instance of the ViewDrawButton class.
</summary>
<param name="paletteDisabled">Palette source for the disabled state.</param>
<param name="paletteNormal">Palette source for the normal state.</param>
<param name="paletteTracking">Palette source for the tracking state.</param>
<param name="palettePressed">Palette source for the pressed state.</param>
<param name="paletteCheckedNormal">Palette source for the normal checked state.</param>
<param name="paletteCheckedTracking">Palette source for the tracking checked state.</param>
<param name="paletteCheckedPressed">Palette source for the pressed checked state.</param>
<param name="paletteMetric">Palette source for metric values.</param>
<param name="buttonValues">Source for content values.</param>
<param name="orientation">Visual orientation of the content.</param>
<param name="useMnemonic">Use mnemonics.</param>
</member>
<member name="M:Krypton.Toolkit.ViewDrawButton.ToString">
<summary>
Obtains the String representation of this instance.
</summary>
<returns>User readable name of the instance.</returns>
</member>
<member name="P:Krypton.Toolkit.ViewDrawButton.LayoutDocker">
<summary>
Gets access to the contained layout docker.
</summary>
</member>
<member name="P:Krypton.Toolkit.ViewDrawButton.CurrentPalette">
<summary>
Gets access to the currently selected palette.
</summary>
</member>
<member name="P:Krypton.Toolkit.ViewDrawButton.DropDown">
<summary>
Gets and sets the drop-down capability of the button.
</summary>
</member>
<member name="P:Krypton.Toolkit.ViewDrawButton.DropDownPosition">
<summary>
Gets and sets the drop-down position.
</summary>
</member>
<member name="P:Krypton.Toolkit.ViewDrawButton.DropDownOrientation">
<summary>
Gets and sets the drop-down orientation.
</summary>
</member>
<member name="P:Krypton.Toolkit.ViewDrawButton.Splitter">
<summary>
Gets and sets if the drop-down button needs a splitter.
</summary>
</member>
<member name="P:Krypton.Toolkit.ViewDrawButton.SplitRectangle">
<summary>
Gets the split rectangle area.
</summary>
</member>
<member name="P:Krypton.Toolkit.ViewDrawButton.NonSplitRectangle">
<summary>
Gets the non split rectangle area.
</summary>
</member>
<member name="P:Krypton.Toolkit.ViewDrawButton.ButtonValues">
<summary>
Gets and sets the source for button values.
</summary>
</member>
<member name="P:Krypton.Toolkit.ViewDrawButton.DrawTabBorder">
<summary>
Gets and sets if the border should be drawn as a tab border.
</summary>
</member>
<member name="P:Krypton.Toolkit.ViewDrawButton.TabBorderStyle">
<summary>
Gets and sets the tab border style of the button.
</summary>
</member>
<member name="P:Krypton.Toolkit.ViewDrawButton.Enabled">
<summary>
Gets and sets the enabled state of the element.
</summary>
</member>
<member name="P:Krypton.Toolkit.ViewDrawButton.Orientation">
<summary>
Gets and sets the visual orientation.
</summary>
</member>
<member name="M:Krypton.Toolkit.ViewDrawButton.SetOrientation(Krypton.Toolkit.VisualOrientation,Krypton.Toolkit.VisualOrientation)">
<summary>
Set the orientation of the two button components.
</summary>
<param name="borderBackOrient">Orientation of the button border and background..</param>
<param name="contentOrient">Orientation of the button contents.</param>
</member>
<member name="P:Krypton.Toolkit.ViewDrawButton.UseMnemonic">
<summary>
Gets and sets usage of mnemonics.
</summary>
</member>
<member name="P:Krypton.Toolkit.ViewDrawButton.Checked">
<summary>
Gets and sets the checked state.
</summary>
</member>
<member name="P:Krypton.Toolkit.ViewDrawButton.AllowUncheck">
<summary>
Gets and sets the allow uncheck state.
</summary>
</member>
<member name="P:Krypton.Toolkit.ViewDrawButton.TestForFocusCues">
<summary>
Gets and sets the use of focus cues for deciding if focus rects are allowed.
</summary>
</member>
<member name="M:Krypton.Toolkit.ViewDrawButton.SetPalettes(Krypton.Toolkit.IPaletteTriple,Krypton.Toolkit.IPaletteTriple,Krypton.Toolkit.IPaletteTriple,Krypton.Toolkit.IPaletteTriple)">
<summary>
Update the source palettes for non-checked drawing.
</summary>
<param name="paletteDisabled">Palette source for the disabled state.</param>
<param name="paletteNormal">Palette source for the normal state.</param>
<param name="paletteTracking">Palette source for the tracking state.</param>
<param name="palettePressed">Palette source for the pressed state.</param>
</member>
<member name="M:Krypton.Toolkit.ViewDrawButton.SetCheckedPalettes(Krypton.Toolkit.IPaletteTriple,Krypton.Toolkit.IPaletteTriple,Krypton.Toolkit.IPaletteTriple)">
<summary>
Update the source palettes for checked state drawing.
</summary>
<param name="paletteCheckedNormal">Palette source for the normal checked state.</param>
<param name="paletteCheckedTracking">Palette source for the tracking checked state.</param>
<param name="paletteCheckedPressed">Palette source for the pressed checked state.</param>
</member>
<member name="M:Krypton.Toolkit.ViewDrawButton.EvalTransparentPaint(Krypton.Toolkit.ViewContext)">
<summary>
Evaluate the need for drawing transparent areas.
</summary>
<param name="context">Evaluation context.</param>
<returns>True if transparent areas exist; otherwise false.</returns>
</member>
<member name="M:Krypton.Toolkit.ViewDrawButton.GetPreferredSize(Krypton.Toolkit.ViewLayoutContext)">
<summary>
Discover the preferred size of the element.
</summary>
<param name="context">Layout context.</param>
</member>
<member name="M:Krypton.Toolkit.ViewDrawButton.Layout(Krypton.Toolkit.ViewLayoutContext)">
<summary>
Perform a layout of the elements.
</summary>
<param name="context">Layout context.</param>
<exception cref="T:System.ArgumentNullException"></exception>
</member>
<member name="M:Krypton.Toolkit.ViewDrawButton.Render(Krypton.Toolkit.RenderContext)">
<summary>
Perform a render of the elements.
</summary>
<param name="context">Rendering context.</param>
</member>
<member name="M:Krypton.Toolkit.ViewDrawButton.CheckPaletteState(Krypton.Toolkit.ViewContext)">
<summary>
Check that the palette and state are correct.
</summary>
<param name="context">Reference to the view context.</param>
</member>
<member name="T:Krypton.Toolkit.ViewDrawCanvas">
<summary>
View element that applies padding to the drawing of a border and background.
</summary>
</member>
<member name="M:Krypton.Toolkit.ViewDrawCanvas.#ctor(Krypton.Toolkit.IPaletteBack,Krypton.Toolkit.IPaletteBorder,Krypton.Toolkit.VisualOrientation)">
<summary>
Initialize a new instance of the ViewDrawCanvas class.
</summary>
<param name="paletteBack">Palette source for the background.</param>
<param name="paletteBorder">Palette source for the border.</param>
<param name="orientation">Visual orientation of the content.</param>
</member>
<member name="M:Krypton.Toolkit.ViewDrawCanvas.#ctor(Krypton.Toolkit.IPaletteBack,Krypton.Toolkit.IPaletteBorder,Krypton.Toolkit.IPaletteMetric,Krypton.Toolkit.PaletteMetricPadding,Krypton.Toolkit.VisualOrientation)">
<summary>
Initialize a new instance of the ViewDrawCanvas class.
</summary>
<param name="paletteBack">Palette source for the background.</param>
<param name="paletteBorder">Palette source for the border.</param>
<param name="paletteMetric">Palette source for metric values.</param>
<param name="metricPadding">Metric used to get padding values.</param>
<param name="orientation">Visual orientation of the content.</param>
</member>
<member name="M:Krypton.Toolkit.ViewDrawCanvas.ToString">
<summary>
Obtains the String representation of this instance.
</summary>
<returns>User readable name of the instance.</returns>
</member>
<member name="M:Krypton.Toolkit.ViewDrawCanvas.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="P:Krypton.Toolkit.ViewDrawCanvas.PaletteBack">
<summary>
Gets access to the currently used background palette.
</summary>
</member>
<member name="P:Krypton.Toolkit.ViewDrawCanvas.PaletteBorder">
<summary>
Gets access to the currently used border palette.
</summary>
</member>
<member name="P:Krypton.Toolkit.ViewDrawCanvas.PaletteMetric">
<summary>
Gets access to the currently used metric palette.
</summary>
</member>
<member name="M:Krypton.Toolkit.ViewDrawCanvas.SetPalettes(Krypton.Toolkit.IPaletteBack,Krypton.Toolkit.IPaletteBorder)">
<summary>
Update the source palettes for drawing.
</summary>
<param name="paletteBack">Palette source for the background.</param>
<param name="paletteBorder">Palette source for the border.</param>
</member>
<member name="M:Krypton.Toolkit.ViewDrawCanvas.SetPalettes(Krypton.Toolkit.IPaletteBack,Krypton.Toolkit.IPaletteBorder,Krypton.Toolkit.IPaletteMetric)">
<summary>
Update the source palettes for drawing.
</summary>
<param name="paletteBack">Palette source for the background.</param>
<param name="paletteBorder">Palette source for the border.</param>
<param name="paletteMetric">Palette source for the metric.</param>
</member>
<member name="P:Krypton.Toolkit.ViewDrawCanvas.Orientation">
<summary>
Gets and sets the visual orientation.
</summary>
</member>
<member name="P:Krypton.Toolkit.ViewDrawCanvas.DrawTabBorder">
<summary>
Gets and sets if the border should be drawn as a tab border.
</summary>
</member>
<member name="P:Krypton.Toolkit.ViewDrawCanvas.TabBorderStyle">
<summary>
Gets and sets the tab border style to use.
</summary>
</member>
<member name="P:Krypton.Toolkit.ViewDrawCanvas.IncludeBorderEdge">
<summary>
Determines which border for the orientation is always drawn regardless of max border edges.
</summary>
</member>
<member name="P:Krypton.Toolkit.ViewDrawCanvas.ApplyIncludeBorderEdge">
<summary>
Determines if the border for the orientation is always drawn regardless of max border edges.
</summary>
</member>
<member name="P:Krypton.Toolkit.ViewDrawCanvas.MaxBorderEdges">
<summary>
Gets and sets the maximum edges allowed.
</summary>
</member>
<member name="P:Krypton.Toolkit.ViewDrawCanvas.ForceGraphicsHint">
<summary>
Gets and sets the forced value for the graphics hint.
</summary>
</member>
<member name="P:Krypton.Toolkit.ViewDrawCanvas.DrawBorderLast">
<summary>
Gets the drawing of the border before or after children.
</summary>
</member>
<member name="P:Krypton.Toolkit.ViewDrawCanvas.DrawCanvas">
<summary>
Gets and sets if the canvas should
</summary>
</member>
<member name="P:Krypton.Toolkit.ViewDrawCanvas.DrawCanvasOnComposition">
<summary>
Gets and sets a value indicating if the canvas is drawing on composition.
</summary>
</member>
<member name="M:Krypton.Toolkit.ViewDrawCanvas.GetOuterBorderPath(Krypton.Toolkit.RenderContext)">
<summary>
Gets a path that describes the outside of the border.
</summary>
<param name="context">Context used by the renderer.</param>
<returns>Path instance.</returns>
</member>
<member name="M:Krypton.Toolkit.ViewDrawCanvas.EvalTransparentPaint(Krypton.Toolkit.ViewContext)">
<summary>
Evaluate the need for drawing transparent areas.
</summary>
<param name="context">Evaluation context.</param>
<returns>True if transparent areas exist; otherwise false.</returns>
</member>
<member name="M:Krypton.Toolkit.ViewDrawCanvas.GetPreferredSize(Krypton.Toolkit.ViewLayoutContext)">
<summary>
Discover the preferred size of the element.
</summary>
<param name="context">Layout context.</param>
<exception cref="T:System.ArgumentNullException"></exception>
</member>
<member name="M:Krypton.Toolkit.ViewDrawCanvas.Layout(Krypton.Toolkit.ViewLayoutContext)">
<summary>
Perform a layout of the elements.
</summary>
<param name="context">Layout context.</param>
<exception cref="T:System.ArgumentNullException"></exception>
</member>
<member name="M:Krypton.Toolkit.ViewDrawCanvas.RenderBefore(Krypton.Toolkit.RenderContext)">
<summary>
Perform rendering before child elements are rendered.
</summary>
<param name="context">Rendering context.</param>
<exception cref="T:System.ArgumentNullException"></exception>
</member>
<member name="M:Krypton.Toolkit.ViewDrawCanvas.RenderAfter(Krypton.Toolkit.RenderContext)">
<summary>
Perform rendering after child elements are rendered.
</summary>
<param name="context">Rendering context.</param>
<exception cref="T:System.ArgumentNullException"></exception>
</member>
<member name="M:Krypton.Toolkit.ViewDrawCanvas.RenderBorder(Krypton.Toolkit.RenderContext)">
<summary>
Draw the canvas border.
</summary>
<param name="context"></param>
</member>
<member name="T:Krypton.Toolkit.ViewDrawCheckBox">
<summary>
Draws a check box using the provided renderer.
</summary>
</member>
<member name="M:Krypton.Toolkit.ViewDrawCheckBox.#ctor(Krypton.Toolkit.PaletteBase)">
<summary>
Initialize a new instance of the ViewDrawCheckBox class.
</summary>
<param name="palette">Palette for source of drawing values.</param>
</member>
<member name="M:Krypton.Toolkit.ViewDrawCheckBox.ToString">
<summary>
Obtains the String representation of this instance.
</summary>
<returns>User readable name of the instance.</returns>
</member>
<member name="P:Krypton.Toolkit.ViewDrawCheckBox.CheckState">
<summary>
Gets and sets the check state of the check box.
</summary>
</member>
<member name="P:Krypton.Toolkit.ViewDrawCheckBox.Tracking">
<summary>
Gets and sets the tracking state of the check box.
</summary>
</member>
<member name="P:Krypton.Toolkit.ViewDrawCheckBox.ForcedTracking">
<summary>
Gets and sets the forced tracking state of the checkbox.
</summary>
</member>
<member name="P:Krypton.Toolkit.ViewDrawCheckBox.Pressed">
<summary>
Gets and sets the pressed state of the check box.
</summary>
</member>
<member name="M:Krypton.Toolkit.ViewDrawCheckBox.GetPreferredSize(Krypton.Toolkit.ViewLayoutContext)">
<summary>
Discover the preferred size of the element.
</summary>
<param name="context">Layout context.</param>
</member>
<member name="M:Krypton.Toolkit.ViewDrawCheckBox.Layout(Krypton.Toolkit.ViewLayoutContext)">
<summary>
Perform a layout of the elements.
</summary>
<param name="context">Layout context.</param>
<exception cref="T:System.ArgumentNullException"></exception>
</member>
<member name="M:Krypton.Toolkit.ViewDrawCheckBox.RenderBefore(Krypton.Toolkit.RenderContext)">
<summary>
Perform rendering before child elements are rendered.
</summary>
<param name="context">Rendering context.</param>
</member>
<member name="T:Krypton.Toolkit.ViewDrawCommandLinkButton">
<summary>
View element that can draw a CommandLinkButton.
</summary>
</member>
<member name="M:Krypton.Toolkit.ViewDrawCommandLinkButton.#ctor(Krypton.Toolkit.IPaletteTriple,Krypton.Toolkit.IPaletteTriple,Krypton.Toolkit.IPaletteTriple,Krypton.Toolkit.IPaletteTriple,Krypton.Toolkit.IPaletteMetric,Krypton.Toolkit.CommandLinkImageValues,Krypton.Toolkit.CommandLinkTextValues,Krypton.Toolkit.VisualOrientation,System.Boolean)">
<summary>
Initialize a new instance of the <see cref="T:Krypton.Toolkit.ViewDrawCommandLinkButton"/> class.
</summary>
<param name="paletteDisabled">Palette source for the disabled state.</param>
<param name="paletteNormal">Palette source for the normal state.</param>
<param name="paletteTracking">Palette source for the tracking state.</param>
<param name="palettePressed">Palette source for the pressed state.</param>
<param name="paletteMetric">Palette source for metric values.</param>
<param name="imageValues"></param>
<param name="commandLinkTextValues"></param>
<param name="orientation">Visual orientation of the content.</param>
<param name="useMnemonic">Use mnemonics.</param>
</member>
<member name="M:Krypton.Toolkit.ViewDrawCommandLinkButton.#ctor(Krypton.Toolkit.IPaletteTriple,Krypton.Toolkit.IPaletteTriple,Krypton.Toolkit.IPaletteTriple,Krypton.Toolkit.IPaletteTriple,Krypton.Toolkit.IPaletteTriple,Krypton.Toolkit.IPaletteTriple,Krypton.Toolkit.IPaletteTriple,Krypton.Toolkit.IPaletteMetric,Krypton.Toolkit.CommandLinkImageValues,Krypton.Toolkit.CommandLinkTextValues,Krypton.Toolkit.VisualOrientation,System.Boolean)">
<summary>
Initialize a new instance of the ViewDrawButton class.
</summary>
<param name="paletteDisabled">Palette source for the disabled state.</param>
<param name="paletteNormal">Palette source for the normal state.</param>
<param name="paletteTracking">Palette source for the tracking state.</param>
<param name="palettePressed">Palette source for the pressed state.</param>
<param name="paletteCheckedNormal">Palette source for the normal checked state.</param>
<param name="paletteCheckedTracking">Palette source for the tracking checked state.</param>
<param name="paletteCheckedPressed">Palette source for the pressed checked state.</param>
<param name="paletteMetric">Palette source for metric values.</param>
<param name="imageValues"></param>
<param name="commandLinkTextValues"></param>
<param name="orientation">Visual orientation of the content.</param>
<param name="useMnemonic">Use mnemonics.</param>
</member>
<member name="M:Krypton.Toolkit.ViewDrawCommandLinkButton.ToString">
<summary>
Obtains the String representation of this instance.
</summary>
<returns>User readable name of the instance.</returns>
</member>
<member name="P:Krypton.Toolkit.ViewDrawCommandLinkButton.LayoutDocker">
<summary>
Gets access to the contained layout docker.
</summary>
</member>
<member name="P:Krypton.Toolkit.ViewDrawCommandLinkButton.CurrentPalette">
<summary>
Gets access to the currently selected palette.
</summary>
</member>
<member name="P:Krypton.Toolkit.ViewDrawCommandLinkButton.ButtonValues">
<summary>
Gets and sets the source for button values.
</summary>
</member>
<member name="P:Krypton.Toolkit.ViewDrawCommandLinkButton.DrawTabBorder">
<summary>
Gets and sets if the border should be drawn as a tab border.
</summary>
</member>
<member name="P:Krypton.Toolkit.ViewDrawCommandLinkButton.TabBorderStyle">
<summary>
Gets and sets the tab border style of the button.
</summary>
</member>
<member name="P:Krypton.Toolkit.ViewDrawCommandLinkButton.Enabled">
<summary>
Gets and sets the enabled state of the element.
</summary>
</member>
<member name="P:Krypton.Toolkit.ViewDrawCommandLinkButton.Orientation">
<summary>
Gets and sets the visual orientation.
</summary>
</member>
<member name="M:Krypton.Toolkit.ViewDrawCommandLinkButton.SetOrientation(Krypton.Toolkit.VisualOrientation,Krypton.Toolkit.VisualOrientation)">
<summary>
Set the orientation of the two button components.
</summary>
<param name="borderBackOrient">Orientation of the button border and background..</param>
<param name="contentOrient">Orientation of the button contents.</param>
</member>
<member name="P:Krypton.Toolkit.ViewDrawCommandLinkButton.UseMnemonic">
<summary>
Gets and sets usage of mnemonics.
</summary>
</member>
<member name="P:Krypton.Toolkit.ViewDrawCommandLinkButton.Checked">
<summary>
Gets and sets the checked state.
</summary>
</member>
<member name="P:Krypton.Toolkit.ViewDrawCommandLinkButton.AllowUncheck">
<summary>
Gets and sets the allow uncheck state.
</summary>
</member>
<member name="P:Krypton.Toolkit.ViewDrawCommandLinkButton.DrawButtonComposition">
<summary>
Gets and sets the composition usage of the button.
</summary>
</member>
<member name="P:Krypton.Toolkit.ViewDrawCommandLinkButton.TestForFocusCues">
<summary>
Gets and sets the use of focus cues for deciding if focus rects are allowed.
</summary>
</member>
<member name="M:Krypton.Toolkit.ViewDrawCommandLinkButton.SetPalettes(Krypton.Toolkit.IPaletteTriple,Krypton.Toolkit.IPaletteTriple,Krypton.Toolkit.IPaletteTriple,Krypton.Toolkit.IPaletteTriple)">
<summary>
Update the source palettes for non-checked drawing.
</summary>
<param name="paletteDisabled">Palette source for the disabled state.</param>
<param name="paletteNormal">Palette source for the normal state.</param>
<param name="paletteTracking">Palette source for the tracking state.</param>
<param name="palettePressed">Palette source for the pressed state.</param>
</member>
<member name="M:Krypton.Toolkit.ViewDrawCommandLinkButton.SetCheckedPalettes(Krypton.Toolkit.IPaletteTriple,Krypton.Toolkit.IPaletteTriple,Krypton.Toolkit.IPaletteTriple)">
<summary>
Update the source palettes for checked state drawing.
</summary>
<param name="paletteCheckedNormal">Palette source for the normal checked state.</param>
<param name="paletteCheckedTracking">Palette source for the tracking checked state.</param>
<param name="paletteCheckedPressed">Palette source for the pressed checked state.</param>
</member>
<member name="M:Krypton.Toolkit.ViewDrawCommandLinkButton.EvalTransparentPaint(Krypton.Toolkit.ViewContext)">
<summary>
Evaluate the need for drawing transparent areas.
</summary>
<param name="context">Evaluation context.</param>
<returns>True if transparent areas exist; otherwise false.</returns>
</member>
<member name="M:Krypton.Toolkit.ViewDrawCommandLinkButton.GetPreferredSize(Krypton.Toolkit.ViewLayoutContext)">
<summary>
Discover the preferred size of the element.
</summary>
<param name="context">Layout context.</param>
</member>
<member name="M:Krypton.Toolkit.ViewDrawCommandLinkButton.Layout(Krypton.Toolkit.ViewLayoutContext)">
<summary>
Perform a layout of the elements.
</summary>
<param name="context">Layout context.</param>
<exception cref="T:System.ArgumentNullException"></exception>
</member>
<member name="M:Krypton.Toolkit.ViewDrawCommandLinkButton.Render(Krypton.Toolkit.RenderContext)">
<summary>
Perform a render of the elements.
</summary>
<param name="context">Rendering context.</param>
</member>
<member name="M:Krypton.Toolkit.ViewDrawCommandLinkButton.CheckPaletteState(Krypton.Toolkit.ViewContext)">
<summary>
Check that the palette and state are correct.
</summary>
<param name="context">Reference to the view context.</param>
</member>
<member name="T:Krypton.Toolkit.ViewDrawContent">
<summary>
View element that can draw a content
</summary>
</member>
<member name="M:Krypton.Toolkit.ViewDrawContent.#ctor(Krypton.Toolkit.IPaletteContent,Krypton.Toolkit.IContentValues,Krypton.Toolkit.VisualOrientation)">
<summary>
Initialize a new instance of the ViewDrawContent class.
</summary>
<param name="paletteContent">Palette source for the content.</param>
<param name="values">Reference to actual content values.</param>
<param name="orientation">Visual orientation of the content.</param>
</member>
<member name="M:Krypton.Toolkit.ViewDrawContent.ToString">
<summary>
Obtains the String representation of this instance.
</summary>
<returns>User readable name of the instance.</returns>
</member>
<member name="M:Krypton.Toolkit.ViewDrawContent.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="P:Krypton.Toolkit.ViewDrawContent.TestForFocusCues">
<summary>
Gets and sets the use of focus cues for deciding if focus rects are allowed.
</summary>
</member>
<member name="P:Krypton.Toolkit.ViewDrawContent.Values">
<summary>
Gets and sets the source for values.
</summary>
</member>
<member name="P:Krypton.Toolkit.ViewDrawContent.Orientation">
<summary>
Gets and sets the visual orientation.
</summary>
</member>
<member name="P:Krypton.Toolkit.ViewDrawContent.UseMnemonic">
<summary>
Gets and sets the use of mnemonics.
</summary>
</member>
<member name="M:Krypton.Toolkit.ViewDrawContent.SetPalette(Krypton.Toolkit.IPaletteContent)">
<summary>
Update the source palette for drawing.
</summary>
<param name="paletteContent">Palette source for the content.</param>
</member>
<member name="M:Krypton.Toolkit.ViewDrawContent.GetPalette">
<summary>
Gets the source palette used for drawing.
</summary>
<returns>Palette source for the content.</returns>
</member>
<member name="M:Krypton.Toolkit.ViewDrawContent.IsImageDisplayed(Krypton.Toolkit.ViewContext)">
<summary>
Get a value indicating if the content image is being displayed.
</summary>
<param name="context">ViewLayoutContext context.</param>
<exception cref="T:System.ArgumentNullException"></exception>
</member>
<member name="M:Krypton.Toolkit.ViewDrawContent.ImageRectangle(Krypton.Toolkit.ViewContext)">
<summary>
Get a value indicating if the content image is being displayed.
</summary>
<param name="context">ViewLayoutContext context.</param>
<exception cref="T:System.ArgumentNullException"></exception>
</member>
<member name="M:Krypton.Toolkit.ViewDrawContent.ShortTextRect(Krypton.Toolkit.ViewContext)">
<summary>
Gets the short text drawing rectangle.
</summary>
<exception cref="T:System.ArgumentNullException"></exception>
<returns>Rectangle of short text drawing.</returns>
</member>
<member name="M:Krypton.Toolkit.ViewDrawContent.LongTextRect(Krypton.Toolkit.ViewContext)">
<summary>
Gets the short text drawing rectangle.
</summary>
<exception cref="T:System.ArgumentNullException"></exception>
<returns>Rectangle of short text drawing.</returns>
</member>
<member name="M:Krypton.Toolkit.ViewDrawContent.GetPreferredSize(Krypton.Toolkit.ViewLayoutContext)">
<summary>
Discover the preferred size of the element.
</summary>
<param name="context">Layout context.</param>
<exception cref="T:System.ArgumentNullException"></exception>
</member>
<member name="M:Krypton.Toolkit.ViewDrawContent.Layout(Krypton.Toolkit.ViewLayoutContext)">
<summary>
Perform a layout of the elements.
</summary>
<param name="context">Layout context.</param>
<exception cref="T:System.ArgumentNullException"></exception>
</member>
<member name="M:Krypton.Toolkit.ViewDrawContent.RenderBefore(Krypton.Toolkit.RenderContext)">
<summary>
Perform rendering before child elements are rendered.
</summary>
<param name="context">Rendering context.</param>
</member>
<member name="T:Krypton.Toolkit.ViewDrawDateTimeButton">
<summary>
View element that can draw a date time picker button.
</summary>
</member>
<member name="T:Krypton.Toolkit.ViewDrawDateTimeButton.DrawDateTimeGlyph">
<summary>
Specific the possible glyphs the button can draw.
</summary>
</member>
<member name="F:Krypton.Toolkit.ViewDrawDateTimeButton.DrawDateTimeGlyph.DropDownButton">
<summary>
Specifies the drop-down button glyph.
</summary>
</member>
<member name="F:Krypton.Toolkit.ViewDrawDateTimeButton.DrawDateTimeGlyph.UpButton">
<summary>
Specifies the up button glyph.
</summary>
</member>
<member name="F:Krypton.Toolkit.ViewDrawDateTimeButton.DrawDateTimeGlyph.DownButton">
<summary>
Specifies the down button glyph.
</summary>
</member>
<member name="E:Krypton.Toolkit.ViewDrawDateTimeButton.Click">
<summary>
Occurs when the button is clicked.
</summary>
</member>
<member name="E:Krypton.Toolkit.ViewDrawDateTimeButton.MouseSelect">
<summary>
Occurs when the mouse is used to left select the target.
</summary>
</member>
<member name="M:Krypton.Toolkit.ViewDrawDateTimeButton.#ctor(Krypton.Toolkit.KryptonDateTimePicker,Krypton.Toolkit.IPaletteTriple,Krypton.Toolkit.IPaletteMetric,Krypton.Toolkit.IContentValues,Krypton.Toolkit.ViewDrawDateTimeButton.DrawDateTimeGlyph,Krypton.Toolkit.NeedPaintHandler,System.Boolean)">
<summary>
Initialize a new instance of the ViewDrawButton class.
</summary>
<param name="dateTimePicker">Owning control.</param>
<param name="paletteState">Palette source for states.</param>
<param name="paletteMetric">Palette source for metric values.</param>
<param name="buttonValues">Source for content values.</param>
<param name="glyph">Glyph to be drawn.</param>
<param name="needPaintHandler">Delegate for requests repainting.</param>
<param name="repeat">Should button repeat.</param>
</member>
<member name="M:Krypton.Toolkit.ViewDrawDateTimeButton.ToString">
<summary>
Obtains the String representation of this instance.
</summary>
<returns>User readable name of the instance.</returns>
</member>
<member name="M:Krypton.Toolkit.ViewDrawDateTimeButton.RemoveFixed">
<summary>
Remove the fixed appearance of the button.
</summary>
</member>
<member name="M:Krypton.Toolkit.ViewDrawDateTimeButton.GetPreferredSize(Krypton.Toolkit.ViewLayoutContext)">
<summary>
Discover the preferred size of the element.
</summary>
<param name="context">Layout context.</param>
</member>
<member name="M:Krypton.Toolkit.ViewDrawDateTimeButton.Layout(Krypton.Toolkit.ViewLayoutContext)">
<summary>
Perform a layout of the elements.
</summary>
<param name="context">Layout context.</param>
<exception cref="T:System.ArgumentNullException"></exception>
</member>
<member name="M:Krypton.Toolkit.ViewDrawDateTimeButton.RenderAfter(Krypton.Toolkit.RenderContext)">
<summary>
Perform rendering after child elements are rendered.
</summary>
<param name="context">Rendering context.</param>
</member>
<member name="M:Krypton.Toolkit.ViewDrawDateTimeButton.CheckPaletteState(Krypton.Toolkit.ViewContext)">
<summary>
Check that the palette and state are correct.
</summary>
<param name="context">Reference to the view context.</param>
</member>
<member name="M:Krypton.Toolkit.ViewDrawDateTimeButton.OnButtonClick(System.Object,System.Windows.Forms.MouseEventArgs)">
<summary>
Raises the Click event.
</summary>
<param name="sender">Source of the event.</param>
<param name="e">Event arguments assocaited with the event.</param>
</member>
<member name="M:Krypton.Toolkit.ViewDrawDateTimeButton.OnButtonMouseSelect(System.Object,System.Windows.Forms.MouseEventArgs)">
<summary>
Raises the MouseSelect event.
</summary>
<param name="sender">Source of the event.</param>
<param name="e">Event arguments assocaited with the event.</param>
</member>
<member name="T:Krypton.Toolkit.ViewDrawDateTimeText">
<summary>
Draw the date time picker text.
</summary>
</member>
<member name="M:Krypton.Toolkit.ViewDrawDateTimeText.FormatHandler.#ctor(Krypton.Toolkit.KryptonDateTimePicker,Krypton.Toolkit.ViewDrawDateTimeText,Krypton.Toolkit.NeedPaintHandler)">
<summary>
Initalize a new instance of the FormatHandler class.
</summary>
<param name="dateTimePicker">Reference to owning date time picker.</param>
<param name="timeText">Reference to owning time text element.</param>
<param name="needPaint">Delegate for invoking repainting.</param>
</member>
<member name="M:Krypton.Toolkit.ViewDrawDateTimeText.FormatHandler.ToString">
<summary>
Obtains the String representation of this instance.
</summary>
<returns>User readable name of the instance.</returns>
</member>
<member name="P:Krypton.Toolkit.ViewDrawDateTimeText.FormatHandler.HasFocus">
<summary>
Gets and sets the need to show focus.
</summary>
</member>
<member name="P:Krypton.Toolkit.ViewDrawDateTimeText.FormatHandler.RightToLeftLayout">
<summary>
Gets and sets the right to left layout of text.
</summary>
</member>
<member name="P:Krypton.Toolkit.ViewDrawDateTimeText.FormatHandler.HasActiveFragment">
<summary>
Gets a value indicating if there is an active char fragment.
</summary>
</member>
<member name="P:Krypton.Toolkit.ViewDrawDateTimeText.FormatHandler.ActiveFragment">
<summary>
Gets and sets the active fragment based on the fragment string.
</summary>
</member>
<member name="M:Krypton.Toolkit.ViewDrawDateTimeText.FormatHandler.ClearActiveFragment">
<summary>
Clear the active fragment.
</summary>
</member>
<member name="P:Krypton.Toolkit.ViewDrawDateTimeText.FormatHandler.DateTime">
<summary>
Gets and sets the date time currently used by the handler.
</summary>
</member>
<member name="M:Krypton.Toolkit.ViewDrawDateTimeText.FormatHandler.MoveFirst">
<summary>
Moves to the first char fragment.
</summary>
</member>
<member name="M:Krypton.Toolkit.ViewDrawDateTimeText.FormatHandler.MoveLast">
<summary>
Moves to the last char fragment.
</summary>
</member>
<member name="M:Krypton.Toolkit.ViewDrawDateTimeText.FormatHandler.MoveLeft">
<summary>
Moves left one char fragment.
</summary>
</member>
<member name="M:Krypton.Toolkit.ViewDrawDateTimeText.FormatHandler.MoveRight">
<summary>
Move to the right one char fragment.
</summary>
</member>
<member name="M:Krypton.Toolkit.ViewDrawDateTimeText.FormatHandler.MoveNext">
<summary>
Move to the next fragment.
</summary>
</member>
<member name="M:Krypton.Toolkit.ViewDrawDateTimeText.FormatHandler.MovePrevious">
<summary>
Move to the next fragment.
</summary>
</member>
<member name="M:Krypton.Toolkit.ViewDrawDateTimeText.FormatHandler.SelectFragment(System.Drawing.Point)">
<summary>
Select the nearest fragment to the mouse point.
</summary>
<param name="pt">Mouse point.</param>
</member>
<member name="M:Krypton.Toolkit.ViewDrawDateTimeText.FormatHandler.Increment(System.Boolean)">
<summary>
Increment the current fragment value.
</summary>
<param name="forward">Forward to add; otherwise subtract.</param>
<returns>Modified date/time.</returns>
</member>
<member name="M:Krypton.Toolkit.ViewDrawDateTimeText.FormatHandler.AMPM(System.Boolean)">
<summary>
Invert the AM/PM indicator for the date.
</summary>
<param name="am">Am requested.</param>
<returns>Modified date/time.</returns>
</member>
<member name="P:Krypton.Toolkit.ViewDrawDateTimeText.FormatHandler.IsInputDigits">
<summary>
Gets a value indicating if input digits are being processed.
</summary>
</member>
<member name="M:Krypton.Toolkit.ViewDrawDateTimeText.FormatHandler.InputDigit(System.Char)">
<summary>
Process the input of numeric digit.
</summary>
<param name="digit">Input digit.</param>
</member>
<member name="M:Krypton.Toolkit.ViewDrawDateTimeText.FormatHandler.EndInputDigits">
<summary>
Process the end of inputting digits.
</summary>
</member>
<member name="M:Krypton.Toolkit.ViewDrawDateTimeText.FormatHandler.ParseFormat(System.String,System.Drawing.Graphics,System.Drawing.Font)">
<summary>
Parse a new format into fragments.
</summary>
<param name="format">Format string to parse.</param>
<param name="g">Graphics instance used to measure text.</param>
<param name="font">Font used to measure text.</param>
</member>
<member name="M:Krypton.Toolkit.ViewDrawDateTimeText.FormatHandler.Render(Krypton.Toolkit.RenderContext,System.Drawing.Font,System.Drawing.Rectangle,System.Drawing.Color,System.Drawing.Color,System.Boolean)">
<summary>
Render the text.
</summary>
<param name="context">Render context.</param>
<param name="font">Text font.</param>
<param name="rect">Client rectangle area.</param>
<param name="textColor">Text color.</param>
<param name="backColor">Back color.</param>
<param name="enabled">If text enabled.</param>
</member>
<member name="M:Krypton.Toolkit.ViewDrawDateTimeText.FormatFragment.#ctor(System.Int32,System.String,System.String)">
<summary>
Initialize a new instance of the FormatFragment class.
</summary>
<param name="length">Length of the format string to extract.</param>
<param name="format">Source string to extra fragment from.</param>
<param name="literal">String literal.</param>
</member>
<member name="M:Krypton.Toolkit.ViewDrawDateTimeText.FormatFragment.ToString">
<summary>
Output a text representation of the fragment.
</summary>
<returns>String instance.</returns>
</member>
<member name="P:Krypton.Toolkit.ViewDrawDateTimeText.FormatFragment.Fragment">
<summary>
Gets access to the fragment string.
</summary>
</member>
<member name="P:Krypton.Toolkit.ViewDrawDateTimeText.FormatFragment.FragFormat">
<summary>
Gets access to the fragment format string.
</summary>
</member>
<member name="P:Krypton.Toolkit.ViewDrawDateTimeText.FormatFragment.Output">
<summary>
Gets access to the generate output.
</summary>
</member>
<member name="P:Krypton.Toolkit.ViewDrawDateTimeText.FormatFragment.TotalWidth">
<summary>
Gets and sets the total pixel width of this fragments output.
</summary>
</member>
<member name="M:Krypton.Toolkit.ViewDrawDateTimeText.FormatFragment.GenerateOutput(System.DateTime)">
<summary>
Generate the output string from the provided date and the format fragment.
</summary>
<param name="dt">DateTime used to generate output.</param>
<returns>Generated output string.</returns>
</member>
<member name="P:Krypton.Toolkit.ViewDrawDateTimeText.FormatFragment.AllowActive">
<summary>
Can this field be edited and active.
</summary>
</member>
<member name="P:Krypton.Toolkit.ViewDrawDateTimeText.FormatFragment.InputDigits">
<summary>
Gets the number of digits allowed to be entered for this fragment.
</summary>
</member>
<member name="M:Krypton.Toolkit.ViewDrawDateTimeText.FormatFragment.EndDigits(System.DateTime,System.String)">
<summary>
Process the input digits to modify the incoming date time.
</summary>
<param name="dt">Date time to modify.</param>
<param name="digits">Set of digits to process.</param>
<returns>Modified date time.</returns>
</member>
<member name="M:Krypton.Toolkit.ViewDrawDateTimeText.FormatFragment.GetDisplay(System.DateTime)">
<summary>
Gets the display string for display using the provided date time.
</summary>
<param name="dt">DateTime to format.</param>
<returns>Display string.</returns>
</member>
<member name="M:Krypton.Toolkit.ViewDrawDateTimeText.FormatFragment.Increment(System.DateTime,System.Boolean)">
<summary>
Increment the current fragment value.
</summary>
<param name="dt">DateTime to be modified.</param>
<param name="forward">Forward to add; otherwise subtract.</param>
<returns>Modified date/time.</returns>
</member>
<member name="M:Krypton.Toolkit.ViewDrawDateTimeText.FormatFragment.AMPM(System.DateTime,System.Boolean)">
<summary>
Invert the AM/PM indicator for the date.
</summary>
<param name="dt">DateTime to be modified.</param>
<param name="am">Am requested.</param>
<returns>Modified date/time.</returns>
</member>
<member name="M:Krypton.Toolkit.ViewDrawDateTimeText.FormatFragmentChar.#ctor(System.Int32,System.String,System.Char,System.Int32)">
<summary>
Initialize a new instance of the FormatFragmentChar class.
</summary>
<param name="index">Index after the string we want.</param>
<param name="format">Source string to extra fragment from.</param>
<param name="character">Character that represents the format fragment.</param>
<param name="count">Number characters in the fragment.</param>
</member>
<member name="M:Krypton.Toolkit.ViewDrawDateTimeText.FormatFragmentChar.ToString">
<summary>
Output a text representation of the fragment.
</summary>
<returns>String instance.</returns>
</member>
<member name="P:Krypton.Toolkit.ViewDrawDateTimeText.FormatFragmentChar.FragFormat">
<summary>
Gets access to the fragment format string.
</summary>
</member>
<member name="P:Krypton.Toolkit.ViewDrawDateTimeText.FormatFragmentChar.AllowActive">
<summary>
Can this field be edited and active.
</summary>
</member>
<member name="P:Krypton.Toolkit.ViewDrawDateTimeText.FormatFragmentChar.InputDigits">
<summary>
Gets the number of digits allowed to be entered for this fragment.
</summary>
</member>
<member name="M:Krypton.Toolkit.ViewDrawDateTimeText.FormatFragmentChar.EndDigits(System.DateTime,System.String)">
<summary>
Process the input digits to modify the incoming date time.
</summary>
<param name="dt">Date time to modify.</param>
<param name="digits">Set of digits to process.</param>
<returns>Modified date time.</returns>
</member>
<member name="M:Krypton.Toolkit.ViewDrawDateTimeText.FormatFragmentChar.GetDisplay(System.DateTime)">
<summary>
Gets the display string for display using the provided date time.
</summary>
<param name="dt">DateTime to format.</param>
<returns>Display string.</returns>
</member>
<member name="M:Krypton.Toolkit.ViewDrawDateTimeText.FormatFragmentChar.Increment(System.DateTime,System.Boolean)">
<summary>
Increment the current fragment value.
</summary>
<param name="dt">DateTime to be modified.</param>
<param name="forward">Forward to add; otherwise subtract.</param>
<returns>Modified date/time.</returns>
</member>
<member name="M:Krypton.Toolkit.ViewDrawDateTimeText.FormatFragmentChar.AMPM(System.DateTime,System.Boolean)">
<summary>
Invert the AM/PM indicator for the date.
</summary>
<param name="dt">DateTime to be modified.</param>
<param name="am">Am requested.</param>
<returns>Modified date/time.</returns>
</member>
<member name="M:Krypton.Toolkit.ViewDrawDateTimeText.#ctor(Krypton.Toolkit.KryptonDateTimePicker,Krypton.Toolkit.NeedPaintHandler)">
<summary>
Initialize a new instance of the ViewDrawDateTimeText class.
</summary>
<param name="dateTimePicker">Color to fill drawing area.</param>
<param name="needPaint">Delegate to allow repainting.</param>
</member>
<member name="M:Krypton.Toolkit.ViewDrawDateTimeText.ToString">
<summary>
Obtains the String representation of this instance.
</summary>
<returns>User readable name of the instance.</returns>
</member>
<member name="P:Krypton.Toolkit.ViewDrawDateTimeText.RightToLeftLayout">
<summary>
Gets and sets the right to left layout of text.
</summary>
</member>
<member name="M:Krypton.Toolkit.ViewDrawDateTimeText.OnAutoShiftOverflow(System.ComponentModel.CancelEventArgs)">
<summary>
Raises the AutoShiftOverflow event.
</summary>
<param name="e">An CancelEventArgs the contains the event data.</param>
</member>
<member name="P:Krypton.Toolkit.ViewDrawDateTimeText.HasFocus">
<summary>
Gets and sets the need to show focus.
</summary>
</member>
<member name="P:Krypton.Toolkit.ViewDrawDateTimeText.HasActiveFragment">
<summary>
Gets a value indicating if there is an active char fragment.
</summary>
</member>
<member name="M:Krypton.Toolkit.ViewDrawDateTimeText.ClearActiveFragment">
<summary>
Remove active fragment.
</summary>
</member>
<member name="M:Krypton.Toolkit.ViewDrawDateTimeText.EndInputDigits">
<summary>
End the input of input digits.
</summary>
</member>
<member name="M:Krypton.Toolkit.ViewDrawDateTimeText.MoveFirstFragment">
<summary>
Make the first fragment the active fragment.
</summary>
</member>
<member name="P:Krypton.Toolkit.ViewDrawDateTimeText.ActiveFragment">
<summary>
Gets and sets the active fragment based on the fragment string.
</summary>
</member>
<member name="M:Krypton.Toolkit.ViewDrawDateTimeText.MoveNextFragment">
<summary>
Make the next fragment the active fragment.
</summary>
</member>
<member name="M:Krypton.Toolkit.ViewDrawDateTimeText.MovePreviousFragment">
<summary>
Make the previous fragment the active fragment.
</summary>
</member>
<member name="M:Krypton.Toolkit.ViewDrawDateTimeText.MoveLastFragment">
<summary>
Make the last fragment the active fragment.
</summary>
</member>
<member name="M:Krypton.Toolkit.ViewDrawDateTimeText.SelectFragment(System.Drawing.Point,System.Windows.Forms.MouseButtons)">
<summary>
Select the fragment that is nearest the provided point.
</summary>
<param name="pt">Mouse position relative to control.</param>
<param name="button">Mouse button pressed down.</param>
<returns>True if capturing input; otherwise false.</returns>
</member>
<member name="M:Krypton.Toolkit.ViewDrawDateTimeText.PerformKeyDown(System.Windows.Forms.KeyEventArgs)">
<summary>
Key has been pressed down.
</summary>
<param name="e">A KeyEventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.ViewDrawDateTimeText.PerformKeyPress(System.Windows.Forms.KeyPressEventArgs)">
<summary>
Key has been pressed.
</summary>
<param name="e">A KeyPressEventArgs that contains the event data.</param>
</member>
<member name="M:Krypton.Toolkit.ViewDrawDateTimeText.GetPreferredSize(Krypton.Toolkit.ViewLayoutContext)">
<summary>
Discover the preferred size of the element.
</summary>
<param name="context">Layout context.</param>
</member>
<member name="M:Krypton.Toolkit.ViewDrawDateTimeText.Layout(Krypton.Toolkit.ViewLayoutContext)">
<summary>
Perform a layout of the elements.
</summary>
<param name="context">Layout context.</param>
</member>
<member name="M:Krypton.Toolkit.ViewDrawDateTimeText.Render(Krypton.Toolkit.RenderContext)">
<summary>
Perform a render of the elements.
</summary>
<param name="context">Rendering context.</param>
</member>
<member name="T:Krypton.Toolkit.ViewDrawDebug">
<summary>
View element that has a preferred size and then draws a solid color, used for debugging.
</summary>
</member>
<member name="M:Krypton.Toolkit.ViewDrawDebug.#ctor(System.Drawing.Size,System.Drawing.Color)">
<summary>
Initialize a new instance of the ViewDrawDebug class.
</summary>
<param name="preferredSize">Preferred size.</param>
<param name="color">Solid color to draw with.</param>
</member>
<member name="M:Krypton.Toolkit.ViewDrawDebug.ToString">
<summary>
Obtains the String representation of this instance.
</summary>
<returns>User readable name of the instance.</returns>
</member>
<member name="M:Krypton.Toolkit.ViewDrawDebug.GetPreferredSize(Krypton.Toolkit.ViewLayoutContext)">
<summary>
Discover the preferred size of the element.
</summary>
<param name="context">Layout context.</param>
</member>
<member name="M:Krypton.Toolkit.ViewDrawDebug.Layout(Krypton.Toolkit.ViewLayoutContext)">
<summary>
Perform a layout of the elements.
</summary>
<param name="context">Layout context.</param>
</member>
<member name="M:Krypton.Toolkit.ViewDrawDebug.RenderBefore(Krypton.Toolkit.RenderContext)">
<summary>
Perform rendering before child elements are rendered.
</summary>
<param name="context">Rendering context.</param>
<exception cref="T:System.ArgumentNullException"></exception>
</member>
<member name="T:Krypton.Toolkit.ViewDrawDocker">
<summary>
Extends the ViewDrawCanvas by applying a docking style for each child.
</summary>
</member>
<member name="M:Krypton.Toolkit.ViewDrawDocker.#ctor">
<summary>
Initialize a new instance of the ViewDrawDocker class.
</summary>
</member>
<member name="M:Krypton.Toolkit.ViewDrawDocker.#ctor(Krypton.Toolkit.IPaletteBack,Krypton.Toolkit.IPaletteBorder)">
<summary>
Initialize a new instance of the ViewDrawDocker class.
</summary>
<param name="paletteBack">Palette source for the background.</param>
<param name="paletteBorder">Palette source for the border.</param>
</member>
<member name="M:Krypton.Toolkit.ViewDrawDocker.#ctor(Krypton.Toolkit.IPaletteBack,Krypton.Toolkit.IPaletteBorder,Krypton.Toolkit.IPaletteMetric)">
<summary>
Initialize a new instance of the ViewDrawDocker class.
</summary>
<param name="paletteBack">Palette source for the background.</param>
<param name="paletteBorder">Palette source for the border.</param>
<param name="paletteMetric">Palette source for metrics.</param>
</member>
<member name="M:Krypton.Toolkit.ViewDrawDocker.#ctor(Krypton.Toolkit.IPaletteBack,Krypton.Toolkit.IPaletteBorder,Krypton.Toolkit.IPaletteMetric,Krypton.Toolkit.PaletteMetricBool)">
<summary>
Initialize a new instance of the ViewDrawDocker class.
</summary>
<param name="paletteBack">Palette source for the background.</param>
<param name="paletteBorder">Palette source for the border.</param>
<param name="paletteMetric">Palette source for metrics.</param>
<param name="metricOverlay">Metric to use for border overlay.</param>
</member>
<member name="M:Krypton.Toolkit.ViewDrawDocker.#ctor(Krypton.Toolkit.IPaletteBack,Krypton.Toolkit.IPaletteBorder,Krypton.Toolkit.IPaletteMetric,Krypton.Toolkit.PaletteMetricBool,Krypton.Toolkit.PaletteMetricPadding,Krypton.Toolkit.VisualOrientation)">
<summary>
Initialize a new instance of the ViewDrawDocker class.
</summary>
<param name="paletteBack">Palette source for the background.</param>
<param name="paletteBorder">Palette source for the border.</param>
<param name="paletteMetric">Palette source for metric values.</param>
<param name="metricOverlay">Metric to use for border overlay.</param>
<param name="metricPadding">Metric used to get padding values.</param>
<param name="orientation">Visual orientation of the content.</param>
</member>
<member name="M:Krypton.Toolkit.ViewDrawDocker.ToString">
<summary>
Obtains the String representation of this instance.
</summary>
<returns>User readable name of the instance.</returns>
</member>
<member name="P:Krypton.Toolkit.ViewDrawDocker.IgnoreBorderSpace">
<summary>
Gets and sets a value indicating if border space should be ignored in working out preferred size.
</summary>
</member>
<member name="P:Krypton.Toolkit.ViewDrawDocker.IgnoreAllBorderAndPadding">
<summary>
Gets and sets a value indicating if border space should be ignored in working out preferred size.
</summary>
</member>
<member name="P:Krypton.Toolkit.ViewDrawDocker.RemoveChildBorders">
<summary>
Gets and sets a value indicating if borders for docking edged children should be removed to prevent double borders.
</summary>
</member>
<member name="P:Krypton.Toolkit.ViewDrawDocker.ForceBorderFirst">
<summary>
Gets and sets a value indicating if the border should be forced to draw first.
</summary>
</member>
<member name="P:Krypton.Toolkit.ViewDrawDocker.PreferredSizeAll">
<summary>
Gets and sets a value indicating if calculating the preferred size should include visible and invisible children.
</summary>
</member>
<member name="P:Krypton.Toolkit.ViewDrawDocker.DrawBorderLast">
<summary>
Gets the drawing of the border before or after children.
</summary>
</member>
<member name="P:Krypton.Toolkit.ViewDrawDocker.FillRectangle">
<summary>
Gets the fill rectangle left after positioning all children.
</summary>
</member>
<member name="M:Krypton.Toolkit.ViewDrawDocker.GetDock(Krypton.Toolkit.ViewBase)">
<summary>
Gets the dock setting for the provided child instance.
</summary>
<param name="child">Child view element.</param>
<returns>Docking setting.</returns>
</member>
<member name="M:Krypton.Toolkit.ViewDrawDocker.SetDock(Krypton.Toolkit.ViewBase,Krypton.Toolkit.ViewDockStyle)">
<summary>
Sets the dock setting for the provided child instance.
</summary>
<param name="child">Child view element.</param>
<param name="dock">DockStyle setting.</param>
</member>
<member name="M:Krypton.Toolkit.ViewDrawDocker.Add(Krypton.Toolkit.ViewBase,Krypton.Toolkit.ViewDockStyle)">
<summary>
Append a view to the collection.
</summary>
<param name="item">ViewBase reference.</param>
<param name="dock">DockStyle setting.</param>
</member>
<member name="M:Krypton.Toolkit.ViewDrawDocker.EvalTransparentPaint(Krypton.Toolkit.ViewContext)">
<summary>
Evaluate the need for drawing transparent areas.
</summary>
<param name="context">Evaluation context.</param>
<returns>True if transparent areas exist; otherwise false.</returns>
</member>
<member name="M:Krypton.Toolkit.ViewDrawDocker.GetNonChildSize(Krypton.Toolkit.ViewLayoutContext)">
<summary>
Gets the size required for all except the contents.
</summary>
<param name="context">Layout context.</param>
</member>
<member name="M:Krypton.Toolkit.ViewDrawDocker.GetPreferredSize(Krypton.Toolkit.ViewLayoutContext)">
<summary>
Discover the preferred size of the element.
</summary>
<param name="context">Layout context.</param>
</member>
<member name="M:Krypton.Toolkit.ViewDrawDocker.Layout(Krypton.Toolkit.ViewLayoutContext)">
<summary>
Perform a layout of the elements.
</summary>
<param name="context">Layout context.</param>
</member>
<member name="M:Krypton.Toolkit.ViewDrawDocker.CalculateDock(Krypton.Toolkit.ViewDockStyle,System.Windows.Forms.Control)">
<summary>
Find the actual docking to apply for the specified RightToLeft setting.
</summary>
<param name="ds">Docking style.</param>
<param name="control">Control for which the setting is needed.</param>
<returns>Calculated docking to actual use.</returns>
</member>
<member name="M:Krypton.Toolkit.ViewDrawDocker.OrientateDock(Krypton.Toolkit.ViewDockStyle)">
<summary>
Update the incoming dock style to reflect our orientation.
</summary>
<param name="style">Incoming dock style.</param>
<returns>Orientation adjusted dock style.</returns>
</member>
<member name="T:Krypton.Toolkit.ViewDrawDropDownButton">
<summary>
Draws a drop-down button using the provided renderer.
</summary>
</member>
<member name="M:Krypton.Toolkit.ViewDrawDropDownButton.#ctor(Krypton.Toolkit.IPaletteContent)">
<summary>
Initialize a new instance of the ViewDrawDropDownButton class.
</summary>
</member>
<member name="M:Krypton.Toolkit.ViewDrawDropDownButton.ToString">
<summary>
Obtains the String representation of this instance.
</summary>
<returns>User readable name of the instance.</returns>
</member>
<member name="P:Krypton.Toolkit.ViewDrawDropDownButton.Palette">
<summary>
Gets and sets the palette to use.
</summary>
</member>
<member name="P:Krypton.Toolkit.ViewDrawDropDownButton.Orientation">
<summary>
Gets and sets the orientation of the drop-down button.
</summary>
</member>
<member name="M:Krypton.Toolkit.ViewDrawDropDownButton.GetPreferredSize(Krypton.Toolkit.ViewLayoutContext)">
<summary>
Discover the preferred size of the element.
</summary>
<param name="context">Layout context.</param>
</member>
<member name="M:Krypton.Toolkit.ViewDrawDropDownButton.Layout(Krypton.Toolkit.ViewLayoutContext)">
<summary>
Perform a layout of the elements.
</summary>
<param name="context">Layout context.</param>
<exception cref="T:System.ArgumentNullException"></exception>
</member>
<member name="M:Krypton.Toolkit.ViewDrawDropDownButton.RenderBefore(Krypton.Toolkit.RenderContext)">
<summary>
Perform rendering before child elements are rendered.
</summary>
<param name="context">Rendering context.</param>
</member>
<member name="T:Krypton.Toolkit.ViewDrawEmptyContent">
<summary>
View element that draws empty content.
</summary>
</member>
<member name="M:Krypton.Toolkit.ViewDrawEmptyContent.#ctor(Krypton.Toolkit.IPaletteContent,Krypton.Toolkit.IPaletteContent)">
<summary>
Initialize a new instance of the ViewDrawEmptyContent class.
</summary>
<param name="paletteContentDisabled">Palette source for the disabled content.</param>
<param name="paletteContentNormal">Palette source for the normal content.</param>
</member>
<member name="M:Krypton.Toolkit.ViewDrawEmptyContent.ToString">
<summary>
Obtains the String representation of this instance.
</summary>
<returns>User readable name of the instance.</returns>
</member>
<member name="M:Krypton.Toolkit.ViewDrawEmptyContent.GetPreferredSize(Krypton.Toolkit.ViewLayoutContext)">
<summary>
Discover the preferred size of the element.
</summary>
<param name="context">Layout context.</param>
<exception cref="T:System.ArgumentNullException"></exception>
</member>
<member name="M:Krypton.Toolkit.ViewDrawEmptyContent.Layout(Krypton.Toolkit.ViewLayoutContext)">
<summary>
Perform a layout of the elements.
</summary>
<param name="context">Layout context.</param>
<exception cref="T:System.ArgumentNullException"></exception>
</member>
<member name="M:Krypton.Toolkit.ViewDrawEmptyContent.RenderBefore(Krypton.Toolkit.RenderContext)">
<summary>
Perform rendering before child elements are rendered.
</summary>
<param name="context">Rendering context.</param>
<exception cref="T:System.ArgumentNullException"></exception>
</member>
<member name="M:Krypton.Toolkit.ViewDrawEmptyContent.GetImage(Krypton.Toolkit.PaletteState)">
<summary>
Gets the content image.
</summary>
<param name="state">The state for which the image is needed.</param>
<returns>Image value.</returns>
</member>
<member name="M:Krypton.Toolkit.ViewDrawEmptyContent.GetImageTransparentColor(Krypton.Toolkit.PaletteState)">
<summary>
Gets the image color that should be transparent.
</summary>
<param name="state">The state for which the image is needed.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.ViewDrawEmptyContent.GetShortText">
<summary>
Gets the content short text.
</summary>
<returns>String value.</returns>
</member>
<member name="M:Krypton.Toolkit.ViewDrawEmptyContent.GetLongText">
<summary>
Gets the content long text.
</summary>
<returns>String value.</returns>
</member>
<member name="T:Krypton.Toolkit.ViewDrawForm">
<summary>
Extends the ViewDrawDocker by adding status strip merging into the border.
</summary>
</member>
<member name="M:Krypton.Toolkit.ViewDrawForm.#ctor(Krypton.Toolkit.IPaletteBack,Krypton.Toolkit.IPaletteBorder)">
<summary>
Initialize a new instance of the ViewDrawForm class.
</summary>
<param name="paletteBack">Palette source for the background.</param>
<param name="paletteBorder">Palette source for the border.</param>
</member>
<member name="M:Krypton.Toolkit.ViewDrawForm.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:Krypton.Toolkit.ViewDrawForm.ToString">
<summary>
Obtains the String representation of this instance.
</summary>
<returns>User readable name of the instance.</returns>
</member>
<member name="P:Krypton.Toolkit.ViewDrawForm.StatusStrip">
<summary>
Gets and sets the status strip to render.
</summary>
</member>
<member name="M:Krypton.Toolkit.ViewDrawForm.RenderAfter(Krypton.Toolkit.RenderContext)">
<summary>
Perform rendering after child elements are rendered.
</summary>
<param name="context">Rendering context.</param>
</member>
<member name="T:Krypton.Toolkit.ViewDrawGroupBoxDocker">
<summary>
Extends the ViewDrawDocker for use in the KryptonGroupBox.
</summary>
</member>
<member name="M:Krypton.Toolkit.ViewDrawGroupBoxDocker.#ctor(Krypton.Toolkit.IPaletteBack,Krypton.Toolkit.IPaletteBorder)">
<summary>
Initialize a new instance of the ViewDrawGroupBoxDocker class.
</summary>
<param name="paletteBack">Palette source for the background.</param>
<param name="paletteBorder">Palette source for the border.</param>
</member>
<member name="M:Krypton.Toolkit.ViewDrawGroupBoxDocker.ToString">
<summary>
Obtains the String representation of this instance.
</summary>
<returns>User readable name of the instance.</returns>
</member>
<member name="P:Krypton.Toolkit.ViewDrawGroupBoxDocker.CaptionOverlap">
<summary>
Gets and the sets the percentage of overlap for the caption and group area.
</summary>
</member>
<member name="P:Krypton.Toolkit.ViewDrawGroupBoxDocker.DrawBorderLast">
<summary>
Gets the drawing of the border before or after children.
</summary>
</member>
<member name="M:Krypton.Toolkit.ViewDrawGroupBoxDocker.EvalTransparentPaint(Krypton.Toolkit.ViewContext)">
<summary>
Evaluate the need for drawing transparent areas.
</summary>
<param name="context">Evaluation context.</param>
<returns>True if transparent areas exist; otherwise false.</returns>
</member>
<member name="M:Krypton.Toolkit.ViewDrawGroupBoxDocker.RenderBefore(Krypton.Toolkit.RenderContext)">
<summary>
Perform rendering before child elements are rendered.
</summary>
<param name="context">Rendering context.</param>
<exception cref="T:System.ArgumentNullException"></exception>
</member>
<member name="M:Krypton.Toolkit.ViewDrawGroupBoxDocker.RenderAfter(Krypton.Toolkit.RenderContext)">
<summary>
Perform rendering after child elements are rendered.
</summary>
<param name="context">Rendering context.</param>
<exception cref="T:System.ArgumentNullException"></exception>
</member>
<member name="M:Krypton.Toolkit.ViewDrawGroupBoxDocker.RenderBorder(Krypton.Toolkit.RenderContext)">
<summary>
Draw the canvas border.
</summary>
<param name="context"></param>
</member>
<member name="M:Krypton.Toolkit.ViewDrawMenuCheckBox.#ctor(Krypton.Toolkit.IContextMenuProvider,Krypton.Toolkit.KryptonContextMenuCheckBox)">
<summary>
Initialize a new instance of the ViewDrawMenuCheckBox class.
</summary>
<param name="provider">Reference to provider.</param>
<param name="checkBox">Reference to owning check box entry.</param>
</member>
<member name="M:Krypton.Toolkit.ViewDrawMenuCheckBox.ToString">
<summary>
Obtains the String representation of this instance.
</summary>
<returns>User readable name of the instance.</returns>
</member>
<member name="M:Krypton.Toolkit.ViewDrawMenuCheckBox.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="P:Krypton.Toolkit.ViewDrawMenuCheckBox.ViewDrawCheckBox">
<summary>
Gets access to the check box image drawing element.
</summary>
</member>
<member name="P:Krypton.Toolkit.ViewDrawMenuCheckBox.ViewDrawContent">
<summary>
Gets access to the content drawing element.
</summary>
</member>
<member name="P:Krypton.Toolkit.ViewDrawMenuCheckBox.ItemEnabled">
<summary>
Gets the enabled state of the item.
</summary>
</member>
<member name="P:Krypton.Toolkit.ViewDrawMenuCheckBox.ItemText">
<summary>
Gets the short text value of the check box item.
</summary>
</member>
<member name="P:Krypton.Toolkit.ViewDrawMenuCheckBox.ResolveEnabled">
<summary>
Resolves the correct enabled state to use from the menu item.
</summary>
</member>
<member name="P:Krypton.Toolkit.ViewDrawMenuCheckBox.ResolveImage">
<summary>
Resolves the correct image to use from the menu item.
</summary>
</member>
<member name="P:Krypton.Toolkit.ViewDrawMenuCheckBox.ResolveImageTransparentColor">
<summary>
Resolves the correct image transparent color to use from the menu item.
</summary>
</member>
<member name="P:Krypton.Toolkit.ViewDrawMenuCheckBox.ResolveText">
<summary>
Resolves the correct text string to use from the menu item.
</summary>
</member>
<member name="P:Krypton.Toolkit.ViewDrawMenuCheckBox.ResolveExtraText">
<summary>
Resolves the correct extra text string to use from the menu item.
</summary>
</member>
<member name="P:Krypton.Toolkit.ViewDrawMenuCheckBox.ResolveCheckState">
<summary>
Resolves the correct check state to use from the menu item.
</summary>
</member>
<member name="P:Krypton.Toolkit.ViewDrawMenuCheckBox.KryptonContextMenuCheckBox">
<summary>
Gets access to the actual check box definiton.
</summary>
</member>
<member name="P:Krypton.Toolkit.ViewDrawMenuCheckBox.CanCloseMenu">
<summary>
Gets a value indicating if the menu is capable of being closed.
</summary>
</member>
<member name="M:Krypton.Toolkit.ViewDrawMenuCheckBox.Closing(System.ComponentModel.CancelEventArgs)">
<summary>
Raises the Closing event on the provider.
</summary>
<param name="cea">A CancelEventArgs containing the event data.</param>
</member>
<member name="M:Krypton.Toolkit.ViewDrawMenuCheckBox.Close(Krypton.Toolkit.CloseReasonEventArgs)">
<summary>
Raises the Close event on the provider.
</summary>
<param name="e">A CancelEventArgs containing the event data.</param>
</member>
<member name="M:Krypton.Toolkit.ViewDrawMenuCheckBox.GetPreferredSize(Krypton.Toolkit.ViewLayoutContext)">
<summary>
Discover the preferred size of the element.
</summary>
<param name="context">Layout context.</param>
</member>
<member name="M:Krypton.Toolkit.ViewDrawMenuCheckBox.Layout(Krypton.Toolkit.ViewLayoutContext)">
<summary>
Perform a layout of the elements.
</summary>
<param name="context">Layout context.</param>
<exception cref="T:System.ArgumentNullException"></exception>
</member>
<member name="M:Krypton.Toolkit.ViewDrawMenuCheckButton.#ctor(Krypton.Toolkit.IContextMenuProvider,Krypton.Toolkit.KryptonContextMenuCheckButton)">
<summary>
Initialize a new instance of the ViewDrawMenuCheckButton class.
</summary>
<param name="provider">Reference to provider.</param>
<param name="checkButton">Reference to owning check button entry.</param>
</member>
<member name="M:Krypton.Toolkit.ViewDrawMenuCheckButton.ToString">
<summary>
Obtains the String representation of this instance.
</summary>
<returns>User readable name of the instance.</returns>
</member>
<member name="M:Krypton.Toolkit.ViewDrawMenuCheckButton.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="P:Krypton.Toolkit.ViewDrawMenuCheckButton.ItemEnabled">
<summary>
Gets the enabled state of the item.
</summary>
</member>
<member name="P:Krypton.Toolkit.ViewDrawMenuCheckButton.ItemText">
<summary>
Gets the short text value of the check box item.
</summary>
</member>
<member name="P:Krypton.Toolkit.ViewDrawMenuCheckButton.ResolveEnabled">
<summary>
Resolves the correct enabled state to use from the menu item.
</summary>
</member>
<member name="P:Krypton.Toolkit.ViewDrawMenuCheckButton.ResolveImage">
<summary>
Resolves the correct image to use from the menu item.
</summary>
</member>
<member name="P:Krypton.Toolkit.ViewDrawMenuCheckButton.ResolveImageTransparentColor">
<summary>
Resolves the correct image transparent color to use from the menu item.
</summary>
</member>
<member name="P:Krypton.Toolkit.ViewDrawMenuCheckButton.ResolveText">
<summary>
Resolves the correct text string to use from the menu item.
</summary>
</member>
<member name="P:Krypton.Toolkit.ViewDrawMenuCheckButton.ResolveExtraText">
<summary>
Resolves the correct extra text string to use from the menu item.
</summary>
</member>
<member name="P:Krypton.Toolkit.ViewDrawMenuCheckButton.ResolveChecked">
<summary>
Resolves the correct checked state to use from the menu item.
</summary>
</member>
<member name="P:Krypton.Toolkit.ViewDrawMenuCheckButton.KryptonContextMenuCheckButton">
<summary>
Gets access to the actual check button definiton.
</summary>
</member>
<member name="P:Krypton.Toolkit.ViewDrawMenuCheckButton.ViewDrawButton">
<summary>
Gets access to the view element that draws the button.
</summary>
</member>
<member name="P:Krypton.Toolkit.ViewDrawMenuCheckButton.CanCloseMenu">
<summary>
Gets a value indicating if the menu is capable of being closed.
</summary>
</member>
<member name="M:Krypton.Toolkit.ViewDrawMenuCheckButton.Closing(System.ComponentModel.CancelEventArgs)">
<summary>
Raises the Closing event on the provider.
</summary>
<param name="cea">A CancelEventArgs containing the event data.</param>
</member>
<member name="M:Krypton.Toolkit.ViewDrawMenuCheckButton.Close(Krypton.Toolkit.CloseReasonEventArgs)">
<summary>
Raises the Close event on the provider.
</summary>
<param name="e">A CancelEventArgs containing the event data.</param>
</member>
<member name="M:Krypton.Toolkit.ViewDrawMenuCheckButton.GetPreferredSize(Krypton.Toolkit.ViewLayoutContext)">
<summary>
Discover the preferred size of the element.
</summary>
<param name="context">Layout context.</param>
</member>
<member name="M:Krypton.Toolkit.ViewDrawMenuCheckButton.Layout(Krypton.Toolkit.ViewLayoutContext)">
<summary>
Perform a layout of the elements.
</summary>
<param name="context">Layout context.</param>
<exception cref="T:System.ArgumentNullException"></exception>
</member>
<member name="T:Krypton.Toolkit.ViewDrawMenuColorBlock">
<summary>
Draw a solid color block inside a context menu color column.
</summary>
</member>
<member name="M:Krypton.Toolkit.ViewDrawMenuColorBlock.#ctor(Krypton.Toolkit.IContextMenuProvider,Krypton.Toolkit.KryptonContextMenuColorColumns,System.Drawing.Color,System.Boolean,System.Boolean,System.Boolean)">
<summary>
Initialize a new instance of the ViewDrawMenuColorBlock class.
</summary>
<param name="provider">Reference to provider.</param>
<param name="colorColumns">Reference to owning color columns entry.</param>
<param name="color">Drawing color for the block.</param>
<param name="first">Is this element first in column.</param>
<param name="last">Is this element last in column.</param>
<param name="enabled">Is this column enabled</param>
</member>
<member name="M:Krypton.Toolkit.ViewDrawMenuColorBlock.ToString">
<summary>
Obtains the String representation of this instance.
</summary>
<returns>User readable name of the instance.</returns>
</member>
<member name="P:Krypton.Toolkit.ViewDrawMenuColorBlock.ItemEnabled">
<summary>
Gets the enabled state of the item.
</summary>
</member>
<member name="P:Krypton.Toolkit.ViewDrawMenuColorBlock.KryptonContextMenuColorColumns">
<summary>
Gets access to the actual color columns definiton.
</summary>
</member>
<member name="P:Krypton.Toolkit.ViewDrawMenuColorBlock.CanCloseMenu">
<summary>
Gets a value indicating if the menu is capable of being closed.
</summary>
</member>
<member name="M:Krypton.Toolkit.ViewDrawMenuColorBlock.Closing(System.ComponentModel.CancelEventArgs)">
<summary>
Raises the Closing event on the provider.
</summary>
<param name="cea">A CancelEventArgs containing the event data.</param>
</member>
<member name="M:Krypton.Toolkit.ViewDrawMenuColorBlock.Close(Krypton.Toolkit.CloseReasonEventArgs)">
<summary>
Raises the Close event on the provider.
</summary>
<param name="e">A CancelEventArgs containing the event data.</param>
</member>
<member name="P:Krypton.Toolkit.ViewDrawMenuColorBlock.Color">
<summary>
Gets the color associated with the block.
</summary>
</member>
<member name="M:Krypton.Toolkit.ViewDrawMenuColorBlock.GetPreferredSize(Krypton.Toolkit.ViewLayoutContext)">
<summary>
Discover the preferred size of the element.
</summary>
<param name="context">Layout context.</param>
<exception cref="T:System.ArgumentNullException"></exception>
</member>
<member name="M:Krypton.Toolkit.ViewDrawMenuColorBlock.Layout(Krypton.Toolkit.ViewLayoutContext)">
<summary>
Perform a layout of the elements.
</summary>
<param name="context">Layout context.</param>
<exception cref="T:System.ArgumentNullException"></exception>
</member>
<member name="M:Krypton.Toolkit.ViewDrawMenuColorBlock.RenderBefore(Krypton.Toolkit.RenderContext)">
<summary>
Perform rendering before child elements are rendered.
</summary>
<param name="context">Rendering context.</param>
<exception cref="T:System.ArgumentNullException"></exception>
</member>
<member name="M:Krypton.Toolkit.ViewDrawMenuColorBlock.RenderAfter(Krypton.Toolkit.RenderContext)">
<summary>
Perform rendering after child elements are rendered.
</summary>
<param name="context">Rendering context.</param>
<exception cref="T:System.ArgumentNullException"></exception>
</member>
<member name="T:Krypton.Toolkit.ViewDrawMenuColorColumn">
<summary>
Positions the child within a border that is drawn as the column background color.
</summary>
</member>
<member name="M:Krypton.Toolkit.ViewDrawMenuColorColumn.#ctor(Krypton.Toolkit.IContextMenuProvider,Krypton.Toolkit.KryptonContextMenuColorColumns,System.Drawing.Color[],System.Int32,System.Int32,System.Boolean)">
<summary>
Initialize a new instance of the ViewDrawMenuColorColumn class.
</summary>
<param name="provider">Reference to provider.</param>
<param name="colorColumns">Reference to owning color columns entry.</param>
<param name="colors">Set of colors to initialize from.</param>\
<param name="start">Stating index to use.</param>
<param name="end">Ending index to use.</param>
<param name="enabled">Is this column enabled</param>
</member>
<member name="M:Krypton.Toolkit.ViewDrawMenuColorColumn.ToString">
<summary>
Obtains the String representation of this instance.
</summary>
<returns>User readable name of the instance.</returns>
</member>
<member name="M:Krypton.Toolkit.ViewDrawMenuColorColumn.Layout(Krypton.Toolkit.ViewLayoutContext)">
<summary>
Perform a layout of the elements.
</summary>
<param name="context">Layout context.</param>
</member>
<member name="M:Krypton.Toolkit.ViewDrawMenuColorColumn.RenderBefore(Krypton.Toolkit.RenderContext)">
<summary>
Perform rendering before child elements are rendered.
</summary>
<param name="context">Rendering context.</param>
<exception cref="T:System.ArgumentNullException"></exception>
</member>
<member name="T:Krypton.Toolkit.ViewDrawMenuColorColumns">
<summary>
Draw element for a context menu color columns.
</summary>
</member>
<member name="M:Krypton.Toolkit.ViewDrawMenuColorColumns.#ctor(Krypton.Toolkit.IContextMenuProvider,Krypton.Toolkit.KryptonContextMenuColorColumns)">
<summary>
Initialize a new instance of the ViewDrawMenuColorColumns class.
</summary>
<param name="provider">Reference to provider.</param>
<param name="colorColumns">Reference to owning color columns entry.</param>
</member>
<member name="M:Krypton.Toolkit.ViewDrawMenuColorColumns.Dispose(System.Boolean)">
<summary>
Release unmanaged and optionally managed resources.
</summary>
<param name="disposing">Called from Dispose method.</param>
</member>
<member name="M:Krypton.Toolkit.ViewDrawMenuColorColumns.ToString">
<summary>
Obtains the String representation of this instance.
</summary>
<returns>User readable name of the instance.</returns>
</member>
<member name="M:Krypton.Toolkit.ViewDrawMenuColorColumns.Layout(Krypton.Toolkit.ViewLayoutContext)">
<summary>
Perform a layout of the elements.
</summary>
<param name="context">Layout context.</param>
</member>
<member name="M:Krypton.Toolkit.ViewDrawMenuHeading.#ctor(Krypton.Toolkit.KryptonContextMenuHeading,Krypton.Toolkit.PaletteTripleRedirect)">
<summary>
Initialize a new instance of the ViewDrawMenuHeading class.
</summary>
<param name="heading">Reference to owning heading entry.</param>
<param name="palette">Reference to palette source.</param>
</member>
<member name="M:Krypton.Toolkit.ViewDrawMenuHeading.ToString">
<summary>
Obtains the String representation of this instance.
</summary>
<returns>User readable name of the instance.</returns>
</member>
<member name="M:Krypton.Toolkit.ViewDrawMenuHeading.Layout(Krypton.Toolkit.ViewLayoutContext)">
<summary>
Perform a layout of the elements.
</summary>
<param name="context">Layout context.</param>
<exception cref="T:System.ArgumentNullException"></exception>
</member>
<member name="M:Krypton.Toolkit.ViewDrawMenuImageCanvas.#ctor(Krypton.Toolkit.IPaletteBack,Krypton.Toolkit.IPaletteBorder,System.Int32,System.Boolean)">
<summary>
Initialize a new instance of the ViewDrawMenuImageCanvas class.
</summary>
<param name="paletteBack">Palette source for the background.</param>
<param name="paletteBorder">Palette source for the border.</param>
<param name="columnIndex">Menu item column index.</param>
<param name="zeroHeight">Should the height be forced to zero.</param>
</member>
<member name="M:Krypton.Toolkit.ViewDrawMenuImageCanvas.ToString">
<summary>
Obtains the String representation of this instance.
</summary>
<returns>User readable name of the instance.</returns>
</member>
<member name="M:Krypton.Toolkit.ViewDrawMenuImageCanvas.GetPreferredSize(Krypton.Toolkit.ViewLayoutContext)">
<summary>
Discover the preferred size of the element.
</summary>
<param name="context">Layout context.</param>
</member>
<member name="P:Krypton.Toolkit.ViewDrawMenuImageCanvas.ColumnIndex">
<summary>
Gets the index of the column within the menu item.
</summary>
</member>
<member name="P:Krypton.Toolkit.ViewDrawMenuImageCanvas.LastPreferredSize">
<summary>
Gets the last calculated preferred size value.
</summary>
</member>
<member name="P:Krypton.Toolkit.ViewDrawMenuImageCanvas.OverridePreferredWidth">
<summary>
Sets the preferred width value to use until further notice.
</summary>
</member>
<member name="M:Krypton.Toolkit.ViewDrawMenuImageCanvas.Layout(Krypton.Toolkit.ViewLayoutContext)">
<summary>
Perform a layout of the elements.
</summary>
<param name="context">Layout context.</param>
<exception cref="T:System.ArgumentNullException"></exception>
</member>
<member name="M:Krypton.Toolkit.ViewDrawMenuImageCanvas.RenderBefore(Krypton.Toolkit.RenderContext)">
<summary>
Perform rendering before child elements are rendered.
</summary>
<param name="context">Rendering context.</param>
<exception cref="T:System.ArgumentNullException"></exception>
</member>
<member name="M:Krypton.Toolkit.ViewDrawMenuImageColumn.#ctor(Krypton.Toolkit.KryptonContextMenuItems,Krypton.Toolkit.PaletteDoubleRedirect)">
<summary>
Initialize a new instance of the ViewDrawMenuImageColumn class.
</summary>
<param name="items">Reference to the owning collection.</param>
<param name="palette">Palette for obtaining drawing values.</param>
</member>
<member name="M:Krypton.Toolkit.ViewDrawMenuImageColumn.ToString">
<summary>
Obtains the String representation of this instance.
</summary>
<returns>User readable name of the instance.</returns>
</member>
<member name="P:Krypton.Toolkit.ViewDrawMenuImageColumn.ColumnWidth">
<summary>
Sets the width of the column.
</summary>
</member>
<member name="M:Krypton.Toolkit.ViewDrawMenuImageColumn.Layout(Krypton.Toolkit.ViewLayoutContext)">
<summary>
Perform a layout of the elements.
</summary>
<param name="context">Layout context.</param>
</member>
<member name="T:Krypton.Toolkit.ViewDrawMenuImageSelectItem">
<summary>
View element that represents a single gallery item.
</summary>
</member>
<member name="M:Krypton.Toolkit.ViewDrawMenuImageSelectItem.#ctor(Krypton.Toolkit.ViewContextMenuManager,Krypton.Toolkit.KryptonContextMenuImageSelect,Krypton.Toolkit.IPaletteTriple,Krypton.Toolkit.ViewLayoutMenuItemSelect,Krypton.Toolkit.NeedPaintHandler)">
<summary>
Initialize a new instance of the ViewDrawMenuImageSelectItem class.
</summary>
<param name="viewManager">Owning view manager instance.</param>
<param name="imageSelect">Owning image select instance.</param>
<param name="palette">Palette used to recover values.</param>
<param name="layout">Reference to item layout.</param>
<param name="needPaint">Delegate for requesting paints.</param>
</member>
<member name="M:Krypton.Toolkit.ViewDrawMenuImageSelectItem.ToString">
<summary>
Obtains the String representation of this instance.
</summary>
<returns>User readable name of the instance.</returns>
</member>
<member name="P:Krypton.Toolkit.ViewDrawMenuImageSelectItem.IsTracking">
<summary>
Item is becoming tracked by the mouse.
</summary>
</member>
<member name="M:Krypton.Toolkit.ViewDrawMenuImageSelectItem.Track">
<summary>
Item is becoming tracked by the mouse.
</summary>
</member>
<member name="M:Krypton.Toolkit.ViewDrawMenuImageSelectItem.Untrack">
<summary>
Item is becoming tracked by the mouse.
</summary>
</member>
<member name="P:Krypton.Toolkit.ViewDrawMenuImageSelectItem.ImageList">
<summary>
Sets the image list to use for the source of the image.
</summary>
</member>
<member name="P:Krypton.Toolkit.ViewDrawMenuImageSelectItem.ImageIndex">
<summary>
Sets the index of the image to show.
</summary>
</member>
<member name="M:Krypton.Toolkit.ViewDrawMenuImageSelectItem.Render(Krypton.Toolkit.RenderContext)">
<summary>
Perform a render of the elements.
</summary>
<param name="context">Rendering context.</param>
</member>
<member name="M:Krypton.Toolkit.ViewDrawMenuImageSelectItem.GetImage(Krypton.Toolkit.PaletteState)">
<summary>
Gets the content image.
</summary>
<param name="state">The state for which the image is needed.</param>
<returns>Image value.</returns>
</member>
<member name="M:Krypton.Toolkit.ViewDrawMenuImageSelectItem.GetImageTransparentColor(Krypton.Toolkit.PaletteState)">
<summary>
Gets the image color that should be transparent.
</summary>
<param name="state">The state for which the image is needed.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.ViewDrawMenuImageSelectItem.GetShortText">
<summary>
Gets the content short text.
</summary>
</member>
<member name="M:Krypton.Toolkit.ViewDrawMenuImageSelectItem.GetLongText">
<summary>
Gets the content long text.
</summary>
</member>
<member name="M:Krypton.Toolkit.ViewDrawMenuItem.#ctor(Krypton.Toolkit.IContextMenuProvider,Krypton.Toolkit.KryptonContextMenuItem,Krypton.Toolkit.ViewLayoutStack,System.Boolean,System.Boolean)">
<summary>
Initialize a new instance of the ViewDrawMenuItem class.
</summary>
<param name="provider">Provider of context menu information.</param>
<param name="menuItem">Menu item definition.</param>
<param name="columns">Containing columns.</param>
<param name="standardStyle">Draw items with standard or alternate style.</param>
<param name="imageColumn">Draw an image background for the item images.</param>
</member>
<member name="M:Krypton.Toolkit.ViewDrawMenuItem.ToString">
<summary>
Obtains the String representation of this instance.
</summary>
<returns>User readable name of the instance.</returns>
</member>
<member name="M:Krypton.Toolkit.ViewDrawMenuItem.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="P:Krypton.Toolkit.ViewDrawMenuItem.KryptonContextMenuItem">
<summary>
Gets access to the context menu item we represent.
</summary>
</member>
<member name="P:Krypton.Toolkit.ViewDrawMenuItem.SplitSeparator">
<summary>
Gets the view element used to draw the split separator.
</summary>
</member>
<member name="P:Krypton.Toolkit.ViewDrawMenuItem.ItemEnabled">
<summary>
Gets the enabled state of the entire item and not for a particular view element.
</summary>
</member>
<member name="P:Krypton.Toolkit.ViewDrawMenuItem.ItemText">
<summary>
Gets the short text value of the menu item.
</summary>
</member>
<member name="P:Krypton.Toolkit.ViewDrawMenuItem.ItemExtraText">
<summary>
Gets the long text value of the menu item.
</summary>
</member>
<member name="P:Krypton.Toolkit.ViewDrawMenuItem.ResolveEnabled">
<summary>
Resolves the correct enabled state to use from the menu item.
</summary>
</member>
<member name="P:Krypton.Toolkit.ViewDrawMenuItem.ResolveImage">
<summary>
Resolves the correct image to use from the menu item.
</summary>
</member>
<member name="P:Krypton.Toolkit.ViewDrawMenuItem.ResolveImageTransparentColor">
<summary>
Resolves the correct image transparent color to use from the menu item.
</summary>
</member>
<member name="P:Krypton.Toolkit.ViewDrawMenuItem.ResolveText">
<summary>
Resolves the correct text string to use from the menu item.
</summary>
</member>
<member name="P:Krypton.Toolkit.ViewDrawMenuItem.ResolveExtraText">
<summary>
Resolves the correct extra text string to use from the menu item.
</summary>
</member>
<member name="P:Krypton.Toolkit.ViewDrawMenuItem.ResolveChecked">
<summary>
Resolves the correct checked to use from the menu item.
</summary>
</member>
<member name="P:Krypton.Toolkit.ViewDrawMenuItem.ResolveCheckState">
<summary>
Resolves the correct check state to use from the menu item.
</summary>
</member>
<member name="M:Krypton.Toolkit.ViewDrawMenuItem.PointInSubMenu(System.Drawing.Point)">
<summary>
Indicates whether the mouse point should show a sub menu.
</summary>
<param name="pt"></param>
<returns></returns>
</member>
<member name="P:Krypton.Toolkit.ViewDrawMenuItem.HasSubMenu">
<summary>
Returns if the item shows a sub menu when selected.
</summary>
</member>
<member name="P:Krypton.Toolkit.ViewDrawMenuItem.CanCloseMenu">
<summary>
Gets a value indicating if the menu is capable of being closed.
</summary>
</member>
<member name="M:Krypton.Toolkit.ViewDrawMenuItem.Closing(System.ComponentModel.CancelEventArgs)">
<summary>
Raises the Closing event on the provider.
</summary>
<param name="cea">A CancelEventArgs containing the event data.</param>
</member>
<member name="M:Krypton.Toolkit.ViewDrawMenuItem.Close(Krypton.Toolkit.CloseReasonEventArgs)">
<summary>
Raises the Close event on the provider.
</summary>
<param name="e">A CancelEventArgs containing the event data.</param>
</member>
<member name="M:Krypton.Toolkit.ViewDrawMenuItem.DisposeContextMenu">
<summary>
Request the showing context menu be disposed.
</summary>
</member>
<member name="P:Krypton.Toolkit.ViewDrawMenuItem.HasParentMenu">
<summary>
Gets a value indicating if the menu item has a parent menu.
</summary>
</member>
<member name="M:Krypton.Toolkit.ViewDrawMenuItem.ShowSubMenu(System.Boolean)">
<summary>
Ask the menu item to show the associated child collection as a menu.
</summary>
</member>
<member name="M:Krypton.Toolkit.ViewDrawMenuItem.ClearSubMenu">
<summary>
Remove any showing context menu.
</summary>
</member>
<member name="M:Krypton.Toolkit.ViewDrawMenuItem.GetPreferredSize(Krypton.Toolkit.ViewLayoutContext)">
<summary>
Discover the preferred size of the element.
</summary>
<param name="context">Layout context.</param>
<exception cref="T:System.ArgumentNullException"></exception>
</member>
<member name="M:Krypton.Toolkit.ViewDrawMenuItem.Layout(Krypton.Toolkit.ViewLayoutContext)">
<summary>
Perform a layout of the elements.
</summary>
<param name="context">Layout context.</param>
</member>
<member name="M:Krypton.Toolkit.ViewDrawMenuItemContent.#ctor(Krypton.Toolkit.IPaletteContent,Krypton.Toolkit.IContentValues,System.Int32)">
<summary>
Initialize a new instance of the ViewDrawMenuItemContent class.
</summary>
<param name="palette">Source of palette display values.</param>
<param name="values">Source of content values.</param>
<param name="columnIndex">Menu item column index.</param>
</member>
<member name="M:Krypton.Toolkit.ViewDrawMenuItemContent.ToString">
<summary>
Obtains the String representation of this instance.
</summary>
<returns>User readable name of the instance.</returns>
</member>
<member name="M:Krypton.Toolkit.ViewDrawMenuItemContent.GetPreferredSize(Krypton.Toolkit.ViewLayoutContext)">
<summary>
Discover the preferred size of the element.
</summary>
<param name="context">Layout context.</param>
</member>
<member name="P:Krypton.Toolkit.ViewDrawMenuItemContent.ColumnIndex">
<summary>
Gets the index of the column within the menu item.
</summary>
</member>
<member name="P:Krypton.Toolkit.ViewDrawMenuItemContent.LastPreferredSize">
<summary>
Gets the last calculated preferred size value.
</summary>
</member>
<member name="P:Krypton.Toolkit.ViewDrawMenuItemContent.OverridePreferredWidth">
<summary>
Sets the preferred width value to use until further notice.
</summary>
</member>
<member name="M:Krypton.Toolkit.ViewDrawMenuLinkLabel.#ctor(Krypton.Toolkit.IContextMenuProvider,Krypton.Toolkit.KryptonContextMenuLinkLabel)">
<summary>
Initialize a new instance of the ViewDrawMenuLinkLabel class.
</summary>
<param name="provider">Reference to provider.</param>
<param name="linkLabel">Reference to owning link label entry.</param>
</member>
<member name="M:Krypton.Toolkit.ViewDrawMenuLinkLabel.ToString">
<summary>
Obtains the String representation of this instance.
</summary>
<returns>User readable name of the instance.</returns>
</member>
<member name="P:Krypton.Toolkit.ViewDrawMenuLinkLabel.ItemText">
<summary>
Gets the short text value of the menu item.
</summary>
</member>
<member name="P:Krypton.Toolkit.ViewDrawMenuLinkLabel.ItemEnabled">
<summary>
Gets the enabled state of the item.
</summary>
</member>
<member name="P:Krypton.Toolkit.ViewDrawMenuLinkLabel.ResolveImage">
<summary>
Resolves the correct image to use from the menu item.
</summary>
</member>
<member name="P:Krypton.Toolkit.ViewDrawMenuLinkLabel.ResolveImageTransparentColor">
<summary>
Resolves the correct image transparent color to use from the menu item.
</summary>
</member>
<member name="P:Krypton.Toolkit.ViewDrawMenuLinkLabel.ResolveText">
<summary>
Resolves the correct text string to use from the menu item.
</summary>
</member>
<member name="P:Krypton.Toolkit.ViewDrawMenuLinkLabel.ResolveExtraText">
<summary>
Resolves the correct extra text string to use from the menu item.
</summary>
</member>
<member name="P:Krypton.Toolkit.ViewDrawMenuLinkLabel.Focused">
<summary>
Sets if the link label is currently focused.
</summary>
</member>
<member name="P:Krypton.Toolkit.ViewDrawMenuLinkLabel.Pressed">
<summary>
Gets and sets if the link label is currently pressed.
</summary>
</member>
<member name="P:Krypton.Toolkit.ViewDrawMenuLinkLabel.KryptonContextMenuLinkLabel">
<summary>
Gets access to the actual link label definiton.
</summary>
</member>
<member name="P:Krypton.Toolkit.ViewDrawMenuLinkLabel.CanCloseMenu">
<summary>
Gets a value indicating if the menu is capable of being closed.
</summary>
</member>
<member name="M:Krypton.Toolkit.ViewDrawMenuLinkLabel.Closing(System.ComponentModel.CancelEventArgs)">
<summary>
Raises the Closing event on the provider.
</summary>
<param name="cea">A CancelEventArgs containing the event data.</param>
</member>
<member name="M:Krypton.Toolkit.ViewDrawMenuLinkLabel.Close(Krypton.Toolkit.CloseReasonEventArgs)">
<summary>
Raises the Close event on the provider.
</summary>
<param name="e">A CancelEventArgs containing the event data.</param>
</member>
<member name="M:Krypton.Toolkit.ViewDrawMenuLinkLabel.GetPreferredSize(Krypton.Toolkit.ViewLayoutContext)">
<summary>
Discover the preferred size of the element.
</summary>
<param name="context">Layout context.</param>
</member>
<member name="M:Krypton.Toolkit.ViewDrawMenuLinkLabel.Layout(Krypton.Toolkit.ViewLayoutContext)">
<summary>
Perform a layout of the elements.
</summary>
<param name="context">Layout context.</param>
<exception cref="T:System.ArgumentNullException"></exception>
</member>
<member name="T:Krypton.Toolkit.ViewDrawMenuMonthCalendar">
<summary>
Draw element for a context menu month calendar.
</summary>
</member>
<member name="M:Krypton.Toolkit.ViewDrawMenuMonthCalendar.#ctor(Krypton.Toolkit.IContextMenuProvider,Krypton.Toolkit.KryptonContextMenuMonthCalendar)">
<summary>
Initialize a new instance of the ViewDrawMenuMonthCalendar class.
</summary>
<param name="provider">Reference to provider.</param>
<param name="monthCalendar">Reference to owning month calendar entry.</param>
</member>
<member name="M:Krypton.Toolkit.ViewDrawMenuMonthCalendar.Dispose(System.Boolean)">
<summary>
Release unmanaged and optionally managed resources.
</summary>
<param name="disposing">Called from Dispose method.</param>
</member>
<member name="M:Krypton.Toolkit.ViewDrawMenuMonthCalendar.ToString">
<summary>
Obtains the String representation of this instance.
</summary>
<returns>User readable name of the instance.</returns>
</member>
<member name="M:Krypton.Toolkit.ViewDrawMenuMonthCalendar.Layout(Krypton.Toolkit.ViewLayoutContext)">
<summary>
Perform a layout of the elements.
</summary>
<param name="context">Layout context.</param>
</member>
<member name="P:Krypton.Toolkit.ViewDrawMenuMonthCalendar.CalendarControl">
<summary>
Gets access to the owning control
</summary>
</member>
<member name="P:Krypton.Toolkit.ViewDrawMenuMonthCalendar.InDesignMode">
<summary>
Gets if the control is in design mode.
</summary>
</member>
<member name="M:Krypton.Toolkit.ViewDrawMenuMonthCalendar.GetRenderer">
<summary>
Get the renderer.
</summary>
<returns>Render instance.</returns>
</member>
<member name="P:Krypton.Toolkit.ViewDrawMenuMonthCalendar.GetToolStripDelegate">
<summary>
Gets a delegate for creating tool strip renderers.
</summary>
</member>
<member name="P:Krypton.Toolkit.ViewDrawMenuMonthCalendar.CalendarDimensions">
<summary>
Gets the number of columns and rows of months displayed.
</summary>
</member>
<member name="P:Krypton.Toolkit.ViewDrawMenuMonthCalendar.FirstDayOfWeek">
<summary>
First day of the week.
</summary>
</member>
<member name="P:Krypton.Toolkit.ViewDrawMenuMonthCalendar.MinDate">
<summary>
First date allowed to be drawn/selected.
</summary>
</member>
<member name="P:Krypton.Toolkit.ViewDrawMenuMonthCalendar.MaxDate">
<summary>
Last date allowed to be drawn/selected.
</summary>
</member>
<member name="P:Krypton.Toolkit.ViewDrawMenuMonthCalendar.TodayDate">
<summary>
Today's date.
</summary>
</member>
<member name="P:Krypton.Toolkit.ViewDrawMenuMonthCalendar.TodayFormat">
<summary>
Today's date format.
</summary>
</member>
<member name="P:Krypton.Toolkit.ViewDrawMenuMonthCalendar.FocusDay">
<summary>
Gets the focus day.
</summary>
</member>
<member name="P:Krypton.Toolkit.ViewDrawMenuMonthCalendar.MaxSelectionCount">
<summary>
Number of days allowed to be selected at a time.
</summary>
</member>
<member name="P:Krypton.Toolkit.ViewDrawMenuMonthCalendar.TodayText">
<summary>
Gets the text used as a today label.
</summary>
</member>
<member name="P:Krypton.Toolkit.ViewDrawMenuMonthCalendar.ScrollChange">
<summary>
Gets the number of months to move for next/prev buttons.
</summary>
</member>
<member name="P:Krypton.Toolkit.ViewDrawMenuMonthCalendar.SelectionStart">
<summary>
Start of selected range.
</summary>
</member>
<member name="P:Krypton.Toolkit.ViewDrawMenuMonthCalendar.SelectionEnd">
<summary>
End of selected range.
</summary>
</member>
<member name="P:Krypton.Toolkit.ViewDrawMenuMonthCalendar.StateCommon">
<summary>
Gets access to the month calendar common appearance entries.
</summary>
</member>
<member name="P:Krypton.Toolkit.ViewDrawMenuMonthCalendar.StateNormal">
<summary>
Gets access to the month calendar normal appearance entries.
</summary>
</member>
<member name="P:Krypton.Toolkit.ViewDrawMenuMonthCalendar.StateDisabled">
<summary>
Gets access to the month calendar disabled appearance entries.
</summary>
</member>
<member name="P:Krypton.Toolkit.ViewDrawMenuMonthCalendar.StateTracking">
<summary>
Gets access to the month calendar tracking appearance entries.
</summary>
</member>
<member name="P:Krypton.Toolkit.ViewDrawMenuMonthCalendar.StatePressed">
<summary>
Gets access to the month calendar pressed appearance entries.
</summary>
</member>
<member name="P:Krypton.Toolkit.ViewDrawMenuMonthCalendar.StateCheckedNormal">
<summary>
Gets access to the month calendar checked normal appearance entries.
</summary>
</member>
<member name="P:Krypton.Toolkit.ViewDrawMenuMonthCalendar.StateCheckedTracking">
<summary>
Gets access to the month calendar checked tracking appearance entries.
</summary>
</member>
<member name="P:Krypton.Toolkit.ViewDrawMenuMonthCalendar.StateCheckedPressed">
<summary>
Gets access to the month calendar checked pressed appearance entries.
</summary>
</member>
<member name="P:Krypton.Toolkit.ViewDrawMenuMonthCalendar.OverrideDisabled">
<summary>
Gets access to the override for disabled day.
</summary>
</member>
<member name="P:Krypton.Toolkit.ViewDrawMenuMonthCalendar.OverrideNormal">
<summary>
Gets access to the override for normal day.
</summary>
</member>
<member name="P:Krypton.Toolkit.ViewDrawMenuMonthCalendar.OverrideTracking">
<summary>
Gets access to the override for tracking day.
</summary>
</member>
<member name="P:Krypton.Toolkit.ViewDrawMenuMonthCalendar.OverridePressed">
<summary>
Gets access to the override for pressed day.
</summary>
</member>
<member name="P:Krypton.Toolkit.ViewDrawMenuMonthCalendar.OverrideCheckedNormal">
<summary>
Gets access to the override for checked normal day.
</summary>
</member>
<member name="P:Krypton.Toolkit.ViewDrawMenuMonthCalendar.OverrideCheckedTracking">
<summary>
Gets access to the override for checked tracking day.
</summary>
</member>
<member name="P:Krypton.Toolkit.ViewDrawMenuMonthCalendar.OverrideCheckedPressed">
<summary>
Gets access to the override for checked pressed day.
</summary>
</member>
<member name="P:Krypton.Toolkit.ViewDrawMenuMonthCalendar.BoldedDatesList">
<summary>
Dates to be bolded.
</summary>
</member>
<member name="P:Krypton.Toolkit.ViewDrawMenuMonthCalendar.MonthlyBoldedDatesMask">
<summary>
Monthly days to be bolded.
</summary>
</member>
<member name="P:Krypton.Toolkit.ViewDrawMenuMonthCalendar.AnnuallyBoldedDatesMask">
<summary>
Array of annual days per month to be bolded.
</summary>
</member>
<member name="M:Krypton.Toolkit.ViewDrawMenuMonthCalendar.SetSelectionRange(System.DateTime,System.DateTime)">
<summary>
Set the selection range.
</summary>
<param name="start">New starting date.</param>
<param name="end">New ending date.</param>
</member>
<member name="M:Krypton.Toolkit.ViewDrawMenuMonthCalendar.SetBoldedOverride(System.Boolean)">
<summary>
Update usage of bolded overrides.
</summary>
<param name="bolded">New bolded state.</param>
</member>
<member name="M:Krypton.Toolkit.ViewDrawMenuMonthCalendar.SetTodayOverride(System.Boolean)">
<summary>
Update usage of today overrides.
</summary>
<param name="today">New today state.</param>
</member>
<member name="M:Krypton.Toolkit.ViewDrawMenuMonthCalendar.SetFocusOverride(System.Boolean)">
<summary>
Update usage of focus overrides.
</summary>
<param name="focus">Should show focus.</param>
</member>
<member name="M:Krypton.Toolkit.ViewDrawMenuRadioButton.#ctor(Krypton.Toolkit.IContextMenuProvider,Krypton.Toolkit.KryptonContextMenuRadioButton)">
<summary>
Initialize a new instance of the ViewDrawMenuRadioButton class.
</summary>
<param name="provider">Reference to provider.</param>
<param name="radioButton">Reference to owning radio button entry.</param>
</member>
<member name="M:Krypton.Toolkit.ViewDrawMenuRadioButton.ToString">
<summary>
Obtains the String representation of this instance.
</summary>
<returns>User readable name of the instance.</returns>
</member>
<member name="M:Krypton.Toolkit.ViewDrawMenuRadioButton.Dispose(System.Boolean)">
<summary>
Release unmanaged and optionally managed resources.
</summary>
<param name="disposing">Called from Dispose method.</param>
</member>
<member name="P:Krypton.Toolkit.ViewDrawMenuRadioButton.ItemEnabled">
<summary>
Gets the enabled state of the item.
</summary>
</member>
<member name="P:Krypton.Toolkit.ViewDrawMenuRadioButton.ViewDrawRadioButton">
<summary>
Gets access to the radio button image drawing element.
</summary>
</member>
<member name="P:Krypton.Toolkit.ViewDrawMenuRadioButton.ViewDrawContent">
<summary>
Gets access to the content drawing element.
</summary>
</member>
<member name="P:Krypton.Toolkit.ViewDrawMenuRadioButton.ItemText">
<summary>
Gets the short text value of the radio button item.
</summary>
</member>
<member name="P:Krypton.Toolkit.ViewDrawMenuRadioButton.KryptonContextMenuRadioButton">
<summary>
Gets access to the actual radio button definiton.
</summary>
</member>
<member name="P:Krypton.Toolkit.ViewDrawMenuRadioButton.CanCloseMenu">
<summary>
Gets a value indicating if the menu is capable of being closed.
</summary>
</member>
<member name="M:Krypton.Toolkit.ViewDrawMenuRadioButton.Closing(System.ComponentModel.CancelEventArgs)">
<summary>
Raises the Closing event on the provider.
</summary>
<param name="cea">A CancelEventArgs containing the event data.</param>
</member>
<member name="M:Krypton.Toolkit.ViewDrawMenuRadioButton.Close(Krypton.Toolkit.CloseReasonEventArgs)">
<summary>
Raises the Close event on the provider.
</summary>
<param name="e">A CancelEventArgs containing the event data.</param>
</member>
<member name="M:Krypton.Toolkit.ViewDrawMenuRadioButton.Layout(Krypton.Toolkit.ViewLayoutContext)">
<summary>
Perform a layout of the elements.
</summary>
<param name="context">Layout context.</param>
<exception cref="T:System.ArgumentNullException"></exception>
</member>
<member name="T:Krypton.Toolkit.ViewDrawMenuSeparator">
<summary>
Draw element for a context menu separator.
</summary>
</member>
<member name="M:Krypton.Toolkit.ViewDrawMenuSeparator.#ctor(Krypton.Toolkit.KryptonContextMenuSeparator,Krypton.Toolkit.PaletteDoubleRedirect)">
<summary>
Initialize a new instance of the ViewDrawMenuSeparator class.
</summary>
<param name="separator">Reference to owning separator entry.</param>
<param name="palette">Palette for obtaining drawing values.</param>
</member>
<member name="M:Krypton.Toolkit.ViewDrawMenuSeparator.#ctor(Krypton.Toolkit.PaletteDouble)">
<summary>
Initialize a new instance of the ViewDrawMenuSeparator class.
</summary>
<param name="state">State specific source of palette values.</param>
</member>
<member name="M:Krypton.Toolkit.ViewDrawMenuSeparator.ToString">
<summary>
Obtains the String representation of this instance.
</summary>
<returns>User readable name of the instance.</returns>
</member>
<member name="P:Krypton.Toolkit.ViewDrawMenuSeparator.Draw">
<summary>
Gets and sets the drawing of the separator.
</summary>
</member>
<member name="M:Krypton.Toolkit.ViewDrawMenuSeparator.Render(Krypton.Toolkit.RenderContext)">
<summary>
Perform a render of the elements.
</summary>
<param name="context">Rendering context.</param>
</member>
<member name="T:Krypton.Toolkit.ViewDrawMonth">
<summary>
Extends the ViewComposite by organising and drawing an individual month.
</summary>
</member>
<member name="T:Krypton.Toolkit.ViewDrawMonth.CalendarButtonSpecCollection">
<summary>
Collection for managing ButtonSpecCalendar instances.
</summary>
</member>
<member name="M:Krypton.Toolkit.ViewDrawMonth.CalendarButtonSpecCollection.#ctor(Krypton.Toolkit.ViewDrawMonth)">
<summary>
Initialize a new instance of the CalendarButtonSpecCollection class.
</summary>
<param name="owner">Reference to owning object.</param>
</member>
<member name="M:Krypton.Toolkit.ViewDrawMonth.#ctor(Krypton.Toolkit.IKryptonMonthCalendar,Krypton.Toolkit.ViewLayoutMonths,Krypton.Toolkit.PaletteRedirect,Krypton.Toolkit.NeedPaintHandler)">
<summary>
Initialize a new instance of the ViewDrawMonth class.
</summary>
<param name="calendar">Reference to calendar provider.</param>
<param name="months">Reference to months instance.</param>
<param name="redirector">Redirector for getting values.</param>
<param name="needPaintDelegate">Delegate for requesting paint changes.</param>
</member>
<member name="M:Krypton.Toolkit.ViewDrawMonth.ToString">
<summary>
Obtains the String representation of this instance.
</summary>
<returns>User readable name of the instance.</returns>
</member>
<member name="P:Krypton.Toolkit.ViewDrawMonth.ViewDrawMonthDays">
<summary>
Gets access to the days draw element.
</summary>
</member>
<member name="P:Krypton.Toolkit.ViewDrawMonth.Enabled">
<summary>
Gets and sets the enabled state of the view.
</summary>
</member>
<member name="P:Krypton.Toolkit.ViewDrawMonth.FirstMonth">
<summary>
Is this the first month in the group.
</summary>
</member>
<member name="P:Krypton.Toolkit.ViewDrawMonth.LastMonth">
<summary>
Is this the last month in the group.
</summary>
</member>
<member name="P:Krypton.Toolkit.ViewDrawMonth.Month">
<summary>
Gets and sets the month that this view element is used to draw.
</summary>
</member>
<member name="M:Krypton.Toolkit.ViewDrawMonth.UpdateButtons(System.Boolean,System.Boolean)">
<summary>
Update the visible state of the navigation buttons.
</summary>
<param name="prev">Show the previous button.</param>
<param name="next">Show the next button.</param>
</member>
<member name="M:Krypton.Toolkit.ViewDrawMonth.GetPreferredSize(Krypton.Toolkit.ViewLayoutContext)">
<summary>
Discover the preferred size of the element.
</summary>
<param name="context">Layout context.</param>
</member>
<member name="M:Krypton.Toolkit.ViewDrawMonth.Layout(Krypton.Toolkit.ViewLayoutContext)">
<summary>
Perform a layout of the elements.
</summary>
<param name="context">Layout context.</param>
</member>
<member name="M:Krypton.Toolkit.ViewDrawMonth.GetImage(Krypton.Toolkit.PaletteState)">
<summary>
Gets the content image.
</summary>
<param name="state">The state for which the image is needed.</param>
<returns>Image value.</returns>
</member>
<member name="M:Krypton.Toolkit.ViewDrawMonth.GetImageTransparentColor(Krypton.Toolkit.PaletteState)">
<summary>
Gets the image color that should be transparent.
</summary>
<param name="state">The state for which the image is needed.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.ViewDrawMonth.GetShortText">
<summary>
Gets the content short text.
</summary>
<returns>String value.</returns>
</member>
<member name="M:Krypton.Toolkit.ViewDrawMonth.GetLongText">
<summary>
Gets the content long text.
</summary>
<returns>String value.</returns>
</member>
<member name="T:Krypton.Toolkit.ViewDrawMonthDayNames">
<summary>
Draws the month day names.
</summary>
</member>
<member name="M:Krypton.Toolkit.ViewDrawMonthDayNames.#ctor(Krypton.Toolkit.IKryptonMonthCalendar,Krypton.Toolkit.ViewLayoutMonths)">
<summary>
Initialize a new instance of the ViewDrawMonthDayNames class.
</summary>
<param name="calendar">Reference to calendar provider.</param>
<param name="months">Reference to months instance.</param>
</member>
<member name="M:Krypton.Toolkit.ViewDrawMonthDayNames.ToString">
<summary>
Obtains the String representation of this instance.
</summary>
<returns>User readable name of the instance.</returns>
</member>
<member name="M:Krypton.Toolkit.ViewDrawMonthDayNames.Dispose(System.Boolean)">
<summary>
Release unmanaged and optionally managed resources.
</summary>
<param name="disposing">Called from Dispose method.</param>
</member>
<member name="M:Krypton.Toolkit.ViewDrawMonthDayNames.GetPreferredSize(Krypton.Toolkit.ViewLayoutContext)">
<summary>
Discover the preferred size of the element.
</summary>
<param name="context">Layout context.</param>
</member>
<member name="M:Krypton.Toolkit.ViewDrawMonthDayNames.Layout(Krypton.Toolkit.ViewLayoutContext)">
<summary>
Perform a layout of the elements.
</summary>
<param name="context">Layout context.</param>
</member>
<member name="M:Krypton.Toolkit.ViewDrawMonthDayNames.RenderBefore(Krypton.Toolkit.RenderContext)">
<summary>
Perform rendering before child elements are rendered.
</summary>
<param name="context">Rendering context.</param>
</member>
<member name="M:Krypton.Toolkit.ViewDrawMonthDayNames.GetImage(Krypton.Toolkit.PaletteState)">
<summary>
Gets the content image.
</summary>
<param name="state">The state for which the image is needed.</param>
<returns>Image value.</returns>
</member>
<member name="M:Krypton.Toolkit.ViewDrawMonthDayNames.GetImageTransparentColor(Krypton.Toolkit.PaletteState)">
<summary>
Gets the image color that should be transparent.
</summary>
<param name="state">The state for which the image is needed.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.ViewDrawMonthDayNames.GetShortText">
<summary>
Gets the content short text.
</summary>
<returns>String value.</returns>
</member>
<member name="M:Krypton.Toolkit.ViewDrawMonthDayNames.GetLongText">
<summary>
Gets the content long text.
</summary>
<returns>String value.</returns>
</member>
<member name="T:Krypton.Toolkit.ViewDrawMonthDays">
<summary>
Draws all the month grid entries including the column names and day values
</summary>
</member>
<member name="M:Krypton.Toolkit.ViewDrawMonthDays.#ctor(Krypton.Toolkit.IKryptonMonthCalendar,Krypton.Toolkit.ViewLayoutMonths)">
<summary>
Initialize a new instance of the ViewDrawMonthDays class.
</summary>
<param name="calendar">Reference to calendar provider.</param>
<param name="months">Reference to months instance.</param>
</member>
<member name="M:Krypton.Toolkit.ViewDrawMonthDays.ToString">
<summary>
Obtains the String representation of this instance.
</summary>
<returns>User readable name of the instance.</returns>
</member>
<member name="M:Krypton.Toolkit.ViewDrawMonthDays.Dispose(System.Boolean)">
<summary>
Release unmanaged and optionally managed resources.
</summary>
<param name="disposing">Called from Dispose method.</param>
</member>
<member name="P:Krypton.Toolkit.ViewDrawMonthDays.FirstMonth">
<summary>
Is this the first month in the group.
</summary>
</member>
<member name="P:Krypton.Toolkit.ViewDrawMonthDays.LastMonth">
<summary>
Is this the last month in the group.
</summary>
</member>
<member name="P:Krypton.Toolkit.ViewDrawMonthDays.Month">
<summary>
Sets the date this month is used to represent.
</summary>
</member>
<member name="M:Krypton.Toolkit.ViewDrawMonthDays.DayFromPoint(System.Drawing.Point,System.Boolean)">
<summary>
Gets the day that is underneath the provided point.
</summary>
<param name="pt">Point to lookup.</param>
<param name="exact">Exact requires that the day must be with the month range.</param>
<returns>DateTime for matching day; otherwise null.</returns>
</member>
<member name="M:Krypton.Toolkit.ViewDrawMonthDays.DayNearPoint(System.Drawing.Point)">
<summary>
Gets the button for the day that is nearest (date wise) to the point provided.
</summary>
<param name="pt">Point to lookup.</param>
<returns>DateTime for nearest matching day.</returns>
</member>
<member name="M:Krypton.Toolkit.ViewDrawMonthDays.GetPreferredSize(Krypton.Toolkit.ViewLayoutContext)">
<summary>
Discover the preferred size of the element.
</summary>
<param name="context">Layout context.</param>
</member>
<member name="M:Krypton.Toolkit.ViewDrawMonthDays.Layout(Krypton.Toolkit.ViewLayoutContext)">
<summary>
Perform a layout of the elements.
</summary>
<param name="context">Layout context.</param>
</member>
<member name="M:Krypton.Toolkit.ViewDrawMonthDays.RenderBefore(Krypton.Toolkit.RenderContext)">
<summary>
Perform rendering before child elements are rendered.
</summary>
<param name="context">Rendering context.</param>
</member>
<member name="M:Krypton.Toolkit.ViewDrawMonthDays.GetImage(Krypton.Toolkit.PaletteState)">
<summary>
Gets the content image.
</summary>
<param name="state">The state for which the image is needed.</param>
<returns>Image value.</returns>
</member>
<member name="M:Krypton.Toolkit.ViewDrawMonthDays.GetImageTransparentColor(Krypton.Toolkit.PaletteState)">
<summary>
Gets the image color that should be transparent.
</summary>
<param name="state">The state for which the image is needed.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.ViewDrawMonthDays.GetShortText">
<summary>
Gets the content short text.
</summary>
<returns>String value.</returns>
</member>
<member name="M:Krypton.Toolkit.ViewDrawMonthDays.GetLongText">
<summary>
Gets the content long text.
</summary>
<returns>String value.</returns>
</member>
<member name="T:Krypton.Toolkit.ViewDrawMonthUpDown">
<summary>
View element that can draw a month calendar button.
</summary>
</member>
<member name="T:Krypton.Toolkit.ViewDrawMonthUpDown.DrawMonthCalendarGlyph">
<summary>
Specific the possible glyphs the button can draw.
</summary>
</member>
<member name="F:Krypton.Toolkit.ViewDrawMonthUpDown.DrawMonthCalendarGlyph.DropDownButton">
<summary>
Specifies the drop-down button glyph.
</summary>
</member>
<member name="F:Krypton.Toolkit.ViewDrawMonthUpDown.DrawMonthCalendarGlyph.UpButton">
<summary>
Specifies the up button glyph.
</summary>
</member>
<member name="F:Krypton.Toolkit.ViewDrawMonthUpDown.DrawMonthCalendarGlyph.DownButton">
<summary>
Specifies the down button glyph.
</summary>
</member>
<member name="E:Krypton.Toolkit.ViewDrawMonthUpDown.Click">
<summary>
Occurs when the button is clicked.
</summary>
</member>
<member name="E:Krypton.Toolkit.ViewDrawMonthUpDown.MouseSelect">
<summary>
Occurs when the mouse is used to left select the target.
</summary>
</member>
<member name="M:Krypton.Toolkit.ViewDrawMonthUpDown.#ctor(Krypton.Toolkit.IPaletteTriple,Krypton.Toolkit.IPaletteMetric,Krypton.Toolkit.IContentValues,Krypton.Toolkit.ViewDrawMonthUpDown.DrawMonthCalendarGlyph,Krypton.Toolkit.NeedPaintHandler)">
<summary>
Initialize a new instance of the ViewDrawMonthUpDown class.
</summary>
<param name="paletteState">Palette source for states.</param>
<param name="paletteMetric">Palette source for metric values.</param>
<param name="buttonValues">Source for content values.</param>
<param name="glyph">Glyph to be drawn.</param>
<param name="needPaintHandler">Delegate for requests repainting.</param>
</member>
<member name="M:Krypton.Toolkit.ViewDrawMonthUpDown.ToString">
<summary>
Obtains the String representation of this instance.
</summary>
<returns>User readable name of the instance.</returns>
</member>
<member name="M:Krypton.Toolkit.ViewDrawMonthUpDown.GetPreferredSize(Krypton.Toolkit.ViewLayoutContext)">
<summary>
Discover the preferred size of the element.
</summary>
<param name="context">Layout context.</param>
</member>
<member name="M:Krypton.Toolkit.ViewDrawMonthUpDown.Layout(Krypton.Toolkit.ViewLayoutContext)">
<summary>
Perform a layout of the elements.
</summary>
<param name="context">Layout context.</param>
<exception cref="T:System.ArgumentNullException"></exception>
</member>
<member name="M:Krypton.Toolkit.ViewDrawMonthUpDown.RenderAfter(Krypton.Toolkit.RenderContext)">
<summary>
Perform rendering after child elements are rendered.
</summary>
<param name="context">Rendering context.</param>
</member>
<member name="M:Krypton.Toolkit.ViewDrawMonthUpDown.OnButtonClick(System.Object,System.Windows.Forms.MouseEventArgs)">
<summary>
Raises the Click event.
</summary>
<param name="sender">Source of the event.</param>
<param name="e">Event arguments assocaited with the event.</param>
</member>
<member name="M:Krypton.Toolkit.ViewDrawMonthUpDown.OnButtonMouseSelect(System.Object,System.Windows.Forms.MouseEventArgs)">
<summary>
Raises the MouseSelect event.
</summary>
<param name="sender">Source of the event.</param>
<param name="e">Event arguments assocaited with the event.</param>
</member>
<member name="T:Krypton.Toolkit.ViewDrawNull">
<summary>
Draw a red rectangle in the location of the null element.
</summary>
</member>
<member name="M:Krypton.Toolkit.ViewDrawNull.#ctor(System.Drawing.Color)">
<summary>
Initialize a new instance of the ViewDrawNull class.
</summary>
<param name="fillColor">Color to fill drawing area.</param>
</member>
<member name="M:Krypton.Toolkit.ViewDrawNull.ToString">
<summary>
Obtains the String representation of this instance.
</summary>
<returns>User readable name of the instance.</returns>
</member>
<member name="M:Krypton.Toolkit.ViewDrawNull.RenderBefore(Krypton.Toolkit.RenderContext)">
<summary>
Perform rendering before child elements are rendered.
</summary>
<param name="context">Rendering context.</param>
</member>
<member name="T:Krypton.Toolkit.ViewDrawPanel">
<summary>
View element that can draw a panel (background but no border)
</summary>
</member>
<member name="M:Krypton.Toolkit.ViewDrawPanel.#ctor">
<summary>
Initialize a new instance of the ViewDrawPanel class.
</summary>
</member>
<member name="M:Krypton.Toolkit.ViewDrawPanel.#ctor(Krypton.Toolkit.IPaletteBack)">
<summary>
Initialize a new instance of the ViewDrawPanel class.
</summary>
<param name="paletteBack">Palette source for the background.</param>
</member>
<member name="M:Krypton.Toolkit.ViewDrawPanel.ToString">
<summary>
Obtains the String representation of this instance.
</summary>
<returns>User readable name of the instance.</returns>
</member>
<member name="M:Krypton.Toolkit.ViewDrawPanel.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="P:Krypton.Toolkit.ViewDrawPanel.IgnoreRender">
<summary>
Gets and sets the rendering status.
</summary>
</member>
<member name="P:Krypton.Toolkit.ViewDrawPanel.VisualOrientation">
<summary>
Gets and sets the orientation of the panel.
</summary>
</member>
<member name="M:Krypton.Toolkit.ViewDrawPanel.SetPalettes(Krypton.Toolkit.IPaletteBack)">
<summary>
Update the source palettes for drawing.
</summary>
<param name="paletteBack">Palette source for the background.</param>
</member>
<member name="M:Krypton.Toolkit.ViewDrawPanel.GetPalette">
<summary>
Gets the palette used for drawing the panel.
</summary>
<returns></returns>
</member>
<member name="M:Krypton.Toolkit.ViewDrawPanel.EvalTransparentPaint(Krypton.Toolkit.ViewContext)">
<summary>
Evaluate the need for drawing transparent areas.
</summary>
<param name="context">Evaluation context.</param>
<returns>True if transparent areas exist; otherwise false.</returns>
</member>
<member name="M:Krypton.Toolkit.ViewDrawPanel.Layout(Krypton.Toolkit.ViewLayoutContext)">
<summary>
Perform a layout of the elements.
</summary>
<param name="context">Layout context.</param>
<exception cref="T:System.ArgumentNullException"></exception>
</member>
<member name="M:Krypton.Toolkit.ViewDrawPanel.RenderBefore(Krypton.Toolkit.RenderContext)">
<summary>
Perform rendering before child elements are rendered.
</summary>
<param name="context">Rendering context.</param>
<exception cref="T:System.ArgumentNullException"></exception>
</member>
<member name="T:Krypton.Toolkit.ViewDrawRadioButton">
<summary>
Draws a radio button using the provided renderer.
</summary>
</member>
<member name="M:Krypton.Toolkit.ViewDrawRadioButton.#ctor(Krypton.Toolkit.PaletteBase)">
<summary>
Initialize a new instance of the ViewDrawRadioButton class.
</summary>
<param name="palette">Palette for source of drawing values.</param>
</member>
<member name="M:Krypton.Toolkit.ViewDrawRadioButton.ToString">
<summary>
Obtains the String representation of this instance.
</summary>
<returns>User readable name of the instance.</returns>
</member>
<member name="P:Krypton.Toolkit.ViewDrawRadioButton.CheckState">
<summary>
Gets and sets the check state of the check box.
</summary>
</member>
<member name="P:Krypton.Toolkit.ViewDrawRadioButton.Tracking">
<summary>
Gets and sets the tracking state of the check box.
</summary>
</member>
<member name="P:Krypton.Toolkit.ViewDrawRadioButton.Pressed">
<summary>
Gets and sets the pressed state of the check box.
</summary>
</member>
<member name="M:Krypton.Toolkit.ViewDrawRadioButton.GetPreferredSize(Krypton.Toolkit.ViewLayoutContext)">
<summary>
Discover the preferred size of the element.
</summary>
<param name="context">Layout context.</param>
</member>
<member name="M:Krypton.Toolkit.ViewDrawRadioButton.Layout(Krypton.Toolkit.ViewLayoutContext)">
<summary>
Perform a layout of the elements.
</summary>
<param name="context">Layout context.</param>
<exception cref="T:System.ArgumentNullException"></exception>
</member>
<member name="M:Krypton.Toolkit.ViewDrawRadioButton.RenderBefore(Krypton.Toolkit.RenderContext)">
<summary>
Perform rendering before child elements are rendered.
</summary>
<param name="context">Rendering context.</param>
</member>
<member name="T:Krypton.Toolkit.ViewDrawScrollBar">
<summary>
View element that draws a scrollbar.
</summary>
</member>
<member name="E:Krypton.Toolkit.ViewDrawScrollBar.ScrollChanged">
<summary>
Occurs when the scroll position has changed.
</summary>
</member>
<member name="M:Krypton.Toolkit.ViewDrawScrollBar.#ctor(System.Boolean)">
<summary>
Initialize a new instance of the ViewDrawScrollBar class.
</summary>
<param name="vertical">Is this a vertical scrollbar.</param>
</member>
<member name="M:Krypton.Toolkit.ViewDrawScrollBar.ToString">
<summary>
Obtains the String representation of this instance.
</summary>
<returns>User readable name of the instance.</returns>
</member>
<member name="M:Krypton.Toolkit.ViewDrawScrollBar.Dispose(System.Boolean)">
<summary>
Release unmanaged and optionally managed resources.
</summary>
<param name="disposing">Called from Dispose method.</param>
</member>
<member name="P:Krypton.Toolkit.ViewDrawScrollBar.Vertical">
<summary>
Gets and sets a value indicating if the scrollbar is vertical.
</summary>
</member>
<member name="P:Krypton.Toolkit.ViewDrawScrollBar.ShortSize">
<summary>
Gets and sets a value indicating if the scroll should short size.
</summary>
</member>
<member name="M:Krypton.Toolkit.ViewDrawScrollBar.SetScrollValues(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32)">
<summary>
Update the scrollbar with the latest scrolling values.
</summary>
<param name="min">Scroll minimum value.</param>
<param name="max">Scroll maximum value.</param>
<param name="smallChange">Size of a small change.</param>
<param name="largeChange">Size of a large change.</param>
<param name="offset">Current scrolling offset.</param>
</member>
<member name="P:Krypton.Toolkit.ViewDrawScrollBar.ScrollPosition">
<summary>
Gets the current scroll position.
</summary>
</member>
<member name="M:Krypton.Toolkit.ViewDrawScrollBar.GetPreferredSize(Krypton.Toolkit.ViewLayoutContext)">
<summary>
Discover the preferred size of the element.
</summary>
<param name="context">Layout context.</param>
</member>
<member name="M:Krypton.Toolkit.ViewDrawScrollBar.Layout(Krypton.Toolkit.ViewLayoutContext)">
<summary>
Perform a layout of the elements.
</summary>
<param name="context">Layout context.</param>
</member>
<member name="T:Krypton.Toolkit.ViewDrawSeparator">
<summary>
View element that can draw a separator
</summary>
</member>
<member name="M:Krypton.Toolkit.ViewDrawSeparator.#ctor(Krypton.Toolkit.IPaletteDouble,Krypton.Toolkit.IPaletteDouble,Krypton.Toolkit.IPaletteDouble,Krypton.Toolkit.IPaletteDouble,Krypton.Toolkit.IPaletteMetric,Krypton.Toolkit.IPaletteMetric,Krypton.Toolkit.IPaletteMetric,Krypton.Toolkit.IPaletteMetric,Krypton.Toolkit.PaletteMetricPadding,System.Windows.Forms.Orientation)">
<summary>
Initialize a new instance of the ViewDrawSeparator class.
</summary>
<param name="paletteDisabled">Palette source for the disabled state.</param>
<param name="paletteNormal">Palette source for the normal state.</param>
<param name="paletteTracking">Palette source for the tracking state.</param>
<param name="palettePressed">Palette source for the pressed state.</param>
<param name="metricDisabled">Palette source for disabled metric values.</param>
<param name="metricNormal">Palette source for normal metric values.</param>
<param name="metricTracking">Palette source for tracking metric values.</param>
<param name="metricPressed">Palette source for pressed metric values.</param>
<param name="metricPadding">Metric used to get padding values.</param>
<param name="orientation">Visual orientation of the content.</param>
</member>
<member name="M:Krypton.Toolkit.ViewDrawSeparator.ToString">
<summary>
Obtains the String representation of this instance.
</summary>
<returns>User readable name of the instance.</returns>
</member>
<member name="P:Krypton.Toolkit.ViewDrawSeparator.MetricPadding">
<summary>
Gets and sets the metric used to calculate the padding.
</summary>
</member>
<member name="P:Krypton.Toolkit.ViewDrawSeparator.Source">
<summary>
Gets and sets the associated separator source.
</summary>
</member>
<member name="P:Krypton.Toolkit.ViewDrawSeparator.Orientation">
<summary>
Gets and sets the visual orientation.
</summary>
</member>
<member name="P:Krypton.Toolkit.ViewDrawSeparator.Length">
<summary>
Gets and sets the length of the separator.
</summary>
</member>
<member name="M:Krypton.Toolkit.ViewDrawSeparator.SetPalettes(Krypton.Toolkit.IPaletteDouble,Krypton.Toolkit.IPaletteDouble,Krypton.Toolkit.IPaletteDouble,Krypton.Toolkit.IPaletteDouble,Krypton.Toolkit.IPaletteMetric,Krypton.Toolkit.IPaletteMetric,Krypton.Toolkit.IPaletteMetric,Krypton.Toolkit.IPaletteMetric)">
<summary>
Update the source palettes for drawing.
</summary>
<param name="paletteDisabled">Palette source for the disabled state.</param>
<param name="paletteNormal">Palette source for the normal state.</param>
<param name="paletteTracking">Palette source for the tracking state.</param>
<param name="palettePressed">Palette source for the pressed state.</param>
<param name="metricDisabled">Palette source for disabled metric values.</param>
<param name="metricNormal">Palette source for normal metric values.</param>
<param name="metricTracking">Palette source for tracking metric values.</param>
<param name="metricPressed">Palette source for pressed metric values.</param>
</member>
<member name="M:Krypton.Toolkit.ViewDrawSeparator.GetPreferredSize(Krypton.Toolkit.ViewLayoutContext)">
<summary>
Discover the preferred size of the element.
</summary>
<param name="context">Layout context.</param>
</member>
<member name="M:Krypton.Toolkit.ViewDrawSeparator.Layout(Krypton.Toolkit.ViewLayoutContext)">
<summary>
Perform a layout of the elements.
</summary>
<param name="context">Layout context.</param>
</member>
<member name="M:Krypton.Toolkit.ViewDrawSeparator.RenderBefore(Krypton.Toolkit.RenderContext)">
<summary>
Perform rendering before child elements are rendered.
</summary>
<param name="context">Rendering context.</param>
<exception cref="T:System.ArgumentNullException"></exception>
</member>
<member name="T:Krypton.Toolkit.ViewDrawSplitCanvas">
<summary>
View element that applies padding to the drawing of a border and background.
</summary>
</member>
<member name="M:Krypton.Toolkit.ViewDrawSplitCanvas.#ctor(Krypton.Toolkit.IPaletteBack,Krypton.Toolkit.IPaletteBorder,Krypton.Toolkit.VisualOrientation)">
<summary>
Initialize a new instance of the ViewDrawSplitCanvas class.
</summary>
<param name="paletteBack">Palette source for the background.</param>
<param name="paletteBorder">Palette source for the border.</param>
<param name="orientation">Visual orientation of the content.</param>
</member>
<member name="M:Krypton.Toolkit.ViewDrawSplitCanvas.#ctor(Krypton.Toolkit.IPaletteBack,Krypton.Toolkit.IPaletteBorder,Krypton.Toolkit.IPaletteMetric,Krypton.Toolkit.PaletteMetricPadding,Krypton.Toolkit.VisualOrientation)">
<summary>
Initialize a new instance of the ViewDrawSplitCanvas class.
</summary>
<param name="paletteBack">Palette source for the background.</param>
<param name="paletteBorder">Palette source for the border.</param>
<param name="paletteMetric">Palette source for metric values.</param>
<param name="metricPadding">Matric used to get padding values.</param>
<param name="orientation">Visual orientation of the content.</param>
</member>
<member name="M:Krypton.Toolkit.ViewDrawSplitCanvas.ToString">
<summary>
Obtains the String representation of this instance.
</summary>
<returns>User readable name of the instance.</returns>
</member>
<member name="M:Krypton.Toolkit.ViewDrawSplitCanvas.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="P:Krypton.Toolkit.ViewDrawSplitCanvas.PaletteBack">
<summary>
Gets access to the currently used background palette.
</summary>
</member>
<member name="P:Krypton.Toolkit.ViewDrawSplitCanvas.PaletteBorder">
<summary>
Gets access to the currently used border palette.
</summary>
</member>
<member name="P:Krypton.Toolkit.ViewDrawSplitCanvas.PaletteMetric">
<summary>
Gets access to the currently used metric palette.
</summary>
</member>
<member name="P:Krypton.Toolkit.ViewDrawSplitCanvas.SplitRectangle">
<summary>
Gets and sets the split area of the canvas.
</summary>
</member>
<member name="P:Krypton.Toolkit.ViewDrawSplitCanvas.NonSplitRectangle">
<summary>
Gets and sets the non split area of the canvas.
</summary>
</member>
<member name="P:Krypton.Toolkit.ViewDrawSplitCanvas.Splitter">
<summary>
Is the canvas split into a normal and splitter area.
</summary>
</member>
<member name="M:Krypton.Toolkit.ViewDrawSplitCanvas.SetPalettes(Krypton.Toolkit.IPaletteBack,Krypton.Toolkit.IPaletteBorder)">
<summary>
Update the source palettes for drawing.
</summary>
<param name="paletteBack">Palette source for the background.</param>
<param name="paletteBorder">Palette source for the border.</param>
</member>
<member name="M:Krypton.Toolkit.ViewDrawSplitCanvas.SetPalettes(Krypton.Toolkit.IPaletteBack,Krypton.Toolkit.IPaletteBorder,Krypton.Toolkit.IPaletteMetric)">
<summary>
Update the source palettes for drawing.
</summary>
<param name="paletteBack">Palette source for the background.</param>
<param name="paletteBorder">Palette source for the border.</param>
<param name="paletteMetric">Palette source for the metric.</param>
</member>
<member name="P:Krypton.Toolkit.ViewDrawSplitCanvas.Orientation">
<summary>
Gets and sets the visual orientation.
</summary>
</member>
<member name="P:Krypton.Toolkit.ViewDrawSplitCanvas.DrawTabBorder">
<summary>
Gets and sets if the border should be drawn as a tab border.
</summary>
</member>
<member name="P:Krypton.Toolkit.ViewDrawSplitCanvas.TabBorderStyle">
<summary>
Gets and sets the tab border style to use.
</summary>
</member>
<member name="P:Krypton.Toolkit.ViewDrawSplitCanvas.MaxBorderEdges">
<summary>
Gets and sets the maximum edges allowed.
</summary>
</member>
<member name="P:Krypton.Toolkit.ViewDrawSplitCanvas.ForceGraphicsHint">
<summary>
Gets and sets the forced value for the graphics hint.
</summary>
</member>
<member name="P:Krypton.Toolkit.ViewDrawSplitCanvas.DrawBorderLast">
<summary>
Gets the drawing of the border before or after children.
</summary>
</member>
<member name="P:Krypton.Toolkit.ViewDrawSplitCanvas.DrawCanvas">
<summary>
Gets and sets if the canvas should
</summary>
</member>
<member name="M:Krypton.Toolkit.ViewDrawSplitCanvas.GetOuterBorderPath(Krypton.Toolkit.RenderContext)">
<summary>
Gets a path that describes the outside of the border.
</summary>
<param name="context">Context used by the renderer.</param>
<returns>Path instance.</returns>
</member>
<member name="M:Krypton.Toolkit.ViewDrawSplitCanvas.EvalTransparentPaint(Krypton.Toolkit.ViewContext)">
<summary>
Evaluate the need for drawing transparent areas.
</summary>
<param name="context">Evaluation context.</param>
<returns>True if transparent areas exist; otherwise false.</returns>
</member>
<member name="M:Krypton.Toolkit.ViewDrawSplitCanvas.GetPreferredSize(Krypton.Toolkit.ViewLayoutContext)">
<summary>
Discover the preferred size of the element.
</summary>
<param name="context">Layout context.</param>
<exception cref="T:System.ArgumentNullException"></exception>
</member>
<member name="M:Krypton.Toolkit.ViewDrawSplitCanvas.Layout(Krypton.Toolkit.ViewLayoutContext)">
<summary>
Perform a layout of the elements.
</summary>
<param name="context">Layout context.</param>
<exception cref="T:System.ArgumentNullException"></exception>
</member>
<member name="M:Krypton.Toolkit.ViewDrawSplitCanvas.RenderBefore(Krypton.Toolkit.RenderContext)">
<summary>
Perform rendering before child elements are rendered.
</summary>
<param name="context">Rendering context.</param>
<exception cref="T:System.ArgumentNullException"></exception>
</member>
<member name="M:Krypton.Toolkit.ViewDrawSplitCanvas.RenderAfter(Krypton.Toolkit.RenderContext)">
<summary>
Perform rendering after child elements are rendered.
</summary>
<param name="context">Rendering context.</param>
<exception cref="T:System.ArgumentNullException"></exception>
</member>
<member name="T:Krypton.Toolkit.ViewDrawToday">
<summary>
Draw today's date as a button.
</summary>
</member>
<member name="E:Krypton.Toolkit.ViewDrawToday.Click">
<summary>
Occurs when the today button is clicked.
</summary>
</member>
<member name="M:Krypton.Toolkit.ViewDrawToday.#ctor(Krypton.Toolkit.IKryptonMonthCalendar,Krypton.Toolkit.IPaletteTriple,Krypton.Toolkit.IPaletteTriple,Krypton.Toolkit.IPaletteTriple,Krypton.Toolkit.IPaletteTriple,Krypton.Toolkit.NeedPaintHandler)">
<summary>
Initialize a new instance of the ViewDrawToday class.
</summary>
<param name="calendar">Provider of month calendar values.</param>
<param name="paletteDisabled">Palette source for the disabled state.</param>
<param name="paletteNormal">Palette source for the normal state.</param>
<param name="paletteTracking">Palette source for the tracking state.</param>
<param name="palettePressed">Palette source for the pressed state.</param>
<param name="needPaintHandler">Delegate for requested repainting.</param>
</member>
<member name="M:Krypton.Toolkit.ViewDrawToday.ToString">
<summary>
Obtains the String representation of this instance.
</summary>
<returns>User readable name of the instance.</returns>
</member>
<member name="M:Krypton.Toolkit.ViewDrawToday.GetImage(Krypton.Toolkit.PaletteState)">
<summary>
Gets the content image.
</summary>
<param name="state">The state for which the image is needed.</param>
<returns>Image value.</returns>
</member>
<member name="M:Krypton.Toolkit.ViewDrawToday.GetImageTransparentColor(Krypton.Toolkit.PaletteState)">
<summary>
Gets the image color that should be transparent.
</summary>
<param name="state">The state for which the image is needed.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.ViewDrawToday.GetShortText">
<summary>
Gets the content short text.
</summary>
<returns>String value.</returns>
</member>
<member name="M:Krypton.Toolkit.ViewDrawToday.GetLongText">
<summary>
Gets the content long text.
</summary>
<returns>String value.</returns>
</member>
<member name="M:Krypton.Toolkit.ViewDrawToday.Layout(Krypton.Toolkit.ViewLayoutContext)">
<summary>
Perform a layout of the elements.
</summary>
<param name="context">Layout context.</param>
</member>
<member name="T:Krypton.Toolkit.ViewDrawTrackBar">
<summary>
Draw and operate a track bar.
</summary>
</member>
<member name="E:Krypton.Toolkit.ViewDrawTrackBar.ValueChanged">
<summary>
Occurs when the value of the Value property changes.
</summary>
</member>
<member name="E:Krypton.Toolkit.ViewDrawTrackBar.Scroll">
<summary>
Occurs when the value has changed because of a user change.
</summary>
</member>
<member name="M:Krypton.Toolkit.ViewDrawTrackBar.#ctor(Krypton.Toolkit.PaletteTrackBarStatesOverride,Krypton.Toolkit.PaletteTrackBarStates,Krypton.Toolkit.PaletteTrackBarPositionStatesOverride,Krypton.Toolkit.PaletteTrackBarPositionStatesOverride,Krypton.Toolkit.NeedPaintHandler)">
<summary>
Initialize a new instance of the ViewDrawTrackBar class.
</summary>
<param name="stateNormal">Referenece to normal state values.</param>
<param name="stateDisabled">Referenece to disabled state values.</param>
<param name="stateTracking">Referenece to tracking state values.</param>
<param name="statePressed">Referenece to pressed state values.</param>
<param name="needPaint">Delegate used to request repainting.</param>
</member>
<member name="M:Krypton.Toolkit.ViewDrawTrackBar.ToString">
<summary>
Obtains the String representation of this instance.
</summary>
<returns>User readable name of the instance.</returns>
</member>
<member name="P:Krypton.Toolkit.ViewDrawTrackBar.TrackPosition">
<summary>
Gets the track position element.
</summary>
</member>
<member name="P:Krypton.Toolkit.ViewDrawTrackBar.TrackBarSize">
<summary>
Gets and sets the track bar size.
</summary>
</member>
<member name="P:Krypton.Toolkit.ViewDrawTrackBar.VolumeControl">
<summary>
Gets and sets if the track bar displays like a volume control.
</summary>
</member>
<member name="P:Krypton.Toolkit.ViewDrawTrackBar.Padding">
<summary>
Gets and sets the internal padding space.
</summary>
</member>
<member name="P:Krypton.Toolkit.ViewDrawTrackBar.RightToLeft">
<summary>
Gets and sets the right to left setting.
</summary>
</member>
<member name="P:Krypton.Toolkit.ViewDrawTrackBar.TickStyle">
<summary>
Gets or sets a value indicating how to display the tick marks on the track bar.
</summary>
</member>
<member name="P:Krypton.Toolkit.ViewDrawTrackBar.TickFrequency">
<summary>
Gets or sets a value that specifies the delta between ticks drawn on the control.
</summary>
</member>
<member name="P:Krypton.Toolkit.ViewDrawTrackBar.Orientation">
<summary>
Gets or sets a value indicating the horizontal or vertical orientation of the track bar.
</summary>
</member>
<member name="P:Krypton.Toolkit.ViewDrawTrackBar.Maximum">
<summary>
Gets or sets the upper limit of the range this trackbar is working with.
</summary>
</member>
<member name="P:Krypton.Toolkit.ViewDrawTrackBar.Minimum">
<summary>
Gets or sets the lower limit of the range this trackbar is working with.
</summary>
</member>
<member name="P:Krypton.Toolkit.ViewDrawTrackBar.Value">
<summary>
Gets or sets a numeric value that represents the current position of the scroll box on the track bar.
</summary>
</member>
<member name="P:Krypton.Toolkit.ViewDrawTrackBar.ScrollValue">
<summary>
Sets a numeric value that represents the current position because of a user change.
</summary>
</member>
<member name="P:Krypton.Toolkit.ViewDrawTrackBar.SmallChange">
<summary>
Gets or sets the value added to or subtracted from the Value property when the scroll box is moved a small distance.
</summary>
</member>
<member name="P:Krypton.Toolkit.ViewDrawTrackBar.LargeChange">
<summary>
Gets or sets a value to be added to or subtracted from the Value property when the scroll box is moved a large distance.
</summary>
</member>
<member name="M:Krypton.Toolkit.ViewDrawTrackBar.SetRange(System.Int32,System.Int32)">
<summary>
Sets the minimum and maximum values for a TrackBar.
</summary>
<param name="minValue">The lower limit of the range of the track bar.</param>
<param name="maxValue">The upper limit of the range of the track bar.</param>
</member>
<member name="M:Krypton.Toolkit.ViewDrawTrackBar.SetFixedState(Krypton.Toolkit.PaletteState)">
<summary>
Fix the control to a particular palette state.
</summary>
<param name="state">Palette state to fix.</param>
</member>
<member name="P:Krypton.Toolkit.ViewDrawTrackBar.Enabled">
<summary>
Gets and sets the enabled state of the element.
</summary>
</member>
<member name="M:Krypton.Toolkit.ViewDrawTrackBar.OnMouseWheel(System.Windows.Forms.MouseEventArgs)">
<summary>
Processes the MouseWheel event.
</summary>
<param name="e">Event arguments for the event.</param>
</member>
<member name="P:Krypton.Toolkit.ViewDrawTrackBar.PositionSize">
<summary>
Gets the size of the position indicator.
</summary>
</member>
<member name="P:Krypton.Toolkit.ViewDrawTrackBar.TrackSize">
<summary>
Gets the size of the track.
</summary>
</member>
<member name="P:Krypton.Toolkit.ViewDrawTrackBar.TickSize">
<summary>
Gets the size of the tick area.
</summary>
</member>
<member name="P:Krypton.Toolkit.ViewDrawTrackBar.StateNormal">
<summary>
Gets access to the normal state.
</summary>
</member>
<member name="P:Krypton.Toolkit.ViewDrawTrackBar.StateDisabled">
<summary>
Gets access to the disabled state.
</summary>
</member>
<member name="P:Krypton.Toolkit.ViewDrawTrackBar.StateTracking">
<summary>
Gets access to the tracking state.
</summary>
</member>
<member name="P:Krypton.Toolkit.ViewDrawTrackBar.StatePressed">
<summary>
Gets access to the pressed state.
</summary>
</member>
<member name="M:Krypton.Toolkit.ViewDrawTrackBar.PerformNeedPaint(System.Boolean)">
<summary>
Raises a need paint event.
</summary>
<param name="needLayout">Does the layout need recalculating.</param>
</member>
<member name="M:Krypton.Toolkit.ViewDrawTrackBar.OnValueChanged(System.EventArgs)">
<summary>
Raises the ValueChanged event.
</summary>
<param name="e">An EventArgs containing the event data.</param>
</member>
<member name="M:Krypton.Toolkit.ViewDrawTrackBar.OnScroll(System.EventArgs)">
<summary>
Raises the Scroll event.
</summary>
<param name="e">An EventArgs containing the event data.</param>
</member>
<member name="T:Krypton.Toolkit.ViewDrawTrackPosition">
<summary>
Draw the track for the track bar.
</summary>
</member>
<member name="M:Krypton.Toolkit.ViewDrawTrackPosition.#ctor(Krypton.Toolkit.ViewDrawTrackBar)">
<summary>
Initialize a new instance of the ViewDrawTrackPosition class.
</summary>
<param name="drawTrackBar">Reference to owning track bar.</param>
</member>
<member name="M:Krypton.Toolkit.ViewDrawTrackPosition.ToString">
<summary>
Obtains the String representation of this instance.
</summary>
<returns>User readable name of the instance.</returns>
</member>
<member name="M:Krypton.Toolkit.ViewDrawTrackPosition.GetPreferredSize(Krypton.Toolkit.ViewLayoutContext)">
<summary>
Discover the preferred size of the element.
</summary>
<param name="context">Layout context.</param>
</member>
<member name="M:Krypton.Toolkit.ViewDrawTrackPosition.Layout(Krypton.Toolkit.ViewLayoutContext)">
<summary>
Perform a layout of the elements.
</summary>
<param name="context">Layout context.</param>
<exception cref="T:System.ArgumentNullException"></exception>
</member>
<member name="M:Krypton.Toolkit.ViewDrawTrackPosition.RenderBefore(Krypton.Toolkit.RenderContext)">
<summary>
Perform rendering before child elements are rendered.
</summary>
<param name="context">Rendering context.</param>
</member>
<member name="T:Krypton.Toolkit.ViewDrawTrackTicks">
<summary>
Draw the tick marks for the track bar.
</summary>
</member>
<member name="M:Krypton.Toolkit.ViewDrawTrackTicks.#ctor(Krypton.Toolkit.ViewDrawTrackBar,System.Boolean)">
<summary>
Initialize a new instance of the ViewDrawTrackTicks class.
</summary>
<param name="drawTrackBar">Reference to owning track bar.</param>
<param name="topRight">Showing ticks to the top/right or bottom/left.</param>
</member>
<member name="M:Krypton.Toolkit.ViewDrawTrackTicks.ToString">
<summary>
Obtains the String representation of this instance.
</summary>
<returns>User readable name of the instance.</returns>
</member>
<member name="M:Krypton.Toolkit.ViewDrawTrackTicks.GetPreferredSize(Krypton.Toolkit.ViewLayoutContext)">
<summary>
Discover the preferred size of the element.
</summary>
<param name="context">Layout context.</param>
</member>
<member name="M:Krypton.Toolkit.ViewDrawTrackTicks.Layout(Krypton.Toolkit.ViewLayoutContext)">
<summary>
Perform a layout of the elements.
</summary>
<param name="context">Layout context.</param>
</member>
<member name="M:Krypton.Toolkit.ViewDrawTrackTicks.RenderBefore(Krypton.Toolkit.RenderContext)">
<summary>
Perform rendering before child elements are rendered.
</summary>
<param name="context">Rendering context.</param>
</member>
<member name="T:Krypton.Toolkit.ViewDrawTP">
<summary>
Draw the track for the track bar.
</summary>
</member>
<member name="M:Krypton.Toolkit.ViewDrawTP.#ctor(Krypton.Toolkit.ViewDrawTrackBar)">
<summary>
Initialize a new instance of the ViewDrawTrackPosition class.
</summary>
<param name="drawTrackBar">Reference to owning track bar.</param>
</member>
<member name="M:Krypton.Toolkit.ViewDrawTP.ToString">
<summary>
Obtains the String representation of this instance.
</summary>
<returns>User readable name of the instance.</returns>
</member>
<member name="P:Krypton.Toolkit.ViewDrawTP.ViewDrawTrackBar">
<summary>
Gets access to the owning trackbar.
</summary>
</member>
<member name="P:Krypton.Toolkit.ViewDrawTP.ViewDrawTrackPosition">
<summary>
Gets access to the track position element.
</summary>
</member>
<member name="P:Krypton.Toolkit.ViewDrawTP.Enabled">
<summary>
Gets and sets the enabled state of the element.
</summary>
</member>
<member name="M:Krypton.Toolkit.ViewDrawTP.SetFixedState(Krypton.Toolkit.PaletteState)">
<summary>
Fix the control to a particular palette state.
</summary>
<param name="state">Palette state to fix.</param>
</member>
<member name="M:Krypton.Toolkit.ViewDrawTP.NearestValueFromPoint(System.Drawing.Point)">
<summary>
Find nearest value given the mouse position within track area.
</summary>
<param name="pt">Mouse position,</param>
<returns>Nearest value.</returns>
</member>
<member name="M:Krypton.Toolkit.ViewDrawTP.Layout(Krypton.Toolkit.ViewLayoutContext)">
<summary>
Perform a layout of the elements.
</summary>
<param name="context">Layout context.</param>
</member>
<member name="T:Krypton.Toolkit.ViewDrawTrackTrack">
<summary>
Draw the track for the track bar.
</summary>
</member>
<member name="M:Krypton.Toolkit.ViewDrawTrackTrack.#ctor(Krypton.Toolkit.ViewDrawTrackBar)">
<summary>
Initialize a new instance of the ViewDrawTrackTrack class.
</summary>
<param name="drawTrackBar">Reference to owning track bar.</param>
</member>
<member name="M:Krypton.Toolkit.ViewDrawTrackTrack.ToString">
<summary>
Obtains the String representation of this instance.
</summary>
<returns>User readable name of the instance.</returns>
</member>
<member name="M:Krypton.Toolkit.ViewDrawTrackTrack.GetPreferredSize(Krypton.Toolkit.ViewLayoutContext)">
<summary>
Discover the preferred size of the element.
</summary>
<param name="context">Layout context.</param>
</member>
<member name="M:Krypton.Toolkit.ViewDrawTrackTrack.Layout(Krypton.Toolkit.ViewLayoutContext)">
<summary>
Perform a layout of the elements.
</summary>
<param name="context">Layout context.</param>
</member>
<member name="M:Krypton.Toolkit.ViewDrawTrackTrack.RenderBefore(Krypton.Toolkit.RenderContext)">
<summary>
Perform rendering before child elements are rendered.
</summary>
<param name="context">Rendering context.</param>
</member>
<member name="T:Krypton.Toolkit.ViewDrawWeekNumbers">
<summary>
Draws all the month grid entries including the column names and day values
</summary>
</member>
<member name="M:Krypton.Toolkit.ViewDrawWeekNumbers.#ctor(Krypton.Toolkit.IKryptonMonthCalendar,Krypton.Toolkit.ViewLayoutMonths)">
<summary>
Initialize a new instance of the ViewDrawWeekNumbers class.
</summary>
<param name="calendar">Reference to calendar provider.</param>
<param name="months">Reference to months instance.</param>
</member>
<member name="M:Krypton.Toolkit.ViewDrawWeekNumbers.ToString">
<summary>
Obtains the String representation of this instance.
</summary>
<returns>User readable name of the instance.</returns>
</member>
<member name="M:Krypton.Toolkit.ViewDrawWeekNumbers.Dispose(System.Boolean)">
<summary>
Release unmanaged and optionally managed resources.
</summary>
<param name="disposing">Called from Dispose method.</param>
</member>
<member name="P:Krypton.Toolkit.ViewDrawWeekNumbers.FirstMonth">
<summary>
Is this the first month in the group.
</summary>
</member>
<member name="P:Krypton.Toolkit.ViewDrawWeekNumbers.LastMonth">
<summary>
Is this the last month in the group.
</summary>
</member>
<member name="P:Krypton.Toolkit.ViewDrawWeekNumbers.Month">
<summary>
Sets the date this month is used to represent.
</summary>
</member>
<member name="M:Krypton.Toolkit.ViewDrawWeekNumbers.GetPreferredSize(Krypton.Toolkit.ViewLayoutContext)">
<summary>
Discover the preferred size of the element.
</summary>
<param name="context">Layout context.</param>
</member>
<member name="M:Krypton.Toolkit.ViewDrawWeekNumbers.Layout(Krypton.Toolkit.ViewLayoutContext)">
<summary>
Perform a layout of the elements.
</summary>
<param name="context">Layout context.</param>
</member>
<member name="M:Krypton.Toolkit.ViewDrawWeekNumbers.RenderBefore(Krypton.Toolkit.RenderContext)">
<summary>
Perform rendering before child elements are rendered.
</summary>
<param name="context">Rendering context.</param>
</member>
<member name="M:Krypton.Toolkit.ViewDrawWeekNumbers.GetImage(Krypton.Toolkit.PaletteState)">
<summary>
Gets the content image.
</summary>
<param name="state">The state for which the image is needed.</param>
<returns>Image value.</returns>
</member>
<member name="M:Krypton.Toolkit.ViewDrawWeekNumbers.GetImageTransparentColor(Krypton.Toolkit.PaletteState)">
<summary>
Gets the image color that should be transparent.
</summary>
<param name="state">The state for which the image is needed.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.ViewDrawWeekNumbers.GetShortText">
<summary>
Gets the content short text.
</summary>
<returns>String value.</returns>
</member>
<member name="M:Krypton.Toolkit.ViewDrawWeekNumbers.GetLongText">
<summary>
Gets the content long text.
</summary>
<returns>String value.</returns>
</member>
<member name="T:Krypton.Toolkit.ViewLayoutCenter">
<summary>
View element that draws nothing and will center all children within itself.
</summary>
</member>
<member name="M:Krypton.Toolkit.ViewLayoutCenter.#ctor">
<summary>
Initialize a new instance of the ViewLayoutCenter class.
</summary>
</member>
<member name="M:Krypton.Toolkit.ViewLayoutCenter.#ctor(Krypton.Toolkit.ViewBase)">
<summary>
Initialize a new instance of the ViewLayoutCenter class.
</summary>
<param name="childElement">Optional element to add as child.</param>
</member>
<member name="M:Krypton.Toolkit.ViewLayoutCenter.#ctor(Krypton.Toolkit.IPaletteMetric,Krypton.Toolkit.PaletteMetricPadding,Krypton.Toolkit.VisualOrientation)">
<summary>
Initialize a new instance of the ViewLayoutCenter class.
</summary>
<param name="paletteMetric">Target for recovering metric values.</param>
<param name="metricPadding">Metric to use for border padding.</param>
<param name="orientation">Orientation of the element.</param>
</member>
<member name="M:Krypton.Toolkit.ViewLayoutCenter.#ctor(Krypton.Toolkit.IPaletteMetric,Krypton.Toolkit.PaletteMetricPadding,Krypton.Toolkit.VisualOrientation,Krypton.Toolkit.ViewBase)">
<summary>
Initialize a new instance of the ViewLayoutCenter class.
</summary>
<param name="paletteMetric">Target for recovering metric values.</param>
<param name="metricPadding">Metric to use for border padding.</param>
<param name="orientation">Orientation of the element.</param>
<param name="childElement">Optional element to add as child.</param>
</member>
<member name="M:Krypton.Toolkit.ViewLayoutCenter.#ctor(System.Int32)">
<summary>
Initialize a new instance of the ViewLayoutCenter class.
</summary>
<param name="size">Manual padding amount.</param>
</member>
<member name="M:Krypton.Toolkit.ViewLayoutCenter.ToString">
<summary>
Obtains the String representation of this instance.
</summary>
<returns>User readable name of the instance.</returns>
</member>
<member name="P:Krypton.Toolkit.ViewLayoutCenter.MetricPadding">
<summary>
Gets and sets the metric used to calculate the extra border padding.
</summary>
</member>
<member name="P:Krypton.Toolkit.ViewLayoutCenter.Orientation">
<summary>
Gets and sets the visual orientation.
</summary>
</member>
<member name="M:Krypton.Toolkit.ViewLayoutCenter.GetPreferredSize(Krypton.Toolkit.ViewLayoutContext)">
<summary>
Discover the preferred size of the element.
</summary>
<param name="context">Layout context.</param>
</member>
<member name="M:Krypton.Toolkit.ViewLayoutCenter.Layout(Krypton.Toolkit.ViewLayoutContext)">
<summary>
Perform a layout of the elements.
</summary>
<param name="context">Layout context.</param>
</member>
<member name="M:Krypton.Toolkit.ViewLayoutColorStack.#ctor">
<summary>
Initialize a new instance of the ViewLayoutStack class.
</summary>
</member>
<member name="M:Krypton.Toolkit.ViewLayoutColorStack.ToString">
<summary>
Obtains the String representation of this instance.
</summary>
<returns>User readable name of the instance.</returns>
</member>
<member name="M:Krypton.Toolkit.ViewLayoutColorStack.Render(Krypton.Toolkit.RenderContext)">
<summary>
Perform a render of the elements.
</summary>
<param name="context">Rendering context.</param>
</member>
<member name="M:Krypton.Toolkit.ViewLayoutColorStack.RenderBefore(Krypton.Toolkit.RenderContext)">
<summary>
Perform rendering before child elements are rendered.
</summary>
<param name="context">Rendering context.</param>
</member>
<member name="M:Krypton.Toolkit.ViewLayoutColorStack.RenderAfter(Krypton.Toolkit.RenderContext)">
<summary>
Perform rendering after child elements are rendered.
</summary>
<param name="context">Rendering context.</param>
</member>
<member name="T:Krypton.Toolkit.ViewLayoutContext">
<summary>
Encapsulates context for view layout operations.
</summary>
</member>
<member name="M:Krypton.Toolkit.ViewLayoutContext.#ctor(System.Windows.Forms.Control,Krypton.Toolkit.IRenderer)">
<summary>
Initialize a new instance of the ViewContext class.
</summary>
<param name="control">Control associated with rendering.</param>
<param name="renderer">Rendering provider.</param>
</member>
<member name="M:Krypton.Toolkit.ViewLayoutContext.#ctor(Krypton.Toolkit.ViewManager,System.Windows.Forms.Control,System.Windows.Forms.Control,Krypton.Toolkit.IRenderer)">
<summary>
Initialize a new instance of the ViewContext class.
</summary>
<param name="manager">Reference to the view manager.</param>
<param name="control">Control associated with rendering.</param>
<param name="alignControl">Control used for aligning elements.</param>
<param name="renderer">Rendering provider.</param>
</member>
<member name="M:Krypton.Toolkit.ViewLayoutContext.#ctor(Krypton.Toolkit.ViewManager,System.Windows.Forms.Control,System.Windows.Forms.Control,Krypton.Toolkit.IRenderer,System.Drawing.Size)">
<summary>
Initialize a new instance of the ViewContext class.
</summary>
<param name="manager">Reference to the view manager.</param>
<param name="control">Control associated with rendering.</param>
<param name="alignControl">Control used for aligning elements.</param>
<param name="renderer">Rendering provider.</param>
<param name="displaySize">Display size.</param>
</member>
<member name="M:Krypton.Toolkit.ViewLayoutContext.#ctor(Krypton.Toolkit.ViewManager,System.Windows.Forms.Form,System.Drawing.Rectangle,Krypton.Toolkit.IRenderer)">
<summary>
Initialize a new instance of the ViewContext class.
</summary>
<param name="manager">Reference to the view manager.</param>
<param name="form">Form associated with rendering.</param>
<param name="formRect">Window rectangle for the Form.</param>
<param name="renderer">Rendering provider.</param>
</member>
<member name="M:Krypton.Toolkit.ViewLayoutContext.#ctor(Krypton.Toolkit.ViewManager,System.Windows.Forms.Control,System.Windows.Forms.Control,System.Drawing.Graphics,Krypton.Toolkit.IRenderer,System.Drawing.Size)">
<summary>
Initialize a new instance of the ViewContext class.
</summary>
<param name="manager">Reference to the view manager.</param>
<param name="control">Control associated with rendering.</param>
<param name="alignControl">Control used for aligning elements.</param>
<param name="graphics">Graphics instance for drawing.</param>
<param name="renderer">Rendering provider.</param>
<param name="displaySize">Display size.</param>
</member>
<member name="P:Krypton.Toolkit.ViewLayoutContext.DisplayRectangle">
<summary>
Gets and sets the available display area.
</summary>
</member>
<member name="T:Krypton.Toolkit.ViewLayoutControl">
<summary>
View element that contains a control that has a view hierarchy of its own.
</summary>
</member>
<member name="M:Krypton.Toolkit.ViewLayoutControl.#ctor(Krypton.Toolkit.VisualControl,Krypton.Toolkit.ViewBase)">
<summary>
Initialize a new instance of the ViewLayoutControl class.
</summary>
<param name="rootControl">Top level visual control.</param>
<param name="viewChild">View used to size and position the child control.</param>
</member>
<member name="M:Krypton.Toolkit.ViewLayoutControl.#ctor(Krypton.Toolkit.ViewControl,Krypton.Toolkit.VisualControl,Krypton.Toolkit.ViewBase)">
<summary>
Initialize a new instance of the ViewLayoutControl class.
</summary>
<param name="viewControl">View control to use as child.</param>
<param name="rootControl">Top level visual control.</param>
<param name="viewChild">View used to size and position the child control.</param>
</member>
<member name="M:Krypton.Toolkit.ViewLayoutControl.Dispose(System.Boolean)">
<summary>
Release unmanaged and optionally managed resources.
</summary>
<param name="disposing">Called from Dispose method.</param>
</member>
<member name="M:Krypton.Toolkit.ViewLayoutControl.ToString">
<summary>
Obtains the String representation of this instance.
</summary>
<returns>User readable name of the instance.</returns>
</member>
<member name="P:Krypton.Toolkit.ViewLayoutControl.Visible">
<summary>
Gets and sets the visible state of the element.
</summary>
</member>
<member name="P:Krypton.Toolkit.ViewLayoutControl.LayoutOffset">
<summary>
Gets and sets the offset to apply the layout of the child view.
</summary>
</member>
<member name="P:Krypton.Toolkit.ViewLayoutControl.ChildView">
<summary>
Gets access to the child view.
</summary>
</member>
<member name="P:Krypton.Toolkit.ViewLayoutControl.ChildControl">
<summary>
Gets access to the child control.
</summary>
</member>
<member name="P:Krypton.Toolkit.ViewLayoutControl.ChildPaintDelegate">
<summary>
Gets access to the child controls paint delegate.
</summary>
</member>
<member name="P:Krypton.Toolkit.ViewLayoutControl.ChildTransparentBackground">
<summary>
Gets and sets if the background is transparent.
</summary>
</member>
<member name="P:Krypton.Toolkit.ViewLayoutControl.InDesignMode">
<summary>
Gets and sets a value indicating if the control is in design mode.
</summary>
</member>
<member name="M:Krypton.Toolkit.ViewLayoutControl.MakeParent(System.Windows.Forms.Control)">
<summary>
Reparent the provided control as a child of ourself.
</summary>
<param name="c">Control to reparent.</param>
</member>
<member name="M:Krypton.Toolkit.ViewLayoutControl.GetPreferredSize(Krypton.Toolkit.ViewLayoutContext)">
<summary>
Discover the preferred size of the element.
</summary>
<param name="context">Layout context.</param>
</member>
<member name="M:Krypton.Toolkit.ViewLayoutControl.Layout(Krypton.Toolkit.ViewLayoutContext)">
<summary>
Perform a layout of the elements.
</summary>
<param name="context">Layout context.</param>
</member>
<member name="M:Krypton.Toolkit.ViewLayoutControl.ViewFromPoint(System.Drawing.Point)">
<summary>
Find the view that contains the specified point.
</summary>
<param name="pt">Point in view coordinates.</param>
<returns>ViewBase if a match is found; otherwise false.</returns>
</member>
<member name="T:Krypton.Toolkit.ViewLayoutCrumbs">
<summary>
Creates and layout individual crumbs.
</summary>
</member>
<member name="M:Krypton.Toolkit.ViewLayoutCrumbs.#ctor(Krypton.Toolkit.KryptonBreadCrumb,Krypton.Toolkit.NeedPaintHandler)">
<summary>
Initialize a new instance of the ViewLayoutCrumbs class.
</summary>
<param name="kryptonBreadCrumb">Reference to owning bread crumb control.</param>
<param name="needPaintDelegate">Delegate used to request repainting..</param>
</member>
<member name="M:Krypton.Toolkit.ViewLayoutCrumbs.Dispose(System.Boolean)">
<summary>
Release unmanaged and optionally managed resources.
</summary>
<param name="disposing">Called from Dispose method.</param>
</member>
<member name="M:Krypton.Toolkit.ViewLayoutCrumbs.ToString">
<summary>
Obtains the String representation of this instance.
</summary>
<returns>User readable name of the instance.</returns>
</member>
<member name="M:Krypton.Toolkit.ViewLayoutCrumbs.GetPreferredSize(Krypton.Toolkit.ViewLayoutContext)">
<summary>
Discover the preferred size of the element.
</summary>
<param name="context">Layout context.</param>
</member>
<member name="M:Krypton.Toolkit.ViewLayoutCrumbs.Layout(Krypton.Toolkit.ViewLayoutContext)">
<summary>
Perform a layout of the elements.
</summary>
<param name="context">Layout context.</param>
</member>
<member name="M:Krypton.Toolkit.ViewLayoutCrumbs.RenderBefore(Krypton.Toolkit.RenderContext)">
<summary>
Perform rendering before child elements are rendered.
</summary>
<param name="context">Rendering context.</param>
</member>
<member name="M:Krypton.Toolkit.ViewLayoutCrumbs.Render(Krypton.Toolkit.RenderContext)">
<summary>
Perform a render of the elements.
</summary>
<param name="context">Rendering context.</param>
</member>
<member name="M:Krypton.Toolkit.ViewLayoutCrumbs.GetImage(Krypton.Toolkit.PaletteState)">
<summary>
Gets the content image.
</summary>
<param name="state">The state for which the image is needed.</param>
<returns>Image value.</returns>
</member>
<member name="M:Krypton.Toolkit.ViewLayoutCrumbs.GetImageTransparentColor(Krypton.Toolkit.PaletteState)">
<summary>
Gets the image color that should be transparent.
</summary>
<param name="state">The state for which the image is needed.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.ViewLayoutCrumbs.GetShortText">
<summary>
Gets the content short text.
</summary>
<returns>String value.</returns>
</member>
<member name="M:Krypton.Toolkit.ViewLayoutCrumbs.GetLongText">
<summary>
Gets the content long text.
</summary>
<returns>String value.</returns>
</member>
<member name="T:Krypton.Toolkit.ViewLayoutDocker">
<summary>
Extends the ViewComposite by applying a docking style for each child.
</summary>
</member>
<member name="M:Krypton.Toolkit.ViewLayoutDocker.#ctor">
<summary>
Initialize a new instance of the ViewLayoutDocker class.
</summary>
</member>
<member name="M:Krypton.Toolkit.ViewLayoutDocker.ToString">
<summary>
Obtains the String representation of this instance.
</summary>
<returns>User readable name of the instance.</returns>
</member>
<member name="P:Krypton.Toolkit.ViewLayoutDocker.IgnoreRightToLeftLayout">
<summary>
Gets and sets if the RightToLeftLayout ability is used.
</summary>
</member>
<member name="P:Krypton.Toolkit.ViewLayoutDocker.Orientation">
<summary>
Gets and sets the visual orientation.
</summary>
</member>
<member name="P:Krypton.Toolkit.ViewLayoutDocker.Padding">
<summary>
Gets and sets the padding around the edges.
</summary>
</member>
<member name="P:Krypton.Toolkit.ViewLayoutDocker.MaxBorderEdges">
<summary>
Gets and sets the maximum edges allowed.
</summary>
</member>
<member name="P:Krypton.Toolkit.ViewLayoutDocker.RemoveChildBorders">
<summary>
Gets and sets a value indicating if borders for docking edged children should be removed to prevent double borders.
</summary>
</member>
<member name="P:Krypton.Toolkit.ViewLayoutDocker.PreferredSizeAll">
<summary>
Gets and sets a value indicating if calculating the preferred size should include visible and invisible children.
</summary>
</member>
<member name="P:Krypton.Toolkit.ViewLayoutDocker.FillRectangle">
<summary>
Gets the fill rectangle left after positioning all children.
</summary>
</member>
<member name="M:Krypton.Toolkit.ViewLayoutDocker.GetDock(Krypton.Toolkit.ViewBase)">
<summary>
Gets the dock setting for the provided child instance.
</summary>
<param name="child">Child view element.</param>
<returns>Docking setting.</returns>
</member>
<member name="M:Krypton.Toolkit.ViewLayoutDocker.SetDock(Krypton.Toolkit.ViewBase,Krypton.Toolkit.ViewDockStyle)">
<summary>
Sets the dock setting for the provided child instance.
</summary>
<param name="child">Child view element.</param>
<param name="dock">ViewDockStyle setting.</param>
</member>
<member name="M:Krypton.Toolkit.ViewLayoutDocker.Add(Krypton.Toolkit.ViewBase,Krypton.Toolkit.ViewDockStyle)">
<summary>
Append a view to the collection.
</summary>
<param name="item">ViewBase reference.</param>
<param name="dock">DockStyle setting.</param>
</member>
<member name="P:Krypton.Toolkit.ViewLayoutDocker.Tag">
<summary>
Gets and sets data with the view.
</summary>
</member>
<member name="M:Krypton.Toolkit.ViewLayoutDocker.GetPreferredSize(Krypton.Toolkit.ViewLayoutContext)">
<summary>
Discover the preferred size of the element.
</summary>
<param name="context">Layout context.</param>
</member>
<member name="M:Krypton.Toolkit.ViewLayoutDocker.Layout(Krypton.Toolkit.ViewLayoutContext)">
<summary>
Perform a layout of the elements.
</summary>
<param name="context">Layout context.</param>
</member>
<member name="M:Krypton.Toolkit.ViewLayoutDocker.UpdatePreferredSize(System.Drawing.Size)">
<summary>
Allow the preferred size calculated by GetPreferredSize to be modified before use.
</summary>
<param name="preferredSize">Original preferred size value.</param>
<returns>Modified size.</returns>
</member>
<member name="M:Krypton.Toolkit.ViewLayoutDocker.UpdateFillerRect(System.Drawing.Rectangle,System.Windows.Forms.Control)">
<summary>
Allow the filler rectangle calculated by Layout to be modified before use.
</summary>
<param name="fillerRect">Original filler rectangle.</param>
<param name="control">Owning control instance.</param>
<returns>Modified rectangle.</returns>
</member>
<member name="M:Krypton.Toolkit.ViewLayoutDocker.CalculateDock(Krypton.Toolkit.ViewDockStyle,System.Windows.Forms.Control)">
<summary>
Find the actual docking to apply for the specified RightToLeft setting.
</summary>
<param name="ds">Docking style.</param>
<param name="control">Control for which the setting is needed.</param>
<returns>Calculated docking to actual use.</returns>
</member>
<member name="M:Krypton.Toolkit.ViewLayoutDocker.OrientateDock(Krypton.Toolkit.ViewDockStyle)">
<summary>
Update the incoming dock style to reflect our orientation.
</summary>
<param name="style">Incoming dock style.</param>
<returns>Orientation adjusted dock style.</returns>
</member>
<member name="T:Krypton.Toolkit.ViewLayoutFill">
<summary>
View element that is used to fill a docker area and positions a control to the same size.
</summary>
</member>
<member name="M:Krypton.Toolkit.ViewLayoutFill.#ctor">
<summary>
Initialize a new instance of the ViewLayoutNull class.
</summary>
</member>
<member name="M:Krypton.Toolkit.ViewLayoutFill.#ctor(System.Windows.Forms.Control)">
<summary>
Initialize a new instance of the ViewLayoutNull class.
</summary>
<param name="control">Control to position in fill location.</param>
</member>
<member name="M:Krypton.Toolkit.ViewLayoutFill.ToString">
<summary>
Obtains the String representation of this instance.
</summary>
<returns>User readable name of the instance.</returns>
</member>
<member name="P:Krypton.Toolkit.ViewLayoutFill.DisplayPadding">
<summary>
Gets and sets the padding used around the control.
</summary>
</member>
<member name="P:Krypton.Toolkit.ViewLayoutFill.FillRect">
<summary>
Gets the latest calculated fill rectangle.
</summary>
</member>
<member name="M:Krypton.Toolkit.ViewLayoutFill.GetPreferredSize(Krypton.Toolkit.ViewLayoutContext)">
<summary>
Discover the preferred size of the element.
</summary>
<param name="context">Layout context.</param>
</member>
<member name="M:Krypton.Toolkit.ViewLayoutFill.Layout(Krypton.Toolkit.ViewLayoutContext)">
<summary>
Perform a layout of the elements.
</summary>
<param name="context">Layout context.</param>
</member>
<member name="T:Krypton.Toolkit.ViewLayoutFit">
<summary>
View element that draws nothing and will split the space equally between the children.
</summary>
</member>
<member name="M:Krypton.Toolkit.ViewLayoutFit.#ctor(System.Windows.Forms.Orientation)">
<summary>
Initialize a new instance of the ViewLayoutFit class.
</summary>
<param name="orientation">Direction to fit.</param>
</member>
<member name="M:Krypton.Toolkit.ViewLayoutFit.ToString">
<summary>
Obtains the String representation of this instance.
</summary>
<returns>User readable name of the instance.</returns>
</member>
<member name="M:Krypton.Toolkit.ViewLayoutFit.Layout(Krypton.Toolkit.ViewLayoutContext)">
<summary>
Perform a layout of the elements.
</summary>
<param name="context">Layout context.</param>
</member>
<member name="T:Krypton.Toolkit.ViewLayoutMenuItemSelect">
<summary>
View element that creates and lays out the image list items.
</summary>
</member>
<member name="M:Krypton.Toolkit.ViewLayoutMenuItemSelect.#ctor(Krypton.Toolkit.KryptonContextMenuImageSelect,Krypton.Toolkit.IContextMenuProvider)">
<summary>
Initialize a new instance of the ViewLayoutMenuItemSelect class.
</summary>
<param name="itemSelect">Reference to owning instance.</param>
<param name="provider">Provider of context menu information.</param>
</member>
<member name="M:Krypton.Toolkit.ViewLayoutMenuItemSelect.ToString">
<summary>
Obtains the String representation of this instance.
</summary>
<returns>User readable name of the instance.</returns>
</member>
<member name="P:Krypton.Toolkit.ViewLayoutMenuItemSelect.ItemEnabled">
<summary>
Gets the enabled state of the item.
</summary>
</member>
<member name="P:Krypton.Toolkit.ViewLayoutMenuItemSelect.CanCloseMenu">
<summary>
Gets a value indicating if the menu is capable of being closed.
</summary>
</member>
<member name="M:Krypton.Toolkit.ViewLayoutMenuItemSelect.Closing(System.ComponentModel.CancelEventArgs)">
<summary>
Raises the Closing event on the provider.
</summary>
<param name="cea">A CancelEventArgs containing the event data.</param>
</member>
<member name="M:Krypton.Toolkit.ViewLayoutMenuItemSelect.Close(Krypton.Toolkit.CloseReasonEventArgs)">
<summary>
Raises the Close event on the provider.
</summary>
<param name="e">A CancelEventArgs containing the event data.</param>
</member>
<member name="M:Krypton.Toolkit.ViewLayoutMenuItemSelect.GetPreferredSize(Krypton.Toolkit.ViewLayoutContext)">
<summary>
Discover the preferred size of the element.
</summary>
<param name="context">Layout context.</param>
</member>
<member name="M:Krypton.Toolkit.ViewLayoutMenuItemSelect.Layout(Krypton.Toolkit.ViewLayoutContext)">
<summary>
Perform a layout of the elements.
</summary>
<param name="context">Layout context.</param>
</member>
<member name="T:Krypton.Toolkit.ViewLayoutMenuItemsPile">
<summary>
Extends the ViewLayoutPile so that menu items are laid out in columns.
</summary>
</member>
<member name="M:Krypton.Toolkit.ViewLayoutMenuItemsPile.#ctor(Krypton.Toolkit.IContextMenuProvider,Krypton.Toolkit.KryptonContextMenuItems,System.Boolean,System.Boolean)">
<summary>
Initialize a new instance of the ViewLayoutMenuItemsPile class.
</summary>
<param name="provider">Provider of context menu values.</param>
<param name="items">Reference to the owning collection.</param>
<param name="standardStyle">Draw items with standard or alternate style.</param>
<param name="imageColumn">Draw an image background for the item images.</param>
</member>
<member name="M:Krypton.Toolkit.ViewLayoutMenuItemsPile.ToString">
<summary>
Obtains the String representation of this instance.
</summary>
<returns>User readable name of the instance.</returns>
</member>
<member name="P:Krypton.Toolkit.ViewLayoutMenuItemsPile.ItemStack">
<summary>
Gets access to the stack containing individual menu items
</summary>
</member>
<member name="M:Krypton.Toolkit.ViewLayoutMenuItemsPile.GetPreferredSize(Krypton.Toolkit.ViewLayoutContext)">
<summary>
Discover the preferred size of the element.
</summary>
<param name="context">Layout context.</param>
</member>
<member name="M:Krypton.Toolkit.ViewLayoutMenuItemsPile.Layout(Krypton.Toolkit.ViewLayoutContext)">
<summary>
Perform a layout of the elements.
</summary>
<param name="context">Layout context.</param>
</member>
<member name="T:Krypton.Toolkit.ViewLayoutMenuSepGap">
<summary>
Positions a separator to take up space without drawing.
</summary>
</member>
<member name="M:Krypton.Toolkit.ViewLayoutMenuSepGap.#ctor(Krypton.Toolkit.PaletteContextMenuRedirect,System.Boolean)">
<summary>
Initialize a new instance of the ViewLayoutMenuSepGap class.
</summary>
<param name="stateCommon">Source of palette values.</param>
<param name="standardStyle">Draw items with standard or alternate style.</param>
</member>
<member name="M:Krypton.Toolkit.ViewLayoutMenuSepGap.ToString">
<summary>
Obtains the String representation of this instance.
</summary>
<returns>User readable name of the instance.</returns>
</member>
<member name="M:Krypton.Toolkit.ViewLayoutMenuSepGap.GetPreferredSize(Krypton.Toolkit.ViewLayoutContext)">
<summary>
Discover the preferred size of the element.
</summary>
<param name="context">Layout context.</param>
</member>
<member name="T:Krypton.Toolkit.ViewLayoutMetricSpacer">
<summary>
View element that draws nothing and just takes up the metric provided size.
</summary>
</member>
<member name="M:Krypton.Toolkit.ViewLayoutMetricSpacer.#ctor(Krypton.Toolkit.IPaletteMetric,Krypton.Toolkit.PaletteMetricInt)">
<summary>
Initialize a new instance of the ViewLayoutMetricSpacer class.
</summary>
<param name="paletteMetric">Palette source for metric values.</param>
<param name="metricInt">Metric used to get spacer size.</param>
</member>
<member name="M:Krypton.Toolkit.ViewLayoutMetricSpacer.ToString">
<summary>
Obtains the String representation of this instance.
</summary>
<returns>User readable name of the instance.</returns>
</member>
<member name="M:Krypton.Toolkit.ViewLayoutMetricSpacer.SetMetrics(Krypton.Toolkit.IPaletteMetric)">
<summary>
Updates the metrics source and metric to use.
</summary>
<param name="paletteMetric">Source for acquiring metrics.</param>
</member>
<member name="M:Krypton.Toolkit.ViewLayoutMetricSpacer.SetMetrics(Krypton.Toolkit.IPaletteMetric,Krypton.Toolkit.PaletteMetricInt)">
<summary>
Updates the metrics source and metric to use.
</summary>
<param name="paletteMetric">Source for acquiring metrics.</param>
<param name="metricInt">Actual integer metric to use.</param>
</member>
<member name="M:Krypton.Toolkit.ViewLayoutMetricSpacer.GetPreferredSize(Krypton.Toolkit.ViewLayoutContext)">
<summary>
Discover the preferred size of the element.
</summary>
<param name="context">Layout context.</param>
</member>
<member name="M:Krypton.Toolkit.ViewLayoutMetricSpacer.Layout(Krypton.Toolkit.ViewLayoutContext)">
<summary>
Perform a layout of the elements.
</summary>
<param name="context">Layout context.</param>
</member>
<member name="T:Krypton.Toolkit.ViewLayoutMonths">
<summary>
Extends the ViewComposite by creating/destroying month instances in a grid.
</summary>
</member>
<member name="M:Krypton.Toolkit.ViewLayoutMonths.#ctor(Krypton.Toolkit.IContextMenuProvider,Krypton.Toolkit.KryptonContextMenuMonthCalendar,Krypton.Toolkit.ViewContextMenuManager,Krypton.Toolkit.IKryptonMonthCalendar,Krypton.Toolkit.PaletteRedirect,Krypton.Toolkit.NeedPaintHandler)">
<summary>
Initialize a new instance of the ViewLayoutMonths class.
</summary>
<param name="provider">Provider of context menu information.</param>
<param name="monthCalendar">Reference to owning month calendar entry.</param>
<param name="viewManager">Owning view manager instance.</param>
<param name="calendar">Reference to calendar provider.</param>
<param name="redirector">Redirector for getting values.</param>
<param name="needPaintDelegate">Delegate for requesting paint changes.</param>
</member>
<member name="M:Krypton.Toolkit.ViewLayoutMonths.ToString">
<summary>
Obtains the String representation of this instance.
</summary>
<returns>User readable name of the instance.</returns>
</member>
<member name="P:Krypton.Toolkit.ViewLayoutMonths.AllowButtonSpecToolTips">
<summary>
Gets and sets a value indicating if tooltips should be displayed for button specs.
</summary>
</member>
<member name="P:Krypton.Toolkit.ViewLayoutMonths.ButtonManager">
<summary>
Gets access to the button manager.
</summary>
</member>
<member name="P:Krypton.Toolkit.ViewLayoutMonths.ButtonSpecs">
<summary>
Gets access to the collection of button spec definitions.
</summary>
</member>
<member name="M:Krypton.Toolkit.ViewLayoutMonths.RecreateButtons">
<summary>
Recreate the set of button spec instances.
</summary>
</member>
<member name="P:Krypton.Toolkit.ViewLayoutMonths.Calendar">
<summary>
Gets access to the month calendar.
</summary>
</member>
<member name="P:Krypton.Toolkit.ViewLayoutMonths.Provider">
<summary>
Gets access to the optional context menu provider.
</summary>
</member>
<member name="P:Krypton.Toolkit.ViewLayoutMonths.TrackingDay">
<summary>
Gets and sets the day that is currently being tracked.
</summary>
</member>
<member name="P:Krypton.Toolkit.ViewLayoutMonths.FocusDay">
<summary>
Gets and sets the day that is currently showing focus.
</summary>
</member>
<member name="P:Krypton.Toolkit.ViewLayoutMonths.AnchorDay">
<summary>
Gets and sets the day that is the anchor for shift changes.
</summary>
</member>
<member name="P:Krypton.Toolkit.ViewLayoutMonths.ShowTodayCircle">
<summary>
Gets and set the display of a circle for todays date.
</summary>
</member>
<member name="P:Krypton.Toolkit.ViewLayoutMonths.ShowToday">
<summary>
Gets and set the display of todays date.
</summary>
</member>
<member name="P:Krypton.Toolkit.ViewLayoutMonths.CloseOnTodayClick">
<summary>
Gets and set if the menu is closed when the today button is pressed.
</summary>
</member>
<member name="P:Krypton.Toolkit.ViewLayoutMonths.ShowWeekNumbers">
<summary>
Gets and sets the showing of week numbers.
</summary>
</member>
<member name="P:Krypton.Toolkit.ViewLayoutMonths.Months">
<summary>
Gets the number of display months.
</summary>
</member>
<member name="M:Krypton.Toolkit.ViewLayoutMonths.ProcessKeyDown(System.Windows.Forms.Control,System.Windows.Forms.KeyEventArgs)">
<summary>
Process a key down by finding the correct month and calling the associated key controller.
</summary>
<param name="c">Owning control.</param>
<param name="e">A KeyEventArgs that contains the event data.</param>
<returns>True if the key was processed; otherwise false.</returns>
</member>
<member name="M:Krypton.Toolkit.ViewLayoutMonths.DayNearPoint(System.Drawing.Point)">
<summary>
Gets the button for the day that is nearest (date wise) to the point provided.
</summary>
<param name="pt">Point to lookup.</param>
<returns>DateTime for nearest matching day.</returns>
</member>
<member name="M:Krypton.Toolkit.ViewLayoutMonths.DayFromPoint(System.Drawing.Point,System.Boolean)">
<summary>
Gets the button for the day that is under the provided point.
</summary>
<param name="pt">Point to lookup.</param>
<param name="exact">Exact requires that the day must be with the month range.</param>
<returns>DateTime for matching day; otherwise null.</returns>
</member>
<member name="M:Krypton.Toolkit.ViewLayoutMonths.NextMonth">
<summary>
Move to the next month.
</summary>
</member>
<member name="M:Krypton.Toolkit.ViewLayoutMonths.PrevMonth">
<summary>
Move to the previous month.
</summary>
</member>
<member name="M:Krypton.Toolkit.ViewLayoutMonths.GetSingleMonthSize(Krypton.Toolkit.ViewLayoutContext)">
<summary>
Gets the size required to draw a single month.
</summary>
<param name="context">Layout context.</param>
</member>
<member name="M:Krypton.Toolkit.ViewLayoutMonths.GetExtraSize(Krypton.Toolkit.ViewLayoutContext)">
<summary>
Gets the size required to draw extra elements such as headers.
</summary>
<param name="context">Layout context.</param>
</member>
<member name="M:Krypton.Toolkit.ViewLayoutMonths.GetPreferredSize(Krypton.Toolkit.ViewLayoutContext)">
<summary>
Discover the preferred size of the element.
</summary>
<param name="context">Layout context.</param>
</member>
<member name="M:Krypton.Toolkit.ViewLayoutMonths.Layout(Krypton.Toolkit.ViewLayoutContext)">
<summary>
Perform a layout of the elements.
</summary>
<param name="context">Layout context.</param>
</member>
<member name="M:Krypton.Toolkit.ViewLayoutMonths.GetImage(Krypton.Toolkit.PaletteState)">
<summary>
Gets the content image.
</summary>
<param name="state">The state for which the image is needed.</param>
<returns>Image value.</returns>
</member>
<member name="M:Krypton.Toolkit.ViewLayoutMonths.GetImageTransparentColor(Krypton.Toolkit.PaletteState)">
<summary>
Gets the image color that should be transparent.
</summary>
<param name="state">The state for which the image is needed.</param>
<returns>Color value.</returns>
</member>
<member name="M:Krypton.Toolkit.ViewLayoutMonths.GetShortText">
<summary>
Gets the content short text.
</summary>
<returns>String value.</returns>
</member>
<member name="M:Krypton.Toolkit.ViewLayoutMonths.GetLongText">
<summary>
Gets the content long text.
</summary>
<returns>String value.</returns>
</member>
<member name="T:Krypton.Toolkit.ViewLayoutNull">
<summary>
View element that draws nothing and just takes up the provided size.
</summary>
</member>
<member name="M:Krypton.Toolkit.ViewLayoutNull.#ctor">
<summary>
Initialize a new instance of the ViewLayoutNull class.
</summary>
</member>
<member name="M:Krypton.Toolkit.ViewLayoutNull.ToString">
<summary>
Obtains the String representation of this instance.
</summary>
<returns>User readable name of the instance.</returns>
</member>
<member name="M:Krypton.Toolkit.ViewLayoutNull.GetPreferredSize(Krypton.Toolkit.ViewLayoutContext)">
<summary>
Discover the preferred size of the element.
</summary>
<param name="context">Layout context.</param>
</member>
<member name="M:Krypton.Toolkit.ViewLayoutNull.Layout(Krypton.Toolkit.ViewLayoutContext)">
<summary>
Perform a layout of the elements.
</summary>
<param name="context">Layout context.</param>
</member>
<member name="T:Krypton.Toolkit.ViewLayoutPadding">
<summary>
View element that draws nothing and will use a padding around the children.
</summary>
</member>
<member name="M:Krypton.Toolkit.ViewLayoutPadding.#ctor">
<summary>
Initialize a new instance of the ViewLayoutPadding class.
</summary>
</member>
<member name="M:Krypton.Toolkit.ViewLayoutPadding.#ctor(System.Windows.Forms.Padding)">
<summary>
Initialize a new instance of the ViewLayoutPadding class.
</summary>
<param name="displayPadding">Padding to use around area.</param>
</member>
<member name="M:Krypton.Toolkit.ViewLayoutPadding.#ctor(System.Windows.Forms.Padding,Krypton.Toolkit.ViewBase)">
<summary>
Initialize a new instance of the ViewLayoutPadding class.
</summary>
<param name="displayPadding">Padding to use around area.</param>
<param name="child">Child to add into view hierarchy.</param>
</member>
<member name="M:Krypton.Toolkit.ViewLayoutPadding.ToString">
<summary>
Obtains the String representation of this instance.
</summary>
<returns>User readable name of the instance.</returns>
</member>
<member name="M:Krypton.Toolkit.ViewLayoutPadding.GetPreferredSize(Krypton.Toolkit.ViewLayoutContext)">
<summary>
Discover the preferred size of the element.
</summary>
<param name="context">Layout context.</param>
</member>
<member name="M:Krypton.Toolkit.ViewLayoutPadding.Layout(Krypton.Toolkit.ViewLayoutContext)">
<summary>
Perform a layout of the elements.
</summary>
<param name="context">Layout context.</param>
</member>
<member name="T:Krypton.Toolkit.ViewLayoutPile">
<summary>
Extends the ViewComposite by laying out children to all fill the total area.
</summary>
</member>
<member name="M:Krypton.Toolkit.ViewLayoutPile.#ctor">
<summary>
Initialize a new instance of the ViewLayoutStack class.
</summary>
</member>
<member name="M:Krypton.Toolkit.ViewLayoutPile.ToString">
<summary>
Obtains the String representation of this instance.
</summary>
<returns>User readable name of the instance.</returns>
</member>
<member name="M:Krypton.Toolkit.ViewLayoutPile.Layout(Krypton.Toolkit.ViewLayoutContext)">
<summary>
Perform a layout of the elements.
</summary>
<param name="context">Layout context.</param>
</member>
<member name="T:Krypton.Toolkit.ViewLayoutScrollViewport">
<summary>
View element that provides scrollbars around a viewport filler.
</summary>
</member>
<member name="E:Krypton.Toolkit.ViewLayoutScrollViewport.AnimateStep">
<summary>
Occurs when animation has moved another step.
</summary>
</member>
<member name="M:Krypton.Toolkit.ViewLayoutScrollViewport.#ctor(Krypton.Toolkit.VisualControl,Krypton.Toolkit.ViewBase,Krypton.Toolkit.PaletteBorderEdge,Krypton.Toolkit.IPaletteMetric,Krypton.Toolkit.PaletteMetricPadding,Krypton.Toolkit.PaletteMetricInt,Krypton.Toolkit.VisualOrientation,Krypton.Toolkit.RelativePositionAlign,System.Boolean,System.Boolean,Krypton.Toolkit.NeedPaintHandler)">
<summary>
Initialize a new instance of the ViewLayoutScrollViewport class.
</summary>
<param name="rootControl">Top level visual control.</param>
<param name="viewportFiller">View element to place inside viewport.</param>
<param name="paletteBorderEdge">Palette for use with the border edge.</param>
<param name="paletteMetrics">Palette source for metrics.</param>
<param name="metricPadding">Metric used to get view padding.</param>
<param name="metricOvers">Metric used to get overposition.</param>
<param name="orientation">Orientation for the viewport children.</param>
<param name="alignment">Alignment of the children within the viewport.</param>
<param name="animateChange">Animate changes in the viewport.</param>
<param name="vertical">Is the viewport vertical.</param>
<param name="needPaintDelegate">Delegate for notifying paint requests.</param>
</member>
<member name="M:Krypton.Toolkit.ViewLayoutScrollViewport.Dispose(System.Boolean)">
<summary>
Release unmanaged and optionally managed resources.
</summary>
<param name="disposing">Called from Dispose method.</param>
</member>
<member name="M:Krypton.Toolkit.ViewLayoutScrollViewport.ToString">
<summary>
Obtains the String representation of this instance.
</summary>
<returns>User readable name of the instance.</returns>
</member>
<member name="M:Krypton.Toolkit.ViewLayoutScrollViewport.MakeParent(System.Windows.Forms.Control)">
<summary>
Make the provided control parented to ourself.
</summary>
<param name="c">Control to reparent.</param>
</member>
<member name="M:Krypton.Toolkit.ViewLayoutScrollViewport.RevertParent(System.Windows.Forms.Control,System.Windows.Forms.Control)">
<summary>
Revert the provided control back to a different control.
</summary>
<param name="newParent">Control to become parent.</param>
<param name="c">Control to reparent.</param>
</member>
<member name="P:Krypton.Toolkit.ViewLayoutScrollViewport.VerticalViewport">
<summary>
Gets and sets the visual orientation.
</summary>
</member>
<member name="M:Krypton.Toolkit.ViewLayoutScrollViewport.SetPalettes(Krypton.Toolkit.PaletteBorderEdge)">
<summary>
Update the palettes being used by the view.
</summary>
<param name="borderEdge">Palette for the border edge.</param>
</member>
<member name="P:Krypton.Toolkit.ViewLayoutScrollViewport.AnimateChange">
<summary>
Gets and sets the use of animation when bringing into view.
</summary>
</member>
<member name="M:Krypton.Toolkit.ViewLayoutScrollViewport.BringIntoView(System.Drawing.Rectangle)">
<summary>
Move viewport to display the requested part of area.
</summary>
<param name="rect">Rectangle to display.</param>
</member>
<member name="M:Krypton.Toolkit.ViewLayoutScrollViewport.Layout(Krypton.Toolkit.ViewLayoutContext)">
<summary>
Perform a layout of the elements.
</summary>
<param name="context">Layout context.</param>
</member>
<member name="P:Krypton.Toolkit.ViewLayoutScrollViewport.ViewControl">
<summary>
Gets access to the view control instance.
</summary>
</member>
<member name="P:Krypton.Toolkit.ViewLayoutScrollViewport.Viewport">
<summary>
Gets access to the viewport view instance.
</summary>
</member>
<member name="P:Krypton.Toolkit.ViewLayoutScrollViewport.ScrollbarV">
<summary>
Gets access to the vertical scrollbar view.
</summary>
</member>
<member name="P:Krypton.Toolkit.ViewLayoutScrollViewport.ScrollbarH">
<summary>
Gets access to the horizontal scrollbar view.
</summary>
</member>
<member name="P:Krypton.Toolkit.ViewLayoutScrollViewport.BorderEdgeV">
<summary>
Gets access to the vertical border edge view.
</summary>
</member>
<member name="P:Krypton.Toolkit.ViewLayoutScrollViewport.BorderEdgeH">
<summary>
Gets access to the horizontal border edge view.
</summary>
</member>
<member name="M:Krypton.Toolkit.ViewLayoutScrollViewport.DockerLayout(Krypton.Toolkit.ViewLayoutContext)">
<summary>
Ask the base docker element to perform a layout.
</summary>
</member>
<member name="M:Krypton.Toolkit.ViewLayoutScrollViewport.NeedPaint(System.Boolean)">
<summary>
Requests a paint and optional layout of the control.
</summary>
<param name="needLayout">Is a layout required.</param>
</member>
<member name="T:Krypton.Toolkit.ViewLayoutSeparator">
<summary>
Positions a separator to take up space without drawing.
</summary>
</member>
<member name="M:Krypton.Toolkit.ViewLayoutSeparator.#ctor(System.Int32)">
<summary>
Initialize a new instance of the ViewLayoutRibbonSeparator class.
</summary>
<param name="length">Length of the separator.</param>
</member>
<member name="M:Krypton.Toolkit.ViewLayoutSeparator.#ctor(System.Int32,System.Int32)">
<summary>
Initialize a new instance of the ViewLayoutRibbonSeparator class.
</summary>
<param name="width">Width of the separator.</param>
<param name="height">Height of the separator.</param>
</member>
<member name="M:Krypton.Toolkit.ViewLayoutSeparator.ToString">
<summary>
Obtains the String representation of this instance.
</summary>
<returns>User readable name of the instance.</returns>
</member>
<member name="P:Krypton.Toolkit.ViewLayoutSeparator.SeparatorSize">
<summary>
Gets and sets the separator size.
</summary>
</member>
<member name="M:Krypton.Toolkit.ViewLayoutSeparator.GetPreferredSize(Krypton.Toolkit.ViewLayoutContext)">
<summary>
Discover the preferred size of the element.
</summary>
<param name="context">Layout context.</param>
</member>
<member name="M:Krypton.Toolkit.ViewLayoutSeparator.Layout(Krypton.Toolkit.ViewLayoutContext)">
<summary>
Perform a layout of the elements.
</summary>
<param name="context">Layout context.</param>
</member>
<member name="T:Krypton.Toolkit.ViewLayoutStack">
<summary>
Extends the ViewComposite by laying out children in horizontal/vertical stack.
</summary>
</member>
<member name="M:Krypton.Toolkit.ViewLayoutStack.#ctor(System.Boolean)">
<summary>
Initialize a new instance of the ViewLayoutStack class.
</summary>
</member>
<member name="M:Krypton.Toolkit.ViewLayoutStack.ToString">
<summary>
Obtains the String representation of this instance.
</summary>
<returns>User readable name of the instance.</returns>
</member>
<member name="P:Krypton.Toolkit.ViewLayoutStack.Horizontal">
<summary>
Gets and sets the stack orientation.
</summary>
</member>
<member name="P:Krypton.Toolkit.ViewLayoutStack.FillLastChild">
<summary>
Gets and sets if the last child fills the remainder of the space.
</summary>
</member>
<member name="M:Krypton.Toolkit.ViewLayoutStack.GetPreferredSize(Krypton.Toolkit.ViewLayoutContext)">
<summary>
Discover the preferred size of the element.
</summary>
<param name="context">Layout context.</param>
</member>
<member name="M:Krypton.Toolkit.ViewLayoutStack.Layout(Krypton.Toolkit.ViewLayoutContext)">
<summary>
Perform a layout of the elements.
</summary>
<param name="context">Layout context.</param>
</member>
<member name="T:Krypton.Toolkit.ViewLayoutStretch">
<summary>
View element that draws nothing and will stretch children to fill one dimension.
</summary>
</member>
<member name="M:Krypton.Toolkit.ViewLayoutStretch.#ctor(System.Windows.Forms.Orientation)">
<summary>
Initialize a new instance of the ViewLayoutCenter class.
</summary>
<param name="orientation">Direction to stretch.</param>
</member>
<member name="M:Krypton.Toolkit.ViewLayoutStretch.ToString">
<summary>
Obtains the String representation of this instance.
</summary>
<returns>User readable name of the instance.</returns>
</member>
<member name="M:Krypton.Toolkit.ViewLayoutStretch.Layout(Krypton.Toolkit.ViewLayoutContext)">
<summary>
Perform a layout of the elements.
</summary>
<param name="context">Layout context.</param>
</member>
<member name="T:Krypton.Toolkit.ViewLayoutViewport">
<summary>
View element that allows scrolling around a contained view element.
</summary>
</member>
<member name="E:Krypton.Toolkit.ViewLayoutViewport.AnimateStep">
<summary>
Occurs when animation has moved another step.
</summary>
</member>
<member name="M:Krypton.Toolkit.ViewLayoutViewport.#ctor(Krypton.Toolkit.IPaletteMetric,Krypton.Toolkit.PaletteMetricPadding,Krypton.Toolkit.PaletteMetricInt,Krypton.Toolkit.VisualOrientation,Krypton.Toolkit.RelativePositionAlign,System.Boolean)">
<summary>
Initialize a new instance of the ViewLayoutViewport class.
</summary>
<param name="paletteMetrics">Palette source for metrics.</param>
<param name="metricPadding">Metric used to get view padding.</param>
<param name="metricOvers">Metric used to get overposition.</param>
<param name="orientation">Orientation for the viewport children.</param>
<param name="alignment">Alignment of the children within the viewport.</param>
<param name="animateChange">Animate changes in the viewport.</param>
</member>
<member name="M:Krypton.Toolkit.ViewLayoutViewport.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:Krypton.Toolkit.ViewLayoutViewport.ToString">
<summary>
Obtains the String representation of this instance.
</summary>
<returns>User readable name of the instance.</returns>
</member>
<member name="M:Krypton.Toolkit.ViewLayoutViewport.SetMetrics(Krypton.Toolkit.IPaletteMetric)">
<summary>
Updates the metrics source and metric to use.
</summary>
<param name="paletteMetric">Source for acquiring metrics.</param>
</member>
<member name="M:Krypton.Toolkit.ViewLayoutViewport.SetMetrics(Krypton.Toolkit.IPaletteMetric,Krypton.Toolkit.PaletteMetricPadding,Krypton.Toolkit.PaletteMetricInt)">
<summary>
Updates the metrics source and metric to use.
</summary>
<param name="paletteMetric">Source for acquiring metrics.</param>
<param name="metricPadding">Actual padding metric to use.</param>
<param name="metricOvers">Actual overs metric to use.</param>
</member>
<member name="P:Krypton.Toolkit.ViewLayoutViewport.AnimateChange">
<summary>
Gets and sets the use of animation for offset changes.
</summary>
</member>
<member name="P:Krypton.Toolkit.ViewLayoutViewport.Orientation">
<summary>
Gets and sets the bar orientation.
</summary>
</member>
<member name="P:Krypton.Toolkit.ViewLayoutViewport.Alignment">
<summary>
Gets and sets the alignment of the children within the viewport.
</summary>
</member>
<member name="P:Krypton.Toolkit.ViewLayoutViewport.CounterAlignment">
<summary>
Gets and sets the counter alignment of the children within the viewport.
</summary>
</member>
<member name="P:Krypton.Toolkit.ViewLayoutViewport.FillSpace">
<summary>
Gets and sets a value indicating if children should be made bigger to fill any left over space.
</summary>
</member>
<member name="P:Krypton.Toolkit.ViewLayoutViewport.Offset">
<summary>
Gets a scrolling offset within the viewport.
</summary>
</member>
<member name="P:Krypton.Toolkit.ViewLayoutViewport.CanScrollV">
<summary>
Gets a value indicating if the viewport can be scrolled vertically.
</summary>
</member>
<member name="P:Krypton.Toolkit.ViewLayoutViewport.CanScrollH">
<summary>
Gets a value indicating if the viewport can be scrolled horizontally.
</summary>
</member>
<member name="P:Krypton.Toolkit.ViewLayoutViewport.ScrollExtent">
<summary>
Gets the total extent of the scrolling view.
</summary>
</member>
<member name="P:Krypton.Toolkit.ViewLayoutViewport.ScrollOffset">
<summary>
Gets a scrolling offset within the viewport.
</summary>
</member>
<member name="M:Krypton.Toolkit.ViewLayoutViewport.SetOffsetV(System.Int32)">
<summary>
Update the vertical scrolling offset.
</summary>
<param name="offset">New offset to use.</param>
</member>
<member name="M:Krypton.Toolkit.ViewLayoutViewport.SetOffsetH(System.Int32)">
<summary>
Update the horizontal scrolling offset.
</summary>
<param name="offset">New offset to use.</param>
</member>
<member name="P:Krypton.Toolkit.ViewLayoutViewport.CanScrollNext">
<summary>
Gets a value indicating if the viewport can be scrolled next.
</summary>
</member>
<member name="P:Krypton.Toolkit.ViewLayoutViewport.CanScrollPrevious">
<summary>
Gets a value indicating if the viewport can be scrolled previous.
</summary>
</member>
<member name="M:Krypton.Toolkit.ViewLayoutViewport.MoveNext">
<summary>
Move the viewport to show the next part of area.
</summary>
</member>
<member name="M:Krypton.Toolkit.ViewLayoutViewport.MovePrevious">
<summary>
Move the viewport to show the previous part of area.
</summary>
</member>
<member name="P:Krypton.Toolkit.ViewLayoutViewport.NeedScrolling">
<summary>
Is scrolling required because the viewport extents beyong available space.
</summary>
</member>
<member name="M:Krypton.Toolkit.ViewLayoutViewport.BringIntoView(System.Drawing.Rectangle)">
<summary>
Move viewport to display the requested part of area.
</summary>
<param name="rect">Rectangle to display.</param>
</member>
<member name="M:Krypton.Toolkit.ViewLayoutViewport.GetPreferredSize(Krypton.Toolkit.ViewLayoutContext)">
<summary>
Discover the preferred size of the element.
</summary>
<param name="context">Layout context.</param>
</member>
<member name="M:Krypton.Toolkit.ViewLayoutViewport.Layout(Krypton.Toolkit.ViewLayoutContext)">
<summary>
Perform a layout of the elements.
</summary>
<param name="context">Layout context.</param>
</member>
<member name="M:Krypton.Toolkit.ViewLayoutViewport.Render(Krypton.Toolkit.RenderContext)">
<summary>
Perform a render of the elements.
</summary>
<param name="context">Rendering context.</param>
</member>
<member name="T:Krypton.Toolkit.ViewLayoutWeekCorner">
<summary>
Allocate space for the week number corner in the month calendar.
</summary>
</member>
<member name="M:Krypton.Toolkit.ViewLayoutWeekCorner.#ctor(Krypton.Toolkit.IKryptonMonthCalendar,Krypton.Toolkit.ViewLayoutMonths,Krypton.Toolkit.PaletteBorder)">
<summary>
Initialize a new instance of the ViewLayoutWeekCorner class.
</summary>
<param name="calendar">Reference to calendar provider.</param>
<param name="months">Reference to months instance.</param>
<param name="palette">Reference to border palette.</param>
</member>
<member name="M:Krypton.Toolkit.ViewLayoutWeekCorner.ToString">
<summary>
Obtains the String representation of this instance.
</summary>
<returns>User readable name of the instance.</returns>
</member>
<member name="M:Krypton.Toolkit.ViewLayoutWeekCorner.GetPreferredSize(Krypton.Toolkit.ViewLayoutContext)">
<summary>
Discover the preferred size of the element.
</summary>
<param name="context">Layout context.</param>
</member>
<member name="M:Krypton.Toolkit.ViewLayoutWeekCorner.Layout(Krypton.Toolkit.ViewLayoutContext)">
<summary>
Perform a layout of the elements.
</summary>
<param name="context">Layout context.</param>
</member>
<member name="M:Krypton.Toolkit.ViewLayoutWeekCorner.RenderBefore(Krypton.Toolkit.RenderContext)">
<summary>
Perform rendering before child elements are rendered.
</summary>
<param name="context">Rendering context.</param>
</member>
<member name="T:System.Drawing.StockIconId">
<summary>
Icon identifiers for use with "SystemIconsCustom.GetStockIcon(StockIconId, StockIconOptions)"s/>.
</summary>
</member>
<member name="F:System.Drawing.StockIconId.DocumentNoAssociation">
<summary>
Document (blank page), no associated program.
</summary>
</member>
<member name="F:System.Drawing.StockIconId.DocumentWithAssociation">
<summary>
Document with an associated program.
</summary>
</member>
<member name="F:System.Drawing.StockIconId.Application">
<summary>
Generic application with no custom icon.
</summary>
</member>
<member name="F:System.Drawing.StockIconId.Folder">
<summary>
Closed folder.
</summary>
</member>
<member name="F:System.Drawing.StockIconId.FolderOpen">
<summary>
Open folder.
</summary>
</member>
<member name="F:System.Drawing.StockIconId.Drive525">
<summary>
5.25" floppy disk drive.
</summary>
</member>
<member name="F:System.Drawing.StockIconId.Drive35">
<summary>
3.5" floppy disk drive.
</summary>
</member>
<member name="F:System.Drawing.StockIconId.DriveRemovable">
<summary>
Removable drive.
</summary>
</member>
<member name="F:System.Drawing.StockIconId.DriveFixed">
<summary>
Fixed drive.
</summary>
</member>
<member name="F:System.Drawing.StockIconId.DriveNet">
<summary>
Network drive.
</summary>
</member>
<member name="F:System.Drawing.StockIconId.DriveNetDisabled">
<summary>
Disabled network drive.
</summary>
</member>
<member name="F:System.Drawing.StockIconId.DriveCD">
<summary>
CD drive.
</summary>
</member>
<member name="F:System.Drawing.StockIconId.DriveRam">
<summary>
RAM disk drive.
</summary>
</member>
<member name="F:System.Drawing.StockIconId.World">
<summary>
Entire network.
</summary>
</member>
<member name="F:System.Drawing.StockIconId.Server">
<summary>
A computer on the network.
</summary>
</member>
<member name="F:System.Drawing.StockIconId.Printer">
<summary>
Printer.
</summary>
</member>
<member name="F:System.Drawing.StockIconId.MyNetwork">
<summary>
My network places.
</summary>
</member>
<member name="F:System.Drawing.StockIconId.Find">
<summary>
Find.
</summary>
</member>
<member name="F:System.Drawing.StockIconId.Help">
<summary>
Help.
</summary>
</member>
<member name="F:System.Drawing.StockIconId.Share">
<summary>
Overlay for shared items.
</summary>
</member>
<member name="F:System.Drawing.StockIconId.Link">
<summary>
Overlay for shortcuts to items.
</summary>
</member>
<member name="F:System.Drawing.StockIconId.SlowFile">
<summary>
Overlay for slow items.
</summary>
</member>
<member name="F:System.Drawing.StockIconId.Recycler">
<summary>
Empty recycle bin.
</summary>
</member>
<member name="F:System.Drawing.StockIconId.RecyclerFull">
<summary>
Full recycle bin.
</summary>
</member>
<member name="F:System.Drawing.StockIconId.MediaCDAudio">
<summary>
Audio CD media.
</summary>
</member>
<member name="F:System.Drawing.StockIconId.Lock">
<summary>
Security lock.
</summary>
</member>
<member name="F:System.Drawing.StockIconId.AutoList">
<summary>
AutoList.
</summary>
</member>
<member name="F:System.Drawing.StockIconId.PrinterNet">
<summary>
Network printer.
</summary>
</member>
<member name="F:System.Drawing.StockIconId.ServerShare">
<summary>
Server share.
</summary>
</member>
<member name="F:System.Drawing.StockIconId.PrinterFax">
<summary>
Fax printer.
</summary>
</member>
<member name="F:System.Drawing.StockIconId.PrinterFaxNet">
<summary>
Networked fax printer.
</summary>
</member>
<member name="F:System.Drawing.StockIconId.PrinterFile">
<summary>
Print to file.
</summary>
</member>
<member name="F:System.Drawing.StockIconId.Stack">
<summary>
Stack.
</summary>
</member>
<member name="F:System.Drawing.StockIconId.MediaSVCD">
<summary>
SVCD media.
</summary>
</member>
<member name="F:System.Drawing.StockIconId.StuffedFolder">
<summary>
Folder containing other items.
</summary>
</member>
<member name="F:System.Drawing.StockIconId.DriveUnknown">
<summary>
Unknown drive.
</summary>
</member>
<member name="F:System.Drawing.StockIconId.DriveDVD">
<summary>
DVD drive.
</summary>
</member>
<member name="F:System.Drawing.StockIconId.MediaDVD">
<summary>
DVD media.
</summary>
</member>
<member name="F:System.Drawing.StockIconId.MediaDVDRAM">
<summary>
DVD-RAM media.
</summary>
</member>
<member name="F:System.Drawing.StockIconId.MediaDVDRW">
<summary>
DVD-RW media.
</summary>
</member>
<member name="F:System.Drawing.StockIconId.MediaDVDR">
<summary>
DVD-R media.
</summary>
</member>
<member name="F:System.Drawing.StockIconId.MediaDVDROM">
<summary>
DVD-ROM media.
</summary>
</member>
<member name="F:System.Drawing.StockIconId.MediaCDAudioPlus">
<summary>
CD+ (Enhanced CD) media.
</summary>
</member>
<member name="F:System.Drawing.StockIconId.MediaCDRW">
<summary>
CD-RW media.
</summary>
</member>
<member name="F:System.Drawing.StockIconId.MediaCDR">
<summary>
CD-R media.
</summary>
</member>
<member name="F:System.Drawing.StockIconId.MediaCDBurn">
<summary>
Burning CD.
</summary>
</member>
<member name="F:System.Drawing.StockIconId.MediaBlankCD">
<summary>
Blank CD media.
</summary>
</member>
<member name="F:System.Drawing.StockIconId.MediaCDROM">
<summary>
CD-ROM media.
</summary>
</member>
<member name="F:System.Drawing.StockIconId.AudioFiles">
<summary>
Audio files.
</summary>
</member>
<member name="F:System.Drawing.StockIconId.ImageFiles">
<summary>
Image files.
</summary>
</member>
<member name="F:System.Drawing.StockIconId.VideoFiles">
<summary>
Video files.
</summary>
</member>
<member name="F:System.Drawing.StockIconId.MixedFiles">
<summary>
Mixed files.
</summary>
</member>
<member name="F:System.Drawing.StockIconId.FolderBack">
<summary>
Folder back.
</summary>
</member>
<member name="F:System.Drawing.StockIconId.FolderFront">
<summary>
Folder front.
</summary>
</member>
<member name="F:System.Drawing.StockIconId.Shield">
<summary>
Security shield. Use for UAC prompts only.
</summary>
</member>
<member name="F:System.Drawing.StockIconId.Warning">
<summary>
Warning.
</summary>
</member>
<member name="F:System.Drawing.StockIconId.Info">
<summary>
Informational.
</summary>
</member>
<member name="F:System.Drawing.StockIconId.Error">
<summary>
Error.
</summary>
</member>
<member name="F:System.Drawing.StockIconId.Key">
<summary>
Key / secure.
</summary>
</member>
<member name="F:System.Drawing.StockIconId.Software">
<summary>
Software.
</summary>
</member>
<member name="F:System.Drawing.StockIconId.Rename">
<summary>
Rename.
</summary>
</member>
<member name="F:System.Drawing.StockIconId.Delete">
<summary>
Delete.
</summary>
</member>
<member name="F:System.Drawing.StockIconId.MediaAudioDVD">
<summary>
Audio DVD media.
</summary>
</member>
<member name="F:System.Drawing.StockIconId.MediaMovieDVD">
<summary>
Movied DVD media.
</summary>
</member>
<member name="F:System.Drawing.StockIconId.MediaEnhancedCD">
<summary>
Enhanced CD media.
</summary>
</member>
<member name="F:System.Drawing.StockIconId.MediaEnhancedDVD">
<summary>
Enhanced DVD media.
</summary>
</member>
<member name="F:System.Drawing.StockIconId.MediaHDDVD">
<summary>
HD-DVD media.
</summary>
</member>
<member name="F:System.Drawing.StockIconId.MediaBluRay">
<summary>
BluRay media.
</summary>
</member>
<member name="F:System.Drawing.StockIconId.MediaVCD">
<summary>
VCD media.
</summary>
</member>
<member name="F:System.Drawing.StockIconId.MediaDVDPlusR">
<summary>
DVD+R media.
</summary>
</member>
<member name="F:System.Drawing.StockIconId.MediaDVDPlusRW">
<summary>
DVD+RW media.
</summary>
</member>
<member name="F:System.Drawing.StockIconId.DesktopPC">
<summary>
Desktop computer.
</summary>
</member>
<member name="F:System.Drawing.StockIconId.MobilePC">
<summary>
Mobile computer.
</summary>
</member>
<member name="F:System.Drawing.StockIconId.Users">
<summary>
Users.
</summary>
</member>
<member name="F:System.Drawing.StockIconId.MediaSmartMedia">
<summary>
Smart media.
</summary>
</member>
<member name="F:System.Drawing.StockIconId.MediaCompactFlash">
<summary>
Compact Flash.
</summary>
</member>
<member name="F:System.Drawing.StockIconId.DeviceCellPhone">
<summary>
Cell phone.
</summary>
</member>
<member name="F:System.Drawing.StockIconId.DeviceCamera">
<summary>
Camera.
</summary>
</member>
<member name="F:System.Drawing.StockIconId.DeviceVideoCamera">
<summary>
Video camera.
</summary>
</member>
<member name="F:System.Drawing.StockIconId.DeviceAudioPlayer">
<summary>
Audio player.
</summary>
</member>
<member name="F:System.Drawing.StockIconId.NetworkConnect">
<summary>
Connect to network.
</summary>
</member>
<member name="F:System.Drawing.StockIconId.Internet">
<summary>
Internet.
</summary>
</member>
<member name="F:System.Drawing.StockIconId.ZipFile">
<summary>
ZIP file.
</summary>
</member>
<member name="F:System.Drawing.StockIconId.Settings">
<summary>
Settings.
</summary>
</member>
<member name="F:System.Drawing.StockIconId.DriveHDDVD">
<summary>
HD-DVD drive.
</summary>
</member>
<member name="F:System.Drawing.StockIconId.DriveBD">
<summary>
BluRay drive.
</summary>
</member>
<member name="F:System.Drawing.StockIconId.MediaHDDVDROM">
<summary>
HD-DVD-ROM media.
</summary>
</member>
<member name="F:System.Drawing.StockIconId.MediaHDDVDR">
<summary>
HD-DVD-R media.
</summary>
</member>
<member name="F:System.Drawing.StockIconId.MediaHDDVDRAM">
<summary>
HD-DVD-RAM media.
</summary>
</member>
<member name="F:System.Drawing.StockIconId.MediaBDROM">
<summary>
BluRay-ROM media.
</summary>
</member>
<member name="F:System.Drawing.StockIconId.MediaBDR">
<summary>
BluRay-R media.
</summary>
</member>
<member name="F:System.Drawing.StockIconId.MediaBDRE">
<summary>
BluRay-RE media.
</summary>
</member>
<member name="F:System.Drawing.StockIconId.ClusteredDrive">
<summary>
Clustered disk.
</summary>
</member>
<member name="T:System.Drawing.StockIconOptions">
<summary>
Options for use with "SystemIconsCustom.GetStockIcon(StockIconId, StockIconOptions)"/>.
</summary>
</member>
<member name="F:System.Drawing.StockIconOptions.Default">
<summary>
Use the defaults, which is to retrieve a large version of the icon (as defined by the current system
metrics).
</summary>
</member>
<member name="F:System.Drawing.StockIconOptions.SmallIcon">
<summary>
Retrieve the small version of the icon (as defined by the current system metrics).
</summary>
</member>
<member name="F:System.Drawing.StockIconOptions.ShellIconSize">
<summary>
Retrieve the shell icon size of the icon.
</summary>
</member>
<member name="F:System.Drawing.StockIconOptions.LinkOverlay">
<summary>
Adds a link overlay onto the icon.
</summary>
</member>
<member name="F:System.Drawing.StockIconOptions.Selected">
<summary>
Blends the icon with the system highlight color.
</summary>
</member>
<member name="T:System.Diagnostics.CodeAnalysis.AllowNullAttribute">
<summary>Specifies that <see langword="null" /> is allowed as an input even if the corresponding type disallows it.</summary>
</member>
<member name="T:System.Diagnostics.CodeAnalysis.DisallowNullAttribute">
<summary>Specifies that <see langword="null" /> is disallowed as an input even if the corresponding type allows it.</summary>
</member>
<member name="T:System.Diagnostics.CodeAnalysis.MaybeNullAttribute">
<summary>Specifies that an output may be <see langword="null" /> even if the corresponding type disallows it.</summary>
</member>
<member name="T:System.Diagnostics.CodeAnalysis.NotNullAttribute">
<summary>Specifies that an output is not <see langword="null" /> even if the corresponding type allows it. Specifies that an input argument was not <see langword="null" /> when the call returns.</summary>
</member>
</members>
</doc>